public class InstrumentationBuilderExpr extends Object
Constructor and Description |
---|
InstrumentationBuilderExpr(Class generator,
ExprForgeInstrumentable forge,
String qname,
Class requiredType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
build() |
InstrumentationBuilderExpr |
noqparam() |
InstrumentationBuilderExpr |
qparam(CodegenExpression qparam) |
InstrumentationBuilderExpr |
qparams(CodegenExpression... qparams) |
public InstrumentationBuilderExpr(Class generator, ExprForgeInstrumentable forge, String qname, Class requiredType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
public CodegenExpression build()
public InstrumentationBuilderExpr noqparam()
public InstrumentationBuilderExpr qparam(CodegenExpression qparam)
public InstrumentationBuilderExpr qparams(CodegenExpression... qparams)
Copyright © 2005–2018. All rights reserved.