public abstract class Predicate extends ASTNode
| Constructor and Description |
|---|
Predicate() |
| Modifier and Type | Method and Description |
|---|---|
PredicateConcatenator |
getNext() |
int |
getNotCount() |
void |
setNext(PredicateConcatenator next) |
void |
setNotCount(int notCount) |
getClauseType, setClauseTypepublic PredicateConcatenator getNext()
public void setNext(PredicateConcatenator next)
public int getNotCount()
public void setNotCount(int notCount)
Copyright © 2016. All rights reserved.