A B C D E F G H I J K L M N O P R S T U V W 

A

AALOAD - Static variable in interface scala.tools.asm.Opcodes
 
AASTORE - Static variable in interface scala.tools.asm.Opcodes
 
AbstractInsnNode - Class in scala.tools.asm.tree
A node that represents a bytecode instruction.
AbstractInsnNode(int) - Constructor for class scala.tools.asm.tree.AbstractInsnNode
Constructs a new AbstractInsnNode.
ACC_ABSTRACT - Static variable in interface scala.tools.asm.Opcodes
 
ACC_ANNOTATION - Static variable in interface scala.tools.asm.Opcodes
 
ACC_BRIDGE - Static variable in interface scala.tools.asm.Opcodes
 
ACC_DEPRECATED - Static variable in interface scala.tools.asm.Opcodes
 
ACC_ENUM - Static variable in interface scala.tools.asm.Opcodes
 
ACC_FINAL - Static variable in interface scala.tools.asm.Opcodes
 
ACC_INTERFACE - Static variable in interface scala.tools.asm.Opcodes
 
ACC_MANDATED - Static variable in interface scala.tools.asm.Opcodes
 
ACC_MODULE - Static variable in interface scala.tools.asm.Opcodes
 
ACC_NATIVE - Static variable in interface scala.tools.asm.Opcodes
 
ACC_OPEN - Static variable in interface scala.tools.asm.Opcodes
 
ACC_PRIVATE - Static variable in interface scala.tools.asm.Opcodes
 
ACC_PROTECTED - Static variable in interface scala.tools.asm.Opcodes
 
ACC_PUBLIC - Static variable in interface scala.tools.asm.Opcodes
 
ACC_STATIC - Static variable in interface scala.tools.asm.Opcodes
 
ACC_STATIC_PHASE - Static variable in interface scala.tools.asm.Opcodes
 
ACC_STRICT - Static variable in interface scala.tools.asm.Opcodes
 
ACC_SUPER - Static variable in interface scala.tools.asm.Opcodes
 
ACC_SYNCHRONIZED - Static variable in interface scala.tools.asm.Opcodes
 
ACC_SYNTHETIC - Static variable in interface scala.tools.asm.Opcodes
 
ACC_TRANSIENT - Static variable in interface scala.tools.asm.Opcodes
 
ACC_TRANSITIVE - Static variable in interface scala.tools.asm.Opcodes
 
ACC_VARARGS - Static variable in interface scala.tools.asm.Opcodes
 
ACC_VOLATILE - Static variable in interface scala.tools.asm.Opcodes
 
accept(AnnotationVisitor) - Method in class scala.tools.asm.tree.AnnotationNode
Makes the given visitor visit this annotation.
accept(ClassVisitor) - Method in class scala.tools.asm.tree.ClassNode
Makes the given class visitor visit this class.
accept(ClassVisitor) - Method in class scala.tools.asm.tree.FieldNode
Makes the given class visitor visit this field.
accept(ClassVisitor) - Method in class scala.tools.asm.tree.InnerClassNode
Makes the given class visitor visit this inner class.
accept(ClassVisitor) - Method in class scala.tools.asm.tree.MethodNode
Makes the given class visitor visit this method.
accept(ClassVisitor) - Method in class scala.tools.asm.tree.ModuleNode
 
accept(ClassVisitor, int) - Method in class scala.tools.asm.ClassReader
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this ClassReader.
accept(ClassVisitor, Attribute[], int) - Method in class scala.tools.asm.ClassReader
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this ClassReader.
accept(MethodVisitor) - Method in class scala.tools.asm.tree.AbstractInsnNode
Makes the given method visitor visit this instruction.
accept(MethodVisitor) - Method in class scala.tools.asm.tree.FieldInsnNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.FrameNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.IincInsnNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.InsnList
Makes the given visitor visit all the instructions in this list.
accept(MethodVisitor) - Method in class scala.tools.asm.tree.InsnNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.IntInsnNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.InvokeDynamicInsnNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.JumpInsnNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.LabelNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.LdcInsnNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.LineNumberNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.LocalVariableNode
Makes the given visitor visit this local variable declaration.
accept(MethodVisitor) - Method in class scala.tools.asm.tree.LookupSwitchInsnNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.MethodInsnNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.MethodNode
Makes the given method visitor visit this method.
accept(MethodVisitor) - Method in class scala.tools.asm.tree.MultiANewArrayInsnNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.ParameterNode
Makes the given visitor visit this parameter declaration.
accept(MethodVisitor) - Method in class scala.tools.asm.tree.TableSwitchInsnNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.TryCatchBlockNode
Makes the given visitor visit this try catch block.
accept(MethodVisitor) - Method in class scala.tools.asm.tree.TypeInsnNode
 
accept(MethodVisitor) - Method in class scala.tools.asm.tree.VarInsnNode
 
accept(MethodVisitor, boolean) - Method in class scala.tools.asm.tree.LocalVariableAnnotationNode
Makes the given visitor visit this type annotation.
accept(ModuleVisitor) - Method in class scala.tools.asm.tree.ModuleExportNode
Makes the given module visitor visit this export declaration.
accept(ModuleVisitor) - Method in class scala.tools.asm.tree.ModuleOpenNode
Makes the given module visitor visit this opened package.
accept(ModuleVisitor) - Method in class scala.tools.asm.tree.ModuleProvideNode
Makes the given module visitor visit this require declaration.
accept(ModuleVisitor) - Method in class scala.tools.asm.tree.ModuleRequireNode
Makes the given module visitor visit this require directive.
accept(SignatureVisitor) - Method in class scala.tools.asm.signature.SignatureReader
Makes the given visitor visit the signature of this SignatureReader.
acceptAnnotations(MethodVisitor) - Method in class scala.tools.asm.tree.AbstractInsnNode
Makes the given visitor visit the annotations of this instruction.
acceptType(SignatureVisitor) - Method in class scala.tools.asm.signature.SignatureReader
Makes the given visitor visit the signature of this SignatureReader.
access - Variable in class scala.tools.asm.tree.ClassNode
The class's access flags (see Opcodes).
access - Variable in class scala.tools.asm.tree.FieldNode
The field's access flags (see Opcodes).
access - Variable in class scala.tools.asm.tree.InnerClassNode
The access flags of the inner class as originally declared in the enclosing class.
access - Variable in class scala.tools.asm.tree.MethodNode
The method's access flags (see Opcodes).
access - Variable in class scala.tools.asm.tree.ModuleExportNode
The access flags (see Opcodes).
access - Variable in class scala.tools.asm.tree.ModuleNode
The module's access flags, among ACC_OPEN, ACC_SYNTHETIC and ACC_MANDATED.
access - Variable in class scala.tools.asm.tree.ModuleOpenNode
The access flag of the opened package, valid values are among ACC_SYNTHETIC and ACC_MANDATED.
access - Variable in class scala.tools.asm.tree.ModuleRequireNode
The access flag of the dependence among ACC_TRANSITIVE, ACC_STATIC_PHASE, ACC_SYNTHETIC and ACC_MANDATED.
access - Variable in class scala.tools.asm.tree.ParameterNode
The parameter's access flags (see Opcodes).
ACONST_NULL - Static variable in interface scala.tools.asm.Opcodes
 
add(AbstractInsnNode) - Method in class scala.tools.asm.tree.InsnList
Adds the given instruction to the end of this list.
add(InsnList) - Method in class scala.tools.asm.tree.InsnList
Adds the given instructions to the end of this list.
ALOAD - Static variable in interface scala.tools.asm.Opcodes
 
analyze(String, MethodNode) - Method in class scala.tools.asm.tree.analysis.Analyzer
Analyzes the given method.
Analyzer<V extends Value> - Class in scala.tools.asm.tree.analysis
A semantic bytecode analyzer.
Analyzer(Interpreter<V>) - Constructor for class scala.tools.asm.tree.analysis.Analyzer
Constructs a new Analyzer.
AnalyzerException - Exception in scala.tools.asm.tree.analysis
An exception thrown if a problem occurs during the analysis of a method.
AnalyzerException(AbstractInsnNode, String) - Constructor for exception scala.tools.asm.tree.analysis.AnalyzerException
Constructs a new AnalyzerException.
AnalyzerException(AbstractInsnNode, String, Object, Value) - Constructor for exception scala.tools.asm.tree.analysis.AnalyzerException
Constructs a new AnalyzerException.
AnalyzerException(AbstractInsnNode, String, Throwable) - Constructor for exception scala.tools.asm.tree.analysis.AnalyzerException
Constructs a new AnalyzerException.
ANEWARRAY - Static variable in interface scala.tools.asm.Opcodes
 
annotationDefault - Variable in class scala.tools.asm.tree.MethodNode
The default value of this annotation interface method.
AnnotationNode - Class in scala.tools.asm.tree
A node that represents an annotation.
AnnotationNode(int, String) - Constructor for class scala.tools.asm.tree.AnnotationNode
Constructs a new AnnotationNode.
AnnotationNode(String) - Constructor for class scala.tools.asm.tree.AnnotationNode
Constructs a new AnnotationNode.
AnnotationVisitor - Class in scala.tools.asm
A visitor to visit a Java annotation.
AnnotationVisitor(int) - Constructor for class scala.tools.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
AnnotationVisitor(int, AnnotationVisitor) - Constructor for class scala.tools.asm.AnnotationVisitor
Constructs a new AnnotationVisitor.
api - Variable in class scala.tools.asm.AnnotationVisitor
The ASM API version implemented by this visitor.
api - Variable in class scala.tools.asm.ClassVisitor
The ASM API version implemented by this visitor.
api - Variable in class scala.tools.asm.FieldVisitor
The ASM API version implemented by this visitor.
api - Variable in class scala.tools.asm.MethodVisitor
The ASM API version implemented by this visitor.
api - Variable in class scala.tools.asm.ModuleVisitor
The ASM API version implemented by this visitor.
api - Variable in class scala.tools.asm.signature.SignatureVisitor
The ASM API version implemented by this visitor.
api - Variable in class scala.tools.asm.tree.analysis.Interpreter
The ASM API version supported by this interpreter.
api - Variable in class scala.tools.asm.util.Printer
The ASM API version implemented by this class.
appendConstant(Object) - Method in class scala.tools.asm.util.ASMifier
Appends a string representation of the given constant to Printer.stringBuilder.
appendDescriptor(int, String) - Method in class scala.tools.asm.util.Textifier
Appends an internal name, a type descriptor or a type signature to Printer.stringBuilder.
appendHandle(Handle) - Method in class scala.tools.asm.util.Textifier
Appends a string representation of the given handle to Printer.stringBuilder.
appendLabel(Label) - Method in class scala.tools.asm.util.ASMifier
Appends the name of the given label to Printer.stringBuilder.
appendLabel(Label) - Method in class scala.tools.asm.util.Textifier
Appends the name of the given label to Printer.stringBuilder.
appendString(StringBuffer, String) - Static method in class scala.tools.asm.util.Printer
Deprecated. 
appendString(StringBuilder, String) - Static method in class scala.tools.asm.util.Printer
Appends a quoted string to the given string builder.
ARETURN - Static variable in interface scala.tools.asm.Opcodes
 
ARRAY - Static variable in class scala.tools.asm.Type
The sort of array reference types.
ARRAY_ELEMENT - Static variable in class scala.tools.asm.TypePath
A type path step that steps into the element type of an array type.
ARRAYLENGTH - Static variable in interface scala.tools.asm.Opcodes
 
ASM4 - Static variable in interface scala.tools.asm.Opcodes
 
ASM5 - Static variable in interface scala.tools.asm.Opcodes
 
ASM6 - Static variable in interface scala.tools.asm.Opcodes
 
ASM7_EXPERIMENTAL - Static variable in interface scala.tools.asm.Opcodes
Deprecated.
This API is experimental.
ASMifiable - Interface in scala.tools.asm.util
An Attribute that can generate the ASM code to create an equivalent attribute.
ASMifier - Class in scala.tools.asm.util
A Printer that prints the ASM code to generate the classes if visits.
ASMifier() - Constructor for class scala.tools.asm.util.ASMifier
Constructs a new ASMifier.
ASMifier(int, String, int) - Constructor for class scala.tools.asm.util.ASMifier
Constructs a new ASMifier.
asmify(StringBuffer, String, Map<Label, String>) - Method in interface scala.tools.asm.util.ASMifiable
Generates the ASM code to create an attribute equal to this attribute.
ASTORE - Static variable in interface scala.tools.asm.Opcodes
 
ATHROW - Static variable in interface scala.tools.asm.Opcodes
 
Attribute - Class in scala.tools.asm
A non standard class, field, method or code attribute, as defined in the Java Virtual Machine Specification (JVMS).
Attribute(String) - Constructor for class scala.tools.asm.Attribute
Constructs a new empty attribute.
attrs - Variable in class scala.tools.asm.tree.ClassNode
The non standard attributes of this class.
attrs - Variable in class scala.tools.asm.tree.FieldNode
The non standard attributes of this field.
attrs - Variable in class scala.tools.asm.tree.MethodNode
The non standard attributes of this method.
av - Variable in class scala.tools.asm.AnnotationVisitor
The annotation visitor to which this visitor must delegate method calls.

B

b - Variable in class scala.tools.asm.ClassReader
A byte array containing the JVMS ClassFile structure to be parsed.
BALOAD - Static variable in interface scala.tools.asm.Opcodes
 
BasicInterpreter - Class in scala.tools.asm.tree.analysis
An Interpreter for BasicValue values.
BasicInterpreter() - Constructor for class scala.tools.asm.tree.analysis.BasicInterpreter
Constructs a new BasicInterpreter for the latest ASM API version.
BasicInterpreter(int) - Constructor for class scala.tools.asm.tree.analysis.BasicInterpreter
Constructs a new BasicInterpreter.
BasicValue - Class in scala.tools.asm.tree.analysis
A Value that is represented with its type in a seven types type system.
BasicValue(Type) - Constructor for class scala.tools.asm.tree.analysis.BasicValue
Constructs a new BasicValue of the given type.
BasicVerifier - Class in scala.tools.asm.tree.analysis
An extended BasicInterpreter that checks that bytecode instructions are correctly used.
BasicVerifier() - Constructor for class scala.tools.asm.tree.analysis.BasicVerifier
Constructs a new BasicVerifier for the latest ASM API version.
BasicVerifier(int) - Constructor for class scala.tools.asm.tree.analysis.BasicVerifier
Constructs a new BasicVerifier.
BASTORE - Static variable in interface scala.tools.asm.Opcodes
 
binaryOperation(AbstractInsnNode, BasicValue, BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicInterpreter
 
binaryOperation(AbstractInsnNode, BasicValue, BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicVerifier
 
binaryOperation(AbstractInsnNode, SourceValue, SourceValue) - Method in class scala.tools.asm.tree.analysis.SourceInterpreter
 
binaryOperation(AbstractInsnNode, V, V) - Method in class scala.tools.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with two arguments.
BIPUSH - Static variable in interface scala.tools.asm.Opcodes
 
BOOLEAN - Static variable in class scala.tools.asm.Type
The sort of the boolean type.
BOOLEAN_TYPE - Static variable in class scala.tools.asm.Type
The boolean type.
bsm - Variable in class scala.tools.asm.tree.InvokeDynamicInsnNode
The bootstrap method.
bsmArgs - Variable in class scala.tools.asm.tree.InvokeDynamicInsnNode
The bootstrap method constant arguments.
buf - Variable in class scala.tools.asm.util.Printer
Deprecated. 
BYTE - Static variable in class scala.tools.asm.Type
The sort of the byte type.
BYTE_TYPE - Static variable in class scala.tools.asm.Type
The byte type.
ByteVector - Class in scala.tools.asm
A dynamically extensible vector of bytes.
ByteVector() - Constructor for class scala.tools.asm.ByteVector
Constructs a new ByteVector with a default initial capacity.
ByteVector(int) - Constructor for class scala.tools.asm.ByteVector
Constructs a new ByteVector with the given initial capacity.

C

CALOAD - Static variable in interface scala.tools.asm.Opcodes
 
CAST - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the type declared in an explicit or implicit cast instruction.
CASTORE - Static variable in interface scala.tools.asm.Opcodes
 
CHAR - Static variable in class scala.tools.asm.Type
The sort of the char type.
CHAR_TYPE - Static variable in class scala.tools.asm.Type
The char type.
check(int) - Method in class scala.tools.asm.tree.AnnotationNode
Checks that this annotation node is compatible with the given ASM API version.
check(int) - Method in class scala.tools.asm.tree.ClassNode
Checks that this class node is compatible with the given ASM API version.
check(int) - Method in class scala.tools.asm.tree.FieldNode
Checks that this field node is compatible with the given ASM API version.
check(int) - Method in class scala.tools.asm.tree.MethodNode
Checks that this method node is compatible with the given ASM API version.
CheckAnnotationAdapter - Class in scala.tools.asm.util
An AnnotationVisitor that checks that its methods are properly used.
CheckAnnotationAdapter(AnnotationVisitor) - Constructor for class scala.tools.asm.util.CheckAnnotationAdapter
 
CHECKCAST - Static variable in interface scala.tools.asm.Opcodes
 
CheckClassAdapter - Class in scala.tools.asm.util
A ClassVisitor that checks that its methods are properly used.
CheckClassAdapter(int, ClassVisitor, boolean) - Constructor for class scala.tools.asm.util.CheckClassAdapter
Constructs a new CheckClassAdapter.
CheckClassAdapter(ClassVisitor) - Constructor for class scala.tools.asm.util.CheckClassAdapter
Constructs a new CheckClassAdapter.
CheckClassAdapter(ClassVisitor, boolean) - Constructor for class scala.tools.asm.util.CheckClassAdapter
Constructs a new CheckClassAdapter.
checkClassSignature(String) - Static method in class scala.tools.asm.util.CheckClassAdapter
Checks a class signature.
CheckFieldAdapter - Class in scala.tools.asm.util
A FieldVisitor that checks that its methods are properly used.
CheckFieldAdapter(int, FieldVisitor) - Constructor for class scala.tools.asm.util.CheckFieldAdapter
Constructs a new CheckFieldAdapter.
CheckFieldAdapter(FieldVisitor) - Constructor for class scala.tools.asm.util.CheckFieldAdapter
Constructs a new CheckFieldAdapter.
checkFieldSignature(String) - Static method in class scala.tools.asm.util.CheckClassAdapter
Checks a field signature.
CheckMethodAdapter - Class in scala.tools.asm.util
A MethodVisitor that checks that its methods are properly used.
CheckMethodAdapter(int, int, String, String, MethodVisitor, Map<Label, Integer>) - Constructor for class scala.tools.asm.util.CheckMethodAdapter
Constructs a new CheckMethodAdapter object.
CheckMethodAdapter(int, String, String, MethodVisitor, Map<Label, Integer>) - Constructor for class scala.tools.asm.util.CheckMethodAdapter
Constructs a new CheckMethodAdapter object.
CheckMethodAdapter(int, MethodVisitor, Map<Label, Integer>) - Constructor for class scala.tools.asm.util.CheckMethodAdapter
Constructs a new CheckMethodAdapter object.
CheckMethodAdapter(MethodVisitor) - Constructor for class scala.tools.asm.util.CheckMethodAdapter
Constructs a new CheckMethodAdapter object.
CheckMethodAdapter(MethodVisitor, Map<Label, Integer>) - Constructor for class scala.tools.asm.util.CheckMethodAdapter
Constructs a new CheckMethodAdapter object.
checkMethodSignature(String) - Static method in class scala.tools.asm.util.CheckClassAdapter
Checks a method signature.
CheckModuleAdapter - Class in scala.tools.asm.util
A ModuleVisitor that checks that its methods are properly used.
CheckModuleAdapter(int, ModuleVisitor, boolean) - Constructor for class scala.tools.asm.util.CheckModuleAdapter
Constructs a new CheckModuleAdapter.
CheckModuleAdapter(ModuleVisitor, boolean) - Constructor for class scala.tools.asm.util.CheckModuleAdapter
Constructs a new CheckModuleAdapter.
CheckSignatureAdapter - Class in scala.tools.asm.util
A SignatureVisitor that checks that its methods are properly used.
CheckSignatureAdapter(int, int, SignatureVisitor) - Constructor for class scala.tools.asm.util.CheckSignatureAdapter
Constructs a new CheckSignatureAdapter.
CheckSignatureAdapter(int, SignatureVisitor) - Constructor for class scala.tools.asm.util.CheckSignatureAdapter
Constructs a new CheckSignatureAdapter.
CLASS_DECLARATION - Static variable in class scala.tools.asm.util.Textifier
Deprecated. 
CLASS_EXTENDS - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the super class of a class or one of the interfaces it implements.
CLASS_SIGNATURE - Static variable in class scala.tools.asm.util.CheckSignatureAdapter
Type to be used to check class signatures.
CLASS_SIGNATURE - Static variable in class scala.tools.asm.util.Textifier
The type of class signatures.
CLASS_TYPE_PARAMETER - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target a type parameter of a generic class.
CLASS_TYPE_PARAMETER_BOUND - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target a bound of a type parameter of a generic class.
ClassNode - Class in scala.tools.asm.tree
A node that represents a class.
ClassNode() - Constructor for class scala.tools.asm.tree.ClassNode
Constructs a new ClassNode.
ClassNode(int) - Constructor for class scala.tools.asm.tree.ClassNode
Constructs a new ClassNode.
ClassReader - Class in scala.tools.asm
A parser to make a ClassVisitor visit a ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).
ClassReader(byte[]) - Constructor for class scala.tools.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(byte[], int, int) - Constructor for class scala.tools.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(InputStream) - Constructor for class scala.tools.asm.ClassReader
Constructs a new ClassReader object.
ClassReader(String) - Constructor for class scala.tools.asm.ClassReader
Constructs a new ClassReader object.
ClassVisitor - Class in scala.tools.asm
A visitor to visit a Java class.
ClassVisitor(int) - Constructor for class scala.tools.asm.ClassVisitor
Constructs a new ClassVisitor.
ClassVisitor(int, ClassVisitor) - Constructor for class scala.tools.asm.ClassVisitor
Constructs a new ClassVisitor.
ClassWriter - Class in scala.tools.asm
A ClassVisitor that generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).
ClassWriter(int) - Constructor for class scala.tools.asm.ClassWriter
Constructs a new ClassWriter object.
ClassWriter(ClassReader, int) - Constructor for class scala.tools.asm.ClassWriter
Constructs a new ClassWriter object and enables optimizations for "mostly add" bytecode transformations.
clear() - Method in class scala.tools.asm.tree.InsnList
Removes all the instructions of this list.
clearStack() - Method in class scala.tools.asm.tree.analysis.Frame
Clears the operand stack of this frame.
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.AbstractInsnNode
Returns a copy of this instruction.
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.FieldInsnNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.FrameNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.IincInsnNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.InsnNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.IntInsnNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.InvokeDynamicInsnNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.JumpInsnNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.LabelNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.LdcInsnNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.LineNumberNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.LookupSwitchInsnNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.MethodInsnNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.MultiANewArrayInsnNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.TableSwitchInsnNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.TypeInsnNode
 
clone(Map<LabelNode, LabelNode>) - Method in class scala.tools.asm.tree.VarInsnNode
 
cloneAnnotations(AbstractInsnNode) - Method in class scala.tools.asm.tree.AbstractInsnNode
Clones the annotations of the given instruction into this instruction.
CodeSizeEvaluator - Class in scala.tools.asm.commons
A MethodVisitor that approximates the size of the methods it visits.
CodeSizeEvaluator(int, MethodVisitor) - Constructor for class scala.tools.asm.commons.CodeSizeEvaluator
 
CodeSizeEvaluator(MethodVisitor) - Constructor for class scala.tools.asm.commons.CodeSizeEvaluator
 
COMPUTE_FRAMES - Static variable in class scala.tools.asm.ClassWriter
A flag to automatically compute the stack map frames of methods from scratch.
COMPUTE_MAXS - Static variable in class scala.tools.asm.ClassWriter
A flag to automatically compute the maximum stack size and the maximum number of local variables of methods.
ConstantDynamic - Class in scala.tools.asm
Deprecated.
This API is experimental.
ConstantDynamic(String, String, Handle, Object...) - Constructor for class scala.tools.asm.ConstantDynamic
Deprecated.
Constructs a new ConstantDynamic.
CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target a type parameter of a generic constructor in a constructor call.
CONSTRUCTOR_REFERENCE - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the receiver type of a constructor reference.
CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target a type parameter of a generic constructor in a constructor reference.
contains(AbstractInsnNode) - Method in class scala.tools.asm.tree.InsnList
Returns true if the given instruction belongs to this list.
content - Variable in class scala.tools.asm.Attribute
The raw content of this attribute, only used for unknown attributes (see Attribute.isUnknown()).
copyOperation(AbstractInsnNode, BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicInterpreter
 
copyOperation(AbstractInsnNode, BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicVerifier
 
copyOperation(AbstractInsnNode, SourceValue) - Method in class scala.tools.asm.tree.analysis.SourceInterpreter
 
copyOperation(AbstractInsnNode, V) - Method in class scala.tools.asm.tree.analysis.Interpreter
Interprets a bytecode instruction that moves a value on the stack or to or from local variables.
createASMifier(String, int) - Method in class scala.tools.asm.util.ASMifier
Constructs a new ASMifier.
createTextifier() - Method in class scala.tools.asm.util.Textifier
Creates a new Textifier.
cst - Variable in class scala.tools.asm.tree.LdcInsnNode
The constant to be loaded on the stack.
CustomAttr - Class in scala.tools.asm
A subclass of ASM's Attribute for the sole purpose of accessing a protected field there.
CustomAttr(String, byte[]) - Constructor for class scala.tools.asm.CustomAttr
 
cv - Variable in class scala.tools.asm.ClassVisitor
The class visitor to which this visitor must delegate method calls.

D

D2F - Static variable in interface scala.tools.asm.Opcodes
 
D2I - Static variable in interface scala.tools.asm.Opcodes
 
D2L - Static variable in interface scala.tools.asm.Opcodes
 
DADD - Static variable in interface scala.tools.asm.Opcodes
 
DALOAD - Static variable in interface scala.tools.asm.Opcodes
 
DASTORE - Static variable in interface scala.tools.asm.Opcodes
 
DCMPG - Static variable in interface scala.tools.asm.Opcodes
 
DCMPL - Static variable in interface scala.tools.asm.Opcodes
 
DCONST_0 - Static variable in interface scala.tools.asm.Opcodes
 
DCONST_1 - Static variable in interface scala.tools.asm.Opcodes
 
DDIV - Static variable in interface scala.tools.asm.Opcodes
 
declareLabel(Label) - Method in class scala.tools.asm.util.ASMifier
Appends a declaration of the given label to Printer.stringBuilder.
desc - Variable in class scala.tools.asm.tree.AnnotationNode
The class descriptor of the annotation class.
desc - Variable in class scala.tools.asm.tree.FieldInsnNode
The field's descriptor (see Type).
desc - Variable in class scala.tools.asm.tree.FieldNode
The field's descriptor (see Type).
desc - Variable in class scala.tools.asm.tree.InvokeDynamicInsnNode
The method's descriptor (see Type).
desc - Variable in class scala.tools.asm.tree.LocalVariableNode
The type descriptor of this local variable.
desc - Variable in class scala.tools.asm.tree.MethodInsnNode
The method's descriptor (see Type).
desc - Variable in class scala.tools.asm.tree.MethodNode
The method's descriptor (see Type).
desc - Variable in class scala.tools.asm.tree.MultiANewArrayInsnNode
An array type descriptor (see Type).
desc - Variable in class scala.tools.asm.tree.TypeInsnNode
The operand of this instruction.
dflt - Variable in class scala.tools.asm.tree.LookupSwitchInsnNode
Beginning of the default handler block.
dflt - Variable in class scala.tools.asm.tree.TableSwitchInsnNode
Beginning of the default handler block.
dims - Variable in class scala.tools.asm.tree.MultiANewArrayInsnNode
Number of dimensions of the array to allocate.
DLOAD - Static variable in interface scala.tools.asm.Opcodes
 
DMUL - Static variable in interface scala.tools.asm.Opcodes
 
DNEG - Static variable in interface scala.tools.asm.Opcodes
 
DOUBLE - Static variable in interface scala.tools.asm.Opcodes
 
DOUBLE - Static variable in class scala.tools.asm.Type
The sort of the double type.
DOUBLE_TYPE - Static variable in class scala.tools.asm.Type
The double type.
DOUBLE_VALUE - Static variable in class scala.tools.asm.tree.analysis.BasicValue
A double value.
DREM - Static variable in interface scala.tools.asm.Opcodes
 
DRETURN - Static variable in interface scala.tools.asm.Opcodes
 
DSTORE - Static variable in interface scala.tools.asm.Opcodes
 
DSUB - Static variable in interface scala.tools.asm.Opcodes
 
DUP - Static variable in interface scala.tools.asm.Opcodes
 
DUP_X1 - Static variable in interface scala.tools.asm.Opcodes
 
DUP_X2 - Static variable in interface scala.tools.asm.Opcodes
 
DUP2 - Static variable in interface scala.tools.asm.Opcodes
 
DUP2_X1 - Static variable in interface scala.tools.asm.Opcodes
 
DUP2_X2 - Static variable in interface scala.tools.asm.Opcodes
 

E

end - Variable in class scala.tools.asm.tree.LocalVariableAnnotationNode
The last instructions corresponding to the continuous ranges that make the scope of this local variable (exclusive).
end - Variable in class scala.tools.asm.tree.LocalVariableNode
The last instruction corresponding to the scope of this local variable (exclusive).
end - Variable in class scala.tools.asm.tree.TryCatchBlockNode
The end of the exception handler's scope (exclusive).
equals(Object) - Method in class scala.tools.asm.ConstantDynamic
Deprecated.
 
equals(Object) - Method in class scala.tools.asm.Handle
 
equals(Object) - Method in class scala.tools.asm.tree.analysis.BasicValue
 
equals(Object) - Method in class scala.tools.asm.tree.analysis.SourceValue
 
equals(Object) - Method in class scala.tools.asm.Type
Tests if the given object is equal to this type.
EXCEPTION_PARAMETER - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the type of the exception of a 'catch' clause in a method.
exceptions - Variable in class scala.tools.asm.tree.MethodNode
The internal names of the method's exception classes (see Type.getInternalName()).
execute(AbstractInsnNode, Interpreter<V>) - Method in class scala.tools.asm.tree.analysis.Frame
Simulates the execution of the given instruction on this execution stack frame.
EXPAND_FRAMES - Static variable in class scala.tools.asm.ClassReader
A flag to expand the stack map frames.
exports - Variable in class scala.tools.asm.tree.ModuleNode
The packages exported by this module.
EXTENDS - Static variable in class scala.tools.asm.signature.SignatureVisitor
Wildcard for an "extends" type argument.

F

F_APPEND - Static variable in interface scala.tools.asm.Opcodes
A compressed frame where locals are the same as the locals in the previous frame, except that additional 1-3 locals are defined, and with an empty stack.
F_CHOP - Static variable in interface scala.tools.asm.Opcodes
A compressed frame where locals are the same as the locals in the previous frame, except that the last 1-3 locals are absent and with an empty stack.
F_FULL - Static variable in interface scala.tools.asm.Opcodes
A compressed frame with complete frame data.
F_NEW - Static variable in interface scala.tools.asm.Opcodes
An expanded frame.
F_SAME - Static variable in interface scala.tools.asm.Opcodes
A compressed frame with exactly the same locals as the previous frame and with an empty stack.
F_SAME1 - Static variable in interface scala.tools.asm.Opcodes
A compressed frame with exactly the same locals as the previous frame and with a single value on the stack.
F2D - Static variable in interface scala.tools.asm.Opcodes
 
F2I - Static variable in interface scala.tools.asm.Opcodes
 
F2L - Static variable in interface scala.tools.asm.Opcodes
 
FADD - Static variable in interface scala.tools.asm.Opcodes
 
FALOAD - Static variable in interface scala.tools.asm.Opcodes
 
FASTORE - Static variable in interface scala.tools.asm.Opcodes
 
FCMPG - Static variable in interface scala.tools.asm.Opcodes
 
FCMPL - Static variable in interface scala.tools.asm.Opcodes
 
FCONST_0 - Static variable in interface scala.tools.asm.Opcodes
 
FCONST_1 - Static variable in interface scala.tools.asm.Opcodes
 
FCONST_2 - Static variable in interface scala.tools.asm.Opcodes
 
FDIV - Static variable in interface scala.tools.asm.Opcodes
 
FIELD - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the type of a field.
FIELD_DESCRIPTOR - Static variable in class scala.tools.asm.util.Textifier
The type of field descriptors.
FIELD_INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of FieldInsnNode instructions.
FIELD_SIGNATURE - Static variable in class scala.tools.asm.util.Textifier
The type of field signatures.
FieldInsnNode - Class in scala.tools.asm.tree
A node that represents a field instruction.
FieldInsnNode(int, String, String, String) - Constructor for class scala.tools.asm.tree.FieldInsnNode
Constructs a new FieldInsnNode.
FieldNode - Class in scala.tools.asm.tree
A node that represents a field.
FieldNode(int, int, String, String, String, Object) - Constructor for class scala.tools.asm.tree.FieldNode
Constructs a new FieldNode.
FieldNode(int, String, String, String, Object) - Constructor for class scala.tools.asm.tree.FieldNode
Constructs a new FieldNode.
fields - Variable in class scala.tools.asm.tree.ClassNode
The fields of this class.
FieldVisitor - Class in scala.tools.asm
A visitor to visit a Java field.
FieldVisitor(int) - Constructor for class scala.tools.asm.FieldVisitor
Constructs a new FieldVisitor.
FieldVisitor(int, FieldVisitor) - Constructor for class scala.tools.asm.FieldVisitor
Constructs a new FieldVisitor.
flags - Variable in class scala.tools.asm.Label
The type and status of this label or its corresponding basic block.
FLOAD - Static variable in interface scala.tools.asm.Opcodes
 
FLOAT - Static variable in interface scala.tools.asm.Opcodes
 
FLOAT - Static variable in class scala.tools.asm.Type
The sort of the float type.
FLOAT_TYPE - Static variable in class scala.tools.asm.Type
The float type.
FLOAT_VALUE - Static variable in class scala.tools.asm.tree.analysis.BasicValue
A float value.
FMUL - Static variable in interface scala.tools.asm.Opcodes
 
FNEG - Static variable in interface scala.tools.asm.Opcodes
 
Frame<V extends Value> - Class in scala.tools.asm.tree.analysis
A symbolic execution stack frame.
Frame(int, int) - Constructor for class scala.tools.asm.tree.analysis.Frame
Constructs a new frame with the given size.
Frame(Frame<? extends V>) - Constructor for class scala.tools.asm.tree.analysis.Frame
Constructs a copy of the given.
FRAME - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of FrameNode "instructions".
FrameNode - Class in scala.tools.asm.tree
A node that represents a stack map frame.
FrameNode(int, int, Object[], int, Object[]) - Constructor for class scala.tools.asm.tree.FrameNode
Constructs a new FrameNode.
FREM - Static variable in interface scala.tools.asm.Opcodes
 
FRETURN - Static variable in interface scala.tools.asm.Opcodes
 
fromString(String) - Static method in class scala.tools.asm.TypePath
Converts a type path in string form, in the format used by TypePath.toString(), into a TypePath object.
FSTORE - Static variable in interface scala.tools.asm.Opcodes
 
FSUB - Static variable in interface scala.tools.asm.Opcodes
 
fv - Variable in class scala.tools.asm.FieldVisitor
The field visitor to which this visitor must delegate method calls.

G

get(int) - Method in class scala.tools.asm.tree.InsnList
Returns the instruction whose index is given.
getAccess() - Method in class scala.tools.asm.ClassReader
Returns the class's access flags (see Opcodes).
getArgumentsAndReturnSizes() - Method in class scala.tools.asm.Type
Returns the size of the arguments and of the return value of methods of this type.
getArgumentsAndReturnSizes(String) - Static method in class scala.tools.asm.Type
Computes the size of the arguments and of the return value of a method.
getArgumentTypes() - Method in class scala.tools.asm.Type
Returns the argument types of methods of this type.
getArgumentTypes(Method) - Static method in class scala.tools.asm.Type
Returns the Type values corresponding to the argument types of the given method.
getArgumentTypes(String) - Static method in class scala.tools.asm.Type
Returns the Type values corresponding to the argument types of the given method descriptor.
getBootstrapMethod() - Method in class scala.tools.asm.ConstantDynamic
Deprecated.
Returns the bootstrap method used to compute the value of this constant.
getBootstrapMethodArguments() - Method in class scala.tools.asm.ConstantDynamic
Deprecated.
Returns the arguments to pass to the bootstrap method, in order to compute the value of this constant.
getClass(Type) - Method in class scala.tools.asm.tree.analysis.SimpleVerifier
Loads the class corresponding to the given type.
getClassName() - Method in class scala.tools.asm.ClassReader
Returns the internal name of the class (see Type.getInternalName()).
getClassName() - Method in class scala.tools.asm.Type
Returns the binary name of the class corresponding to this type.
getCommonSuperClass(String, String) - Method in class scala.tools.asm.ClassWriter
Returns the common super type of the two given types.
getConstructorDescriptor(Constructor<?>) - Static method in class scala.tools.asm.Type
Returns the descriptor corresponding to the given constructor.
getDeclaration() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
getDesc() - Method in class scala.tools.asm.Handle
Returns the descriptor of the field or method designated by this handle.
getDescriptor() - Method in class scala.tools.asm.ConstantDynamic
Deprecated.
Returns the type of this constant.
getDescriptor() - Method in class scala.tools.asm.Type
Returns the descriptor corresponding to this type.
getDescriptor(Class<?>) - Static method in class scala.tools.asm.Type
Returns the descriptor corresponding to the given class.
getDimensions() - Method in class scala.tools.asm.Type
Returns the number of dimensions of this array type.
getElementType() - Method in class scala.tools.asm.Type
Returns the type of the elements of this array type.
getElementValue(BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicVerifier
Returns the value corresponding to the type of the elements of the given array reference value.
getElementValue(BasicValue) - Method in class scala.tools.asm.tree.analysis.SimpleVerifier
 
getExceptionIndex() - Method in class scala.tools.asm.TypeReference
Returns the index of the exception, in a 'throws' clause of a method, whose type is referenced by this type reference.
getExceptions() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
GETFIELD - Static variable in interface scala.tools.asm.Opcodes
 
getFirst() - Method in class scala.tools.asm.tree.InsnList
Returns the first instruction in this list.
getFormalParameterIndex() - Method in class scala.tools.asm.TypeReference
Returns the index of the formal parameter whose type is referenced by this type reference.
getFrames() - Method in class scala.tools.asm.tree.analysis.Analyzer
Returns the symbolic execution stack frame for each instruction of the last analyzed method.
getHandlers(int) - Method in class scala.tools.asm.tree.analysis.Analyzer
Returns the exception handlers for the given instruction.
getInterfaces() - Method in class scala.tools.asm.ClassReader
Returns the internal names of the implemented interfaces (see Type.getInternalName()).
getInternalName() - Method in class scala.tools.asm.Type
Returns the internal name of the class corresponding to this object or array type.
getInternalName(Class<?>) - Static method in class scala.tools.asm.Type
Returns the internal name of the given class.
getItem(int) - Method in class scala.tools.asm.ClassReader
Returns the start offset in ClassReader.b of a JVMS 'cp_info' structure (i.e.
getItemCount() - Method in class scala.tools.asm.ClassReader
Returns the number of entries in the class's constant pool table.
getLabel() - Method in class scala.tools.asm.tree.LabelNode
 
getLabelNode(Label) - Method in class scala.tools.asm.tree.MethodNode
Returns the LabelNode corresponding to the given Label.
getLabels() - Method in class scala.tools.asm.Attribute
Returns the labels corresponding to this attribute.
getLast() - Method in class scala.tools.asm.tree.InsnList
Returns the last instruction in this list.
getLength() - Method in class scala.tools.asm.TypePath
Returns the length of this path, i.e.
getLocal(int) - Method in class scala.tools.asm.tree.analysis.Frame
Returns the value of the given local variable.
getLocals() - Method in class scala.tools.asm.tree.analysis.Frame
Returns the maximum number of local variables of this frame.
getMaxLocals() - Method in class scala.tools.asm.MethodWriter
 
getMaxSize() - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
getMaxStack() - Method in class scala.tools.asm.MethodWriter
 
getMaxStackSize() - Method in class scala.tools.asm.tree.analysis.Frame
Returns the maximum stack size of this frame.
getMaxStringLength() - Method in class scala.tools.asm.ClassReader
Returns a conservative estimate of the maximum length of the strings contained in the class's constant pool table.
getMethodDescriptor(Method) - Static method in class scala.tools.asm.Type
Returns the descriptor corresponding to the given method.
getMethodDescriptor(Type, Type...) - Static method in class scala.tools.asm.Type
Returns the descriptor corresponding to the given argument and return types.
getMethodType(String) - Static method in class scala.tools.asm.Type
Returns the Type corresponding to the given method descriptor.
getMethodType(Type, Type...) - Static method in class scala.tools.asm.Type
Returns the method Type corresponding to the given argument and return types.
getMinSize() - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
getName() - Method in class scala.tools.asm.ConstantDynamic
Deprecated.
Returns the name of this constant.
getName() - Method in class scala.tools.asm.Handle
Returns the name of the field or method designated by this handle.
getNext() - Method in class scala.tools.asm.tree.AbstractInsnNode
Returns the next instruction in the list to which this instruction belongs, if any.
getObjectType(String) - Static method in class scala.tools.asm.Type
Returns the Type corresponding to the given internal name.
getOffset() - Method in class scala.tools.asm.Label
Returns the bytecode offset corresponding to this label.
getOpcode() - Method in class scala.tools.asm.tree.AbstractInsnNode
Returns the opcode of this instruction.
getOpcode(int) - Method in class scala.tools.asm.Type
Returns a JVM instruction opcode adapted to this Type.
getOwner() - Method in class scala.tools.asm.Handle
Returns the internal name of the class that owns the field or method designated by this handle.
getPrevious() - Method in class scala.tools.asm.tree.AbstractInsnNode
Returns the previous instruction in the list to which this instruction belongs, if any.
getReturnType() - Method in class scala.tools.asm.Type
Returns the return type of methods of this type.
getReturnType() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
getReturnType(Method) - Static method in class scala.tools.asm.Type
Returns the Type corresponding to the return type of the given method.
getReturnType(String) - Static method in class scala.tools.asm.Type
Returns the Type corresponding to the return type of the given method descriptor.
getSize() - Method in class scala.tools.asm.tree.analysis.BasicValue
 
getSize() - Method in class scala.tools.asm.tree.analysis.SourceValue
Returns the size of this value.
getSize() - Method in interface scala.tools.asm.tree.analysis.Value
Returns the size of this value in 32 bits words.
getSize() - Method in class scala.tools.asm.Type
Returns the size of values of this type.
getSort() - Method in class scala.tools.asm.Type
Returns the sort of this type.
getSort() - Method in class scala.tools.asm.TypeReference
Returns the sort of this type reference.
getStack(int) - Method in class scala.tools.asm.tree.analysis.Frame
Returns the value of the given operand stack slot.
getStackSize() - Method in class scala.tools.asm.tree.analysis.Frame
Returns the number of values in the operand stack of this frame.
GETSTATIC - Static variable in interface scala.tools.asm.Opcodes
 
getStep(int) - Method in class scala.tools.asm.TypePath
Returns the value of the given step of this path.
getStepArgument(int) - Method in class scala.tools.asm.TypePath
Returns the index of the type argument that the given step is stepping into.
getSuperClass(Type) - Method in class scala.tools.asm.tree.analysis.SimpleVerifier
Returns the type corresponding to the super class of the given type.
getSuperName() - Method in class scala.tools.asm.ClassReader
Returns the internal of name of the super class (see Type.getInternalName()).
getSuperTypeIndex() - Method in class scala.tools.asm.TypeReference
Returns the index of the "super type" of a class that is referenced by this type reference.
getTag() - Method in class scala.tools.asm.Handle
Returns the kind of field or method designated by this handle.
getText() - Method in class scala.tools.asm.util.Printer
Returns the text constructed by this visitor.
getTryCatchBlockIndex() - Method in class scala.tools.asm.TypeReference
Returns the index of the try catch block (using the order in which they are visited with visitTryCatchBlock), whose 'catch' type is referenced by this type reference.
getType() - Method in class scala.tools.asm.tree.AbstractInsnNode
Returns the type of this instruction.
getType() - Method in class scala.tools.asm.tree.analysis.BasicValue
Returns the Type of this value.
getType() - Method in class scala.tools.asm.tree.FieldInsnNode
 
getType() - Method in class scala.tools.asm.tree.FrameNode
 
getType() - Method in class scala.tools.asm.tree.IincInsnNode
 
getType() - Method in class scala.tools.asm.tree.InsnNode
 
getType() - Method in class scala.tools.asm.tree.IntInsnNode
 
getType() - Method in class scala.tools.asm.tree.InvokeDynamicInsnNode
 
getType() - Method in class scala.tools.asm.tree.JumpInsnNode
 
getType() - Method in class scala.tools.asm.tree.LabelNode
 
getType() - Method in class scala.tools.asm.tree.LdcInsnNode
 
getType() - Method in class scala.tools.asm.tree.LineNumberNode
 
getType() - Method in class scala.tools.asm.tree.LookupSwitchInsnNode
 
getType() - Method in class scala.tools.asm.tree.MethodInsnNode
 
getType() - Method in class scala.tools.asm.tree.MultiANewArrayInsnNode
 
getType() - Method in class scala.tools.asm.tree.TableSwitchInsnNode
 
getType() - Method in class scala.tools.asm.tree.TypeInsnNode
 
getType() - Method in class scala.tools.asm.tree.VarInsnNode
 
getType(Class<?>) - Static method in class scala.tools.asm.Type
Returns the Type corresponding to the given class.
getType(Constructor<?>) - Static method in class scala.tools.asm.Type
Returns the method Type corresponding to the given constructor.
getType(Method) - Static method in class scala.tools.asm.Type
Returns the method Type corresponding to the given method.
getType(String) - Static method in class scala.tools.asm.Type
Returns the Type corresponding to the given type descriptor.
getTypeArgumentIndex() - Method in class scala.tools.asm.TypeReference
Returns the index of the type argument referenced by this type reference.
getTypeParameterBoundIndex() - Method in class scala.tools.asm.TypeReference
Returns the index of the type parameter bound, within the type parameter TypeReference.getTypeParameterIndex(), referenced by this type reference.
getTypeParameterIndex() - Method in class scala.tools.asm.TypeReference
Returns the index of the type parameter referenced by this type reference.
getValue() - Method in class scala.tools.asm.TypeReference
Returns the int encoded value of this type reference, suitable for use in visit methods related to type annotations, like visitTypeAnnotation.
GOTO - Static variable in interface scala.tools.asm.Opcodes
 

H

H_GETFIELD - Static variable in interface scala.tools.asm.Opcodes
 
H_GETSTATIC - Static variable in interface scala.tools.asm.Opcodes
 
H_INVOKEINTERFACE - Static variable in interface scala.tools.asm.Opcodes
 
H_INVOKESPECIAL - Static variable in interface scala.tools.asm.Opcodes
 
H_INVOKESTATIC - Static variable in interface scala.tools.asm.Opcodes
 
H_INVOKEVIRTUAL - Static variable in interface scala.tools.asm.Opcodes
 
H_NEWINVOKESPECIAL - Static variable in interface scala.tools.asm.Opcodes
 
H_PUTFIELD - Static variable in interface scala.tools.asm.Opcodes
 
H_PUTSTATIC - Static variable in interface scala.tools.asm.Opcodes
 
Handle - Class in scala.tools.asm
A reference to a field or a method.
Handle(int, String, String, String) - Constructor for class scala.tools.asm.Handle
Deprecated.
this constructor has been superseded by Handle(int, String, String, String, boolean).
Handle(int, String, String, String, boolean) - Constructor for class scala.tools.asm.Handle
Constructs a new field or method handle.
HANDLE_DESCRIPTOR - Static variable in class scala.tools.asm.util.Textifier
The type of method handle descriptors.
HANDLE_TAG - Static variable in class scala.tools.asm.util.Printer
The names of the tag field values for Handle.
handler - Variable in class scala.tools.asm.tree.TryCatchBlockNode
The beginning of the exception handler's code.
hashCode() - Method in class scala.tools.asm.ConstantDynamic
Deprecated.
 
hashCode() - Method in class scala.tools.asm.Handle
 
hashCode() - Method in class scala.tools.asm.tree.analysis.BasicValue
 
hashCode() - Method in class scala.tools.asm.tree.analysis.SourceValue
 
hashCode() - Method in class scala.tools.asm.Type
Returns a hash code value for this type.
header - Variable in class scala.tools.asm.ClassReader
The offset in bytes, in ClassReader.b, of the ClassFile's access_flags field.

I

I2B - Static variable in interface scala.tools.asm.Opcodes
 
I2C - Static variable in interface scala.tools.asm.Opcodes
 
I2D - Static variable in interface scala.tools.asm.Opcodes
 
I2F - Static variable in interface scala.tools.asm.Opcodes
 
I2L - Static variable in interface scala.tools.asm.Opcodes
 
I2S - Static variable in interface scala.tools.asm.Opcodes
 
IADD - Static variable in interface scala.tools.asm.Opcodes
 
IALOAD - Static variable in interface scala.tools.asm.Opcodes
 
IAND - Static variable in interface scala.tools.asm.Opcodes
 
IASTORE - Static variable in interface scala.tools.asm.Opcodes
 
ICONST_0 - Static variable in interface scala.tools.asm.Opcodes
 
ICONST_1 - Static variable in interface scala.tools.asm.Opcodes
 
ICONST_2 - Static variable in interface scala.tools.asm.Opcodes
 
ICONST_3 - Static variable in interface scala.tools.asm.Opcodes
 
ICONST_4 - Static variable in interface scala.tools.asm.Opcodes
 
ICONST_5 - Static variable in interface scala.tools.asm.Opcodes
 
ICONST_M1 - Static variable in interface scala.tools.asm.Opcodes
 
id - Variable in class scala.tools.asm.util.ASMifier
The identifier of the annotation visitor variable in the produced code.
IDIV - Static variable in interface scala.tools.asm.Opcodes
 
IF_ACMPEQ - Static variable in interface scala.tools.asm.Opcodes
 
IF_ACMPNE - Static variable in interface scala.tools.asm.Opcodes
 
IF_ICMPEQ - Static variable in interface scala.tools.asm.Opcodes
 
IF_ICMPGE - Static variable in interface scala.tools.asm.Opcodes
 
IF_ICMPGT - Static variable in interface scala.tools.asm.Opcodes
 
IF_ICMPLE - Static variable in interface scala.tools.asm.Opcodes
 
IF_ICMPLT - Static variable in interface scala.tools.asm.Opcodes
 
IF_ICMPNE - Static variable in interface scala.tools.asm.Opcodes
 
IFEQ - Static variable in interface scala.tools.asm.Opcodes
 
IFGE - Static variable in interface scala.tools.asm.Opcodes
 
IFGT - Static variable in interface scala.tools.asm.Opcodes
 
IFLE - Static variable in interface scala.tools.asm.Opcodes
 
IFLT - Static variable in interface scala.tools.asm.Opcodes
 
IFNE - Static variable in interface scala.tools.asm.Opcodes
 
IFNONNULL - Static variable in interface scala.tools.asm.Opcodes
 
IFNULL - Static variable in interface scala.tools.asm.Opcodes
 
IINC - Static variable in interface scala.tools.asm.Opcodes
 
IINC_INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of IincInsnNode instructions.
IincInsnNode - Class in scala.tools.asm.tree
A node that represents an IINC instruction.
IincInsnNode(int, int) - Constructor for class scala.tools.asm.tree.IincInsnNode
Constructs a new IincInsnNode.
ILOAD - Static variable in interface scala.tools.asm.Opcodes
 
IMUL - Static variable in interface scala.tools.asm.Opcodes
 
incr - Variable in class scala.tools.asm.tree.IincInsnNode
Amount to increment the local variable by.
index - Variable in class scala.tools.asm.tree.LocalVariableAnnotationNode
The local variable's index in each range.
index - Variable in class scala.tools.asm.tree.LocalVariableNode
The local variable's index.
indexOf(AbstractInsnNode) - Method in class scala.tools.asm.tree.InsnList
Returns the index of the given instruction in this list.
INEG - Static variable in interface scala.tools.asm.Opcodes
 
info - Variable in class scala.tools.asm.Label
A user managed state associated with this label.
init(String, MethodNode) - Method in class scala.tools.asm.tree.analysis.Analyzer
Initializes this analyzer.
init(Frame<? extends V>) - Method in class scala.tools.asm.tree.analysis.Frame
Copies the state of the given frame into this frame.
INNER_TYPE - Static variable in class scala.tools.asm.TypePath
A type path step that steps into the nested type of a class type.
innerClasses - Variable in class scala.tools.asm.tree.ClassNode
The inner classes of this class.
InnerClassNode - Class in scala.tools.asm.tree
A node that represents an inner class.
InnerClassNode(String, String, String, int) - Constructor for class scala.tools.asm.tree.InnerClassNode
Constructs a new InnerClassNode.
innerName - Variable in class scala.tools.asm.tree.InnerClassNode
The (simple) name of the inner class inside its enclosing class.
insert(AbstractInsnNode) - Method in class scala.tools.asm.tree.InsnList
Inserts the given instruction at the beginning of this list.
insert(AbstractInsnNode, AbstractInsnNode) - Method in class scala.tools.asm.tree.InsnList
Inserts the given instruction after the specified instruction.
insert(AbstractInsnNode, InsnList) - Method in class scala.tools.asm.tree.InsnList
Inserts the given instructions after the specified instruction.
insert(InsnList) - Method in class scala.tools.asm.tree.InsnList
Inserts the given instructions at the beginning of this list.
insertBefore(AbstractInsnNode, AbstractInsnNode) - Method in class scala.tools.asm.tree.InsnList
Inserts the given instruction before the specified instruction.
insertBefore(AbstractInsnNode, InsnList) - Method in class scala.tools.asm.tree.InsnList
Inserts the given instructions before the specified instruction.
INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of InsnNode instructions.
InsnList - Class in scala.tools.asm.tree
A doubly linked list of AbstractInsnNode objects.
InsnList() - Constructor for class scala.tools.asm.tree.InsnList
 
InsnNode - Class in scala.tools.asm.tree
A node that represents a zero operand instruction.
InsnNode(int) - Constructor for class scala.tools.asm.tree.InsnNode
Constructs a new InsnNode.
insns - Variable in class scala.tools.asm.tree.analysis.SourceValue
The instructions that can produce this value.
INSTANCEOF - Static variable in interface scala.tools.asm.Opcodes
 
INSTANCEOF - Static variable in class scala.tools.asm.signature.SignatureVisitor
Wildcard for a normal type argument.
INSTANCEOF - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the type declared in an 'instanceof' instruction.
instructions - Variable in class scala.tools.asm.tree.MethodNode
The instructions of this method.
INT - Static variable in class scala.tools.asm.Type
The sort of the int type.
INT_INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of IntInsnNode instructions.
INT_TYPE - Static variable in class scala.tools.asm.Type
The int type.
INT_VALUE - Static variable in class scala.tools.asm.tree.analysis.BasicValue
A byte, boolean, char, short, or int value.
INTEGER - Static variable in interface scala.tools.asm.Opcodes
 
interfaces - Variable in class scala.tools.asm.tree.ClassNode
The internal names of the interfaces directly implemented by this class (see Type.getInternalName()).
INTERNAL_NAME - Static variable in class scala.tools.asm.util.Textifier
The type of internal names.
Interpreter<V extends Value> - Class in scala.tools.asm.tree.analysis
A semantic bytecode interpreter.
Interpreter(int) - Constructor for class scala.tools.asm.tree.analysis.Interpreter
Constructs a new Interpreter.
IntInsnNode - Class in scala.tools.asm.tree
A node that represents an instruction with a single int operand.
IntInsnNode(int, int) - Constructor for class scala.tools.asm.tree.IntInsnNode
Constructs a new IntInsnNode.
invisibleAnnotableParameterCount - Variable in class scala.tools.asm.tree.MethodNode
The number of method parameters than can have runtime invisible annotations.
invisibleAnnotations - Variable in class scala.tools.asm.tree.ClassNode
The runtime invisible annotations of this class.
invisibleAnnotations - Variable in class scala.tools.asm.tree.FieldNode
The runtime invisible annotations of this field.
invisibleAnnotations - Variable in class scala.tools.asm.tree.MethodNode
The runtime invisible annotations of this method.
invisibleLocalVariableAnnotations - Variable in class scala.tools.asm.tree.MethodNode
The invisible local variable annotations of this method.
invisibleParameterAnnotations - Variable in class scala.tools.asm.tree.MethodNode
The runtime invisible parameter annotations of this method.
invisibleTypeAnnotations - Variable in class scala.tools.asm.tree.AbstractInsnNode
The runtime invisible type annotations of this instruction.
invisibleTypeAnnotations - Variable in class scala.tools.asm.tree.ClassNode
The runtime invisible type annotations of this class.
invisibleTypeAnnotations - Variable in class scala.tools.asm.tree.FieldNode
The runtime invisible type annotations of this field.
invisibleTypeAnnotations - Variable in class scala.tools.asm.tree.MethodNode
The runtime invisible type annotations of this method.
invisibleTypeAnnotations - Variable in class scala.tools.asm.tree.TryCatchBlockNode
The runtime invisible type annotations on the exception handler type.
INVOKE_DYNAMIC_INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of InvokeDynamicInsnNode instructions.
INVOKEDYNAMIC - Static variable in interface scala.tools.asm.Opcodes
 
InvokeDynamicInsnNode - Class in scala.tools.asm.tree
A node that represents an invokedynamic instruction.
InvokeDynamicInsnNode(String, String, Handle, Object...) - Constructor for class scala.tools.asm.tree.InvokeDynamicInsnNode
Constructs a new InvokeDynamicInsnNode.
INVOKEINTERFACE - Static variable in interface scala.tools.asm.Opcodes
 
INVOKESPECIAL - Static variable in interface scala.tools.asm.Opcodes
 
INVOKESTATIC - Static variable in interface scala.tools.asm.Opcodes
 
INVOKEVIRTUAL - Static variable in interface scala.tools.asm.Opcodes
 
IOR - Static variable in interface scala.tools.asm.Opcodes
 
IREM - Static variable in interface scala.tools.asm.Opcodes
 
IRETURN - Static variable in interface scala.tools.asm.Opcodes
 
isArrayValue(BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicVerifier
Returns whether the given value corresponds to an array reference.
isArrayValue(BasicValue) - Method in class scala.tools.asm.tree.analysis.SimpleVerifier
 
isAssignableFrom(Type, Type) - Method in class scala.tools.asm.tree.analysis.SimpleVerifier
Returns whether the class corresponding to the first argument is either the same as, or is a superclass or superinterface of the class corresponding to the second argument.
isCodeAttribute() - Method in class scala.tools.asm.Attribute
Returns true if this type of attribute is a code attribute.
ISHL - Static variable in interface scala.tools.asm.Opcodes
 
ISHR - Static variable in interface scala.tools.asm.Opcodes
 
isInterface() - Method in class scala.tools.asm.Handle
Returns true if the owner of the field or method designated by this handle is an interface.
isInterface(Type) - Method in class scala.tools.asm.tree.analysis.SimpleVerifier
Returns whether the given type corresponds to the type of an interface.
isReference() - Method in class scala.tools.asm.tree.analysis.BasicValue
Returns whether this value corresponds to an object or array reference.
isSubTypeOf(BasicValue, BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicVerifier
Returns whether the type corresponding to the first argument is a subtype of the type corresponding to the second argument.
isSubTypeOf(BasicValue, BasicValue) - Method in class scala.tools.asm.tree.analysis.SimpleVerifier
 
ISTORE - Static variable in interface scala.tools.asm.Opcodes
 
ISUB - Static variable in interface scala.tools.asm.Opcodes
 
isUnknown() - Method in class scala.tools.asm.Attribute
Returns true if this type of attribute is unknown.
iterator() - Method in class scala.tools.asm.tree.InsnList
Returns an iterator over the instructions in this list.
iterator(int) - Method in class scala.tools.asm.tree.InsnList
Returns an iterator over the instructions in this list.
itf - Variable in class scala.tools.asm.tree.MethodInsnNode
Whether the method's owner class if an interface.
IUSHR - Static variable in interface scala.tools.asm.Opcodes
 
IXOR - Static variable in interface scala.tools.asm.Opcodes
 

J

JSR - Static variable in interface scala.tools.asm.Opcodes
 
JUMP_INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of JumpInsnNode instructions.
JumpInsnNode - Class in scala.tools.asm.tree
A node that represents a jump instruction.
JumpInsnNode(int, LabelNode) - Constructor for class scala.tools.asm.tree.JumpInsnNode
Constructs a new JumpInsnNode.

K

keys - Variable in class scala.tools.asm.tree.LookupSwitchInsnNode
The values of the keys.

L

L2D - Static variable in interface scala.tools.asm.Opcodes
 
L2F - Static variable in interface scala.tools.asm.Opcodes
 
L2I - Static variable in interface scala.tools.asm.Opcodes
 
label - Variable in class scala.tools.asm.tree.JumpInsnNode
The operand of this instruction.
Label - Class in scala.tools.asm
A position in the bytecode of a method.
Label() - Constructor for class scala.tools.asm.Label
Constructs a new label.
LABEL - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of LabelNode "instructions".
labelNames - Variable in class scala.tools.asm.util.ASMifier
The name of the Label variables in the produced code.
labelNames - Variable in class scala.tools.asm.util.Textifier
The names of the labels.
LabelNode - Class in scala.tools.asm.tree
An AbstractInsnNode that encapsulates a Label.
LabelNode() - Constructor for class scala.tools.asm.tree.LabelNode
 
LabelNode(Label) - Constructor for class scala.tools.asm.tree.LabelNode
 
labels - Variable in class scala.tools.asm.tree.LookupSwitchInsnNode
Beginnings of the handler blocks.
labels - Variable in class scala.tools.asm.tree.TableSwitchInsnNode
Beginnings of the handler blocks.
LADD - Static variable in interface scala.tools.asm.Opcodes
 
LALOAD - Static variable in interface scala.tools.asm.Opcodes
 
LAND - Static variable in interface scala.tools.asm.Opcodes
 
LASTORE - Static variable in interface scala.tools.asm.Opcodes
 
LCMP - Static variable in interface scala.tools.asm.Opcodes
 
LCONST_0 - Static variable in interface scala.tools.asm.Opcodes
 
LCONST_1 - Static variable in interface scala.tools.asm.Opcodes
 
LDC - Static variable in interface scala.tools.asm.Opcodes
 
LDC_INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of LdcInsnNode instructions.
LdcInsnNode - Class in scala.tools.asm.tree
A node that represents an LDC instruction.
LdcInsnNode(Object) - Constructor for class scala.tools.asm.tree.LdcInsnNode
Constructs a new LdcInsnNode.
LDIV - Static variable in interface scala.tools.asm.Opcodes
 
line - Variable in class scala.tools.asm.tree.LineNumberNode
A line number.
LINE - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of LineNumberNode "instructions".
LineNumberNode - Class in scala.tools.asm.tree
A node that represents a line number declaration.
LineNumberNode(int, LabelNode) - Constructor for class scala.tools.asm.tree.LineNumberNode
Constructs a new LineNumberNode.
LLOAD - Static variable in interface scala.tools.asm.Opcodes
 
LMUL - Static variable in interface scala.tools.asm.Opcodes
 
LNEG - Static variable in interface scala.tools.asm.Opcodes
 
local - Variable in class scala.tools.asm.tree.FrameNode
The types of the local variables of this stack map frame.
LOCAL_VARIABLE - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the type of a local variable in a method.
LocalVariableAnnotationNode - Class in scala.tools.asm.tree
A node that represents a type annotation on a local or resource variable.
LocalVariableAnnotationNode(int, int, TypePath, LabelNode[], LabelNode[], int[], String) - Constructor for class scala.tools.asm.tree.LocalVariableAnnotationNode
Constructs a new LocalVariableAnnotationNode.
LocalVariableAnnotationNode(int, TypePath, LabelNode[], LabelNode[], int[], String) - Constructor for class scala.tools.asm.tree.LocalVariableAnnotationNode
Constructs a new LocalVariableAnnotationNode.
LocalVariableNode - Class in scala.tools.asm.tree
A node that represents a local variable declaration.
LocalVariableNode(String, String, String, LabelNode, LabelNode, int) - Constructor for class scala.tools.asm.tree.LocalVariableNode
Constructs a new LocalVariableNode.
localVariables - Variable in class scala.tools.asm.tree.MethodNode
The local variables of this method.
LONG - Static variable in interface scala.tools.asm.Opcodes
 
LONG - Static variable in class scala.tools.asm.Type
The sort of the long type.
LONG_TYPE - Static variable in class scala.tools.asm.Type
The long type.
LONG_VALUE - Static variable in class scala.tools.asm.tree.analysis.BasicValue
A long value.
LOOKUPSWITCH - Static variable in interface scala.tools.asm.Opcodes
 
LOOKUPSWITCH_INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of LookupSwitchInsnNode instructions.
LookupSwitchInsnNode - Class in scala.tools.asm.tree
A node that represents a LOOKUPSWITCH instruction.
LookupSwitchInsnNode(LabelNode, int[], LabelNode[]) - Constructor for class scala.tools.asm.tree.LookupSwitchInsnNode
Constructs a new LookupSwitchInsnNode.
LOR - Static variable in interface scala.tools.asm.Opcodes
 
LREM - Static variable in interface scala.tools.asm.Opcodes
 
LRETURN - Static variable in interface scala.tools.asm.Opcodes
 
LSHL - Static variable in interface scala.tools.asm.Opcodes
 
LSHR - Static variable in interface scala.tools.asm.Opcodes
 
LSTORE - Static variable in interface scala.tools.asm.Opcodes
 
LSUB - Static variable in interface scala.tools.asm.Opcodes
 
ltab - Variable in class scala.tools.asm.util.Textifier
The indentation of labels.
LUSHR - Static variable in interface scala.tools.asm.Opcodes
 
LXOR - Static variable in interface scala.tools.asm.Opcodes
 

M

main(String[]) - Static method in class scala.tools.asm.util.ASMifier
Prints the ASM source code to generate the given class to the standard output.
main(String[]) - Static method in class scala.tools.asm.util.CheckClassAdapter
Checks the given class.
main(String[]) - Static method in class scala.tools.asm.util.Textifier
Prints a disassembled view of the given class to the standard output.
mainClass - Variable in class scala.tools.asm.tree.ModuleNode
The internal name of the main class of this module.
max - Variable in class scala.tools.asm.tree.TableSwitchInsnNode
The maximum key value.
maxLocals - Variable in class scala.tools.asm.tree.MethodNode
The maximum number of local variables of this method.
maxStack - Variable in class scala.tools.asm.tree.MethodNode
The maximum stack size of this method.
merge(BasicValue, BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicInterpreter
 
merge(BasicValue, BasicValue) - Method in class scala.tools.asm.tree.analysis.SimpleVerifier
 
merge(Frame<? extends V>, boolean[]) - Method in class scala.tools.asm.tree.analysis.Frame
Merges the given frame into this frame (case of a subroutine).
merge(Frame<? extends V>, Interpreter<V>) - Method in class scala.tools.asm.tree.analysis.Frame
Merges the given frame into this frame.
merge(SourceValue, SourceValue) - Method in class scala.tools.asm.tree.analysis.SourceInterpreter
 
merge(V, V) - Method in class scala.tools.asm.tree.analysis.Interpreter
Merges two values.
METHOD - Static variable in class scala.tools.asm.Type
The sort of method types.
METHOD_DESCRIPTOR - Static variable in class scala.tools.asm.util.Textifier
The type of method descriptors.
METHOD_FORMAL_PARAMETER - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the type of a formal parameter of a method.
METHOD_INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of MethodInsnNode instructions.
METHOD_INVOCATION_TYPE_ARGUMENT - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target a type parameter of a generic method in a method call.
METHOD_RECEIVER - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the receiver type of a method.
METHOD_REFERENCE - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the receiver type of a method reference.
METHOD_REFERENCE_TYPE_ARGUMENT - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target a type parameter of a generic method in a method reference.
METHOD_RETURN - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the return type of a method.
METHOD_SIGNATURE - Static variable in class scala.tools.asm.util.CheckSignatureAdapter
Type to be used to check method signatures.
METHOD_SIGNATURE - Static variable in class scala.tools.asm.util.Textifier
The type of method signatures.
METHOD_TYPE_PARAMETER - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target a type parameter of a generic method.
METHOD_TYPE_PARAMETER_BOUND - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target a bound of a type parameter of a generic method.
MethodInsnNode - Class in scala.tools.asm.tree
A node that represents a method instruction.
MethodInsnNode(int, String, String, String) - Constructor for class scala.tools.asm.tree.MethodInsnNode
Deprecated. 
MethodInsnNode(int, String, String, String, boolean) - Constructor for class scala.tools.asm.tree.MethodInsnNode
Constructs a new MethodInsnNode.
MethodNode - Class in scala.tools.asm.tree
A node that represents a method.
MethodNode() - Constructor for class scala.tools.asm.tree.MethodNode
Constructs an uninitialized MethodNode.
MethodNode(int) - Constructor for class scala.tools.asm.tree.MethodNode
Constructs an uninitialized MethodNode.
MethodNode(int, int, String, String, String, String[]) - Constructor for class scala.tools.asm.tree.MethodNode
Constructs a new MethodNode.
MethodNode(int, String, String, String, String[]) - Constructor for class scala.tools.asm.tree.MethodNode
Constructs a new MethodNode.
methods - Variable in class scala.tools.asm.tree.ClassNode
The methods of this class.
MethodVisitor - Class in scala.tools.asm
A visitor to visit a Java method.
MethodVisitor(int) - Constructor for class scala.tools.asm.MethodVisitor
Constructs a new MethodVisitor.
MethodVisitor(int, MethodVisitor) - Constructor for class scala.tools.asm.MethodVisitor
Constructs a new MethodVisitor.
MethodWriter - Class in scala.tools.asm
A MethodVisitor that generates a corresponding 'method_info' structure, as defined in the Java Virtual Machine Specification (JVMS).
min - Variable in class scala.tools.asm.tree.TableSwitchInsnNode
The minimum key value.
module - Variable in class scala.tools.asm.tree.ClassNode
The module stored in this class.
module - Variable in class scala.tools.asm.tree.ModuleRequireNode
The fully qualified name (using dots) of the dependence.
ModuleExportNode - Class in scala.tools.asm.tree
A node that represents an exported package with its name and the module that can access to it.
ModuleExportNode(String, int, List<String>) - Constructor for class scala.tools.asm.tree.ModuleExportNode
Constructs a new ModuleExportNode.
ModuleNode - Class in scala.tools.asm.tree
A node that represents a module declaration.
ModuleNode(int, String, int, String, List<ModuleRequireNode>, List<ModuleExportNode>, List<ModuleOpenNode>, List<String>, List<ModuleProvideNode>) - Constructor for class scala.tools.asm.tree.ModuleNode
Constructs a ModuleNode.
ModuleNode(String, int, String) - Constructor for class scala.tools.asm.tree.ModuleNode
Constructs a ModuleNode.
ModuleOpenNode - Class in scala.tools.asm.tree
A node that represents an opened package with its name and the module that can access it.
ModuleOpenNode(String, int, List<String>) - Constructor for class scala.tools.asm.tree.ModuleOpenNode
Constructs a new ModuleOpenNode.
ModuleProvideNode - Class in scala.tools.asm.tree
A node that represents a service and its implementation provided by the current module.
ModuleProvideNode(String, List<String>) - Constructor for class scala.tools.asm.tree.ModuleProvideNode
Constructs a new ModuleProvideNode.
ModuleRequireNode - Class in scala.tools.asm.tree
A node that represents a required module with its name and access of a module descriptor.
ModuleRequireNode(String, int, String) - Constructor for class scala.tools.asm.tree.ModuleRequireNode
Constructs a new ModuleRequireNode.
modules - Variable in class scala.tools.asm.tree.ModuleExportNode
The list of modules that can access this exported package, specified with fully qualified names (using dots).
modules - Variable in class scala.tools.asm.tree.ModuleOpenNode
The fully qualified names (using dots) of the modules that can use deep reflection to the classes of the open package, or null.
ModuleVisitor - Class in scala.tools.asm
A visitor to visit a Java module.
ModuleVisitor(int) - Constructor for class scala.tools.asm.ModuleVisitor
Constructs a new ModuleVisitor.
ModuleVisitor(int, ModuleVisitor) - Constructor for class scala.tools.asm.ModuleVisitor
Constructs a new ModuleVisitor.
MONITORENTER - Static variable in interface scala.tools.asm.Opcodes
 
MONITOREXIT - Static variable in interface scala.tools.asm.Opcodes
 
MULTIANEWARRAY - Static variable in interface scala.tools.asm.Opcodes
 
MULTIANEWARRAY_INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of MultiANewArrayInsnNode instructions.
MultiANewArrayInsnNode - Class in scala.tools.asm.tree
A node that represents a MULTIANEWARRAY instruction.
MultiANewArrayInsnNode(String, int) - Constructor for class scala.tools.asm.tree.MultiANewArrayInsnNode
Constructs a new MultiANewArrayInsnNode.
mv - Variable in class scala.tools.asm.MethodVisitor
The method visitor to which this visitor must delegate method calls.
mv - Variable in class scala.tools.asm.ModuleVisitor
The module visitor to which this visitor must delegate method calls.

N

name - Variable in class scala.tools.asm.tree.ClassNode
The internal name of this class (see Type.getInternalName()).
name - Variable in class scala.tools.asm.tree.FieldInsnNode
The field's name.
name - Variable in class scala.tools.asm.tree.FieldNode
The field's name.
name - Variable in class scala.tools.asm.tree.InnerClassNode
The internal name of an inner class (see Type.getInternalName()).
name - Variable in class scala.tools.asm.tree.InvokeDynamicInsnNode
The method's name.
name - Variable in class scala.tools.asm.tree.LocalVariableNode
The name of a local variable.
name - Variable in class scala.tools.asm.tree.MethodInsnNode
The method's name.
name - Variable in class scala.tools.asm.tree.MethodNode
The method's name.
name - Variable in class scala.tools.asm.tree.ModuleNode
The fully qualified name (using dots) of this module.
name - Variable in class scala.tools.asm.tree.ParameterNode
The parameter's name.
name - Variable in class scala.tools.asm.util.ASMifier
The name of the visitor variable in the produced code.
naryOperation(AbstractInsnNode, List<? extends BasicValue>) - Method in class scala.tools.asm.tree.analysis.BasicInterpreter
 
naryOperation(AbstractInsnNode, List<? extends BasicValue>) - Method in class scala.tools.asm.tree.analysis.BasicVerifier
 
naryOperation(AbstractInsnNode, List<? extends SourceValue>) - Method in class scala.tools.asm.tree.analysis.SourceInterpreter
 
naryOperation(AbstractInsnNode, List<? extends V>) - Method in class scala.tools.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with a variable number of arguments.
nestHostClassExperimental - Variable in class scala.tools.asm.tree.ClassNode
Experimental, use at your own risk.
nestMembersExperimental - Variable in class scala.tools.asm.tree.ClassNode
Experimental, use at your own risk.
NEW - Static variable in interface scala.tools.asm.Opcodes
 
NEW - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the type of the object created by a 'new' instruction.
NEWARRAY - Static variable in interface scala.tools.asm.Opcodes
 
newClass(String) - Method in class scala.tools.asm.ClassWriter
Adds a class reference to the constant pool of the class being build.
newConst(Object) - Method in class scala.tools.asm.ClassWriter
Adds a number or string constant to the constant pool of the class being build.
newConstantDynamic(String, String, Handle, Object...) - Method in class scala.tools.asm.ClassWriter
Adds a dynamic constant reference to the constant pool of the class being build.
newControlFlowEdge(int, int) - Method in class scala.tools.asm.tree.analysis.Analyzer
Creates a control flow graph edge.
newControlFlowExceptionEdge(int, int) - Method in class scala.tools.asm.tree.analysis.Analyzer
Creates a control flow graph edge corresponding to an exception handler.
newControlFlowExceptionEdge(int, TryCatchBlockNode) - Method in class scala.tools.asm.tree.analysis.Analyzer
Creates a control flow graph edge corresponding to an exception handler.
newEmptyNonParameterLocalValue(int) - Method in class scala.tools.asm.tree.analysis.Interpreter
Called by the analyzer when initializing a non-parameter local in a frame.
newEmptyValueAfterSize2Local(int) - Method in class scala.tools.asm.tree.analysis.Interpreter
Called by the analyzer and the interpreter.
newEmptyValueForPreviousSize2Local(int) - Method in class scala.tools.asm.tree.analysis.Interpreter
Called by the interpreter.
newExceptionReference(int) - Static method in class scala.tools.asm.TypeReference
Returns a reference to the type of an exception, in a 'throws' clause of a method.
newExceptionValue(TryCatchBlockNode, Frame, Type) - Method in class scala.tools.asm.tree.analysis.Interpreter
Called by the analyzer when initializing the exception value on the call stack at the entry of an exception handler.
newField(String, String, String) - Method in class scala.tools.asm.ClassWriter
Adds a field reference to the constant pool of the class being build.
newFormalParameterReference(int) - Static method in class scala.tools.asm.TypeReference
Returns a reference to the type of a formal parameter of a method.
newFrame(int, int) - Method in class scala.tools.asm.tree.analysis.Analyzer
Constructs a new frame with the given size.
newFrame(Frame<? extends V>) - Method in class scala.tools.asm.tree.analysis.Analyzer
Constructs a copy of the given frame.
newHandle(int, String, String, String) - Method in class scala.tools.asm.ClassWriter
Deprecated.
newHandle(int, String, String, String, boolean) - Method in class scala.tools.asm.ClassWriter
Adds a handle to the constant pool of the class being build.
newInvokeDynamic(String, String, Handle, Object...) - Method in class scala.tools.asm.ClassWriter
Adds an invokedynamic reference to the constant pool of the class being build.
newMethod(String, String, String, boolean) - Method in class scala.tools.asm.ClassWriter
Adds a method reference to the constant pool of the class being build.
newMethodType(String) - Method in class scala.tools.asm.ClassWriter
Adds a method type reference to the constant pool of the class being build.
newModule(String) - Method in class scala.tools.asm.ClassWriter
Adds a module reference to the constant pool of the class being build.
newNameType(String, String) - Method in class scala.tools.asm.ClassWriter
Adds a name and type to the constant pool of the class being build.
newOperation(AbstractInsnNode) - Method in class scala.tools.asm.tree.analysis.BasicInterpreter
 
newOperation(AbstractInsnNode) - Method in class scala.tools.asm.tree.analysis.Interpreter
Interprets a bytecode instruction without arguments.
newOperation(AbstractInsnNode) - Method in class scala.tools.asm.tree.analysis.SourceInterpreter
 
newPackage(String) - Method in class scala.tools.asm.ClassWriter
Adds a package reference to the constant pool of the class being build.
newParameterValue(boolean, int, Type) - Method in class scala.tools.asm.tree.analysis.Interpreter
Called by the analyzer when initializing the value of a parameter in a frame.
newReturnTypeValue(Type) - Method in class scala.tools.asm.tree.analysis.Interpreter
Called by the analyzer for initializing the return type value of a frame.
newSuperTypeReference(int) - Static method in class scala.tools.asm.TypeReference
Returns a reference to the super class or to an interface of the 'implements' clause of a class.
newTryCatchReference(int) - Static method in class scala.tools.asm.TypeReference
Returns a reference to the type of the exception declared in a 'catch' clause of a method.
newTypeArgumentReference(int, int) - Static method in class scala.tools.asm.TypeReference
Returns a reference to the type of a type argument in a constructor or method call or reference.
newTypeParameterBoundReference(int, int, int) - Static method in class scala.tools.asm.TypeReference
Returns a reference to a type parameter bound of a generic class or method.
newTypeParameterReference(int, int) - Static method in class scala.tools.asm.TypeReference
Returns a reference to a type parameter of a generic class or method.
newTypeReference(int) - Static method in class scala.tools.asm.TypeReference
Returns a type reference of the given sort.
newUTF8(String) - Method in class scala.tools.asm.ClassWriter
Adds an UTF8 string to the constant pool of the class being build.
newValue(Type) - Method in class scala.tools.asm.tree.analysis.BasicInterpreter
 
newValue(Type) - Method in class scala.tools.asm.tree.analysis.Interpreter
Creates a new value that represents the given type.
newValue(Type) - Method in class scala.tools.asm.tree.analysis.SimpleVerifier
 
newValue(Type) - Method in class scala.tools.asm.tree.analysis.SourceInterpreter
 
node - Variable in exception scala.tools.asm.tree.analysis.AnalyzerException
The bytecode instruction where the analysis failed.
NOP - Static variable in interface scala.tools.asm.Opcodes
 
NULL - Static variable in interface scala.tools.asm.Opcodes
 
NULL_TYPE - Static variable in class scala.tools.asm.tree.analysis.BasicInterpreter
Special type used for the null literal.

O

OBJECT - Static variable in class scala.tools.asm.Type
The sort of object reference types.
opcode - Variable in class scala.tools.asm.tree.AbstractInsnNode
The opcode of this instruction.
Opcodes - Interface in scala.tools.asm
The JVM opcodes, access flags and array type codes.
OPCODES - Static variable in class scala.tools.asm.util.Printer
The names of the Java Virtual Machine opcodes.
opens - Variable in class scala.tools.asm.tree.ModuleNode
The packages opened by this module.
operand - Variable in class scala.tools.asm.tree.IntInsnNode
The operand of this instruction.
outerClass - Variable in class scala.tools.asm.tree.ClassNode
The internal name of the enclosing class of this class.
outerMethod - Variable in class scala.tools.asm.tree.ClassNode
The name of the method that contains this class, or null if this class is not enclosed in a method.
outerMethodDesc - Variable in class scala.tools.asm.tree.ClassNode
The descriptor of the method that contains this class, or null if this class is not enclosed in a method.
outerName - Variable in class scala.tools.asm.tree.InnerClassNode
The internal name of the class to which the inner class belongs (see Type.getInternalName()).
owner - Variable in class scala.tools.asm.tree.FieldInsnNode
The internal name of the field's owner class (see Type.getInternalName()).
owner - Variable in class scala.tools.asm.tree.MethodInsnNode
The internal name of the method's owner class (see Type.getInternalName()).

P

p - Variable in class scala.tools.asm.util.TraceClassVisitor
The printer to convert the visited class into text.
p - Variable in class scala.tools.asm.util.TraceFieldVisitor
The printer to convert the visited field into text.
p - Variable in class scala.tools.asm.util.TraceMethodVisitor
The printer to convert the visited method into text.
p - Variable in class scala.tools.asm.util.TraceModuleVisitor
The printer to convert the visited module into text.
packages - Variable in class scala.tools.asm.tree.ModuleNode
The internal name of the packages declared by this module.
packaze - Variable in class scala.tools.asm.tree.ModuleExportNode
The internal name of the exported package.
packaze - Variable in class scala.tools.asm.tree.ModuleOpenNode
The internal name of the opened package.
ParameterNode - Class in scala.tools.asm.tree
A node that represents a parameter of a method.
ParameterNode(String, int) - Constructor for class scala.tools.asm.tree.ParameterNode
Constructs a new ParameterNode.
parameters - Variable in class scala.tools.asm.tree.MethodNode
The method parameter info (access flags and name)
PARAMETERS_DECLARATION - Static variable in class scala.tools.asm.util.Textifier
Deprecated. 
pop() - Method in class scala.tools.asm.tree.analysis.Frame
Pops a value from the operand stack of this frame.
POP - Static variable in interface scala.tools.asm.Opcodes
 
POP2 - Static variable in interface scala.tools.asm.Opcodes
 
print(PrintWriter) - Method in class scala.tools.asm.util.Printer
Prints the text constructed by this visitor.
Printer - Class in scala.tools.asm.util
An abstract converter from visit events to text.
Printer(int) - Constructor for class scala.tools.asm.util.Printer
Constructs a new Printer.
providers - Variable in class scala.tools.asm.tree.ModuleProvideNode
The internal names of the implementations of the service (there is at least one provider).
provides - Variable in class scala.tools.asm.tree.ModuleNode
The services provided by this module.
push(V) - Method in class scala.tools.asm.tree.analysis.Frame
Pushes a value into the operand stack of this frame.
putByte(int) - Method in class scala.tools.asm.ByteVector
Puts a byte into this byte vector.
putByteArray(byte[], int, int) - Method in class scala.tools.asm.ByteVector
Puts an array of bytes into this byte vector.
PUTFIELD - Static variable in interface scala.tools.asm.Opcodes
 
putInt(int) - Method in class scala.tools.asm.ByteVector
Puts an int into this byte vector.
putLong(long) - Method in class scala.tools.asm.ByteVector
Puts a long into this byte vector.
putShort(int) - Method in class scala.tools.asm.ByteVector
Puts a short into this byte vector.
PUTSTATIC - Static variable in interface scala.tools.asm.Opcodes
 
putUTF8(String) - Method in class scala.tools.asm.ByteVector
Puts an UTF8 string into this byte vector.

R

read(ClassReader, int, int, char[], int, Label[]) - Method in class scala.tools.asm.Attribute
Reads a Attribute.type attribute.
readByte(int) - Method in class scala.tools.asm.ClassReader
Reads a byte value in ClassReader.b.
readClass(int, char[]) - Method in class scala.tools.asm.ClassReader
Reads a CONSTANT_Class constant pool entry in ClassReader.b.
readConst(int, char[]) - Method in class scala.tools.asm.ClassReader
Reads a numeric or string constant pool entry in ClassReader.b.
readInt(int) - Method in class scala.tools.asm.ClassReader
Reads a signed int value in ClassReader.b.
readLabel(int, Label[]) - Method in class scala.tools.asm.ClassReader
Returns the label corresponding to the given bytecode offset.
readLong(int) - Method in class scala.tools.asm.ClassReader
Reads a signed long value in ClassReader.b.
readModule(int, char[]) - Method in class scala.tools.asm.ClassReader
Reads a CONSTANT_Module constant pool entry in ClassReader.b.
readPackage(int, char[]) - Method in class scala.tools.asm.ClassReader
Reads a CONSTANT_Package constant pool entry in ClassReader.b.
readShort(int) - Method in class scala.tools.asm.ClassReader
Reads a signed short value in ClassReader.b.
readUnsignedShort(int) - Method in class scala.tools.asm.ClassReader
Reads an unsigned short value in ClassReader.b.
readUTF8(int, char[]) - Method in class scala.tools.asm.ClassReader
Reads a CONSTANT_Utf8 constant pool entry in ClassReader.b.
REFERENCE_VALUE - Static variable in class scala.tools.asm.tree.analysis.BasicValue
An object or array reference value.
remove(AbstractInsnNode) - Method in class scala.tools.asm.tree.InsnList
Removes the given instruction from this list.
requires - Variable in class scala.tools.asm.tree.ModuleNode
The dependencies of this module.
resetLabel() - Method in class scala.tools.asm.tree.LabelNode
 
resetLabels() - Method in class scala.tools.asm.tree.InsnList
Resets all the labels in the instruction list.
RESOURCE_VARIABLE - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the type of a resource variable in a method.
RET - Static variable in interface scala.tools.asm.Opcodes
 
RETURN - Static variable in interface scala.tools.asm.Opcodes
 
RETURNADDRESS_VALUE - Static variable in class scala.tools.asm.tree.analysis.BasicValue
A return address value (produced by a jsr instruction).
returnOperation(AbstractInsnNode, BasicValue, BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicInterpreter
 
returnOperation(AbstractInsnNode, BasicValue, BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicVerifier
 
returnOperation(AbstractInsnNode, SourceValue, SourceValue) - Method in class scala.tools.asm.tree.analysis.SourceInterpreter
 
returnOperation(AbstractInsnNode, V, V) - Method in class scala.tools.asm.tree.analysis.Interpreter
Interprets a bytecode return instruction.

S

SALOAD - Static variable in interface scala.tools.asm.Opcodes
 
SASTORE - Static variable in interface scala.tools.asm.Opcodes
 
scala.tools.asm - package scala.tools.asm
 
scala.tools.asm.commons - package scala.tools.asm.commons
 
scala.tools.asm.signature - package scala.tools.asm.signature
 
scala.tools.asm.tree - package scala.tools.asm.tree
 
scala.tools.asm.tree.analysis - package scala.tools.asm.tree.analysis
 
scala.tools.asm.util - package scala.tools.asm.util
 
service - Variable in class scala.tools.asm.tree.ModuleProvideNode
The internal name of the service.
set(AbstractInsnNode, AbstractInsnNode) - Method in class scala.tools.asm.tree.InsnList
Replaces an instruction of this list with another instruction.
setClassLoader(ClassLoader) - Method in class scala.tools.asm.tree.analysis.SimpleVerifier
Sets the ClassLoader to be used in SimpleVerifier.getClass(scala.tools.asm.Type).
setLocal(int, V) - Method in class scala.tools.asm.tree.analysis.Frame
Sets the value of the given local variable.
setOpcode(int) - Method in class scala.tools.asm.tree.FieldInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class scala.tools.asm.tree.IntInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class scala.tools.asm.tree.JumpInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class scala.tools.asm.tree.MethodInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class scala.tools.asm.tree.TypeInsnNode
Sets the opcode of this instruction.
setOpcode(int) - Method in class scala.tools.asm.tree.VarInsnNode
Sets the opcode of this instruction.
setReturn(V) - Method in class scala.tools.asm.tree.analysis.Frame
Sets the expected return type of the analyzed method.
setStack(int, V) - Method in class scala.tools.asm.tree.analysis.Frame
Sets the value of the given stack slot.
SHORT - Static variable in class scala.tools.asm.Type
The sort of the short type.
SHORT_TYPE - Static variable in class scala.tools.asm.Type
The short type.
signature - Variable in class scala.tools.asm.tree.ClassNode
The signature of this class.
signature - Variable in class scala.tools.asm.tree.FieldNode
The field's signature.
signature - Variable in class scala.tools.asm.tree.LocalVariableNode
The signature of this local variable.
signature - Variable in class scala.tools.asm.tree.MethodNode
The method's signature.
SignatureReader - Class in scala.tools.asm.signature
A parser for signature literals, as defined in the Java Virtual Machine Specification (JVMS), to visit them with a SignatureVisitor.
SignatureReader(String) - Constructor for class scala.tools.asm.signature.SignatureReader
Constructs a SignatureReader for the given signature.
SignatureVisitor - Class in scala.tools.asm.signature
A visitor to visit a generic signature.
SignatureVisitor(int) - Constructor for class scala.tools.asm.signature.SignatureVisitor
Constructs a new SignatureVisitor.
SignatureWriter - Class in scala.tools.asm.signature
A SignatureVisitor that generates signature literals, as defined in the Java Virtual Machine Specification (JVMS).
SignatureWriter() - Constructor for class scala.tools.asm.signature.SignatureWriter
Constructs a new SignatureWriter.
SimpleVerifier - Class in scala.tools.asm.tree.analysis
An extended BasicVerifier that performs more precise verifications.
SimpleVerifier() - Constructor for class scala.tools.asm.tree.analysis.SimpleVerifier
Constructs a new SimpleVerifier.
SimpleVerifier(int, Type, Type, List<Type>, boolean) - Constructor for class scala.tools.asm.tree.analysis.SimpleVerifier
Constructs a new SimpleVerifier to verify a specific class.
SimpleVerifier(Type, Type, boolean) - Constructor for class scala.tools.asm.tree.analysis.SimpleVerifier
Constructs a new SimpleVerifier to verify a specific class.
SimpleVerifier(Type, Type, List<Type>, boolean) - Constructor for class scala.tools.asm.tree.analysis.SimpleVerifier
Constructs a new SimpleVerifier to verify a specific class.
SIPUSH - Static variable in interface scala.tools.asm.Opcodes
 
size - Variable in class scala.tools.asm.tree.analysis.SourceValue
The size of this value, in 32 bits words.
size() - Method in class scala.tools.asm.tree.InsnList
Returns the number of instructions in this list.
SKIP_CODE - Static variable in class scala.tools.asm.ClassReader
A flag to skip the Code attributes.
SKIP_DEBUG - Static variable in class scala.tools.asm.ClassReader
A flag to skip the SourceFile, SourceDebugExtension, LocalVariableTable, LocalVariableTypeTable and LineNumberTable attributes.
SKIP_FRAMES - Static variable in class scala.tools.asm.ClassReader
A flag to skip the StackMap and StackMapTable attributes.
sourceDebug - Variable in class scala.tools.asm.tree.ClassNode
The correspondence between source and compiled elements of this class.
sourceFile - Variable in class scala.tools.asm.tree.ClassNode
The name of the source file from which this class was compiled.
SourceInterpreter - Class in scala.tools.asm.tree.analysis
An Interpreter for SourceValue values.
SourceInterpreter() - Constructor for class scala.tools.asm.tree.analysis.SourceInterpreter
Constructs a new SourceInterpreter for the latest ASM API version.
SourceInterpreter(int) - Constructor for class scala.tools.asm.tree.analysis.SourceInterpreter
Constructs a new SourceInterpreter.
SourceValue - Class in scala.tools.asm.tree.analysis
A Value which keeps track of the bytecode instructions that can produce it.
SourceValue(int) - Constructor for class scala.tools.asm.tree.analysis.SourceValue
Constructs a new SourceValue.
SourceValue(int, Set<AbstractInsnNode>) - Constructor for class scala.tools.asm.tree.analysis.SourceValue
Constructs a new SourceValue.
SourceValue(int, AbstractInsnNode) - Constructor for class scala.tools.asm.tree.analysis.SourceValue
Constructs a new SourceValue.
stack - Variable in class scala.tools.asm.tree.FrameNode
The types of the operand stack elements of this stack map frame.
start - Variable in class scala.tools.asm.tree.LineNumberNode
The first instruction corresponding to this line number.
start - Variable in class scala.tools.asm.tree.LocalVariableAnnotationNode
The fist instructions corresponding to the continuous ranges that make the scope of this local variable (inclusive).
start - Variable in class scala.tools.asm.tree.LocalVariableNode
The first instruction corresponding to the scope of this local variable (inclusive).
start - Variable in class scala.tools.asm.tree.TryCatchBlockNode
The beginning of the exception handler's scope (inclusive).
stringBuilder - Variable in class scala.tools.asm.util.Printer
The builder used to build strings in the various visit methods.
SUPER - Static variable in class scala.tools.asm.signature.SignatureVisitor
Wildcard for a "super" type argument.
superName - Variable in class scala.tools.asm.tree.ClassNode
The internal of name of the super class (see Type.getInternalName()).
SWAP - Static variable in interface scala.tools.asm.Opcodes
 

T

T_BOOLEAN - Static variable in interface scala.tools.asm.Opcodes
 
T_BYTE - Static variable in interface scala.tools.asm.Opcodes
 
T_CHAR - Static variable in interface scala.tools.asm.Opcodes
 
T_DOUBLE - Static variable in interface scala.tools.asm.Opcodes
 
T_FLOAT - Static variable in interface scala.tools.asm.Opcodes
 
T_INT - Static variable in interface scala.tools.asm.Opcodes
 
T_LONG - Static variable in interface scala.tools.asm.Opcodes
 
T_SHORT - Static variable in interface scala.tools.asm.Opcodes
 
tab - Variable in class scala.tools.asm.util.Textifier
The indentation of class members at depth level 1 (e.g.
tab2 - Variable in class scala.tools.asm.util.Textifier
The indentation of class elements at depth level 2 (e.g.
tab3 - Variable in class scala.tools.asm.util.Textifier
The indentation of class elements at depth level 3 (e.g.
TABLESWITCH - Static variable in interface scala.tools.asm.Opcodes
 
TABLESWITCH_INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of TableSwitchInsnNode instructions.
TableSwitchInsnNode - Class in scala.tools.asm.tree
A node that represents a TABLESWITCH instruction.
TableSwitchInsnNode(int, int, LabelNode, LabelNode...) - Constructor for class scala.tools.asm.tree.TableSwitchInsnNode
Constructs a new TableSwitchInsnNode.
ternaryOperation(AbstractInsnNode, BasicValue, BasicValue, BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicInterpreter
 
ternaryOperation(AbstractInsnNode, BasicValue, BasicValue, BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicVerifier
 
ternaryOperation(AbstractInsnNode, SourceValue, SourceValue, SourceValue) - Method in class scala.tools.asm.tree.analysis.SourceInterpreter
 
ternaryOperation(AbstractInsnNode, V, V, V) - Method in class scala.tools.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with three arguments.
text - Variable in class scala.tools.asm.util.Printer
The text to be printed.
Textifiable - Interface in scala.tools.asm.util
An Attribute that can print a readable representation of itself.
Textifier - Class in scala.tools.asm.util
A Printer that prints a disassembled view of the classes it visits.
Textifier() - Constructor for class scala.tools.asm.util.Textifier
Constructs a new Textifier.
Textifier(int) - Constructor for class scala.tools.asm.util.Textifier
Constructs a new Textifier.
textify(StringBuffer, Map<Label, String>) - Method in interface scala.tools.asm.util.Textifiable
Generates a human readable representation of this attribute.
THROWS - Static variable in class scala.tools.asm.TypeReference
The sort of type references that target the type of an exception declared in the throws clause of a method.
toArray() - Method in class scala.tools.asm.tree.InsnList
Returns an array containing all the instructions in this list.
toByteArray() - Method in class scala.tools.asm.ClassWriter
Returns the content of the class file that was built by this ClassWriter.
TOP - Static variable in interface scala.tools.asm.Opcodes
 
toString() - Method in class scala.tools.asm.ConstantDynamic
Deprecated.
 
toString() - Method in class scala.tools.asm.Handle
Returns the textual representation of this handle.
toString() - Method in class scala.tools.asm.Label
Returns a string representation of this label.
toString() - Method in class scala.tools.asm.signature.SignatureWriter
Returns the signature that was built by this signature writer.
toString() - Method in class scala.tools.asm.tree.analysis.BasicValue
 
toString() - Method in class scala.tools.asm.tree.analysis.Frame
Returns a string representation of this frame.
toString() - Method in class scala.tools.asm.Type
Returns a string representation of this type.
toString() - Method in class scala.tools.asm.TypePath
Returns a string representation of this type path.
TraceAnnotationVisitor - Class in scala.tools.asm.util
An AnnotationVisitor that prints the annotations it visits with a Printer.
TraceAnnotationVisitor(AnnotationVisitor, Printer) - Constructor for class scala.tools.asm.util.TraceAnnotationVisitor
Constructs a new TraceAnnotationVisitor.
TraceAnnotationVisitor(Printer) - Constructor for class scala.tools.asm.util.TraceAnnotationVisitor
Constructs a new TraceAnnotationVisitor.
TraceClassVisitor - Class in scala.tools.asm.util
A ClassVisitor that prints the classes it visits with a Printer.
TraceClassVisitor(PrintWriter) - Constructor for class scala.tools.asm.util.TraceClassVisitor
Constructs a new TraceClassVisitor.
TraceClassVisitor(ClassVisitor, PrintWriter) - Constructor for class scala.tools.asm.util.TraceClassVisitor
Constructs a new TraceClassVisitor.
TraceClassVisitor(ClassVisitor, Printer, PrintWriter) - Constructor for class scala.tools.asm.util.TraceClassVisitor
Constructs a new TraceClassVisitor.
TraceFieldVisitor - Class in scala.tools.asm.util
A FieldVisitor that prints the fields it visits with a Printer.
TraceFieldVisitor(FieldVisitor, Printer) - Constructor for class scala.tools.asm.util.TraceFieldVisitor
Constructs a new TraceFieldVisitor.
TraceFieldVisitor(Printer) - Constructor for class scala.tools.asm.util.TraceFieldVisitor
Constructs a new TraceFieldVisitor.
TraceMethodVisitor - Class in scala.tools.asm.util
A MethodVisitor that prints the methods it visits with a Printer.
TraceMethodVisitor(MethodVisitor, Printer) - Constructor for class scala.tools.asm.util.TraceMethodVisitor
Constructs a new TraceMethodVisitor.
TraceMethodVisitor(Printer) - Constructor for class scala.tools.asm.util.TraceMethodVisitor
Constructs a new TraceMethodVisitor.
TraceModuleVisitor - Class in scala.tools.asm.util
A ModuleVisitor that prints the fields it visits with a Printer.
TraceModuleVisitor(ModuleVisitor, Printer) - Constructor for class scala.tools.asm.util.TraceModuleVisitor
Constructs a new TraceModuleVisitor.
TraceModuleVisitor(Printer) - Constructor for class scala.tools.asm.util.TraceModuleVisitor
Constructs a new TraceModuleVisitor.
TraceSignatureVisitor - Class in scala.tools.asm.util
A SignatureVisitor that builds the Java generic type declaration corresponding to the signature it visits.
TraceSignatureVisitor(int) - Constructor for class scala.tools.asm.util.TraceSignatureVisitor
Constructs a new TraceSignatureVisitor.
TryCatchBlockNode - Class in scala.tools.asm.tree
A node that represents a try catch block.
TryCatchBlockNode(LabelNode, LabelNode, LabelNode, String) - Constructor for class scala.tools.asm.tree.TryCatchBlockNode
Constructs a new TryCatchBlockNode.
tryCatchBlocks - Variable in class scala.tools.asm.tree.MethodNode
The try catch blocks of this method.
type - Variable in class scala.tools.asm.Attribute
The type of this attribute, also called its name in the JVMS.
type - Variable in class scala.tools.asm.tree.FrameNode
The type of this frame.
type - Variable in class scala.tools.asm.tree.TryCatchBlockNode
The internal name of the type of exceptions handled by the handler.
Type - Class in scala.tools.asm
A Java field or method type.
TYPE_ARGUMENT - Static variable in class scala.tools.asm.TypePath
A type path step that steps into a type argument of a generic type.
TYPE_DECLARATION - Static variable in class scala.tools.asm.util.Textifier
Deprecated. 
TYPE_INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of TypeInsnNode instructions.
TYPE_SIGNATURE - Static variable in class scala.tools.asm.util.CheckSignatureAdapter
Type to be used to check type signatures.See CheckSignatureAdapter(int, SignatureVisitor).
TypeAnnotationNode - Class in scala.tools.asm.tree
A node that represents a type annotation.
TypeAnnotationNode(int, int, TypePath, String) - Constructor for class scala.tools.asm.tree.TypeAnnotationNode
Constructs a new AnnotationNode.
TypeAnnotationNode(int, TypePath, String) - Constructor for class scala.tools.asm.tree.TypeAnnotationNode
Constructs a new AnnotationNode.
TypeInsnNode - Class in scala.tools.asm.tree
A node that represents a type instruction.
TypeInsnNode(int, String) - Constructor for class scala.tools.asm.tree.TypeInsnNode
Constructs a new TypeInsnNode.
typePath - Variable in class scala.tools.asm.tree.TypeAnnotationNode
The path to the annotated type argument, wildcard bound, array element type, or static outer type within the referenced type.
TypePath - Class in scala.tools.asm
The path to a type argument, wildcard bound, array element type, or static inner type within an enclosing type.
typeRef - Variable in class scala.tools.asm.tree.TypeAnnotationNode
A reference to the annotated type.
TypeReference - Class in scala.tools.asm
A reference to a type appearing in a class, field or method declaration, or on an instruction.
TypeReference(int) - Constructor for class scala.tools.asm.TypeReference
Constructs a new TypeReference.
TYPES - Static variable in class scala.tools.asm.util.Printer
The names of the operand values of the MethodVisitor.visitIntInsn(int, int) method when opcode is NEWARRAY.

U

unaryOperation(AbstractInsnNode, BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicInterpreter
 
unaryOperation(AbstractInsnNode, BasicValue) - Method in class scala.tools.asm.tree.analysis.BasicVerifier
 
unaryOperation(AbstractInsnNode, SourceValue) - Method in class scala.tools.asm.tree.analysis.SourceInterpreter
 
unaryOperation(AbstractInsnNode, V) - Method in class scala.tools.asm.tree.analysis.Interpreter
Interprets a bytecode instruction with a single argument.
UNINITIALIZED_THIS - Static variable in interface scala.tools.asm.Opcodes
 
UNINITIALIZED_VALUE - Static variable in class scala.tools.asm.tree.analysis.BasicValue
An uninitialized value.
UnsupportedClassVersionException - Exception in scala.tools.asm.tree
Exception thrown in AnnotationNode.check(int), ClassNode.check(int), FieldNode.check(int) and MethodNode.check(int) when these nodes (or their children, recursively) contain elements that were introduced in more recent versions of the ASM API than version passed to these methods.
UnsupportedClassVersionException() - Constructor for exception scala.tools.asm.tree.UnsupportedClassVersionException
 
updateIndex(int) - Method in class scala.tools.asm.tree.TryCatchBlockNode
Updates the index of this try catch block in the method's list of try catch block nodes.
uses - Variable in class scala.tools.asm.tree.ModuleNode
The internal names of the services used by this module.

V

V_PREVIEW_EXPERIMENTAL - Static variable in interface scala.tools.asm.Opcodes
Deprecated.
This API is experimental.
V1_1 - Static variable in interface scala.tools.asm.Opcodes
 
V1_2 - Static variable in interface scala.tools.asm.Opcodes
 
V1_3 - Static variable in interface scala.tools.asm.Opcodes
 
V1_4 - Static variable in interface scala.tools.asm.Opcodes
 
V1_5 - Static variable in interface scala.tools.asm.Opcodes
 
V1_6 - Static variable in interface scala.tools.asm.Opcodes
 
V1_7 - Static variable in interface scala.tools.asm.Opcodes
 
V1_8 - Static variable in interface scala.tools.asm.Opcodes
 
V10 - Static variable in interface scala.tools.asm.Opcodes
 
V11 - Static variable in interface scala.tools.asm.Opcodes
 
V9 - Static variable in interface scala.tools.asm.Opcodes
 
value - Variable in class scala.tools.asm.tree.FieldNode
The field's initial value.
Value - Interface in scala.tools.asm.tree.analysis
An immutable symbolic value for the semantic interpretation of bytecode.
values - Variable in class scala.tools.asm.tree.AnnotationNode
The name value pairs of this annotation.
var - Variable in class scala.tools.asm.tree.IincInsnNode
Index of the local variable to be incremented.
var - Variable in class scala.tools.asm.tree.VarInsnNode
The operand of this instruction.
VAR_INSN - Static variable in class scala.tools.asm.tree.AbstractInsnNode
The type of VarInsnNode instructions.
VarInsnNode - Class in scala.tools.asm.tree
A node that represents a local variable instruction.
VarInsnNode(int, int) - Constructor for class scala.tools.asm.tree.VarInsnNode
Constructs a new VarInsnNode.
verify(ClassReader, boolean, PrintWriter) - Static method in class scala.tools.asm.util.CheckClassAdapter
Checks the given class.
verify(ClassReader, ClassLoader, boolean, PrintWriter) - Static method in class scala.tools.asm.util.CheckClassAdapter
Checks the given class.
version - Variable in class scala.tools.asm.tree.ClassNode
The class version.
version - Variable in class scala.tools.asm.tree.ModuleNode
The version of this module.
version - Variable in class scala.tools.asm.tree.ModuleRequireNode
The module version at compile time, or null.
version - Variable in class scala.tools.asm.util.CheckMethodAdapter
The class version number.
visibleAnnotableParameterCount - Variable in class scala.tools.asm.tree.MethodNode
The number of method parameters than can have runtime visible annotations.
visibleAnnotations - Variable in class scala.tools.asm.tree.ClassNode
The runtime visible annotations of this class.
visibleAnnotations - Variable in class scala.tools.asm.tree.FieldNode
The runtime visible annotations of this field.
visibleAnnotations - Variable in class scala.tools.asm.tree.MethodNode
The runtime visible annotations of this method.
visibleLocalVariableAnnotations - Variable in class scala.tools.asm.tree.MethodNode
The visible local variable annotations of this method.
visibleParameterAnnotations - Variable in class scala.tools.asm.tree.MethodNode
The runtime visible parameter annotations of this method.
visibleTypeAnnotations - Variable in class scala.tools.asm.tree.AbstractInsnNode
The runtime visible type annotations of this instruction.
visibleTypeAnnotations - Variable in class scala.tools.asm.tree.ClassNode
The runtime visible type annotations of this class.
visibleTypeAnnotations - Variable in class scala.tools.asm.tree.FieldNode
The runtime visible type annotations of this field.
visibleTypeAnnotations - Variable in class scala.tools.asm.tree.MethodNode
The runtime visible type annotations of this method.
visibleTypeAnnotations - Variable in class scala.tools.asm.tree.TryCatchBlockNode
The runtime visible type annotations on the exception handler type.
visit(int, int, String, String, String, String[]) - Method in class scala.tools.asm.ClassVisitor
Visits the header of the class.
visit(int, int, String, String, String, String[]) - Method in class scala.tools.asm.ClassWriter
 
visit(int, int, String, String, String, String[]) - Method in class scala.tools.asm.tree.ClassNode
 
visit(int, int, String, String, String, String[]) - Method in class scala.tools.asm.util.ASMifier
 
visit(int, int, String, String, String, String[]) - Method in class scala.tools.asm.util.CheckClassAdapter
 
visit(int, int, String, String, String, String[]) - Method in class scala.tools.asm.util.Printer
Class header.
visit(int, int, String, String, String, String[]) - Method in class scala.tools.asm.util.Textifier
 
visit(int, int, String, String, String, String[]) - Method in class scala.tools.asm.util.TraceClassVisitor
 
visit(String, Object) - Method in class scala.tools.asm.AnnotationVisitor
Visits a primitive value of the annotation.
visit(String, Object) - Method in class scala.tools.asm.tree.AnnotationNode
 
visit(String, Object) - Method in class scala.tools.asm.util.ASMifier
 
visit(String, Object) - Method in class scala.tools.asm.util.CheckAnnotationAdapter
 
visit(String, Object) - Method in class scala.tools.asm.util.Printer
Annotation value.
visit(String, Object) - Method in class scala.tools.asm.util.Textifier
 
visit(String, Object) - Method in class scala.tools.asm.util.TraceAnnotationVisitor
 
visitAnnotableParameterCount(int, boolean) - Method in class scala.tools.asm.MethodVisitor
Visits the number of method parameters that can have annotations.
visitAnnotableParameterCount(int, boolean) - Method in class scala.tools.asm.MethodWriter
 
visitAnnotableParameterCount(int, boolean) - Method in class scala.tools.asm.tree.MethodNode
 
visitAnnotableParameterCount(int, boolean) - Method in class scala.tools.asm.util.ASMifier
 
visitAnnotableParameterCount(int, boolean) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitAnnotableParameterCount(int, boolean) - Method in class scala.tools.asm.util.Printer
Number of method parameters that can have annotations.
visitAnnotableParameterCount(int, boolean) - Method in class scala.tools.asm.util.Textifier
 
visitAnnotableParameterCount(int, boolean) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitAnnotation(String, boolean) - Method in class scala.tools.asm.ClassVisitor
Visits an annotation of the class.
visitAnnotation(String, boolean) - Method in class scala.tools.asm.ClassWriter
 
visitAnnotation(String, boolean) - Method in class scala.tools.asm.FieldVisitor
Visits an annotation of the field.
visitAnnotation(String, boolean) - Method in class scala.tools.asm.MethodVisitor
Visits an annotation of this method.
visitAnnotation(String, boolean) - Method in class scala.tools.asm.MethodWriter
 
visitAnnotation(String, boolean) - Method in class scala.tools.asm.tree.ClassNode
 
visitAnnotation(String, boolean) - Method in class scala.tools.asm.tree.FieldNode
 
visitAnnotation(String, boolean) - Method in class scala.tools.asm.tree.MethodNode
 
visitAnnotation(String, boolean) - Method in class scala.tools.asm.util.ASMifier
Visits a class, field or method annotation.
visitAnnotation(String, boolean) - Method in class scala.tools.asm.util.CheckClassAdapter
 
visitAnnotation(String, boolean) - Method in class scala.tools.asm.util.CheckFieldAdapter
 
visitAnnotation(String, boolean) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitAnnotation(String, boolean) - Method in class scala.tools.asm.util.Textifier
Prints a disassembled view of the given annotation.
visitAnnotation(String, boolean) - Method in class scala.tools.asm.util.TraceClassVisitor
 
visitAnnotation(String, boolean) - Method in class scala.tools.asm.util.TraceFieldVisitor
 
visitAnnotation(String, boolean) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitAnnotation(String, String) - Method in class scala.tools.asm.AnnotationVisitor
Visits a nested annotation value of the annotation.
visitAnnotation(String, String) - Method in class scala.tools.asm.tree.AnnotationNode
 
visitAnnotation(String, String) - Method in class scala.tools.asm.util.ASMifier
 
visitAnnotation(String, String) - Method in class scala.tools.asm.util.CheckAnnotationAdapter
 
visitAnnotation(String, String) - Method in class scala.tools.asm.util.Printer
Nested annotation value.
visitAnnotation(String, String) - Method in class scala.tools.asm.util.Textifier
 
visitAnnotation(String, String) - Method in class scala.tools.asm.util.TraceAnnotationVisitor
 
visitAnnotationDefault() - Method in class scala.tools.asm.MethodVisitor
Visits the default value of this annotation interface method.
visitAnnotationDefault() - Method in class scala.tools.asm.MethodWriter
 
visitAnnotationDefault() - Method in class scala.tools.asm.tree.MethodNode
 
visitAnnotationDefault() - Method in class scala.tools.asm.util.ASMifier
 
visitAnnotationDefault() - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitAnnotationDefault() - Method in class scala.tools.asm.util.Printer
Method default annotation.
visitAnnotationDefault() - Method in class scala.tools.asm.util.Textifier
 
visitAnnotationDefault() - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitAnnotationEnd() - Method in class scala.tools.asm.util.ASMifier
 
visitAnnotationEnd() - Method in class scala.tools.asm.util.Printer
Annotation end.
visitAnnotationEnd() - Method in class scala.tools.asm.util.Textifier
 
visitArray(String) - Method in class scala.tools.asm.AnnotationVisitor
Visits an array value of the annotation.
visitArray(String) - Method in class scala.tools.asm.tree.AnnotationNode
 
visitArray(String) - Method in class scala.tools.asm.util.ASMifier
 
visitArray(String) - Method in class scala.tools.asm.util.CheckAnnotationAdapter
 
visitArray(String) - Method in class scala.tools.asm.util.Printer
Annotation array value.
visitArray(String) - Method in class scala.tools.asm.util.Textifier
 
visitArray(String) - Method in class scala.tools.asm.util.TraceAnnotationVisitor
 
visitArrayType() - Method in class scala.tools.asm.signature.SignatureVisitor
Visits a signature corresponding to an array type.
visitArrayType() - Method in class scala.tools.asm.signature.SignatureWriter
 
visitArrayType() - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitArrayType() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitAttribute(Attribute) - Method in class scala.tools.asm.ClassVisitor
Visits a non standard attribute of the class.
visitAttribute(Attribute) - Method in class scala.tools.asm.ClassWriter
 
visitAttribute(Attribute) - Method in class scala.tools.asm.FieldVisitor
Visits a non standard attribute of the field.
visitAttribute(Attribute) - Method in class scala.tools.asm.MethodVisitor
Visits a non standard attribute of this method.
visitAttribute(Attribute) - Method in class scala.tools.asm.MethodWriter
 
visitAttribute(Attribute) - Method in class scala.tools.asm.tree.ClassNode
 
visitAttribute(Attribute) - Method in class scala.tools.asm.tree.FieldNode
 
visitAttribute(Attribute) - Method in class scala.tools.asm.tree.MethodNode
 
visitAttribute(Attribute) - Method in class scala.tools.asm.util.ASMifier
Visit a class, field or method attribute.
visitAttribute(Attribute) - Method in class scala.tools.asm.util.CheckClassAdapter
 
visitAttribute(Attribute) - Method in class scala.tools.asm.util.CheckFieldAdapter
 
visitAttribute(Attribute) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitAttribute(Attribute) - Method in class scala.tools.asm.util.Textifier
Prints a disassembled view of the given attribute.
visitAttribute(Attribute) - Method in class scala.tools.asm.util.TraceClassVisitor
 
visitAttribute(Attribute) - Method in class scala.tools.asm.util.TraceFieldVisitor
 
visitAttribute(Attribute) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitBaseType(char) - Method in class scala.tools.asm.signature.SignatureVisitor
Visits a signature corresponding to a primitive type.
visitBaseType(char) - Method in class scala.tools.asm.signature.SignatureWriter
 
visitBaseType(char) - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitBaseType(char) - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitClassAnnotation(String, boolean) - Method in class scala.tools.asm.util.ASMifier
 
visitClassAnnotation(String, boolean) - Method in class scala.tools.asm.util.Printer
Class annotation.
visitClassAnnotation(String, boolean) - Method in class scala.tools.asm.util.Textifier
 
visitClassAttribute(Attribute) - Method in class scala.tools.asm.util.ASMifier
 
visitClassAttribute(Attribute) - Method in class scala.tools.asm.util.Printer
Class attribute.
visitClassAttribute(Attribute) - Method in class scala.tools.asm.util.Textifier
 
visitClassBound() - Method in class scala.tools.asm.signature.SignatureVisitor
Visits the class bound of the last visited formal type parameter.
visitClassBound() - Method in class scala.tools.asm.signature.SignatureWriter
 
visitClassBound() - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitClassBound() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitClassEnd() - Method in class scala.tools.asm.util.ASMifier
 
visitClassEnd() - Method in class scala.tools.asm.util.Printer
Class end.
visitClassEnd() - Method in class scala.tools.asm.util.Textifier
 
visitClassType(String) - Method in class scala.tools.asm.signature.SignatureVisitor
Starts the visit of a signature corresponding to a class or interface type.
visitClassType(String) - Method in class scala.tools.asm.signature.SignatureWriter
 
visitClassType(String) - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitClassType(String) - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitClassTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.ASMifier
 
visitClassTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.Printer
Class type annotation.
visitClassTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.Textifier
 
visitCode() - Method in class scala.tools.asm.MethodVisitor
Starts the visit of the method's code, if any (i.e.
visitCode() - Method in class scala.tools.asm.MethodWriter
 
visitCode() - Method in class scala.tools.asm.tree.MethodNode
 
visitCode() - Method in class scala.tools.asm.util.ASMifier
 
visitCode() - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitCode() - Method in class scala.tools.asm.util.Printer
Method start.
visitCode() - Method in class scala.tools.asm.util.Textifier
 
visitCode() - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitEnd() - Method in class scala.tools.asm.AnnotationVisitor
Visits the end of the annotation.
visitEnd() - Method in class scala.tools.asm.ClassVisitor
Visits the end of the class.
visitEnd() - Method in class scala.tools.asm.ClassWriter
 
visitEnd() - Method in class scala.tools.asm.FieldVisitor
Visits the end of the field.
visitEnd() - Method in class scala.tools.asm.MethodVisitor
Visits the end of the method.
visitEnd() - Method in class scala.tools.asm.MethodWriter
 
visitEnd() - Method in class scala.tools.asm.ModuleVisitor
Visits the end of the module.
visitEnd() - Method in class scala.tools.asm.signature.SignatureVisitor
Ends the visit of a signature corresponding to a class or interface type.
visitEnd() - Method in class scala.tools.asm.signature.SignatureWriter
 
visitEnd() - Method in class scala.tools.asm.tree.AnnotationNode
 
visitEnd() - Method in class scala.tools.asm.tree.ClassNode
 
visitEnd() - Method in class scala.tools.asm.tree.FieldNode
 
visitEnd() - Method in class scala.tools.asm.tree.MethodNode
 
visitEnd() - Method in class scala.tools.asm.tree.ModuleNode
 
visitEnd() - Method in class scala.tools.asm.util.CheckAnnotationAdapter
 
visitEnd() - Method in class scala.tools.asm.util.CheckClassAdapter
 
visitEnd() - Method in class scala.tools.asm.util.CheckFieldAdapter
 
visitEnd() - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitEnd() - Method in class scala.tools.asm.util.CheckModuleAdapter
 
visitEnd() - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitEnd() - Method in class scala.tools.asm.util.TraceAnnotationVisitor
 
visitEnd() - Method in class scala.tools.asm.util.TraceClassVisitor
 
visitEnd() - Method in class scala.tools.asm.util.TraceFieldVisitor
 
visitEnd() - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitEnd() - Method in class scala.tools.asm.util.TraceModuleVisitor
 
visitEnd() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitEnum(String, String, String) - Method in class scala.tools.asm.AnnotationVisitor
Visits an enumeration value of the annotation.
visitEnum(String, String, String) - Method in class scala.tools.asm.tree.AnnotationNode
 
visitEnum(String, String, String) - Method in class scala.tools.asm.util.ASMifier
 
visitEnum(String, String, String) - Method in class scala.tools.asm.util.CheckAnnotationAdapter
 
visitEnum(String, String, String) - Method in class scala.tools.asm.util.Printer
Annotation enum value.
visitEnum(String, String, String) - Method in class scala.tools.asm.util.Textifier
 
visitEnum(String, String, String) - Method in class scala.tools.asm.util.TraceAnnotationVisitor
 
visitExceptionType() - Method in class scala.tools.asm.signature.SignatureVisitor
Visits the type of a method exception.
visitExceptionType() - Method in class scala.tools.asm.signature.SignatureWriter
 
visitExceptionType() - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitExceptionType() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitExport(String, int, String...) - Method in class scala.tools.asm.ModuleVisitor
Visit an exported package of the current module.
visitExport(String, int, String...) - Method in class scala.tools.asm.tree.ModuleNode
 
visitExport(String, int, String...) - Method in class scala.tools.asm.util.ASMifier
 
visitExport(String, int, String...) - Method in class scala.tools.asm.util.CheckModuleAdapter
 
visitExport(String, int, String...) - Method in class scala.tools.asm.util.Printer
Module export.
visitExport(String, int, String...) - Method in class scala.tools.asm.util.Textifier
 
visitExport(String, int, String...) - Method in class scala.tools.asm.util.TraceModuleVisitor
 
visitField(int, String, String, String, Object) - Method in class scala.tools.asm.ClassVisitor
Visits a field of the class.
visitField(int, String, String, String, Object) - Method in class scala.tools.asm.ClassWriter
 
visitField(int, String, String, String, Object) - Method in class scala.tools.asm.tree.ClassNode
 
visitField(int, String, String, String, Object) - Method in class scala.tools.asm.util.ASMifier
 
visitField(int, String, String, String, Object) - Method in class scala.tools.asm.util.CheckClassAdapter
 
visitField(int, String, String, String, Object) - Method in class scala.tools.asm.util.Printer
Class field.
visitField(int, String, String, String, Object) - Method in class scala.tools.asm.util.Textifier
 
visitField(int, String, String, String, Object) - Method in class scala.tools.asm.util.TraceClassVisitor
 
visitFieldAnnotation(String, boolean) - Method in class scala.tools.asm.util.ASMifier
 
visitFieldAnnotation(String, boolean) - Method in class scala.tools.asm.util.Printer
Field annotation.
visitFieldAnnotation(String, boolean) - Method in class scala.tools.asm.util.Textifier
 
visitFieldAttribute(Attribute) - Method in class scala.tools.asm.util.ASMifier
 
visitFieldAttribute(Attribute) - Method in class scala.tools.asm.util.Printer
Field attribute.
visitFieldAttribute(Attribute) - Method in class scala.tools.asm.util.Textifier
 
visitFieldEnd() - Method in class scala.tools.asm.util.ASMifier
 
visitFieldEnd() - Method in class scala.tools.asm.util.Printer
Field end.
visitFieldEnd() - Method in class scala.tools.asm.util.Textifier
 
visitFieldInsn(int, String, String, String) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitFieldInsn(int, String, String, String) - Method in class scala.tools.asm.MethodVisitor
Visits a field instruction.
visitFieldInsn(int, String, String, String) - Method in class scala.tools.asm.MethodWriter
 
visitFieldInsn(int, String, String, String) - Method in class scala.tools.asm.tree.MethodNode
 
visitFieldInsn(int, String, String, String) - Method in class scala.tools.asm.util.ASMifier
 
visitFieldInsn(int, String, String, String) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitFieldInsn(int, String, String, String) - Method in class scala.tools.asm.util.Printer
Method instruction.
visitFieldInsn(int, String, String, String) - Method in class scala.tools.asm.util.Textifier
 
visitFieldInsn(int, String, String, String) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitFieldTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.ASMifier
 
visitFieldTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.Printer
Field type annotation.
visitFieldTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.Textifier
 
visitFormalTypeParameter(String) - Method in class scala.tools.asm.signature.SignatureVisitor
Visits a formal type parameter.
visitFormalTypeParameter(String) - Method in class scala.tools.asm.signature.SignatureWriter
 
visitFormalTypeParameter(String) - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitFormalTypeParameter(String) - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitFrame(int, int, Object[], int, Object[]) - Method in class scala.tools.asm.MethodVisitor
Visits the current state of the local variables and operand stack elements.
visitFrame(int, int, Object[], int, Object[]) - Method in class scala.tools.asm.MethodWriter
 
visitFrame(int, int, Object[], int, Object[]) - Method in class scala.tools.asm.tree.MethodNode
 
visitFrame(int, int, Object[], int, Object[]) - Method in class scala.tools.asm.util.ASMifier
 
visitFrame(int, int, Object[], int, Object[]) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitFrame(int, int, Object[], int, Object[]) - Method in class scala.tools.asm.util.Printer
Method stack frame.
visitFrame(int, int, Object[], int, Object[]) - Method in class scala.tools.asm.util.Textifier
 
visitFrame(int, int, Object[], int, Object[]) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitIincInsn(int, int) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitIincInsn(int, int) - Method in class scala.tools.asm.MethodVisitor
Visits an IINC instruction.
visitIincInsn(int, int) - Method in class scala.tools.asm.MethodWriter
 
visitIincInsn(int, int) - Method in class scala.tools.asm.tree.MethodNode
 
visitIincInsn(int, int) - Method in class scala.tools.asm.util.ASMifier
 
visitIincInsn(int, int) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitIincInsn(int, int) - Method in class scala.tools.asm.util.Printer
Method instruction.
visitIincInsn(int, int) - Method in class scala.tools.asm.util.Textifier
 
visitIincInsn(int, int) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitInnerClass(String, String, String, int) - Method in class scala.tools.asm.ClassVisitor
Visits information about an inner class.
visitInnerClass(String, String, String, int) - Method in class scala.tools.asm.ClassWriter
 
visitInnerClass(String, String, String, int) - Method in class scala.tools.asm.tree.ClassNode
 
visitInnerClass(String, String, String, int) - Method in class scala.tools.asm.util.ASMifier
 
visitInnerClass(String, String, String, int) - Method in class scala.tools.asm.util.CheckClassAdapter
 
visitInnerClass(String, String, String, int) - Method in class scala.tools.asm.util.Printer
Class inner name.
visitInnerClass(String, String, String, int) - Method in class scala.tools.asm.util.Textifier
 
visitInnerClass(String, String, String, int) - Method in class scala.tools.asm.util.TraceClassVisitor
 
visitInnerClassType(String) - Method in class scala.tools.asm.signature.SignatureVisitor
Visits an inner class.
visitInnerClassType(String) - Method in class scala.tools.asm.signature.SignatureWriter
 
visitInnerClassType(String) - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitInnerClassType(String) - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitInsn(int) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitInsn(int) - Method in class scala.tools.asm.MethodVisitor
Visits a zero operand instruction.
visitInsn(int) - Method in class scala.tools.asm.MethodWriter
 
visitInsn(int) - Method in class scala.tools.asm.tree.MethodNode
 
visitInsn(int) - Method in class scala.tools.asm.util.ASMifier
 
visitInsn(int) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitInsn(int) - Method in class scala.tools.asm.util.Printer
Method instruction.
visitInsn(int) - Method in class scala.tools.asm.util.Textifier
 
visitInsn(int) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.MethodVisitor
Visits an annotation on an instruction.
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.MethodWriter
 
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.tree.MethodNode
 
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.ASMifier
 
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.Printer
Instruction type annotation.
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.Textifier
 
visitInsnAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitInterface() - Method in class scala.tools.asm.signature.SignatureVisitor
Visits the type of an interface implemented by the class.
visitInterface() - Method in class scala.tools.asm.signature.SignatureWriter
 
visitInterface() - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitInterface() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitInterfaceBound() - Method in class scala.tools.asm.signature.SignatureVisitor
Visits an interface bound of the last visited formal type parameter.
visitInterfaceBound() - Method in class scala.tools.asm.signature.SignatureWriter
 
visitInterfaceBound() - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitInterfaceBound() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitIntInsn(int, int) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitIntInsn(int, int) - Method in class scala.tools.asm.MethodVisitor
Visits an instruction with a single int operand.
visitIntInsn(int, int) - Method in class scala.tools.asm.MethodWriter
 
visitIntInsn(int, int) - Method in class scala.tools.asm.tree.MethodNode
 
visitIntInsn(int, int) - Method in class scala.tools.asm.util.ASMifier
 
visitIntInsn(int, int) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitIntInsn(int, int) - Method in class scala.tools.asm.util.Printer
Method instruction.
visitIntInsn(int, int) - Method in class scala.tools.asm.util.Textifier
 
visitIntInsn(int, int) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class scala.tools.asm.MethodVisitor
Visits an invokedynamic instruction.
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class scala.tools.asm.MethodWriter
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class scala.tools.asm.tree.MethodNode
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class scala.tools.asm.util.ASMifier
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class scala.tools.asm.util.Printer
Method instruction.
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class scala.tools.asm.util.Textifier
 
visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitJumpInsn(int, Label) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitJumpInsn(int, Label) - Method in class scala.tools.asm.MethodVisitor
Visits a jump instruction.
visitJumpInsn(int, Label) - Method in class scala.tools.asm.MethodWriter
 
visitJumpInsn(int, Label) - Method in class scala.tools.asm.tree.MethodNode
 
visitJumpInsn(int, Label) - Method in class scala.tools.asm.util.ASMifier
 
visitJumpInsn(int, Label) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitJumpInsn(int, Label) - Method in class scala.tools.asm.util.Printer
Method jump instruction.
visitJumpInsn(int, Label) - Method in class scala.tools.asm.util.Textifier
 
visitJumpInsn(int, Label) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitLabel(Label) - Method in class scala.tools.asm.MethodVisitor
Visits a label.
visitLabel(Label) - Method in class scala.tools.asm.MethodWriter
 
visitLabel(Label) - Method in class scala.tools.asm.tree.MethodNode
 
visitLabel(Label) - Method in class scala.tools.asm.util.ASMifier
 
visitLabel(Label) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitLabel(Label) - Method in class scala.tools.asm.util.Printer
Method label.
visitLabel(Label) - Method in class scala.tools.asm.util.Textifier
 
visitLabel(Label) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitLdcInsn(Object) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitLdcInsn(Object) - Method in class scala.tools.asm.MethodVisitor
Visits a LDC instruction.
visitLdcInsn(Object) - Method in class scala.tools.asm.MethodWriter
 
visitLdcInsn(Object) - Method in class scala.tools.asm.tree.MethodNode
 
visitLdcInsn(Object) - Method in class scala.tools.asm.util.ASMifier
 
visitLdcInsn(Object) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitLdcInsn(Object) - Method in class scala.tools.asm.util.Printer
Method instruction.
visitLdcInsn(Object) - Method in class scala.tools.asm.util.Textifier
 
visitLdcInsn(Object) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitLineNumber(int, Label) - Method in class scala.tools.asm.MethodVisitor
Visits a line number declaration.
visitLineNumber(int, Label) - Method in class scala.tools.asm.MethodWriter
 
visitLineNumber(int, Label) - Method in class scala.tools.asm.tree.MethodNode
 
visitLineNumber(int, Label) - Method in class scala.tools.asm.util.ASMifier
 
visitLineNumber(int, Label) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitLineNumber(int, Label) - Method in class scala.tools.asm.util.Printer
Method debug info.
visitLineNumber(int, Label) - Method in class scala.tools.asm.util.Textifier
 
visitLineNumber(int, Label) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class scala.tools.asm.MethodVisitor
Visits a local variable declaration.
visitLocalVariable(String, String, String, Label, Label, int) - Method in class scala.tools.asm.MethodWriter
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class scala.tools.asm.tree.MethodNode
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class scala.tools.asm.util.ASMifier
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class scala.tools.asm.util.Printer
Method debug info.
visitLocalVariable(String, String, String, Label, Label, int) - Method in class scala.tools.asm.util.Textifier
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class scala.tools.asm.MethodVisitor
Visits an annotation on a local variable type.
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class scala.tools.asm.MethodWriter
 
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class scala.tools.asm.tree.MethodNode
 
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class scala.tools.asm.util.ASMifier
 
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class scala.tools.asm.util.Printer
Local variable type annotation.
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class scala.tools.asm.util.Textifier
 
visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class scala.tools.asm.MethodVisitor
Visits a LOOKUPSWITCH instruction.
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class scala.tools.asm.MethodWriter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class scala.tools.asm.tree.MethodNode
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class scala.tools.asm.util.ASMifier
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class scala.tools.asm.util.Printer
Method instruction.
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class scala.tools.asm.util.Textifier
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitMainClass(String) - Method in class scala.tools.asm.ModuleVisitor
Visit the main class of the current module.
visitMainClass(String) - Method in class scala.tools.asm.tree.ModuleNode
 
visitMainClass(String) - Method in class scala.tools.asm.util.ASMifier
 
visitMainClass(String) - Method in class scala.tools.asm.util.CheckModuleAdapter
 
visitMainClass(String) - Method in class scala.tools.asm.util.Printer
Module main class.
visitMainClass(String) - Method in class scala.tools.asm.util.Textifier
 
visitMainClass(String) - Method in class scala.tools.asm.util.TraceModuleVisitor
 
visitMaxs(int, int) - Method in class scala.tools.asm.MethodVisitor
Visits the maximum stack size and the maximum number of local variables of the method.
visitMaxs(int, int) - Method in class scala.tools.asm.MethodWriter
 
visitMaxs(int, int) - Method in class scala.tools.asm.tree.MethodNode
 
visitMaxs(int, int) - Method in class scala.tools.asm.util.ASMifier
 
visitMaxs(int, int) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitMaxs(int, int) - Method in class scala.tools.asm.util.Printer
Method max stack and max locals.
visitMaxs(int, int) - Method in class scala.tools.asm.util.Textifier
 
visitMaxs(int, int) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class scala.tools.asm.ClassVisitor
Visits a method of the class.
visitMethod(int, String, String, String, String[]) - Method in class scala.tools.asm.ClassWriter
 
visitMethod(int, String, String, String, String[]) - Method in class scala.tools.asm.tree.ClassNode
 
visitMethod(int, String, String, String, String[]) - Method in class scala.tools.asm.util.ASMifier
 
visitMethod(int, String, String, String, String[]) - Method in class scala.tools.asm.util.CheckClassAdapter
 
visitMethod(int, String, String, String, String[]) - Method in class scala.tools.asm.util.Printer
Class method.
visitMethod(int, String, String, String, String[]) - Method in class scala.tools.asm.util.Textifier
 
visitMethod(int, String, String, String, String[]) - Method in class scala.tools.asm.util.TraceClassVisitor
 
visitMethodAnnotation(String, boolean) - Method in class scala.tools.asm.util.ASMifier
 
visitMethodAnnotation(String, boolean) - Method in class scala.tools.asm.util.Printer
Method annotation.
visitMethodAnnotation(String, boolean) - Method in class scala.tools.asm.util.Textifier
 
visitMethodAttribute(Attribute) - Method in class scala.tools.asm.util.ASMifier
 
visitMethodAttribute(Attribute) - Method in class scala.tools.asm.util.Printer
Method attribute.
visitMethodAttribute(Attribute) - Method in class scala.tools.asm.util.Textifier
 
visitMethodEnd() - Method in class scala.tools.asm.util.ASMifier
 
visitMethodEnd() - Method in class scala.tools.asm.util.Printer
Method end.
visitMethodEnd() - Method in class scala.tools.asm.util.Textifier
 
visitMethodInsn(int, String, String, String) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
Deprecated. 
visitMethodInsn(int, String, String, String) - Method in class scala.tools.asm.MethodVisitor
Deprecated. 
visitMethodInsn(int, String, String, String) - Method in class scala.tools.asm.tree.MethodNode
Deprecated. 
visitMethodInsn(int, String, String, String) - Method in class scala.tools.asm.util.ASMifier
Deprecated. 
visitMethodInsn(int, String, String, String) - Method in class scala.tools.asm.util.CheckMethodAdapter
Deprecated. 
visitMethodInsn(int, String, String, String) - Method in class scala.tools.asm.util.Printer
Deprecated. 
visitMethodInsn(int, String, String, String) - Method in class scala.tools.asm.util.Textifier
Deprecated. 
visitMethodInsn(int, String, String, String) - Method in class scala.tools.asm.util.TraceMethodVisitor
Deprecated. 
visitMethodInsn(int, String, String, String, boolean) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitMethodInsn(int, String, String, String, boolean) - Method in class scala.tools.asm.MethodVisitor
Visits a method instruction.
visitMethodInsn(int, String, String, String, boolean) - Method in class scala.tools.asm.MethodWriter
 
visitMethodInsn(int, String, String, String, boolean) - Method in class scala.tools.asm.tree.MethodNode
 
visitMethodInsn(int, String, String, String, boolean) - Method in class scala.tools.asm.util.ASMifier
 
visitMethodInsn(int, String, String, String, boolean) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitMethodInsn(int, String, String, String, boolean) - Method in class scala.tools.asm.util.Printer
Method instruction.
visitMethodInsn(int, String, String, String, boolean) - Method in class scala.tools.asm.util.Textifier
 
visitMethodInsn(int, String, String, String, boolean) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitMethodTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.ASMifier
 
visitMethodTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.Printer
Method type annotation.
visitMethodTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.Textifier
 
visitModule(String, int, String) - Method in class scala.tools.asm.ClassVisitor
Visit the module corresponding to the class.
visitModule(String, int, String) - Method in class scala.tools.asm.ClassWriter
 
visitModule(String, int, String) - Method in class scala.tools.asm.tree.ClassNode
 
visitModule(String, int, String) - Method in class scala.tools.asm.util.ASMifier
 
visitModule(String, int, String) - Method in class scala.tools.asm.util.CheckClassAdapter
 
visitModule(String, int, String) - Method in class scala.tools.asm.util.Printer
Module.
visitModule(String, int, String) - Method in class scala.tools.asm.util.Textifier
 
visitModule(String, int, String) - Method in class scala.tools.asm.util.TraceClassVisitor
 
visitModuleEnd() - Method in class scala.tools.asm.util.ASMifier
 
visitModuleEnd() - Method in class scala.tools.asm.util.Printer
Module end.
visitModuleEnd() - Method in class scala.tools.asm.util.Textifier
 
visitMultiANewArrayInsn(String, int) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitMultiANewArrayInsn(String, int) - Method in class scala.tools.asm.MethodVisitor
Visits a MULTIANEWARRAY instruction.
visitMultiANewArrayInsn(String, int) - Method in class scala.tools.asm.MethodWriter
 
visitMultiANewArrayInsn(String, int) - Method in class scala.tools.asm.tree.MethodNode
 
visitMultiANewArrayInsn(String, int) - Method in class scala.tools.asm.util.ASMifier
 
visitMultiANewArrayInsn(String, int) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class scala.tools.asm.util.Printer
Method instruction.
visitMultiANewArrayInsn(String, int) - Method in class scala.tools.asm.util.Textifier
 
visitMultiANewArrayInsn(String, int) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitNestHostExperimental(String) - Method in class scala.tools.asm.ClassVisitor
Deprecated.
This API is experimental.
visitNestHostExperimental(String) - Method in class scala.tools.asm.ClassWriter
 
visitNestHostExperimental(String) - Method in class scala.tools.asm.tree.ClassNode
 
visitNestHostExperimental(String) - Method in class scala.tools.asm.util.ASMifier
 
visitNestHostExperimental(String) - Method in class scala.tools.asm.util.CheckClassAdapter
 
visitNestHostExperimental(String) - Method in class scala.tools.asm.util.Printer
Deprecated.
This API is experimental.
visitNestHostExperimental(String) - Method in class scala.tools.asm.util.Textifier
 
visitNestHostExperimental(String) - Method in class scala.tools.asm.util.TraceClassVisitor
 
visitNestMemberExperimental(String) - Method in class scala.tools.asm.ClassVisitor
Deprecated.
This API is experimental.
visitNestMemberExperimental(String) - Method in class scala.tools.asm.ClassWriter
 
visitNestMemberExperimental(String) - Method in class scala.tools.asm.tree.ClassNode
 
visitNestMemberExperimental(String) - Method in class scala.tools.asm.util.ASMifier
 
visitNestMemberExperimental(String) - Method in class scala.tools.asm.util.CheckClassAdapter
 
visitNestMemberExperimental(String) - Method in class scala.tools.asm.util.Printer
Deprecated.
This API is experimental.
visitNestMemberExperimental(String) - Method in class scala.tools.asm.util.Textifier
 
visitNestMemberExperimental(String) - Method in class scala.tools.asm.util.TraceClassVisitor
 
visitOpen(String, int, String...) - Method in class scala.tools.asm.ModuleVisitor
Visit an open package of the current module.
visitOpen(String, int, String...) - Method in class scala.tools.asm.tree.ModuleNode
 
visitOpen(String, int, String...) - Method in class scala.tools.asm.util.ASMifier
 
visitOpen(String, int, String...) - Method in class scala.tools.asm.util.CheckModuleAdapter
 
visitOpen(String, int, String...) - Method in class scala.tools.asm.util.Printer
Module open.
visitOpen(String, int, String...) - Method in class scala.tools.asm.util.Textifier
 
visitOpen(String, int, String...) - Method in class scala.tools.asm.util.TraceModuleVisitor
 
visitOuterClass(String, String, String) - Method in class scala.tools.asm.ClassVisitor
Visits the enclosing class of the class.
visitOuterClass(String, String, String) - Method in class scala.tools.asm.ClassWriter
 
visitOuterClass(String, String, String) - Method in class scala.tools.asm.tree.ClassNode
 
visitOuterClass(String, String, String) - Method in class scala.tools.asm.util.ASMifier
 
visitOuterClass(String, String, String) - Method in class scala.tools.asm.util.CheckClassAdapter
 
visitOuterClass(String, String, String) - Method in class scala.tools.asm.util.Printer
Class outer class.
visitOuterClass(String, String, String) - Method in class scala.tools.asm.util.Textifier
 
visitOuterClass(String, String, String) - Method in class scala.tools.asm.util.TraceClassVisitor
 
visitPackage(String) - Method in class scala.tools.asm.ModuleVisitor
Visit a package of the current module.
visitPackage(String) - Method in class scala.tools.asm.tree.ModuleNode
 
visitPackage(String) - Method in class scala.tools.asm.util.ASMifier
 
visitPackage(String) - Method in class scala.tools.asm.util.CheckModuleAdapter
 
visitPackage(String) - Method in class scala.tools.asm.util.Printer
Module package.
visitPackage(String) - Method in class scala.tools.asm.util.Textifier
 
visitPackage(String) - Method in class scala.tools.asm.util.TraceModuleVisitor
 
visitParameter(String, int) - Method in class scala.tools.asm.MethodVisitor
Visits a parameter of this method.
visitParameter(String, int) - Method in class scala.tools.asm.MethodWriter
 
visitParameter(String, int) - Method in class scala.tools.asm.tree.MethodNode
 
visitParameter(String, int) - Method in class scala.tools.asm.util.ASMifier
 
visitParameter(String, int) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitParameter(String, int) - Method in class scala.tools.asm.util.Printer
Method parameter.
visitParameter(String, int) - Method in class scala.tools.asm.util.Textifier
 
visitParameter(String, int) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitParameterAnnotation(int, String, boolean) - Method in class scala.tools.asm.MethodVisitor
Visits an annotation of a parameter this method.
visitParameterAnnotation(int, String, boolean) - Method in class scala.tools.asm.MethodWriter
 
visitParameterAnnotation(int, String, boolean) - Method in class scala.tools.asm.tree.MethodNode
 
visitParameterAnnotation(int, String, boolean) - Method in class scala.tools.asm.util.ASMifier
 
visitParameterAnnotation(int, String, boolean) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitParameterAnnotation(int, String, boolean) - Method in class scala.tools.asm.util.Printer
Method parameter annotation.
visitParameterAnnotation(int, String, boolean) - Method in class scala.tools.asm.util.Textifier
 
visitParameterAnnotation(int, String, boolean) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitParameterType() - Method in class scala.tools.asm.signature.SignatureVisitor
Visits the type of a method parameter.
visitParameterType() - Method in class scala.tools.asm.signature.SignatureWriter
 
visitParameterType() - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitParameterType() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitProvide(String, String...) - Method in class scala.tools.asm.ModuleVisitor
Visit an implementation of a service.
visitProvide(String, String...) - Method in class scala.tools.asm.tree.ModuleNode
 
visitProvide(String, String...) - Method in class scala.tools.asm.util.ASMifier
 
visitProvide(String, String...) - Method in class scala.tools.asm.util.CheckModuleAdapter
 
visitProvide(String, String...) - Method in class scala.tools.asm.util.Printer
Module provide.
visitProvide(String, String...) - Method in class scala.tools.asm.util.Textifier
 
visitProvide(String, String...) - Method in class scala.tools.asm.util.TraceModuleVisitor
 
visitRequire(String, int, String) - Method in class scala.tools.asm.ModuleVisitor
Visits a dependence of the current module.
visitRequire(String, int, String) - Method in class scala.tools.asm.tree.ModuleNode
 
visitRequire(String, int, String) - Method in class scala.tools.asm.util.ASMifier
 
visitRequire(String, int, String) - Method in class scala.tools.asm.util.CheckModuleAdapter
 
visitRequire(String, int, String) - Method in class scala.tools.asm.util.Printer
Module require.
visitRequire(String, int, String) - Method in class scala.tools.asm.util.Textifier
 
visitRequire(String, int, String) - Method in class scala.tools.asm.util.TraceModuleVisitor
 
visitReturnType() - Method in class scala.tools.asm.signature.SignatureVisitor
Visits the return type of the method.
visitReturnType() - Method in class scala.tools.asm.signature.SignatureWriter
 
visitReturnType() - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitReturnType() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitSource(String, String) - Method in class scala.tools.asm.ClassVisitor
Visits the source of the class.
visitSource(String, String) - Method in class scala.tools.asm.ClassWriter
 
visitSource(String, String) - Method in class scala.tools.asm.tree.ClassNode
 
visitSource(String, String) - Method in class scala.tools.asm.util.ASMifier
 
visitSource(String, String) - Method in class scala.tools.asm.util.CheckClassAdapter
 
visitSource(String, String) - Method in class scala.tools.asm.util.Printer
Class source.
visitSource(String, String) - Method in class scala.tools.asm.util.Textifier
 
visitSource(String, String) - Method in class scala.tools.asm.util.TraceClassVisitor
 
visitSuperclass() - Method in class scala.tools.asm.signature.SignatureVisitor
Visits the type of the super class.
visitSuperclass() - Method in class scala.tools.asm.signature.SignatureWriter
 
visitSuperclass() - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitSuperclass() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class scala.tools.asm.MethodVisitor
Visits a TABLESWITCH instruction.
visitTableSwitchInsn(int, int, Label, Label...) - Method in class scala.tools.asm.MethodWriter
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class scala.tools.asm.tree.MethodNode
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class scala.tools.asm.util.ASMifier
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class scala.tools.asm.util.Printer
Method instruction.
visitTableSwitchInsn(int, int, Label, Label...) - Method in class scala.tools.asm.util.Textifier
 
visitTableSwitchInsn(int, int, Label, Label...) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.MethodVisitor
Visits an annotation on an exception handler type.
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.MethodWriter
 
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.tree.MethodNode
 
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.ASMifier
 
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.Printer
Try catch block type annotation.
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.Textifier
 
visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class scala.tools.asm.MethodVisitor
Visits a try catch block.
visitTryCatchBlock(Label, Label, Label, String) - Method in class scala.tools.asm.MethodWriter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class scala.tools.asm.tree.MethodNode
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class scala.tools.asm.util.ASMifier
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class scala.tools.asm.util.Printer
Method exception handler.
visitTryCatchBlock(Label, Label, Label, String) - Method in class scala.tools.asm.util.Textifier
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.ClassVisitor
Visits an annotation on a type in the class signature.
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.ClassWriter
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.FieldVisitor
Visits an annotation on the type of the field.
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.MethodVisitor
Visits an annotation on a type in the method signature.
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.MethodWriter
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.tree.ClassNode
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.tree.FieldNode
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.tree.MethodNode
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.ASMifier
Visits a class, field or method type annotation.
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.CheckClassAdapter
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.CheckFieldAdapter
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.Textifier
Prints a disassembled view of the given type annotation.
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.TraceClassVisitor
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.TraceFieldVisitor
 
visitTypeAnnotation(int, TypePath, String, boolean) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitTypeAnnotation(String, int, TypePath, String, boolean) - Method in class scala.tools.asm.util.ASMifier
Visits a class, field, method, instruction or try catch block type annotation.
visitTypeArgument() - Method in class scala.tools.asm.signature.SignatureVisitor
Visits an unbounded type argument of the last visited class or inner class type.
visitTypeArgument() - Method in class scala.tools.asm.signature.SignatureWriter
 
visitTypeArgument() - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitTypeArgument() - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitTypeArgument(char) - Method in class scala.tools.asm.signature.SignatureVisitor
Visits a type argument of the last visited class or inner class type.
visitTypeArgument(char) - Method in class scala.tools.asm.signature.SignatureWriter
 
visitTypeArgument(char) - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitTypeArgument(char) - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitTypeInsn(int, String) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitTypeInsn(int, String) - Method in class scala.tools.asm.MethodVisitor
Visits a type instruction.
visitTypeInsn(int, String) - Method in class scala.tools.asm.MethodWriter
 
visitTypeInsn(int, String) - Method in class scala.tools.asm.tree.MethodNode
 
visitTypeInsn(int, String) - Method in class scala.tools.asm.util.ASMifier
 
visitTypeInsn(int, String) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitTypeInsn(int, String) - Method in class scala.tools.asm.util.Printer
Method instruction.
visitTypeInsn(int, String) - Method in class scala.tools.asm.util.Textifier
 
visitTypeInsn(int, String) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
visitTypeVariable(String) - Method in class scala.tools.asm.signature.SignatureVisitor
Visits a signature corresponding to a type variable.
visitTypeVariable(String) - Method in class scala.tools.asm.signature.SignatureWriter
 
visitTypeVariable(String) - Method in class scala.tools.asm.util.CheckSignatureAdapter
 
visitTypeVariable(String) - Method in class scala.tools.asm.util.TraceSignatureVisitor
 
visitUse(String) - Method in class scala.tools.asm.ModuleVisitor
Visit a service used by the current module.
visitUse(String) - Method in class scala.tools.asm.tree.ModuleNode
 
visitUse(String) - Method in class scala.tools.asm.util.ASMifier
 
visitUse(String) - Method in class scala.tools.asm.util.CheckModuleAdapter
 
visitUse(String) - Method in class scala.tools.asm.util.Printer
Module use.
visitUse(String) - Method in class scala.tools.asm.util.Textifier
 
visitUse(String) - Method in class scala.tools.asm.util.TraceModuleVisitor
 
visitVarInsn(int, int) - Method in class scala.tools.asm.commons.CodeSizeEvaluator
 
visitVarInsn(int, int) - Method in class scala.tools.asm.MethodVisitor
Visits a local variable instruction.
visitVarInsn(int, int) - Method in class scala.tools.asm.MethodWriter
 
visitVarInsn(int, int) - Method in class scala.tools.asm.tree.MethodNode
 
visitVarInsn(int, int) - Method in class scala.tools.asm.util.ASMifier
 
visitVarInsn(int, int) - Method in class scala.tools.asm.util.CheckMethodAdapter
 
visitVarInsn(int, int) - Method in class scala.tools.asm.util.Printer
Method instruction.
visitVarInsn(int, int) - Method in class scala.tools.asm.util.Textifier
 
visitVarInsn(int, int) - Method in class scala.tools.asm.util.TraceMethodVisitor
 
VOID - Static variable in class scala.tools.asm.Type
The sort of the void type.
VOID_TYPE - Static variable in class scala.tools.asm.Type
The void type.

W

WILDCARD_BOUND - Static variable in class scala.tools.asm.TypePath
A type path step that steps into the bound of a wildcard type.
write(ClassWriter, byte[], int, int, int) - Method in class scala.tools.asm.Attribute
Returns the byte array form of the content of this attribute.
A B C D E F G H I J K L M N O P R S T U V W