public abstract static class LLJava.Attribute extends Object implements Cloneable, Formattable
format
Constructor and Description |
---|
Attribute()
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
LLJava.Attribute |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
LLJava.ConstantUTF8 |
get_name() |
static Pattern<LLJava.Attribute> |
get_name(Pattern<? super LLJava.ConstantUTF8> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.Attribute |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
public Attribute()
public LLJava.Attribute doclone()
Cloneable
is known
to be implemented.public Format format()
format
in interface Formattable
public LLJava.Attribute initFrom(Object o0)
public LLJava.ConstantUTF8 get_name()
public static Pattern<LLJava.Attribute> get_name(Pattern<? super LLJava.ConstantUTF8> p)
LLJava.__Patterns
.see also the complete user documentation .