Package gw.lang.ir.expression
Class IRCastExpression
java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRExpression
gw.lang.ir.expression.IRCastExpression
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoot()
getType()
private boolean
isExternalEntityType
(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 Details
-
_root
-
_type
-
-
Constructor Details
-
IRCastExpression
-
-
Method Details
-
isExternalEntityType
-
getRoot
-
getType
- Specified by:
getType
in classIRExpression
-