|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Operand
Represents the right hand side value of a clause.
Method Summary | ||
---|---|---|
|
accept(OperandVisitor<R> visitor)
Allows us to perform operations over the operand based on the passed in visitor. |
|
String |
getDisplayString()
Produces the unexpanded representation of the Operand. |
|
String |
getName()
The name that represents this Operand. |
Method Detail |
---|
String getName()
String getDisplayString()
<R> R accept(OperandVisitor<R> visitor)
R
- the return type for the visitor.visitor
- the visitor to accept.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |