Modifier and Type | Method and Description |
---|---|
<R> R |
accept(ClauseVisitor<R> visitor)
Allows us to perform operations over the clauses based on the passed in visitor.
|
boolean |
equals(Object o) |
List<Clause> |
getClauses() |
String |
getName()
The name of the individual clause, this should be unique amongst the implementations otherwise
the clauses will be treated as the "same" type of clause.
|
Clause |
getSubClause() |
int |
hashCode() |
String |
toString()
Return a string representation of the clause.
|
public static final String NOT
public NotClause(Clause subClause)
public String getName()
Clause
public List<Clause> getClauses()
getClauses
in interface Clause
public <R> R accept(ClauseVisitor<R> visitor)
Clause
public Clause getSubClause()
public String toString()
Clause
Copyright © 2002-2021 Atlassian. All Rights Reserved.