public class BooleanLiteral extends LiteralExpression<Boolean>
value
resolvedType
Constructor and Description |
---|
BooleanLiteral() |
BooleanLiteral(Boolean value) |
Modifier and Type | Method and Description |
---|---|
void |
build(AST cst,
IModule module) |
void |
compile(IEolCompilationContext context) |
execute, getValue, setValue
getResolvedType, hasResolvedType
equals, getChildren, getComments, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, hashCode, setModule, setParent, setRegion, setUri, toString
public BooleanLiteral()
public BooleanLiteral(Boolean value)
public void build(AST cst, IModule module)
build
in interface ModuleElement
build
in class AbstractModuleElement
public void compile(IEolCompilationContext context)
Copyright © 2020. All rights reserved.