V - the node value typepublic static final class TreePattern.Val<V> extends TreePattern.Decl<V> implements Serializable
TreePattern.Decl class.TreePattern.Var,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static <V> TreePattern.Val<V> |
of(V value)
Create a new value object.
|
String |
toString() |
V |
value() |
public static <V> TreePattern.Val<V> of(V value)
V - the node typevalue - the underlying pattern value© 2007-2019 Franz Wilhelmstötter (2019-11-18 20:30)