public interface AstExpr
| Modifier and Type | Method and Description |
|---|---|
<A,B> B |
accept(AstExprVisitor<A,B> visitor,
A a)
Dynamic dispatch on the visitor.
|
<A,B> B accept(AstExprVisitor<A,B> visitor, A a)
A - the parameter typeB - the return typevisitor - the visitora - the parameterCopyright © 2013. All Rights Reserved.