Package gw.lang.ir.builder.expression
Class IRNewExpressionBuilder
- java.lang.Object
-
- gw.lang.ir.builder.IRElementBuilder
-
- gw.lang.ir.builder.IRExpressionBuilder
-
- gw.lang.ir.builder.expression.IRNewExpressionBuilder
-
public class IRNewExpressionBuilder extends IRExpressionBuilder
-
-
Constructor Summary
Constructors Constructor Description IRNewExpressionBuilder(IRType ownersType, List<IRExpressionBuilder> args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IRExpression
buildImpl(IRBuilderContext context)
-
Methods inherited from class gw.lang.ir.builder.IRExpressionBuilder
build, call, call, call, call, cast, cast, cast, equals, field, getType, isNotNull, isNull, notEquals
-
Methods inherited from class gw.lang.ir.builder.IRElementBuilder
findConstructor, findField, findMethod, getIRType, getIRType, getIRType, getIRTypes, getIRTypes
-
-
-
-
Constructor Detail
-
IRNewExpressionBuilder
public IRNewExpressionBuilder(IRType ownersType, List<IRExpressionBuilder> args)
-
-
Method Detail
-
buildImpl
protected IRExpression buildImpl(IRBuilderContext context)
- Specified by:
buildImpl
in classIRExpressionBuilder
-
-