public class ExprMathNodeForge extends Object implements ExprForgeInstrumentable
Constructor and Description |
---|
ExprMathNodeForge(ExprMathNode parent,
MathArithTypeEnum.Computer arithTypeEnumComputer,
EPTypeClass resultType) |
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() |
ExprMathNode |
getForgeRenderable() |
public ExprMathNodeForge(ExprMathNode parent, MathArithTypeEnum.Computer arithTypeEnumComputer, EPTypeClass resultType)
public ExprEvaluator getExprEvaluator()
getExprEvaluator
in interface ExprForge
public EPTypeClass getEvaluationType()
getEvaluationType
in interface ExprForge
public CodegenExpression evaluateCodegenUninstrumented(EPTypeClass requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateCodegenUninstrumented
in interface ExprForgeInstrumentable
public CodegenExpression evaluateCodegen(EPTypeClass requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
evaluateCodegen
in interface ExprForge
public ExprMathNode getForgeRenderable()
getForgeRenderable
in interface ExprForge
public ExprForgeConstantType getForgeConstantType()
getForgeConstantType
in interface ExprForge
Copyright © 2005–2021. All rights reserved.