|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> bcel >> [ classfile overview ] | PREV NEXT | ||||||||
A
- addFieldReference(FieldReference) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.ReferenceDAO
- Adds a reference to a field.
- addInvokeReference(InvokeReference) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.ReferenceDAO
- Adds a reference for an invocation in the invoked method definition.
- addReference(FieldReference) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldDefinition
- Adds a reference to the Field.
- addReference(InvokeReference) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition
- Adds a reference to the Method.
C
- com.puppycrawl.tools.checkstyle.bcel.classfile - package com.puppycrawl.tools.checkstyle.bcel.classfile
F
- FieldDefinition - class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldDefinition.
- Contains the definition of a Field and its references.
- FieldDefinition(Field) - Constructor for class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldDefinition
- Creates a
FieldDefinitionfor a Field. - FieldOrMethodDefinition - class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldOrMethodDefinition.
- Contains the definition of a Field or a Method.
- FieldOrMethodDefinition(FieldOrMethod) - Constructor for class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldOrMethodDefinition
- Constructs a
FieldOrMethodDefinitionfor a Field or a Method. - findFieldDef(String) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.JavaClassDefinition
- Finds a field definition.
- findFieldDef(FieldReference) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.ReferenceDAO
- Finds the definition of the field of a field reference.
- findJavaClassDef(JavaClass) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.ReferenceDAO
- Finds the JavaClassDefinition for a given JavaClass.
- findNarrowestMethod(String, String, Type[]) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.JavaClassDefinition
- Finds the narrowest method that is compatible with a method.
G
- getArgumentTypes() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition
- Gets the Types of the Method's arguments.
- getField() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldDefinition
- Returns the Field for this definition.
- getFieldDefs() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.JavaClassDefinition
- Gets the field definitions for Fields of the JavaClass.
- getFieldOrMethod() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldOrMethodDefinition
- Returns the FieldOrMethod.
- getJavaClass() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.JavaClassDefinition
- Gets the JavaClass for this definition.
- getMethod() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition
- Returns the Method for this definition.
- getMethodDefs() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.JavaClassDefinition
- Gets the method definitions for Methods of the JavaClass.
- getName() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldOrMethodDefinition
- Returns the name of the Field or Method.
- getReadReferenceCount() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldDefinition
- Determines the number of read, or GET, references to the Field.
- getReferenceCount() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldDefinition
- Determines the total number of references to the Field.
- getReferenceCount() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition
- Determines the number of references to the Method.
- getReferences() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition
- Gets the references to the Method.
- getWriteReferenceCount() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldDefinition
- Determines the number of write, or PUT, references to the Field.
H
- hasReference(MethodDefinition, ReferenceDAO) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.JavaClassDefinition
- Determines whether there is reference to a given Method in this JavaClass definition or a definition in a superclass.
- hasReference(JavaClass) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition
- Determine whether this method definition has a reference from a class or a superclass.
I
- inScope(FieldOrMethod, Set) - Static method in class com.puppycrawl.tools.checkstyle.bcel.classfile.Utils
- Determines whether the declared scope of a field or method is in a set of scopes.
- isAsNarrow(MethodDefinition) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition
- Determines whether the Method of a MethodDefinition is as narrow as the method for this definition.
- isCompatible(Method) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition
- Determines whether a Method is compatible with the Method of this definition.
- isCompatible(MethodDefinition) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition
- Determines whether a MethodDefinition is compatible with the Method of this definition.
- isCompatible(String, Type[]) - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition
- Determines whether a method is compatible with the Method of this definition.
J
- JavaClassDefinition - class com.puppycrawl.tools.checkstyle.bcel.classfile.JavaClassDefinition.
- Contains the definition of a org.apache.bcel.classfile.JavaClass and the definitions of Methods and Fields of the JavaClass
- JavaClassDefinition(JavaClass, Set, Set) - Constructor for class com.puppycrawl.tools.checkstyle.bcel.classfile.JavaClassDefinition
- Creates a JavaClassDefinition from a JavaClass.
M
- MethodDefinition - class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition.
- Contains the definition of a Method and its references.
- MethodDefinition(Method) - Constructor for class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition
- Creates a
MethodDefinitionfor a Method. - mFieldDefs - Variable in class com.puppycrawl.tools.checkstyle.bcel.classfile.JavaClassDefinition
- field definitions, keyed on field name
- mFieldOrMethod - Variable in class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldOrMethodDefinition
- the Field or Method
- mGetReferences - Variable in class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldDefinition
- the GET references for the Field
- mJavaClass - Variable in class com.puppycrawl.tools.checkstyle.bcel.classfile.JavaClassDefinition
- the JavaClass
- mJavaClasses - Variable in class com.puppycrawl.tools.checkstyle.bcel.classfile.ReferenceDAO
- maps a JavaClass to a JavaClassDefinition
- mMethodDefs - Variable in class com.puppycrawl.tools.checkstyle.bcel.classfile.JavaClassDefinition
- the method definitions
- mPutReferences - Variable in class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldDefinition
- the PUT references for the FSield
- mReferences - Variable in class com.puppycrawl.tools.checkstyle.bcel.classfile.MethodDefinition
- the references to the Method
R
- ReferenceDAO - class com.puppycrawl.tools.checkstyle.bcel.classfile.ReferenceDAO.
- Accesses Method and Field references for a set of JavaClasses.
- ReferenceDAO(Set, Set, Set) - Constructor for class com.puppycrawl.tools.checkstyle.bcel.classfile.ReferenceDAO
- Creates a
ReferenceDAOfrom a set of JavaClasses.
T
- toString() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.FieldOrMethodDefinition
- toString() - Method in class com.puppycrawl.tools.checkstyle.bcel.classfile.JavaClassDefinition
U
- Utils - class com.puppycrawl.tools.checkstyle.bcel.classfile.Utils.
- Utility methods for BCEL classfile package
- Utils() - Constructor for class com.puppycrawl.tools.checkstyle.bcel.classfile.Utils
A C F G H I J M R T U
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> bcel >> [ classfile overview ] | PREV NEXT | ||||||||