public static class LLJava.NestedAnnotationValue extends LLJava.AnnotationValue
Modifier and Type | Field and Description |
---|---|
protected LLJava.Annotation |
annotation
Generated by umod; model author's documentation MISSING.
|
location
format
Constructor and Description |
---|
NestedAnnotationValue(LLJava.Annotation annotation)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.NestedAnnotationValue |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.Annotation |
get_annotation()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.NestedAnnotationValue> |
get_annotation(Pattern<? super LLJava.Annotation> 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.NestedAnnotationValue |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_annotation(LLJava.Annotation val)
Generated by umod; model author's documentation MISSING.
|
get_location, get_location, set_location
protected LLJava.Annotation annotation
LLJava.Annotation
(never null)public NestedAnnotationValue(LLJava.Annotation annotation)
annotation
- is copied to field annotation
public LLJava.NestedAnnotationValue doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.AnnotationValue
public static String getFormatHint()
annotation
public Format format()
format
in interface Formattable
format
in class LLJava.AnnotationValue
public LLJava.NestedAnnotationValue initFrom(Object o0)
initFrom
in class LLJava.AnnotationValue
public LLJava.Annotation get_annotation()
LLJava.Annotation
(never
null)public boolean set_annotation(LLJava.Annotation val)
val
- the new value of type LLJava.Annotation
(never null)annotation
public static Pattern<LLJava.NestedAnnotationValue> get_annotation(Pattern<? super LLJava.Annotation> p)
LLJava.__Patterns
.see also the complete user documentation .