Package gw.lang.ir.expression
Class IRNewMultiDimensionalArrayExpression
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRExpression
-
- gw.lang.ir.expression.IRNewMultiDimensionalArrayExpression
-
public class IRNewMultiDimensionalArrayExpression extends IRExpression
-
-
Constructor Summary
Constructors Constructor Description IRNewMultiDimensionalArrayExpression(IRType resultType, List<IRExpression> sizeExpressions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRType
getResultType()
List<IRExpression>
getSizeExpressions()
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
-
IRNewMultiDimensionalArrayExpression
public IRNewMultiDimensionalArrayExpression(IRType resultType, List<IRExpression> sizeExpressions)
-
-
Method Detail
-
getResultType
public IRType getResultType()
-
getSizeExpressions
public List<IRExpression> getSizeExpressions()
-
getType
public IRType getType()
- Specified by:
getType
in classIRExpression
-
-