|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.cmdline.matcher.LiteralValue
public final class LiteralValue
A literal value.
| Field Summary | |
|---|---|
private String |
rawValue
. |
private String |
value
. |
| Constructor Summary | |
|---|---|
LiteralValue(String rawValue,
String value)
|
|
| Method Summary | |
|---|---|
String |
getRawValue()
Returns the value as expressed in the command line. |
String |
getValue()
Returns the value as interpreted by the context. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final String rawValue
private final String value
| Constructor Detail |
|---|
public LiteralValue(String rawValue,
String value)
| Method Detail |
|---|
public String getRawValue()
public String getValue()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||