public class ScopedClause extends AbstractNode
Scoped clause. This is a recursive data structure with a SearchClause and optionally a ScopedClause. SearchClause and ScopedClause are connected through a BooleanGroup.
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
Try to accept this node by a visitor.
|
BooleanGroup |
getBooleanGroup() |
ScopedClause |
getScopedClause() |
SearchClause |
getSearchClause() |
java.lang.String |
toString() |
compareTo
public ScopedClause getScopedClause()
public BooleanGroup getBooleanGroup()
public SearchClause getSearchClause()
public void accept(Visitor visitor)
AbstractNode
Try to accept this node by a visitor.
accept
in interface Node
accept
in class AbstractNode
visitor
- the visitorpublic java.lang.String toString()
toString
in class java.lang.Object