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, modifierslocationformat| 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_modifiersget_location, get_location, set_locationprotected 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.Modifiablepublic Format format()
format in interface Formattableformat in class LLJava.Modifiablepublic LLJava.Attributable initFrom(Object o0)
initFrom in class LLJava.Modifiablepublic 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)attrspublic 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 .