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, hasResolvedType
getChildren, getComments, getDebugInfo, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUri
public BooleanLiteral()
public BooleanLiteral(boolean value)
public void build(AST cst, IModule module)
build
in interface ModuleElement
build
in class AbstractModuleElement
public Object execute(IEolContext context) throws EolRuntimeException
EolRuntimeException
public boolean getValue()
public void setValue(boolean value)
public void compile(EolCompilationContext context)
Copyright © 2016. All rights reserved.