public static class UnresolvedName.Impl extends java.lang.Object implements UnresolvedName
UnresolvedName.Impl, UnresolvedName.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(java.lang.String value,
java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText() |
java.lang.String |
getValue() |
void |
setText(java.lang.String text) |
void |
setValue(java.lang.String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, ofpublic Impl()
public Impl(java.lang.String value,
java.lang.String text)
public java.lang.String getValue()
getValue in interface UnresolvedNamepublic void setValue(java.lang.String value)
setValue in interface UnresolvedNamepublic java.lang.String getText()
getText in interface UnresolvedNamepublic void setText(java.lang.String text)
setText in interface UnresolvedName