Package gw.lang.ir.expression
Class IRNewExpression
java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRExpression
gw.lang.ir.expression.IRNewExpression
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIRNewExpression
(IRType ownersType, List<IRType> parameterTypes, List<IRExpression> args) -
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
-
_ownersType
-
_parameterTypes
-
_args
-
-
Constructor Details
-
IRNewExpression
-
-
Method Details
-
getOwnersType
-
getParameterTypes
-
getArgs
-
getType
- Specified by:
getType
in classIRExpression
-