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