public static class LLJava.Class extends LLJava.Attributable
| Modifier and Type | Field and Description |
|---|---|
protected CheckedList<LLJava.Field> |
fields
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.InnerClass> |
innerClasses
Generated by umod; model author's documentation MISSING.
|
protected LLJava.Id |
innerName
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.ClassReference> |
interfaces
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.Method> |
methods
Generated by umod; model author's documentation MISSING.
|
protected LLJava.QualId |
name
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.ConstantPoolEntry> |
pool
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ConstantUTF8 |
signatureEntry
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ClassReference |
superClass
Generated by umod; model author's documentation MISSING.
|
protected LLJava.ClassRef |
thisEntry
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<LLJava.TypeParameter> |
typeParameters
Generated by umod; model author's documentation MISSING.
|
attrsannotations, modifierslocationformat| Constructor and Description |
|---|
Class(LLJava.QualId name,
LLJava.ClassReference superClass)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
void |
descend_fields(LLJava.MATCH_ONLY_00 visitor) |
void |
descend_innerClasses(LLJava.MATCH_ONLY_00 visitor) |
void |
descend_interfaces(LLJava.MATCH_ONLY_00 visitor) |
void |
descend_methods(LLJava.MATCH_ONLY_00 visitor) |
void |
descend_pool(LLJava.MATCH_ONLY_00 visitor) |
void |
descend_typeParameters(LLJava.MATCH_ONLY_00 visitor) |
LLJava.Class |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
CheckedList<LLJava.Field> |
get_fields()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Class> |
get_fields(Pattern<? super CheckedList<LLJava.Field>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
CheckedList<LLJava.InnerClass> |
get_innerClasses()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Class> |
get_innerClasses(Pattern<? super CheckedList<LLJava.InnerClass>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.Id |
get_innerName()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Class> |
get_innerName(Pattern<? super LLJava.Id> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
CheckedList<LLJava.ClassReference> |
get_interfaces()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Class> |
get_interfaces(Pattern<? super CheckedList<LLJava.ClassReference>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
CheckedList<LLJava.Method> |
get_methods()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Class> |
get_methods(Pattern<? super CheckedList<LLJava.Method>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.QualId |
get_name()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Class> |
get_name(Pattern<? super LLJava.QualId> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
CheckedList<LLJava.ConstantPoolEntry> |
get_pool()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Class> |
get_pool(Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.ConstantUTF8 |
get_signatureEntry()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Class> |
get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.ClassReference |
get_superClass()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Class> |
get_superClass(Pattern<? super LLJava.ClassReference> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.ClassRef |
get_thisEntry()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Class> |
get_thisEntry(Pattern<? super LLJava.ClassRef> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
CheckedList<LLJava.TypeParameter> |
get_typeParameters()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.Class> |
get_typeParameters(Pattern<? super CheckedList<LLJava.TypeParameter>> 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.Class |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_fields(CheckedList<LLJava.Field> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_innerClasses(CheckedList<LLJava.InnerClass> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_innerName(LLJava.Id val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_interfaces(CheckedList<LLJava.ClassReference> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_methods(CheckedList<LLJava.Method> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_name(LLJava.QualId val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_pool(CheckedList<LLJava.ConstantPoolEntry> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_signatureEntry(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_superClass(LLJava.ClassReference val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_thisEntry(LLJava.ClassRef val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_typeParameters(CheckedList<LLJava.TypeParameter> 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.QualId name
LLJava.QualId(never null)protected LLJava.Id innerName
LLJava.Id(maybe null)protected CheckedList<LLJava.TypeParameter> typeParameters
CheckedList<LLJava.TypeParameter(never
null)>(never null)protected LLJava.ClassReference superClass
LLJava.ClassReference(never
null)protected CheckedList<LLJava.ClassReference> interfaces
CheckedList<LLJava.ClassReference(never
null)>(never null)protected CheckedList<LLJava.Field> fields
CheckedList<LLJava.Field(never
null)>(never null)protected CheckedList<LLJava.Method> methods
CheckedList<LLJava.Method(never
null)>(never null)protected CheckedList<LLJava.InnerClass> innerClasses
CheckedList<LLJava.InnerClass(never
null)>(never null)protected CheckedList<LLJava.ConstantPoolEntry> pool
CheckedList<LLJava.ConstantPoolEntry(never null)>(never null)protected LLJava.ClassRef thisEntry
LLJava.ClassRef(maybe null)protected LLJava.ConstantUTF8 signatureEntry
LLJava.ConstantUTF8(maybe null)public Class(LLJava.QualId name, LLJava.ClassReference superClass)
name - is copied to field namesuperClass - is copied to field superClasspublic LLJava.Class doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Attributablepublic static String getFormatHint()
(annotations[, ,
/];modifiers{$java 'FormatUtils.modifier'}[, , /],'class'
name,>typeParameters['<'|',' ,'>'/] ;>'extends' superClass
;>interfaces['implements' |',' , /]);'{'/>(fields[/]/methods[/])/'}'
public Format format()
format in interface Formattableformat in class LLJava.Attributablepublic LLJava.Class initFrom(Object o0)
initFrom in class LLJava.Attributablepublic 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 LLJava.Id get_innerName()
LLJava.Id(maybe null)public boolean set_innerName(LLJava.Id val)
public CheckedList<LLJava.TypeParameter> get_typeParameters()
CheckedList<LLJava.TypeParameter(never
null)>(never null)public boolean set_typeParameters(CheckedList<LLJava.TypeParameter> val)
val - the new value of type CheckedList<LLJava.TypeParameter(never
null)>(never null)typeParameterspublic void descend_typeParameters(LLJava.MATCH_ONLY_00 visitor)
public LLJava.ClassReference get_superClass()
LLJava.ClassReference(never
null)public boolean set_superClass(LLJava.ClassReference val)
val - the new value of type LLJava.ClassReference(never
null)superClasspublic CheckedList<LLJava.ClassReference> get_interfaces()
CheckedList<LLJava.ClassReference(never
null)>(never null)public boolean set_interfaces(CheckedList<LLJava.ClassReference> val)
val - the new value of type CheckedList<LLJava.ClassReference(never
null)>(never null)interfacespublic void descend_interfaces(LLJava.MATCH_ONLY_00 visitor)
public CheckedList<LLJava.Field> get_fields()
CheckedList<LLJava.Field(never
null)>(never null)public boolean set_fields(CheckedList<LLJava.Field> val)
val - the new value of type CheckedList<LLJava.Field(never
null)>(never null)fieldspublic void descend_fields(LLJava.MATCH_ONLY_00 visitor)
public CheckedList<LLJava.Method> get_methods()
CheckedList<LLJava.Method(never
null)>(never null)public boolean set_methods(CheckedList<LLJava.Method> val)
val - the new value of type CheckedList<LLJava.Method(never
null)>(never null)methodspublic void descend_methods(LLJava.MATCH_ONLY_00 visitor)
public CheckedList<LLJava.InnerClass> get_innerClasses()
CheckedList<LLJava.InnerClass(never
null)>(never null)public boolean set_innerClasses(CheckedList<LLJava.InnerClass> val)
val - the new value of type CheckedList<LLJava.InnerClass(never
null)>(never null)innerClassespublic void descend_innerClasses(LLJava.MATCH_ONLY_00 visitor)
public CheckedList<LLJava.ConstantPoolEntry> get_pool()
CheckedList<LLJava.ConstantPoolEntry(never null)>(never null)public boolean set_pool(CheckedList<LLJava.ConstantPoolEntry> val)
val - the new value of type CheckedList<LLJava.ConstantPoolEntry(never null)>(never null)poolpublic void descend_pool(LLJava.MATCH_ONLY_00 visitor)
public LLJava.ClassRef get_thisEntry()
LLJava.ClassRef(maybe
null)public boolean set_thisEntry(LLJava.ClassRef val)
val - the new value of type LLJava.ClassRef(maybe null)thisEntrypublic LLJava.ConstantUTF8 get_signatureEntry()
LLJava.ConstantUTF8(maybe
null)public boolean set_signatureEntry(LLJava.ConstantUTF8 val)
val - the new value of type LLJava.ConstantUTF8(maybe
null)signatureEntrypublic static Pattern<LLJava.Class> get_name(Pattern<? super LLJava.QualId> p)
LLJava.__Patterns.public static Pattern<LLJava.Class> get_innerName(Pattern<? super LLJava.Id> p)
LLJava.__Patterns.public static Pattern<LLJava.Class> get_typeParameters(Pattern<? super CheckedList<LLJava.TypeParameter>> p)
LLJava.__Patterns.public static Pattern<LLJava.Class> get_superClass(Pattern<? super LLJava.ClassReference> p)
LLJava.__Patterns.public static Pattern<LLJava.Class> get_interfaces(Pattern<? super CheckedList<LLJava.ClassReference>> p)
LLJava.__Patterns.public static Pattern<LLJava.Class> get_fields(Pattern<? super CheckedList<LLJava.Field>> p)
LLJava.__Patterns.public static Pattern<LLJava.Class> get_methods(Pattern<? super CheckedList<LLJava.Method>> p)
LLJava.__Patterns.public static Pattern<LLJava.Class> get_innerClasses(Pattern<? super CheckedList<LLJava.InnerClass>> p)
LLJava.__Patterns.public static Pattern<LLJava.Class> get_pool(Pattern<? super CheckedList<LLJava.ConstantPoolEntry>> p)
LLJava.__Patterns.public static Pattern<LLJava.Class> get_thisEntry(Pattern<? super LLJava.ClassRef> p)
LLJava.__Patterns.public static Pattern<LLJava.Class> get_signatureEntry(Pattern<? super LLJava.ConstantUTF8> p)
LLJava.__Patterns.see also the complete user documentation .