Package org.drools.compiler.builder.impl
Class TypeDeclarationManagerImpl
java.lang.Object
org.drools.compiler.builder.impl.TypeDeclarationManagerImpl
- All Implemented Interfaces:
TypeDeclarationManager
Wraps a
TypeDeclarationBuilder and an InternalKnowledgeBase
and deals with updating both.-
Constructor Summary
ConstructorsConstructorDescriptionTypeDeclarationManagerImpl(TypeDeclarationBuilder typeBuilder, InternalKnowledgeBase kBase) -
Method Summary
Modifier and TypeMethodDescriptiongetAndRegisterTypeDeclaration(Class<?> cls, String packageName) getTypeDeclaration(Class<?> cls) getTypeDeclaration(ObjectType objectType)
-
Constructor Details
-
TypeDeclarationManagerImpl
-
-
Method Details
-
getTypeDeclarationBuilder
-
getAndRegisterTypeDeclaration
- Specified by:
getAndRegisterTypeDeclarationin interfaceTypeDeclarationManager
-
getTypeDeclaration
- Specified by:
getTypeDeclarationin interfaceTypeDeclarationManager
-
getTypeDeclaration
- Specified by:
getTypeDeclarationin interfaceTypeDeclarationManager
-