public class ExtensionExprNode extends ASTNode
Constructor | Description |
---|---|
ExtensionExprNode(SourceLocation loc) |
Modifier and Type | Method | Description |
---|---|---|
ASTNode |
getExpr() |
|
List<PragmaNode> |
getPragmas() |
|
ASTTag |
getTag() |
|
void |
setExpr(ASTNode expr) |
|
void |
setPragmas(List<PragmaNode> pragmas) |
getSourceLocation, toString
public ExtensionExprNode(SourceLocation loc)
public ASTNode getExpr()
public void setExpr(ASTNode expr)
public List<PragmaNode> getPragmas()
public void setPragmas(List<PragmaNode> pragmas)
Copyright © 2019 Apache Software Foundation. All rights reserved.