public abstract static class LLJava.Node extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
protected Location<SourceId> |
location
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
Node()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Node |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
Location<SourceId> |
get_location()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Node> |
get_location(Pattern<? super Location<SourceId>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.Node |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_location(Location<SourceId> val)
Generated by umod; model author's documentation MISSING.
|
protected Location<SourceId> location
Location
(maybe
null)public Node()
public LLJava.Node doclone()
Cloneable
is known
to be implemented.public Format format()
format
in interface Formattable
public LLJava.Node initFrom(Object o0)
public Location<SourceId> get_location()
Location
(maybe null)public boolean set_location(Location<SourceId> val)
public static Pattern<LLJava.Node> get_location(Pattern<? super Location<SourceId>> p)
LLJava.__Patterns
.see also the complete user documentation .