Class ASTExprTernary
java.lang.Object
io.github.protasm.jvmud.compiler.parser.ast.ASTNode
io.github.protasm.jvmud.compiler.parser.ast.ASTExpression
io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprTernary
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionASTExprTernary(int line, ASTExpression condition, ASTExpression thenBranch, ASTExpression elseBranch) -
Method Summary
Methods inherited from class ASTNode
accept, className, line, setSourceOrder, sourceOrder
-
Constructor Details
-
ASTExprTernary
public ASTExprTernary(int line, ASTExpression condition, ASTExpression thenBranch, ASTExpression elseBranch)
-
-
Method Details
-
condition
-
thenBranch
-
elseBranch
-
lpcType
- Specified by:
lpcTypein classASTExpression
-
setLPCType
-