| Modifier and Type | Field and Description | 
|---|---|
static EmptyOperand | 
EMPTY  | 
static String | 
OPERAND_NAME  | 
| Constructor and Description | 
|---|
EmptyOperand()  | 
| 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. 
 | 
boolean | 
equals(Object o)  | 
String | 
getDisplayString()
Produces the unexpanded representation of the Operand. 
 | 
String | 
getName()
The name that represents this Operand. 
 | 
int | 
hashCode()  | 
public static final String OPERAND_NAME
public static final EmptyOperand EMPTY
public String getName()
Operandpublic String getDisplayString()
OperandgetDisplayString in interface Operandpublic <R> R accept(OperandVisitor<R> visitor)
OperandCopyright © 2002-2017 Atlassian. All Rights Reserved.