public abstract static class LLJava.MemberFullName extends LLJava.Node
Modifier and Type | Field and Description |
---|---|
protected LLJava.Id |
name
Generated by umod; model author's documentation MISSING.
|
location
format
Constructor and Description |
---|
MemberFullName(LLJava.Id name)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.MemberFullName |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.Id |
get_name()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.MemberFullName> |
get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.MemberFullName |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_name(LLJava.Id val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_location
protected LLJava.Id name
LLJava.Id
(never null)public LLJava.MemberFullName doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Node
public Format format()
format
in interface Formattable
format
in class LLJava.Node
public LLJava.MemberFullName initFrom(Object o0)
initFrom
in class LLJava.Node
public LLJava.Id get_name()
LLJava.Id
(never null)public boolean set_name(LLJava.Id val)
public static Pattern<LLJava.MemberFullName> get_name(Pattern<? super LLJava.Id> p)
LLJava.__Patterns
.see also the complete user documentation .