Package gw.lang.ir.expression
Class IRCharacterLiteral
java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRExpression
gw.lang.ir.expression.IRCharacterLiteral
-
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
-
_char
private char _char
-
-
Constructor Details
-
IRCharacterLiteral
public IRCharacterLiteral(char c)
-
-
Method Details
-
getValue
public char getValue() -
getType
- Specified by:
getType
in classIRExpression
-