public static class LLJava.ArrayAnnotationValue extends LLJava.AnnotationValue
| Modifier and Type | Field and Description |
|---|---|
protected CheckedList<LLJava.AnnotationValue> |
elems
Generated by umod; model author's documentation MISSING.
|
locationformat| Constructor and Description |
|---|
ArrayAnnotationValue()
Synthetic minimal constructor provided by the umod compiler.
|
ArrayAnnotationValue(CheckedList<LLJava.AnnotationValue> elems)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
void |
descend_elems(LLJava.MATCH_ONLY_00 visitor) |
LLJava.ArrayAnnotationValue |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
CheckedList<LLJava.AnnotationValue> |
get_elems()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.ArrayAnnotationValue> |
get_elems(Pattern<? super CheckedList<LLJava.AnnotationValue>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.ArrayAnnotationValue |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_elems(CheckedList<LLJava.AnnotationValue> val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_locationprotected CheckedList<LLJava.AnnotationValue> elems
CheckedList<LLJava.AnnotationValue(never
null)>(never null)public ArrayAnnotationValue(CheckedList<LLJava.AnnotationValue> elems)
elems - is copied to field elemspublic ArrayAnnotationValue()
public LLJava.ArrayAnnotationValue doclone()
Cloneable is known
to be implemented.doclone in class LLJava.AnnotationValuepublic static String getFormatHint()
elems['{'|',' ,'}'] public Format format()
format in interface Formattableformat in class LLJava.AnnotationValuepublic LLJava.ArrayAnnotationValue initFrom(Object o0)
initFrom in class LLJava.AnnotationValuepublic CheckedList<LLJava.AnnotationValue> get_elems()
CheckedList<LLJava.AnnotationValue(never null)>(never null)public boolean set_elems(CheckedList<LLJava.AnnotationValue> val)
val - the new value of type CheckedList<LLJava.AnnotationValue(never null)>(never null)elemspublic void descend_elems(LLJava.MATCH_ONLY_00 visitor)
public static Pattern<LLJava.ArrayAnnotationValue> get_elems(Pattern<? super CheckedList<LLJava.AnnotationValue>> p)
LLJava.__Patterns.see also the complete user documentation .