public abstract static class LLJava.MemberReference extends LLJava.Node
locationformat| Constructor and Description |
|---|
MemberReference()
Synthetic minimal constructor provided by the umod compiler.
|
| Modifier and Type | Method and Description |
|---|---|
LLJava.MemberReference |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.MemberRef |
get_entry() |
static Pattern<LLJava.MemberReference> |
get_entry(Pattern<? super LLJava.MemberRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.MemberFullName |
get_fullName() |
static Pattern<LLJava.MemberReference> |
get_fullName(Pattern<? super LLJava.MemberFullName> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.MemberReference |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
get_location, get_location, set_locationpublic MemberReference()
public LLJava.MemberReference doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Nodepublic Format format()
format in interface Formattableformat in class LLJava.Nodepublic LLJava.MemberReference initFrom(Object o0)
initFrom in class LLJava.Nodepublic LLJava.MemberFullName get_fullName()
public LLJava.MemberRef get_entry()
public static Pattern<LLJava.MemberReference> get_fullName(Pattern<? super LLJava.MemberFullName> p)
LLJava.__Patterns.public static Pattern<LLJava.MemberReference> get_entry(Pattern<? super LLJava.MemberRef> p)
LLJava.__Patterns.see also the complete user documentation .