Serialized Form
-
Package org.aspectj.apache.bcel.classfile
-
Class org.aspectj.apache.bcel.classfile.AnnotationDefault
class AnnotationDefault extends Attribute implements Serializable-
Serialized Fields
-
value
ElementValue value
-
-
-
Class org.aspectj.apache.bcel.classfile.Attribute
class Attribute extends Object implements Serializable-
Serialized Fields
-
cpool
ConstantPool cpool
-
length
int length
-
nameIndex
int nameIndex
-
tag
byte tag
-
-
-
Class org.aspectj.apache.bcel.classfile.BootstrapMethods
class BootstrapMethods extends Attribute implements Serializable-
Serialized Fields
-
bootstrapMethods
BootstrapMethods.BootstrapMethod[] bootstrapMethods
-
data
byte[] data
-
isInPackedState
boolean isInPackedState
-
numBootstrapMethods
int numBootstrapMethods
-
-
-
Exception Class org.aspectj.apache.bcel.classfile.ClassFormatException
class ClassFormatException extends RuntimeException implements Serializable -
Class org.aspectj.apache.bcel.classfile.Code
class Code extends Attribute implements Serializable-
Serialized Fields
-
attributes
Attribute[] attributes
-
code
byte[] code
-
exceptionTable
CodeException[] exceptionTable
-
maxLocals
int maxLocals
-
maxStack
int maxStack
-
-
-
Class org.aspectj.apache.bcel.classfile.CodeException
class CodeException extends Object implements Serializable-
Serialized Fields
-
catch_type
int catch_type
-
end_pc
int end_pc
-
handler_pc
int handler_pc
-
start_pc
int start_pc
-
-
-
Class org.aspectj.apache.bcel.classfile.ConstantValue
class ConstantValue extends Attribute implements Serializable-
Serialized Fields
-
constantvalue_index
int constantvalue_index
-
-
-
Class org.aspectj.apache.bcel.classfile.Deprecated
class Deprecated extends Attribute implements Serializable-
Serialized Fields
-
bytes
byte[] bytes
-
-
-
Class org.aspectj.apache.bcel.classfile.EnclosingMethod
class EnclosingMethod extends Attribute implements Serializable-
Serialized Fields
-
classIndex
int classIndex
-
methodIndex
int methodIndex
-
-
-
Class org.aspectj.apache.bcel.classfile.ExceptionTable
class ExceptionTable extends Attribute implements Serializable-
Serialized Fields
-
exception_index_table
int[] exception_index_table
-
number_of_exceptions
int number_of_exceptions
-
-
-
Class org.aspectj.apache.bcel.classfile.InnerClasses
class InnerClasses extends Attribute implements Serializable-
Serialized Fields
-
inner_classes
InnerClass[] inner_classes
-
number_of_classes
int number_of_classes
-
-
-
Class org.aspectj.apache.bcel.classfile.LineNumberTable
class LineNumberTable extends Attribute implements Serializable-
Serialized Fields
-
data
byte[] data
-
isInPackedState
boolean isInPackedState
-
table
LineNumber[] table
-
tableLength
int tableLength
-
-
-
Class org.aspectj.apache.bcel.classfile.LocalVariableTable
class LocalVariableTable extends Attribute implements Serializable-
Serialized Fields
-
data
byte[] data
-
isInPackedState
boolean isInPackedState
-
localVariableTable
LocalVariable[] localVariableTable
-
localVariableTableLength
int localVariableTableLength
-
-
-
Class org.aspectj.apache.bcel.classfile.LocalVariableTypeTable
class LocalVariableTypeTable extends Attribute implements Serializable-
Serialized Fields
-
local_variable_type_table
LocalVariable[] local_variable_type_table
-
local_variable_type_table_length
int local_variable_type_table_length
-
-
-
Class org.aspectj.apache.bcel.classfile.MethodParameters
class MethodParameters extends Attribute implements Serializable-
Serialized Fields
-
accessFlags
int[] accessFlags
-
data
byte[] data
-
isInPackedState
boolean isInPackedState
-
names
int[] names
-
-
-
Class org.aspectj.apache.bcel.classfile.Module
class Module extends Attribute implements Serializable-
Serialized Fields
-
exports
Module.Export[] exports
-
moduleFlags
int moduleFlags
-
moduleInfo
byte[] moduleInfo
-
moduleNameIndex
int moduleNameIndex
-
moduleVersionIndex
int moduleVersionIndex
-
opens
Module.Open[] opens
-
provides
Module.Provide[] provides
-
ptr
int ptr
-
requires
Module.Require[] requires
-
unpacked
boolean unpacked
-
uses
Module.Uses[] uses
-
-
-
Class org.aspectj.apache.bcel.classfile.ModuleMainClass
class ModuleMainClass extends Attribute implements Serializable-
Serialized Fields
-
mainClassIndex
int mainClassIndex
-
-
-
Class org.aspectj.apache.bcel.classfile.ModulePackages
class ModulePackages extends Attribute implements Serializable-
Serialized Fields
-
packageIndices
int[] packageIndices
-
-
-
Class org.aspectj.apache.bcel.classfile.NestHost
class NestHost extends Attribute implements Serializable-
Serialized Fields
-
hostClassIndex
int hostClassIndex
-
-
-
Class org.aspectj.apache.bcel.classfile.NestMembers
class NestMembers extends Attribute implements Serializable-
Serialized Fields
-
classes
int[] classes
-
numberOfClasses
int numberOfClasses
-
-
-
Class org.aspectj.apache.bcel.classfile.Signature
class Signature extends Attribute implements Serializable-
Serialized Fields
-
signature_index
int signature_index
-
-
-
Class org.aspectj.apache.bcel.classfile.SourceFile
class SourceFile extends Attribute implements Serializable-
Serialized Fields
-
sourcefile_index
int sourcefile_index
-
-
-
Class org.aspectj.apache.bcel.classfile.StackMap
class StackMap extends Attribute implements Serializable-
Serialized Fields
-
map
StackMapEntry[] map
-
map_length
int map_length
-
-
-
Class org.aspectj.apache.bcel.classfile.Synthetic
class Synthetic extends Attribute implements Serializable-
Serialized Fields
-
bytes
byte[] bytes
-
-
-
Class org.aspectj.apache.bcel.classfile.Unknown
class Unknown extends Attribute implements Serializable-
Serialized Fields
-
bytes
byte[] bytes
-
name
String name
-
-
-
-
Package org.aspectj.apache.bcel.classfile.annotation
-
Class org.aspectj.apache.bcel.classfile.annotation.RuntimeAnnos
class RuntimeAnnos extends Attribute implements Serializable-
Serialized Fields
-
annotation_data
byte[] annotation_data
-
annotations
List<AnnotationGen> annotations
-
inflated
boolean inflated
-
visible
boolean visible
-
-
-
Class org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisAnnos
class RuntimeInvisAnnos extends RuntimeAnnos implements Serializable -
Class org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisParamAnnos
class RuntimeInvisParamAnnos extends RuntimeParamAnnos implements Serializable -
Class org.aspectj.apache.bcel.classfile.annotation.RuntimeInvisTypeAnnos
class RuntimeInvisTypeAnnos extends RuntimeTypeAnnos implements Serializable -
Class org.aspectj.apache.bcel.classfile.annotation.RuntimeParamAnnos
class RuntimeParamAnnos extends Attribute implements Serializable-
Serialized Fields
-
annotation_data
byte[] annotation_data
-
inflated
boolean inflated
-
parameterAnnotations
List<AnnotationGen[]> parameterAnnotations
-
visible
boolean visible
-
-
-
Class org.aspectj.apache.bcel.classfile.annotation.RuntimeTypeAnnos
class RuntimeTypeAnnos extends Attribute implements Serializable-
Serialized Fields
-
annotation_data
byte[] annotation_data
-
typeAnnotations
TypeAnnotationGen[] typeAnnotations
-
visible
boolean visible
-
-
-
Class org.aspectj.apache.bcel.classfile.annotation.RuntimeVisAnnos
class RuntimeVisAnnos extends RuntimeAnnos implements Serializable -
Class org.aspectj.apache.bcel.classfile.annotation.RuntimeVisParamAnnos
class RuntimeVisParamAnnos extends RuntimeParamAnnos implements Serializable -
Class org.aspectj.apache.bcel.classfile.annotation.RuntimeVisTypeAnnos
class RuntimeVisTypeAnnos extends RuntimeTypeAnnos implements Serializable
-
-
Package org.aspectj.apache.bcel.generic
-
Class org.aspectj.apache.bcel.generic.BranchHandle
class BranchHandle extends InstructionHandle implements Serializable-
Serialized Fields
-
bi
InstructionBranch bi
-
-
-
Exception Class org.aspectj.apache.bcel.generic.ClassGenException
class ClassGenException extends RuntimeException implements Serializable -
Class org.aspectj.apache.bcel.generic.CodeExceptionGen
class CodeExceptionGen extends Object implements Serializable-
Serialized Fields
-
catch_type
ObjectType catch_type
-
end_pc
InstructionHandle end_pc
-
handler_pc
InstructionHandle handler_pc
-
start_pc
InstructionHandle start_pc
-
-
-
Class org.aspectj.apache.bcel.generic.FieldInstruction
class FieldInstruction extends FieldOrMethod implements Serializable -
Class org.aspectj.apache.bcel.generic.FieldOrMethod
class FieldOrMethod extends InstructionCP implements Serializable -
Class org.aspectj.apache.bcel.generic.IINC
class IINC extends InstructionLV implements Serializable-
Serialized Fields
-
c
int c
-
-
-
Class org.aspectj.apache.bcel.generic.Instruction
class Instruction extends Object implements Serializable-
Serialized Fields
-
opcode
short opcode
-
-
-
Class org.aspectj.apache.bcel.generic.InstructionBranch
class InstructionBranch extends Instruction implements Serializable-
Serialized Fields
-
positionOfThisInstruction
int positionOfThisInstruction
-
targetIndex
int targetIndex
-
targetInstruction
InstructionHandle targetInstruction
-
-
-
Class org.aspectj.apache.bcel.generic.InstructionByte
class InstructionByte extends Instruction implements Serializable-
Serialized Fields
-
theByte
byte theByte
-
-
-
Class org.aspectj.apache.bcel.generic.InstructionCLV
class InstructionCLV extends InstructionLV implements Serializable -
Class org.aspectj.apache.bcel.generic.InstructionCP
class InstructionCP extends Instruction implements Serializable-
Serialized Fields
-
index
int index
-
-
-
Class org.aspectj.apache.bcel.generic.InstructionHandle
class InstructionHandle extends Object implements Serializable-
Serialized Fields
-
instruction
Instruction instruction
-
next
InstructionHandle next
-
pos
int pos
-
prev
InstructionHandle prev
-
targeters
Set<InstructionTargeter> targeters
-
-
-
Class org.aspectj.apache.bcel.generic.InstructionList
class InstructionList extends Object implements Serializable-
Serialized Fields
-
end
InstructionHandle end
-
length
int length
-
positions
int[] positions
-
start
InstructionHandle start
-
-
-
Class org.aspectj.apache.bcel.generic.InstructionLV
class InstructionLV extends Instruction implements Serializable-
Serialized Fields
-
lvar
int lvar
-
-
-
Class org.aspectj.apache.bcel.generic.InstructionSelect
class InstructionSelect extends InstructionBranch implements Serializable-
Serialized Fields
-
fixedLength
int fixedLength
-
indices
int[] indices
-
length
short length
-
match
int[] match
-
matchLength
int matchLength
-
padding
int padding
-
targets
InstructionHandle[] targets
-
-
-
Class org.aspectj.apache.bcel.generic.InstructionShort
class InstructionShort extends Instruction implements Serializable-
Serialized Fields
-
value
short value
-
-
-
Class org.aspectj.apache.bcel.generic.InvokeDynamic
class InvokeDynamic extends InvokeInstruction implements Serializable -
Class org.aspectj.apache.bcel.generic.InvokeInstruction
class InvokeInstruction extends FieldOrMethod implements Serializable -
Class org.aspectj.apache.bcel.generic.INVOKEINTERFACE
class INVOKEINTERFACE extends InvokeInstruction implements Serializable-
Serialized Fields
-
nargs
int nargs
-
-
-
Class org.aspectj.apache.bcel.generic.LineNumberGen
class LineNumberGen extends Object implements Serializable-
Serialized Fields
-
ih
InstructionHandle ih
-
src_line
int src_line
-
-
-
Class org.aspectj.apache.bcel.generic.LocalVariableGen
class LocalVariableGen extends Object implements Serializable-
Serialized Fields
-
end
InstructionHandle end
-
index
int index
-
name
String name
-
start
InstructionHandle start
-
type
Type type
-
-
-
Class org.aspectj.apache.bcel.generic.LOOKUPSWITCH
class LOOKUPSWITCH extends InstructionSelect implements Serializable -
Class org.aspectj.apache.bcel.generic.MULTIANEWARRAY
class MULTIANEWARRAY extends InstructionCP implements Serializable-
Serialized Fields
-
dimensions
short dimensions
-
-
-
Class org.aspectj.apache.bcel.generic.RET
class RET extends Instruction implements Serializable-
Serialized Fields
-
index
int index
-
wide
boolean wide
-
-
-
Class org.aspectj.apache.bcel.generic.TABLESWITCH
class TABLESWITCH extends InstructionSelect implements Serializable -
Exception Class org.aspectj.apache.bcel.generic.TargetLostException
class TargetLostException extends Exception implements Serializable-
Serialized Fields
-
targets
InstructionHandle[] targets
-
-
-
-
Package org.aspectj.apache.bcel.util
-
Class org.aspectj.apache.bcel.util.ClassPath
class ClassPath extends Object implements Serializable-
Serialized Fields
-
class_path
String class_path
-
paths
org.aspectj.apache.bcel.util.ClassPath.PathEntry[] paths
-
-
-
-
Package org.aspectj.asm
-
Class org.aspectj.asm.IProgramElement.Accessibility
class Accessibility extends Object implements Serializable- serialVersionUID:
- 5371838588180918519L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
-
ordinal
int ordinal
-
-
Class org.aspectj.asm.IProgramElement.ExtraInformation
class ExtraInformation extends Object implements Serializable- serialVersionUID:
- -3880735494840820638L
-
Serialized Fields
-
extraInfo
String extraInfo
-
-
Class org.aspectj.asm.IProgramElement.Kind
class Kind extends Object implements Serializable- serialVersionUID:
- -1963553877479266124L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
-
ordinal
int ordinal
-
-
Class org.aspectj.asm.IProgramElement.Modifiers
class Modifiers extends Object implements Serializable- serialVersionUID:
- -8279300899976607927L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
bit
int bit
-
name
String name
-
ordinal
int ordinal
-
-
Class org.aspectj.asm.IRelationship.Kind
class Kind extends Object implements Serializable- serialVersionUID:
- -2691351740214705220L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
-
ordinal
int ordinal
-
-
-
Package org.aspectj.asm.internal
-
Class org.aspectj.asm.internal.AspectJElementHierarchy
class AspectJElementHierarchy extends Object implements Serializable- serialVersionUID:
- 6462734311117048620L
-
Serialized Fields
-
configFile
String configFile
-
fileMap
Map<String,
IProgramElement> fileMap -
handleMap
Map<String,
IProgramElement> handleMap -
root
IProgramElement root
-
typeMap
Map<String,
IProgramElement> typeMap
-
-
Class org.aspectj.asm.internal.ProgramElement
class ProgramElement extends Object implements Serializable- serialVersionUID:
- 171673495267384449L
-
Serialized Fields
-
children
List<IProgramElement> children
-
handle
String handle
-
kind
IProgramElement.Kind kind
-
kvpairs
Map<String,
Object> kvpairs -
modifiers
int modifiers
-
name
String name
-
parent
IProgramElement parent
-
sourceLocation
ISourceLocation sourceLocation
-
-
Class org.aspectj.asm.internal.Relationship
class Relationship extends Object implements Serializable- serialVersionUID:
- 3855166397957609120L
-
Serialized Fields
-
hasRuntimeTest
boolean hasRuntimeTest
-
isAffects
boolean isAffects
-
kind
IRelationship.Kind kind
-
name
String name
-
sourceHandle
String sourceHandle
-
targets
List<String> targets
-
-
Class org.aspectj.asm.internal.RelationshipMap
- serialVersionUID:
- 496638323566589643L
-
-
Package org.aspectj.bridge
-
Exception Class org.aspectj.bridge.AbortException
class AbortException extends RuntimeException implements Serializable- serialVersionUID:
- -7211791639898586417L
-
Serialized Fields
-
isPorter
boolean isPorter
true if this is a porter exception - only used to hold message -
isSilent
boolean isSilent
-
message
IMessage message
structured message abort
-
-
Class org.aspectj.bridge.SourceLocation
class SourceLocation extends Object implements Serializable- serialVersionUID:
- -5434765814401009794L
-
-
Package org.aspectj.lang
-
Exception Class org.aspectj.lang.NoAspectBoundException
class NoAspectBoundException extends RuntimeException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
Exception Class org.aspectj.lang.SoftException
class SoftException extends RuntimeException implements Serializable-
Serialized Fields
-
inner
Throwable inner
-
-
-
-
Package org.aspectj.lang.reflect
-
Exception Class org.aspectj.lang.reflect.NoSuchAdviceException
class NoSuchAdviceException extends Exception implements Serializable- serialVersionUID:
- 3256444698657634352L
-
Serialized Fields
-
name
String name
-
-
Exception Class org.aspectj.lang.reflect.NoSuchPointcutException
class NoSuchPointcutException extends Exception implements Serializable- serialVersionUID:
- 3256444698657634352L
-
Serialized Fields
-
name
String name
-
-
-
Package org.aspectj.weaver
-
Exception Class org.aspectj.weaver.BCException
class BCException extends RuntimeException implements Serializable-
Serialized Fields
-
thrown
Throwable thrown
-
-
-
-
Package org.aspectj.weaver.bcel
-
Exception Class org.aspectj.weaver.bcel.BcelGenericSignatureToTypeXConverter.GenericSignatureFormatException
class GenericSignatureFormatException extends Exception implements Serializable
-
-
Package org.aspectj.weaver.patterns
-
Exception Class org.aspectj.weaver.patterns.ParserException
class ParserException extends RuntimeException implements Serializable-
Serialized Fields
-
token
IHasPosition token
-
-
-
-
Package org.aspectj.weaver.reflect
-
Exception Class org.aspectj.weaver.reflect.ReflectionWorld.ReflectionWorldException
class ReflectionWorldException extends RuntimeException implements Serializable- serialVersionUID:
- -3432261918302793005L
-
-
Package org.aspectj.weaver.tools
-
Exception Class org.aspectj.weaver.tools.UnsupportedPointcutPrimitiveException
class UnsupportedPointcutPrimitiveException extends RuntimeException implements Serializable- serialVersionUID:
- 3258689888517043251L
-
Serialized Fields
-
pointcutExpression
String pointcutExpression
-
unsupportedPrimitive
PointcutPrimitive unsupportedPrimitive
-
-
-
Package org.aspectj.weaver.tools.cache
-
Class org.aspectj.weaver.tools.cache.AbstractIndexedFileCacheBacking.IndexEntry
class IndexEntry extends Object implements Serializable- serialVersionUID:
- 756391290557029363L
-
Serialized Fields
-
crcClass
long crcClass
-
crcWeaved
long crcWeaved
-
generated
boolean generated
-
ignored
boolean ignored
-
key
String key
-
-