public static class LLJava.CodeAttribute extends LLJava.Attribute
| Modifier and Type | Field and Description |
|---|---|
protected LLJava.ConstantUTF8 |
name
Generated by umod; model author's documentation MISSING.
|
protected LLJava.StackMapTableAttribute |
stackMap
Generated by umod; model author's documentation MISSING.
|
format| Constructor and Description |
|---|
CodeAttribute()
Synthetic minimal constructor provided by the umod compiler.
|
| Modifier and Type | Method and Description |
|---|---|
LLJava.CodeAttribute |
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.StackMapTableAttribute |
get_stackMap()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.CodeAttribute> |
get_stackMap(Pattern<? super LLJava.StackMapTableAttribute> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
LLJava.CodeAttribute |
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.
|
boolean |
set_stackMap(LLJava.StackMapTableAttribute val)
Generated by umod; model author's documentation MISSING.
|
get_nameprotected LLJava.ConstantUTF8 name
LLJava.ConstantUTF8(never null)protected LLJava.StackMapTableAttribute stackMap
LLJava.StackMapTableAttribute(maybe
null)public CodeAttribute()
public LLJava.CodeAttribute doclone()
Cloneable is known
to be implemented.doclone in class LLJava.Attributepublic Format format()
format in interface Formattableformat in class LLJava.Attributepublic LLJava.CodeAttribute 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 LLJava.StackMapTableAttribute get_stackMap()
LLJava.StackMapTableAttribute(maybe null)public boolean set_stackMap(LLJava.StackMapTableAttribute val)
val - the new value of type LLJava.StackMapTableAttribute(maybe
null)stackMappublic static Pattern<LLJava.CodeAttribute> get_stackMap(Pattern<? super LLJava.StackMapTableAttribute> p)
LLJava.__Patterns.see also the complete user documentation .