public static class LLJava.InnerClass extends LLJava.Attributable
| Modifier and Type | Field and Description |
|---|---|
protected LLJava.Class |
definition
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Id |
name
Generated by umod; model author's documentation MISSING.
|
attrsannotations, modifierslocationformat| Constructor and Description |
|---|
InnerClass()
Synthetic minimal constructor provided by the umod compiler.
|
InnerClass(LLJava.Id name,
LLJava.Class definition)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
LLJava.InnerClass |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.Class |
get_definition()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.InnerClass> |
get_definition(Pattern<? super LLJava.Class> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.Id |
get_name()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.InnerClass> |
get_name(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.InnerClass |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_definition(LLJava.Class val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_name(LLJava.Id val)
Generated by umod; model author's documentation MISSING.
|
descend_attrs, get_attrs, get_attrs, set_attrsdescend_annotations, descend_modifiers, get_annotations, get_annotations, get_modifiers, get_modifiers, set_annotations, set_modifiersget_location, get_location, set_locationprotected LLJava.Id name
LLJava.Id(maybe null)protected LLJava.Class definition
Class(maybe null)public InnerClass(LLJava.Id name, LLJava.Class definition)
name - is copied to field namedefinition - is copied to field definitionpublic InnerClass()
public LLJava.InnerClass doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Attributablepublic Format format()
format in interface Formattableformat in class LLJava.Attributablepublic LLJava.InnerClass initFrom(Object o0)
initFrom in class LLJava.Attributablepublic LLJava.Id get_name()
LLJava.Id(maybe null)public boolean set_name(LLJava.Id val)
public LLJava.Class get_definition()
Class(maybe
null)public boolean set_definition(LLJava.Class val)
val - the new value of type Class(maybe null)definitionpublic static Pattern<LLJava.InnerClass> get_name(Pattern<? super LLJava.Id> p)
LLJava.__Patterns.public static Pattern<LLJava.InnerClass> get_definition(Pattern<? super LLJava.Class> p)
LLJava.__Patterns.see also the complete user documentation .