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