Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.bcel.checks.* (3)com.puppycrawl.tools.checkstyle.bcel.classfile.* (6)
com.puppycrawl.tools.checkstyle.bcel.generic.* (8)

com.puppycrawl.tools.checkstyle.bcel: Javadoc index of package com.puppycrawl.tools.checkstyle.bcel.


Package Samples:

com.puppycrawl.tools.checkstyle.bcel.checks
com.puppycrawl.tools.checkstyle.bcel.classfile
com.puppycrawl.tools.checkstyle.bcel.generic

Classes:

VisitorSet: Manages a set of visitors that are accepted by nodes visited by a VisitorSet. Any visit to this object is passed on to its managed visitors.
JavaClassDefinition: Contains the definition of a org.apache.bcel.classfile.JavaClass and the definitions of Methods and Fields of the JavaClass
IDeepVisitor: Deep visitor for classfile and generic traversals. A ClassFile traversal visits all classfile and all generic nodes.
ReferenceDAO: Accesses Method and Field references for a set of JavaClasses.
AbstractReferenceCheck: Abstract class for checks that require reference information.
MethodDefinition: Contains the definition of a Method and its references.
ReferenceVisitor: Records references during a deep parse tree traversal.
FieldDefinition: Contains the definition of a Field and its references.
FieldOrMethodDefinition: Contains the definition of a Field or a Method.
Utils: Utility methods for BCEL classfile package
AbstractCheckVisitor: Abstract class for checks with visitors.
ClassFileSetCheck: Checks a set of class files using BCEL
IObjectSetVisitor: Object set visitor for a general set.
UnreadFieldCheck: Checks for unread, non-final fields
FieldOrMethodReference: Describe class InstructionReference
GETSTATICReference: Describe class GETSTATICReference
PUTSTATICReference: Describe class GETSTATICReference
GETFIELDReference: Describe class GETFIELDReference
PUTFIELDReference: Describe class GETFIELDReference
InvokeReference: Describe class MethodReference
JavaClassWalker: Walks a JavaClass parse tree.
FieldReference: Describe class FieldReference
EmptyClassFileVisitor: Default classfile visitor.
UnusedMethodCheck: Checks for unused methods

Home | Contact Us | Privacy Policy | Terms of Service