public class IfExprNode extends ASTNode
| Constructor | Description | 
|---|---|
| IfExprNode(SourceLocation loc) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| ASTNode | getElseExpr() | |
| ASTNode | getIfExpr() | |
| ASTTag | getTag() | |
| ASTNode | getThenExpr() | |
| void | setElseExpr(ASTNode elseExpr) | |
| void | setIfExpr(ASTNode ifExpr) | |
| void | setThenExpr(ASTNode thenExpr) | 
getSourceLocation, toStringpublic IfExprNode(SourceLocation loc)
Copyright © 2019 Apache Software Foundation. All Rights Reserved.