public abstract static class LLJava.Member extends LLJava.Attributable
Modifier and Type | Field and Description |
---|---|
protected LLJava.ConstantUTF8 |
descriptorEntry
This field holds the textual representation (maybe
null), but
LLJava works with the same info in field
#type . |
protected LLJava.Id |
name
Equal to the very last component of the fully
qualified name.
|
protected LLJava.ConstantUTF8 |
nameEntry
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
signatureEntry
Generated by umod; model author's documentation MISSING.
|
attrs
annotations, modifiers
location
format
Constructor and Description |
---|
Member(LLJava.Id name)
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Member |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.ConstantUTF8 |
get_descriptorEntry()
This field holds the textual representation (maybe
null), but
LLJava works with the same info in field
#type . |
static Pattern<LLJava.Member> |
get_descriptorEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.Id |
get_name()
Equal to the very last component of the fully
qualified name.
|
static Pattern<LLJava.Member> |
get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.ConstantUTF8 |
get_nameEntry()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Member> |
get_nameEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.ConstantUTF8 |
get_signatureEntry()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Member> |
get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.Member |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_descriptorEntry(LLJava.ConstantUTF8 val)
This field holds the textual representation (maybe
null), but
LLJava works with the same info in field
#type . |
boolean |
set_name(LLJava.Id val)
Equal to the very last component of the fully
qualified name.
|
boolean |
set_nameEntry(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_signatureEntry(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
descend_attrs, get_attrs, get_attrs, set_attrs
descend_annotations, descend_modifiers, get_annotations, get_annotations, get_modifiers, get_modifiers, set_annotations, set_modifiers
get_location, get_location, set_location
protected LLJava.Id name
LLJava.Id
(never null)protected LLJava.ConstantUTF8 nameEntry
LLJava.ConstantUTF8
(maybe null)protected LLJava.ConstantUTF8 descriptorEntry
#type
. LLJava.ConstantUTF8
(maybe null)protected LLJava.ConstantUTF8 signatureEntry
LLJava.ConstantUTF8
(maybe null)public LLJava.Member doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Attributable
public Format format()
format
in interface Formattable
format
in class LLJava.Attributable
public LLJava.Member initFrom(Object o0)
initFrom
in class LLJava.Attributable
public LLJava.Id get_name()
LLJava.Id
(never null)public boolean set_name(LLJava.Id val)
public LLJava.ConstantUTF8 get_nameEntry()
LLJava.ConstantUTF8
(maybe
null)public boolean set_nameEntry(LLJava.ConstantUTF8 val)
val
- the new value of type LLJava.ConstantUTF8
(maybe
null)nameEntry
public LLJava.ConstantUTF8 get_descriptorEntry()
#type
. LLJava.ConstantUTF8
(maybe
null)public boolean set_descriptorEntry(LLJava.ConstantUTF8 val)
#type
. val
- the new value of type LLJava.ConstantUTF8
(maybe
null)descriptorEntry
public LLJava.ConstantUTF8 get_signatureEntry()
LLJava.ConstantUTF8
(maybe
null)public boolean set_signatureEntry(LLJava.ConstantUTF8 val)
val
- the new value of type LLJava.ConstantUTF8
(maybe
null)signatureEntry
public static Pattern<LLJava.Member> get_name(Pattern<? super LLJava.Id> p)
LLJava.__Patterns
.public static Pattern<LLJava.Member> get_nameEntry(Pattern<? super LLJava.ConstantUTF8> p)
LLJava.__Patterns
.public static Pattern<LLJava.Member> get_descriptorEntry(Pattern<? super LLJava.ConstantUTF8> p)
LLJava.__Patterns
.public static Pattern<LLJava.Member> get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> p)
LLJava.__Patterns
.see also the complete user documentation .