public class ExprNewInstanceNodeArrayForge extends Object implements ExprForgeInstrumentable
Constructor and Description |
---|
ExprNewInstanceNodeArrayForge(ExprNewInstanceNode parent,
EPTypeClass targetClass,
EPTypeClass targetClassArrayed) |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
evaluateCodegen(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
CodegenExpression |
evaluateCodegenUninstrumented(EPTypeClass requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
EPTypeClass |
getEvaluationType() |
ExprEvaluator |
getExprEvaluator() |
ExprForgeConstantType |
getForgeConstantType() |
ExprNodeRenderable |
getForgeRenderable() |
ExprNewInstanceNode |
getParent() |
EPTypeClass |
getTargetClass() |
EPTypeClass |
getTargetClassArrayed() |
public ExprNewInstanceNodeArrayForge(ExprNewInstanceNode parent, EPTypeClass targetClass, EPTypeClass targetClassArrayed)
public ExprEvaluator getExprEvaluator()
getExprEvaluator
in interface ExprForge
public CodegenExpression evaluateCodegen(EPTypeClass requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateCodegen
in interface ExprForge
public CodegenExpression evaluateCodegenUninstrumented(EPTypeClass requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateCodegenUninstrumented
in interface ExprForgeInstrumentable
public EPTypeClass getEvaluationType()
getEvaluationType
in interface ExprForge
public ExprNodeRenderable getForgeRenderable()
getForgeRenderable
in interface ExprForge
public ExprForgeConstantType getForgeConstantType()
getForgeConstantType
in interface ExprForge
public ExprNewInstanceNode getParent()
public EPTypeClass getTargetClass()
public EPTypeClass getTargetClassArrayed()
Copyright © 2005–2021. All rights reserved.