Package gw.lang.ir.expression
Class IRPrimitiveTypeConversion
java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRExpression
gw.lang.ir.expression.IRPrimitiveTypeConversion
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIRPrimitiveTypeConversion
(IRExpression root, IRType fromType, IRType toType) -
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
-
_root
-
_fromType
-
_toType
-
-
Constructor Details
-
IRPrimitiveTypeConversion
-
-
Method Details
-
getRoot
-
getFromType
-
getToType
-
getType
- Specified by:
getType
in classIRExpression
-