public abstract class AbstractNode extends Object implements Node
| Constructor and Description |
|---|
AbstractNode() |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(RSQLVisitor<R,A> visitor)
Accepts the visitor, calls its visit() method and returns the result.
|
public <R,A> R accept(RSQLVisitor<R,A> visitor)
Node.accept(RSQLVisitor, Object) with
null as the second argument.Copyright © 2011–2016. All rights reserved.