Package gw.lang.ir.expression
Class IRArrayLoadExpression
java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRExpression
gw.lang.ir.expression.IRArrayLoadExpression
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIRArrayLoadExpression
(IRExpression root, IRExpression index, IRType componentType) -
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
-
_index
-
_componentType
-
-
Constructor Details
-
IRArrayLoadExpression
-
-
Method Details
-
getRoot
-
getIndex
-
getComponentType
-
getType
- Specified by:
getType
in classIRExpression
-