public interface ContextControllerFactoryForge
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ContextControllerFactoryForgeVisitor<T> visitor) |
ContextControllerFactoryEnv |
getFactoryEnv() |
ContextControllerPortableInfo |
getValidationInfo() |
CodegenMethod |
makeCodegen(CodegenClassScope classScope,
CodegenMethodScope parent,
SAIFFInitializeSymbol symbols) |
void |
planStateSettings(ContextMetaData detail,
FabricCharge fabricCharge,
int controllerLevel,
String nestedContextName,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
void |
validateGetContextProps(LinkedHashMap<String,Object> props,
String contextName,
int controllerLevel,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
ContextControllerFactoryEnv getFactoryEnv()
void validateGetContextProps(LinkedHashMap<String,Object> props, String contextName, int controllerLevel, StatementRawInfo statementRawInfo, StatementCompileTimeServices services) throws ExprValidationException
ExprValidationException
void planStateSettings(ContextMetaData detail, FabricCharge fabricCharge, int controllerLevel, String nestedContextName, StatementRawInfo statementRawInfo, StatementCompileTimeServices services)
CodegenMethod makeCodegen(CodegenClassScope classScope, CodegenMethodScope parent, SAIFFInitializeSymbol symbols)
ContextControllerPortableInfo getValidationInfo()
<T> T accept(ContextControllerFactoryForgeVisitor<T> visitor)
Copyright © 2005–2022. All rights reserved.