R
- the return type of the visit method.public interface TermVisitor<R> extends Visitor<R>
Modifier and Type | Method and Description |
---|---|
R |
visitTerm(Term zedObject)
Visits a term.
|
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.