public static class LLJava.ExceptionsAttribute extends LLJava.Attribute
Modifier and Type | Field and Description |
---|---|
protected LLJava.ConstantUTF8 |
name
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
ExceptionsAttribute()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.ExceptionsAttribute |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.ConstantUTF8 |
get_name()
Generated by umod; model author's documentation MISSING.
|
LLJava.ExceptionsAttribute |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_name(LLJava.ConstantUTF8 val)
Generated by umod; model author's documentation MISSING.
|
get_name
protected LLJava.ConstantUTF8 name
LLJava.ConstantUTF8
(never null)public ExceptionsAttribute()
public LLJava.ExceptionsAttribute doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Attribute
public Format format()
format
in interface Formattable
format
in class LLJava.Attribute
public LLJava.ExceptionsAttribute initFrom(Object o0)
initFrom
in class LLJava.Attribute
public LLJava.ConstantUTF8 get_name()
get_name
in class LLJava.Attribute
LLJava.ConstantUTF8
(never
null)public boolean set_name(LLJava.ConstantUTF8 val)
val
- the new value of type LLJava.ConstantUTF8
(never
null)name
see also the complete user documentation .