|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bcel.classfile.EmptyVisitor
org.apache.bcel.verifier.statics.Pass2Verifier.FAMRAV_Visitor
private class Pass2Verifier.FAMRAV_Visitor
A Visitor class that ensures the ConstantCP-subclassed entries of the constant pool are valid. Precondition: index-style cross referencing in the constant pool must be valid.
Pass2Verifier.constant_pool_entries_satisfy_static_constraints()
,
ConstantCP
Field Summary | |
---|---|
private ConstantPool |
cp
|
Constructor Summary | |
---|---|
private |
Pass2Verifier.FAMRAV_Visitor(JavaClass _jc)
|
Method Summary | |
---|---|
void |
visitConstantFieldref(ConstantFieldref obj)
|
void |
visitConstantInterfaceMethodref(ConstantInterfaceMethodref obj)
|
void |
visitConstantMethodref(ConstantMethodref obj)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final ConstantPool cp
Constructor Detail |
---|
private Pass2Verifier.FAMRAV_Visitor(JavaClass _jc)
Method Detail |
---|
public void visitConstantFieldref(ConstantFieldref obj)
visitConstantFieldref
in interface Visitor
visitConstantFieldref
in class EmptyVisitor
public void visitConstantMethodref(ConstantMethodref obj)
visitConstantMethodref
in interface Visitor
visitConstantMethodref
in class EmptyVisitor
public void visitConstantInterfaceMethodref(ConstantInterfaceMethodref obj)
visitConstantInterfaceMethodref
in interface Visitor
visitConstantInterfaceMethodref
in class EmptyVisitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |