Package gw.lang.ir.expression
Class IRPrimitiveTypeConversion
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRExpression
-
- gw.lang.ir.expression.IRPrimitiveTypeConversion
-
public class IRPrimitiveTypeConversion extends IRExpression
-
-
Constructor Summary
Constructors Constructor Description IRPrimitiveTypeConversion(IRExpression root, IRType fromType, IRType toType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRType
getFromType()
IRExpression
getRoot()
IRType
getToType()
IRType
getType()
-
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
-
-
-
-
Constructor Detail
-
IRPrimitiveTypeConversion
public IRPrimitiveTypeConversion(IRExpression root, IRType fromType, IRType toType)
-
-
Method Detail
-
getRoot
public IRExpression getRoot()
-
getFromType
public IRType getFromType()
-
getToType
public IRType getToType()
-
getType
public IRType getType()
- Specified by:
getType
in classIRExpression
-
-