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