public class ReplaceVariableLiteralsSuccessListEntry extends java.lang.Object implements java.lang.Comparable<ReplaceVariableLiteralsSuccessListEntry>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ReplaceVariableLiteralsSuccessListEntry otherListEntry)
Compare the variable name of this instance with another instance (ignore case).
|
int |
getNumReplaces()
Get the number of replaces.
|
java.lang.String |
getReplacedValue()
Get the replaced value.
|
java.lang.String |
getVariableName()
Get the variable name.
|
public java.lang.String getVariableName()
public java.lang.String getReplacedValue()
public int getNumReplaces()
public int compareTo(ReplaceVariableLiteralsSuccessListEntry otherListEntry)
compareTo in interface java.lang.Comparable<ReplaceVariableLiteralsSuccessListEntry>otherListEntry - the other instance