Package gw.lang.ir.expression
Class IRBooleanLiteral
java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRExpression
gw.lang.ir.expression.IRBooleanLiteral
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gw.lang.ir.IRExpression
getConditionContext
Methods inherited from class gw.lang.ir.IRElement
getLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThis
-
Field Details
-
_value
private boolean _value
-
-
Constructor Details
-
IRBooleanLiteral
public IRBooleanLiteral(boolean value)
-
-
Method Details
-
getValue
public boolean getValue() -
getType
- Specified by:
getType
in classIRExpression
-