public interface AbstractVariableTypeVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(AnonVariableType anonVariable)
visit method for visitor pattern.
|
void |
visit(NamedVariableType namedVariableType)
visit method for visitor pattern.
|
void visit(AnonVariableType anonVariable)
anonVariable - Part to visit.void visit(NamedVariableType namedVariableType) throws java.lang.IllegalArgumentException, ReferenceIsUnresolvedException
namedVariableType - Part to visit.ReferenceIsUnresolvedException - The ReferenceIsUnresolvedException.java.lang.IllegalArgumentException - The IllegalArgumentException.