| Package | Description |
|---|---|
| cz.jirutka.rsql.parser.ast |
| Modifier and Type | Class and Description |
|---|---|
class |
NoArgRSQLVisitorAdapter<R>
An adapter for the
RSQLVisitor interface with a simpler contract that omits the optional
second argument. |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
Node.accept(RSQLVisitor<R,A> visitor)
Accepts the visitor, calls its visit() method and returns the result.
|
<R,A> R |
AbstractNode.accept(RSQLVisitor<R,A> visitor)
Accepts the visitor, calls its visit() method and returns the result.
|
<R,A> R |
OrNode.accept(RSQLVisitor<R,A> visitor,
A param) |
<R,A> R |
Node.accept(RSQLVisitor<R,A> visitor,
A param)
Accepts the visitor, calls its visit() method and returns a result.
|
<R,A> R |
ComparisonNode.accept(RSQLVisitor<R,A> visitor,
A param) |
<R,A> R |
AndNode.accept(RSQLVisitor<R,A> visitor,
A param) |
Copyright © 2011–2016. All rights reserved.