org.apache.bcel.verifier.statics

Class Pass2Verifier.FAMRAV_Visitor

private class Pass2Verifier.FAMRAV_Visitor extends EmptyVisitor implements 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.

See Also: FAMRAV_Visitor ConstantCP

Method Summary
voidvisitConstantFieldref(ConstantFieldref obj)
voidvisitConstantInterfaceMethodref(ConstantInterfaceMethodref obj)
voidvisitConstantMethodref(ConstantMethodref obj)

Method Detail

visitConstantFieldref

public void visitConstantFieldref(ConstantFieldref obj)

visitConstantInterfaceMethodref

public void visitConstantInterfaceMethodref(ConstantInterfaceMethodref obj)

visitConstantMethodref

public void visitConstantMethodref(ConstantMethodref obj)