Package gw.lang.ir.expression
Class IRCastExpression
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRExpression
-
- gw.lang.ir.expression.IRCastExpression
-
public class IRCastExpression extends IRExpression
-
-
Field Summary
Fields Modifier and Type Field Description private IRExpression_rootprivate IRType_type
-
Constructor Summary
Constructors Constructor Description IRCastExpression(IRExpression root, IRType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRExpressiongetRoot()IRTypegetType()private booleanisExternalEntityType(IRType type)-
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 Detail
-
_root
private IRExpression _root
-
_type
private IRType _type
-
-
Constructor Detail
-
IRCastExpression
public IRCastExpression(IRExpression root, IRType type)
-
-
Method Detail
-
isExternalEntityType
private boolean isExternalEntityType(IRType type)
-
getRoot
public IRExpression getRoot()
-
getType
public IRType getType()
- Specified by:
getTypein classIRExpression
-
-