Matcher.ErrorTypeMember, Matcher.InputOutputMember, Matcher.OutputMember, Matcher.SuccessMember, Matcher.UnknownMember, Matcher.Visitor<T>
Constructor and Description |
---|
UnknownMember(java.lang.String key,
Node 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.
|
Node |
getValue()
Gets the value of the set matcher variant.
|
Node |
toNode()
Converts a value to a
Node . |
public UnknownMember(java.lang.String key, Node value)
public java.lang.String getMemberName()
Matcher
getMemberName
in class Matcher<Node>
public Node getValue()
Matcher
public Node toNode()
ToNode
Node
.public <U> U accept(Matcher.Visitor<U> visitor)
Matcher