Matcher.ErrorTypeMember, Matcher.InputOutputMember, Matcher.OutputMember, Matcher.SuccessMember, Matcher.UnknownMember, Matcher.Visitor<T>| Constructor and Description |
|---|
ErrorTypeMember(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
<U> U |
accept(Matcher.Visitor<U> visitor)
Visits the Matcher union type.
|
java.lang.String |
getMemberName()
Gets the member name of the matcher.
|
java.lang.String |
getValue()
Gets the value of the set matcher variant.
|
Node |
toNode()
Converts a value to a
Node. |
public java.lang.String getMemberName()
MatchergetMemberName in class Matcher<java.lang.String>public java.lang.String getValue()
Matcherpublic Node toNode()
ToNodeNode.public <U> U accept(Matcher.Visitor<U> visitor)
Matcher