public abstract static class LLJava.Attributable extends LLJava.Modifiable
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.Attribute> |
attrs
Generated by umod; model author's documentation MISSING.
|
annotations, modifiers
location
format
Constructor and Description |
---|
Attributable()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
void |
descend_attrs(LLJava.MATCH_ONLY_00 visitor) |
LLJava.Attributable |
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.Attributable> |
get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.Attributable |
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.
|
descend_annotations, descend_modifiers, get_annotations, get_annotations, get_modifiers, get_modifiers, set_annotations, set_modifiers
get_location, get_location, set_location
protected CheckedList<LLJava.Attribute> attrs
CheckedList
<LLJava.Attribute
(never
null)>(never null)public Attributable()
public LLJava.Attributable doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Modifiable
public Format format()
format
in interface Formattable
format
in class LLJava.Modifiable
public LLJava.Attributable initFrom(Object o0)
initFrom
in class LLJava.Modifiable
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.Attributable> get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> p)
LLJava.__Patterns
.see also the complete user documentation .