public abstract static class LLJava.Modifiable extends LLJava.Node
Modifier and Type | Field and Description |
---|---|
protected CheckedList<LLJava.Annotation> |
annotations
Generated by umod; model author's documentation MISSING.
|
protected EnumSet<LLJava.Modifier> |
modifiers
Generated by umod; model author's documentation MISSING.
|
location
format
Constructor and Description |
---|
Modifiable()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
void |
descend_annotations(LLJava.MATCH_ONLY_00 visitor) |
void |
descend_modifiers(LLJava.MATCH_ONLY_00 visitor) |
LLJava.Modifiable |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
CheckedList<LLJava.Annotation> |
get_annotations()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Modifiable> |
get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
EnumSet<LLJava.Modifier> |
get_modifiers()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Modifiable> |
get_modifiers(Pattern<? super EnumSet<LLJava.Modifier>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.Modifiable |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_annotations(CheckedList<LLJava.Annotation> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_modifiers(EnumSet<LLJava.Modifier> val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_location
protected CheckedList<LLJava.Annotation> annotations
CheckedList
<LLJava.Annotation
(never
null)>(never null)protected EnumSet<LLJava.Modifier> modifiers
EnumSet
<LLJava.Modifier
(never null)>(never null)public Modifiable()
public LLJava.Modifiable doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Node
public Format format()
format
in interface Formattable
format
in class LLJava.Node
public LLJava.Modifiable initFrom(Object o0)
initFrom
in class LLJava.Node
public CheckedList<LLJava.Annotation> get_annotations()
CheckedList
<LLJava.Annotation
(never
null)>(never null)public boolean set_annotations(CheckedList<LLJava.Annotation> val)
val
- the new value of type CheckedList
<LLJava.Annotation
(never
null)>(never null)annotations
public void descend_annotations(LLJava.MATCH_ONLY_00 visitor)
public EnumSet<LLJava.Modifier> get_modifiers()
EnumSet
<LLJava.Modifier
(never null)>(never
null)public boolean set_modifiers(EnumSet<LLJava.Modifier> val)
val
- the new value of type EnumSet
<LLJava.Modifier
(never null)>(never null)modifiers
public void descend_modifiers(LLJava.MATCH_ONLY_00 visitor)
public static Pattern<LLJava.Modifiable> get_annotations(Pattern<? super CheckedList<LLJava.Annotation>> p)
LLJava.__Patterns
.public static Pattern<LLJava.Modifiable> get_modifiers(Pattern<? super EnumSet<LLJava.Modifier>> p)
LLJava.__Patterns
.see also the complete user documentation .