Package gw.lang.ir.statement
Class IRArrayStoreStatement
java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRStatement
gw.lang.ir.statement.IRArrayStoreStatement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IRType
private IRExpression
private IRExpression
private IRExpression
-
Constructor Summary
ConstructorsConstructorDescriptionIRArrayStoreStatement
(IRExpression target, IRExpression index, IRExpression value, IRType componentType) -
Method Summary
Methods inherited from class gw.lang.ir.IRStatement
getOriginalSourceStatement, setOriginalSourceStatement
Methods inherited from class gw.lang.ir.IRElement
getLineNumber, getParent, isImplicit, maybeEraseStructuralSymbolTypes, maybeEraseStructuralType, maybeEraseStructuralType, maybeEraseStructuralTypes, setImplicit, setLineNumber, setParent, setParentToThis
-
Field Details
-
_target
-
_index
-
_value
-
_componentType
-
-
Constructor Details
-
IRArrayStoreStatement
public IRArrayStoreStatement(IRExpression target, IRExpression index, IRExpression value, IRType componentType)
-
-
Method Details
-
getTarget
-
getIndex
-
getValue
-
getComponentType
-
getLeastSignificantTerminalStatement
- Specified by:
getLeastSignificantTerminalStatement
in classIRStatement
-