|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
org.drools.asm | Provides a small and fast bytecode manipulation framework. |
org.drools.asm.attrs | Provides an implementation for optional class, field and method attributes. |
org.drools.asm.commons | Provides some useful class and method adapters. |
org.drools.asm.util | Provides ASM visitors that can be useful for programming and debugging purposes. |
org.drools.asm.util.attrs | Provides attributes sub classes that can work with the ASMifier utility. |
org.drools.util.asm |
Uses of Attribute in org.drools.asm |
---|
Methods in org.drools.asm that return Attribute | |
---|---|
protected Attribute |
Attribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
Reads a type attribute. |
Methods in org.drools.asm with parameters of type Attribute | |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
boolean skipDebug)
Makes the given visitor visit the Java class of this ClassReader . |
void |
MethodVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of this method. |
void |
MethodAdapter.visitAttribute(Attribute attr)
|
void |
FieldVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the field. |
void |
ClassWriter.visitAttribute(Attribute attr)
|
void |
ClassVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the class. |
void |
ClassAdapter.visitAttribute(Attribute attr)
|
Uses of Attribute in org.drools.asm.attrs |
---|
Subclasses of Attribute in org.drools.asm.attrs | |
---|---|
class |
StackMapAttribute
StackMapAttribute is used by CDLC preverifier. |
class |
StackMapTableAttribute
The stack map attribute is used during the process of verification by typechecking (§4.11.1). |
Methods in org.drools.asm.attrs that return Attribute | |
---|---|
protected Attribute |
StackMapTableAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
|
protected Attribute |
StackMapAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
|
Uses of Attribute in org.drools.asm.commons |
---|
Methods in org.drools.asm.commons with parameters of type Attribute | |
---|---|
void |
EmptyVisitor.visitAttribute(Attribute attr)
|
Uses of Attribute in org.drools.asm.util |
---|
Methods in org.drools.asm.util that return Attribute | |
---|---|
static Attribute[] |
AbstractVisitor.getDefaultAttributes()
Returns the default ASMifiable prototypes. |
Methods in org.drools.asm.util with parameters of type Attribute | |
---|---|
void |
TraceMethodVisitor.visitAttribute(Attribute attr)
|
void |
TraceFieldVisitor.visitAttribute(Attribute attr)
|
void |
TraceClassVisitor.visitAttribute(Attribute attr)
|
void |
TraceAbstractVisitor.visitAttribute(Attribute attr)
Prints a disassembled view of the given attribute. |
void |
CheckMethodAdapter.visitAttribute(Attribute attr)
|
void |
CheckFieldAdapter.visitAttribute(Attribute attr)
|
void |
ASMifierAbstractVisitor.visitAttribute(Attribute attr)
Prints the ASM code that generates the given attribute. |
Uses of Attribute in org.drools.asm.util.attrs |
---|
Subclasses of Attribute in org.drools.asm.util.attrs | |
---|---|
class |
ASMStackMapAttribute
An ASMifiable StackMapAttribute sub class. |
class |
ASMStackMapTableAttribute
An ASMifiable StackMapTableAttribute sub class. |
Methods in org.drools.asm.util.attrs that return Attribute | |
---|---|
protected Attribute |
ASMStackMapTableAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
|
protected Attribute |
ASMStackMapAttribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
|
Uses of Attribute in org.drools.util.asm |
---|
Methods in org.drools.util.asm with parameters of type Attribute | |
---|---|
void |
MethodComparator.Tracer.visitAttribute(Attribute attr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |