public class ExprNode extends ASTNode
| Constructor | Description |
|---|---|
ExprNode(SourceLocation loc) |
| Modifier and Type | Method | Description |
|---|---|---|
List<ASTNode> |
getExpressions() |
|
ASTTag |
getTag() |
|
void |
setExpressions(List<ASTNode> expressions) |
getSourceLocation, toStringCopyright © 2019 Apache Software Foundation. All rights reserved.