|
Interface Summary |
| IExtVisitor<R,I,P,H extends IExtVisitorHost<I,? super H>> |
Interface that defines an extended visitor that has specific types for its
return value, R, its index value, I, its input parameters, P, and its
host, H. |
| IExtVisitorCmd<R,I,P,H extends IExtVisitorHost<I,? super H>> |
Interface that defines a command used by AExtVisitor that has specific
types for its return value, R, its index value, I, its input parameters, P,
and its host, H. |
| IExtVisitorHost<I,H extends IExtVisitorHost<I,? extends H>> |
An interface defining a host for an IExtVisitor who can visit this type of host. |