public interface TypeExtensionVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(TypeExtensionWithCondition extension)
visit method for Visitor-pattern.
|
void |
visit(TypeExtensionWithoutCondition extension)
visit method for Visitor-pattern.
|
void visit(TypeExtensionWithoutCondition extension)
extension - the extensionReferenceIsUnresolvedException - ReferenceIsUnresolvedExceptionvoid visit(TypeExtensionWithCondition extension) throws TypeDoesNotExistException, TypeExceptions
extension - the extensionTypeExceptions - The TypeExceptions.TypeDoesNotExistException - The TypeDoesNotExistException.