Uses of Class
org.eclipse.sisu.space.asm.ClassReader
Packages that use ClassReader
-
Uses of ClassReader in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as ClassReaderModifier and TypeFieldDescriptionprivate final ClassReaderSymbolTable.sourceClassReaderThe ClassReader from which this SymbolTable was constructed, or null if it was constructed from scratch.Methods in org.eclipse.sisu.space.asm that return ClassReaderModifier and TypeMethodDescription(package private) ClassReaderSymbolTable.getSource()Returns the ClassReader from which this SymbolTable was constructed.Methods in org.eclipse.sisu.space.asm with parameters of type ClassReaderModifier and TypeMethodDescription(package private) booleanMethodWriter.canCopyMethodAttributes(ClassReader source, boolean hasSyntheticAttribute, boolean hasDeprecatedAttribute, int descriptorIndex, int signatureIndex, int exceptionsOffset) Returns whether the attributes of this method can be copied from the attributes of the given method (assuming there is no method visitor between the given ClassReader and this MethodWriter).private voidSymbolTable.copyBootstrapMethods(ClassReader classReader, char[] charBuffer) Read the BootstrapMethods 'bootstrap_methods' array binary content and add them as entries of the SymbolTable.protected AttributeAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads aAttribute.typeattribute.Constructors in org.eclipse.sisu.space.asm with parameters of type ClassReaderModifierConstructorDescriptionClassWriter(ClassReader classReader, int flags) Constructs a newClassWriterobject and enables optimizations for "mostly add" bytecode transformations.(package private)SymbolTable(ClassWriter classWriter, ClassReader classReader) Constructs a new SymbolTable for the given ClassWriter, initialized with the constant pool and bootstrap methods of the given ClassReader.