public interface Operand
Modifier and Type | Method and Description |
---|---|
<R> R |
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.
|
String getName()
String getDisplayString()
<R> R accept(OperandVisitor<R> visitor)
R
- the return type for the visitor.visitor
- the visitor to accept.Copyright © 2002-2021 Atlassian. All Rights Reserved.