public class BooleanLiteral extends LiteralExpression
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
value |
resolvedType| Constructor and Description |
|---|
BooleanLiteral() |
BooleanLiteral(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
void |
build(AST cst,
IModule module) |
void |
compile(EolCompilationContext context) |
Object |
execute(IEolContext context) |
boolean |
getValue() |
void |
setValue(boolean value) |
getResolvedType, hasResolvedTypegetChildren, getComments, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUripublic BooleanLiteral()
public BooleanLiteral(boolean value)
public void build(AST cst, IModule module)
build in interface ModuleElementbuild in class AbstractModuleElementpublic Object execute(IEolContext context) throws EolRuntimeException
EolRuntimeExceptionpublic boolean getValue()
public void setValue(boolean value)
public void compile(EolCompilationContext context)
Copyright © 2016. All rights reserved.