Package org.drools.compiler.builder.impl
Interface GlobalVariableContext
-
- All Known Subinterfaces:
TypeDeclarationContext
- All Known Implementing Classes:
GlobalVariableContextImpl,KnowledgeBuilderImpl,TypeDeclarationContextImpl
public interface GlobalVariableContextA build context that holds all the declared global variables as a string -> type map.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddGlobal(String identifier, Type type)Map<String,Type>getGlobals()
-