| Modifier and Type | Field and Description |
|---|---|
static List<FunctionSignature> |
InternalSystemFunctionRegistry.SYSTEM_FUNCTIONS |
| Modifier and Type | Method and Description |
|---|---|
protected com.squareup.javapoet.MethodSpec |
FunctionsRegistryCodeGen.buildMethodForFunction(FunctionSignature signature) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.TypeSpec |
FunctionsRegistryCodeGen.generateFunctionsRegistryClass(String className,
List<FunctionSignature> functionSignatures) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.TypeSpec |
FunctionsRegistryCodeGen2_2.generateFunctionsRegistryClass(String className,
List<FunctionSignature> functionSignatures) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.TypeSpec |
FunctionsRegistryCodeGen3_2.generateFunctionsRegistryClass(String className,
List<FunctionSignature> functionSignatures) |
| Modifier and Type | Method and Description |
|---|---|
static List<FunctionSignature> |
FunctionParser.parseFunctionRegistryAndValidateTypes(AptUtils aptUtils,
TypeElement elm,
GlobalParsingContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FunctionParser.validateNoDuplicateDeclaration(AptUtils aptUtils,
List<FunctionSignature> signatures) |
| Modifier and Type | Field and Description |
|---|---|
List<FunctionSignature> |
FunctionsContext.functionSignatures |
| Constructor and Description |
|---|
FunctionsContext(List<FunctionSignature> functionSignatures,
Set<com.squareup.javapoet.TypeName> allUsedTypes) |
Copyright © 2012-2021. All Rights Reserved.