public static class LLJava.CustomAttribute extends LLJava.Attribute
| Modifier and Type | Field and Description | 
|---|---|
| protected CheckedList<LLJava.Attribute> | attrsGenerated by umod; model author's documentation MISSING. | 
| protected LLJava.ConstantUTF8 | nameGenerated by umod; model author's documentation MISSING. | 
format| Constructor and Description | 
|---|
| CustomAttribute(LLJava.ConstantUTF8 name)Constructor generated according to specification #0   Constructor defined according to directive "C 0/..". | 
| Modifier and Type | Method and Description | 
|---|---|
| void | descend_attrs(LLJava.MATCH_ONLY_00 visitor) | 
| LLJava.CustomAttribute | doclone()Clones this object. | 
| Format | format()Delivers a format object for pretty-printing by inheritance from some ancestor class. | 
| CheckedList<LLJava.Attribute> | get_attrs()Generated by umod; model author's documentation MISSING. | 
| static Pattern<LLJava.CustomAttribute> | get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> p)Lifts a pattern which matches the field value to one which matches this 
 whole object. | 
| LLJava.ConstantUTF8 | get_name()Generated by umod; model author's documentation MISSING. | 
| LLJava.CustomAttribute | initFrom(Object o0)Copies values of all common fields from the argument. | 
| boolean | set_attrs(CheckedList<LLJava.Attribute> val)Generated by umod; model author's documentation MISSING. | 
| boolean | set_name(LLJava.ConstantUTF8 val)Generated by umod; model author's documentation MISSING. | 
get_nameprotected LLJava.ConstantUTF8 name
LLJava.ConstantUTF8(never null)protected CheckedList<LLJava.Attribute> attrs
CheckedList<LLJava.Attribute(never 
 null)>(never null)public CustomAttribute(LLJava.ConstantUTF8 name)
name - is copied to field namepublic LLJava.CustomAttribute doclone()
Cloneable is known 
 to be implemented.doclone in class LLJava.Attributepublic Format format()
format in interface Formattableformat in class LLJava.Attributepublic LLJava.CustomAttribute initFrom(Object o0)
initFrom in class LLJava.Attributepublic LLJava.ConstantUTF8 get_name()
get_name in class LLJava.AttributeLLJava.ConstantUTF8(never 
 null)public boolean set_name(LLJava.ConstantUTF8 val)
val - the new value of type LLJava.ConstantUTF8(never 
 null)namepublic CheckedList<LLJava.Attribute> get_attrs()
CheckedList<LLJava.Attribute(never 
  null)>(never null)public boolean set_attrs(CheckedList<LLJava.Attribute> val)
val - the new value of type CheckedList<LLJava.Attribute(never 
  null)>(never null)attrspublic void descend_attrs(LLJava.MATCH_ONLY_00 visitor)
public static Pattern<LLJava.CustomAttribute> get_attrs(Pattern<? super CheckedList<LLJava.Attribute>> p)
LLJava.__Patterns.see also the complete user documentation .