public class FAFQueryInformationals extends Object
Constructor and Description |
---|
FAFQueryInformationals(Class[] substitutionParamsTypes,
Map<String,Integer> substitutionParamsNames) |
Modifier and Type | Method and Description |
---|---|
static FAFQueryInformationals |
from(List<CodegenSubstitutionParamEntry> paramsByNumber,
LinkedHashMap<String,CodegenSubstitutionParamEntry> paramsByName) |
Map<String,Integer> |
getSubstitutionParamsNames() |
Class[] |
getSubstitutionParamsTypes() |
CodegenExpression |
make(CodegenMethodScope parent,
CodegenClassScope classScope) |
public static FAFQueryInformationals from(List<CodegenSubstitutionParamEntry> paramsByNumber, LinkedHashMap<String,CodegenSubstitutionParamEntry> paramsByName) throws ExprValidationException
ExprValidationException
public Class[] getSubstitutionParamsTypes()
public CodegenExpression make(CodegenMethodScope parent, CodegenClassScope classScope)
Copyright © 2005–2018. All rights reserved.