public class FAFQueryInformationals extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
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 final EPTypeClass EPTYPE
public static FAFQueryInformationals from(List<CodegenSubstitutionParamEntry> paramsByNumber, LinkedHashMap<String,CodegenSubstitutionParamEntry> paramsByName)
public Class[] getSubstitutionParamsTypes()
public CodegenExpression make(CodegenMethodScope parent, CodegenClassScope classScope)
Copyright © 2005–2021. All rights reserved.