Package gw.lang.ir.expression
Class IRNewExpression
- java.lang.Object
-
- gw.lang.ir.IRElement
-
- gw.lang.ir.IRExpression
-
- gw.lang.ir.expression.IRNewExpression
-
public class IRNewExpression extends IRExpression
-
-
Constructor Summary
Constructors Constructor Description IRNewExpression(IRType ownersType, List<IRType> parameterTypes, List<IRExpression> args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IRExpression>
getArgs()
IRType
getOwnersType()
List<IRType>
getParameterTypes()
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
-
IRNewExpression
public IRNewExpression(IRType ownersType, List<IRType> parameterTypes, List<IRExpression> args)
-
-
Method Detail
-
getOwnersType
public IRType getOwnersType()
-
getArgs
public List<IRExpression> getArgs()
-
getType
public IRType getType()
- Specified by:
getType
in classIRExpression
-
-