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