public class BooleanLiteral extends LiteralExpression<Boolean>
valueresolvedType| 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, setValuegetResolvedType, hasResolvedTypeequals, getChildren, getComments, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, hashCode, setModule, setParent, setRegion, setUri, toStringpublic BooleanLiteral()
public BooleanLiteral(Boolean value)
public void build(AST cst, IModule module)
build in interface ModuleElementbuild in class AbstractModuleElementpublic void compile(IEolCompilationContext context)
Copyright © 2020. All rights reserved.