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