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.
|
locationformat| 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_locationprotected LLJava.Id name
LLJava.Id(never null)public LLJava.MemberFullName doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Nodepublic Format format()
format in interface Formattableformat in class LLJava.Nodepublic LLJava.MemberFullName initFrom(Object o0)
initFrom in class LLJava.Nodepublic 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 .