- catch_target(TypeAnnotationTypes.ETargetType, int) - Constructor for class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.catch_target
-
- CFVersion - Class in org.openjdk.asmtools.jasm
-
- CFVersion() - Constructor for class org.openjdk.asmtools.jasm.CFVersion
-
- CFVersion(boolean, short, short) - Constructor for class org.openjdk.asmtools.jasm.CFVersion
-
- ch - Variable in class org.openjdk.asmtools.jasm.Scanner
-
The current character
- ch - Variable in class org.openjdk.asmtools.jcoder.Scanner
-
The current character
- charValue - Variable in class org.openjdk.asmtools.jasm.Scanner
-
- check(JasmTokens.Token) - Method in class org.openjdk.asmtools.jasm.Scanner
-
Checks a token, throws an exception if not the same
- checkClassModifiers(Environment, int, Scanner) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
Check the modifier flags for the class
- CheckedDataOutputStream - Interface in org.openjdk.asmtools.jasm
-
- checkFieldModifiers(ClassData, int, int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
Check the modifier flags for the field
- CheckGlobals() - Method in class org.openjdk.asmtools.jasm.ConstantPool
-
- checkInnerClassModifiers(ClassData, int, int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
Check the modifier flags for the inner-class
- checkMethodModifiers(ClassData, int, int, boolean, boolean) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
Check the modifier flags for the method
- checkTokenIdent() - Method in class org.openjdk.asmtools.jasm.Scanner
-
Check the token may be identifier
- ClassArrayAttr - Class in org.openjdk.asmtools.jasm
-
Base class of the "classes[]" data of attributes
- ClassArrayAttr(String, ClassData, List<ConstantPool.ConstCell>) - Constructor for class org.openjdk.asmtools.jasm.ClassArrayAttr
-
- ClassArrayData - Class in org.openjdk.asmtools.jdis
-
Base class of the "classes[]" data of attributes
- ClassArrayData(ClassData, String) - Constructor for class org.openjdk.asmtools.jdis.ClassArrayData
-
- ClassData - Class in org.openjdk.asmtools.jdis
-
Central class data for of the Java Disassembler
- ClassData(PrintWriter, Tool) - Constructor for class org.openjdk.asmtools.jdis.ClassData
-
- clone() - Method in class org.openjdk.asmtools.jasm.CFVersion
-
- close() - Method in class org.openjdk.asmtools.jdis.uEscWriter
-
- closeInp() - Method in class org.openjdk.asmtools.jcoder.SourceFile
-
- cls - Variable in class org.openjdk.asmtools.jasm.MemberData
-
- cls - Variable in class org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
-
- cls - Variable in class org.openjdk.asmtools.jdis.AnnotationElement
-
- cls - Variable in class org.openjdk.asmtools.jdis.CodeData
-
- cls - Variable in class org.openjdk.asmtools.jdis.MemberData
-
- code - Variable in class org.openjdk.asmtools.jdis.CodeData
-
Raw byte array for the byte codes
- CodeData - Class in org.openjdk.asmtools.jdis
-
Code data for a code attribute in method members in a class of the Java Disassembler
- CodeData(MethodData) - Constructor for class org.openjdk.asmtools.jdis.CodeData
-
- CodeData.LocVarData - Class in org.openjdk.asmtools.jdis
-
- commentString(String) - Static method in class org.openjdk.asmtools.jdis.Utils
-
- commentString(String, String) - Static method in class org.openjdk.asmtools.jdis.Utils
-
- compareTo(Module.TargetType) - Method in class org.openjdk.asmtools.common.Module.TargetType
-
- compile(String[]) - Method in class org.openjdk.asmtools.jasm.Main
-
Run the compiler
- compile(String[]) - Method in class org.openjdk.asmtools.jcoder.Main
-
Run the compiler
- Constant(ConstantPool.TAG) - Constructor for class org.openjdk.asmtools.jdis.ConstantPool.Constant
-
- ConstantPool - Class in org.openjdk.asmtools.jasm
-
ConstantPool
ConstantPool is the class responsible for maintaining constants for a given class file.
- ConstantPool(Environment) - Constructor for class org.openjdk.asmtools.jasm.ConstantPool
-
main constructor
- ConstantPool - Class in org.openjdk.asmtools.jdis
-
ConstantPool
Class representing the ConstantPool
- ConstantPool(ClassData) - Constructor for class org.openjdk.asmtools.jdis.ConstantPool
-
- ConstantPool(ClassData, int) - Constructor for class org.openjdk.asmtools.jdis.ConstantPool
-
- ConstantPool.Constant - Class in org.openjdk.asmtools.jdis
-
Constant
Base class of all constant entries
- ConstantPool.ConstCell - Class in org.openjdk.asmtools.jasm
-
ConstantCell
ConstantCell is a type of data that can be in a constant pool.
- ConstantPool.ConstValue - Class in org.openjdk.asmtools.jasm
-
ConstValue
A (typed) tagged value in the constant pool.
- ConstantPool.ConstValue_Cell - Class in org.openjdk.asmtools.jasm
-
ConstValue
A (typed) tagged value in the constant pool.
- ConstantPool.ConstValue_CondyPair - Class in org.openjdk.asmtools.jasm
-
ConstValue
A (typed) tagged value in the constant pool.
- ConstantPool.ConstValue_IndyOrCondyPair - Class in org.openjdk.asmtools.jasm
-
- ConstantPool.ConstValue_IndyPair - Class in org.openjdk.asmtools.jasm
-
ConstValue
A (typed) tagged value in the constant pool.
- ConstantPool.ConstValue_Integer - Class in org.openjdk.asmtools.jasm
-
ConstValue
A (typed) tagged value in the constant pool.
- ConstantPool.ConstValue_Long - Class in org.openjdk.asmtools.jasm
-
ConstValue
A (typed) tagged value in the constant pool.
- ConstantPool.ConstValue_Pair - Class in org.openjdk.asmtools.jasm
-
ConstValue
A (typed) tagged value in the constant pool.
- ConstantPool.ConstValue_String - Class in org.openjdk.asmtools.jasm
-
ConstValue
A (typed) tagged value in the constant pool.
- ConstantPool.ConstValue_Zero - Class in org.openjdk.asmtools.jasm
-
ConstValue
A (typed) tagged value in the constant pool.
- ConstantPool.CPTagVisitor<R> - Class in org.openjdk.asmtools.jasm
-
CPVisitor
CPVisitor base class defining a visitor for decoding constants.
- ConstantPool.CPVisitor<R> - Class in org.openjdk.asmtools.jasm
-
CPVisitor
CPVisitor base class defining a visitor for decoding constants.
- ConstantPool.ReferenceRank - Enum in org.openjdk.asmtools.jasm
-
- ConstantPool.SUBTAG - Enum in org.openjdk.asmtools.jdis
-
SUBTAG
A Tag descriptor of form method-handle constants
- ConstantPool.TAG - Enum in org.openjdk.asmtools.jdis
-
TAG
A Tag descriptor of constants in the constant pool
- Constants - Interface in org.openjdk.asmtools.jasm
-
This interface defines constant that are used throughout the compiler.
- ConstantStrValue(int) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
ConstantStrValue
Safely gets the string value of any Constant at any CP index.
- constType(int) - Static method in class org.openjdk.asmtools.jcoder.JcodTokens
-
- constType(String) - Static method in class org.openjdk.asmtools.jcoder.JcodTokens
-
- ConstValue(Tables.ConstType) - Constructor for class org.openjdk.asmtools.jasm.ConstantPool.ConstValue
-
- constValue(String) - Static method in class org.openjdk.asmtools.jcoder.JcodTokens
-
- ConstValue_Cell(Tables.ConstType, ConstantPool.ConstCell) - Constructor for class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_Cell
-
- ConstValue_CondyPair(BootstrapMethodData, ConstantPool.ConstCell) - Constructor for class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_CondyPair
-
- ConstValue_IndyOrCondyPair(Tables.ConstType, BootstrapMethodData, ConstantPool.ConstCell) - Constructor for class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_IndyOrCondyPair
-
- ConstValue_IndyPair(BootstrapMethodData, ConstantPool.ConstCell) - Constructor for class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_IndyPair
-
- ConstValue_Integer(Tables.ConstType, Integer) - Constructor for class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_Integer
-
- ConstValue_Long(Tables.ConstType, Long) - Constructor for class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_Long
-
- ConstValue_Pair(Tables.ConstType, ConstantPool.ConstCell, ConstantPool.ConstCell) - Constructor for class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_Pair
-
- ConstValue_String(String) - Constructor for class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_String
-
- ConstValue_Zero() - Constructor for class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_Zero
-
- contains(Options.PR) - Method in class org.openjdk.asmtools.jdis.Options
-
- CPTagVisitor() - Constructor for class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- CPVisitor() - Constructor for class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- cpx - Variable in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.localvar_target.LocalVar_Entry
-
- cpx - Variable in class org.openjdk.asmtools.jdis.AnnotationElement.CPX_AnnotValue
-
tag the descriptor for the constant
- cpx1 - Variable in class org.openjdk.asmtools.jdis.AnnotationElement.CPX2_AnnotValue
-
tag the descriptor for the constant
- cpx2 - Variable in class org.openjdk.asmtools.jdis.AnnotationElement.CPX2_AnnotValue
-
- CPX2_AnnotValue(Tables.AnnotElemType, ClassData, int, int) - Constructor for class org.openjdk.asmtools.jdis.AnnotationElement.CPX2_AnnotValue
-
- CPX_AnnotValue(Tables.AnnotElemType, ClassData, int) - Constructor for class org.openjdk.asmtools.jdis.AnnotationElement.CPX_AnnotValue
-
- createPseudoMod() - Method in class org.openjdk.asmtools.jasm.MemberData
-
- CS_BINARY - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- CS_COMPILED - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- CS_NOTFOUND - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- CS_PARSED - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- CS_SOURCE - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- CS_UNDECIDED - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- CS_UNDEFINED - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- get(String, JasmTokens.KeywordType) - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.Token
-
- get(int) - Method in class org.openjdk.asmtools.jdis.ParameterAnnotationData
-
- get_iAtt(int) - Method in class org.openjdk.asmtools.jdis.CodeData
-
- getAnnotationsCount() - Method in class org.openjdk.asmtools.jdis.MemberData
-
- getAttrVector() - Method in class org.openjdk.asmtools.jasm.MemberData
-
- getBundleForClass(Class) - Static method in class org.openjdk.asmtools.util.I18NResourceBundle
-
Get a package-specific resource bundle for a class containing localization data.
- getCell(int) - Method in class org.openjdk.asmtools.jasm.ConstantPool
-
- getClassName(int) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
getClassName
Safely gets a Java class name from a ConstantClass from the CP at a given index.
- getClassName(ConstantPool.CPX2) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
getClassName
Safely gets a Java class name from a ConstantClass from a CPX2 constant pool
object.
- getClassName(ConstantPool.CPX) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
getClassName
Safely gets a Java class name from a ConstantClass from a CPX constant pool object.
- getConst(int) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
getConst
Public getter - Safely gets a Constant from the CP at a given index.
- getDataInputStream(String) - Method in class org.openjdk.asmtools.common.Tool
-
- getDataVector(Data...) - Method in class org.openjdk.asmtools.jasm.MemberData
-
- getError(String) - Method in class org.openjdk.asmtools.common.Tool
-
- getFlags() - Method in class org.openjdk.asmtools.common.Module.FlaggedTargetType
-
- getIndentString() - Method in class org.openjdk.asmtools.jdis.Indenter
-
Creates indent string based on current indent size.
- getInputFileName() - Method in class org.openjdk.asmtools.jasm.Environment
-
- getInputFileName() - Method in class org.openjdk.asmtools.jcoder.SourceFile
-
- getInvalidModifiers4Class(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- getInvalidModifiers4Interface(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- getIssue() - Method in class org.openjdk.asmtools.jdis.ConstantPool.Constant
-
- getKeys() - Method in class org.openjdk.asmtools.util.I18NResourceBundle
-
A required internal method for ResourceBundle.
- getLength() - Method in class org.openjdk.asmtools.jasm.ConstantPool.ConstCell
-
- getLength() - Method in class org.openjdk.asmtools.jasm.DataVector
-
- getLength() - Method in class org.openjdk.asmtools.jasm.StackMapData
-
- getLength() - Method in class org.openjdk.asmtools.jasm.StackMapData.StackMapItem1
-
- getLength() - Method in class org.openjdk.asmtools.jasm.StackMapData.StackMapItem2
-
- getLength() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationData
-
- getLength() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.catch_target
-
- getLength() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.empty_target
-
- getLength() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.formal_parameter_target
-
- getLength() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.localvar_target
-
- getLength() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.offset_target
-
- getLength() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.supertype_target
-
- getLength() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.throws_target
-
- getLength() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.type_argument_target
-
- getLength() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.type_parameter_bound_target
-
- getLength() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.type_parameter_target
-
- getLength() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypePathData
-
- getLine(int) - Method in class org.openjdk.asmtools.jdis.TextLines
-
- getModule(int) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
getModule
Public string val - Safely gets the string-rep of a ConstantModule from the CP at a
given index.
- getModuleFlags() - Method in class org.openjdk.asmtools.common.Module
-
- getModuleFlags() - Method in class org.openjdk.asmtools.common.Module.Header
-
- getModuleFlags(int) - Static method in enum org.openjdk.asmtools.common.Module.Modifier
-
- getModuleHeader() - Method in class org.openjdk.asmtools.jdis.ModuleData
-
- getModuleModifiers(int) - Static method in enum org.openjdk.asmtools.common.Module.Modifier
-
- getModuleName() - Method in class org.openjdk.asmtools.common.Module
-
- getModuleName() - Method in class org.openjdk.asmtools.common.Module.Header
-
- getModuleName() - Method in class org.openjdk.asmtools.jdis.ModuleData
-
- getModuleVersion() - Method in class org.openjdk.asmtools.common.Module.Dependence
-
- getModuleVersion() - Method in class org.openjdk.asmtools.common.Module
-
- getModuleVersion() - Method in class org.openjdk.asmtools.common.Module.Header
-
- getModuleVersion() - Method in class org.openjdk.asmtools.jdis.ModuleData
-
- getName(int) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
getTypeName
Safely gets a Java name from a ConstantUTF8 from the CP at a given index.
- getName() - Method in class org.openjdk.asmtools.util.I18NResourceBundle
-
Returns the name of this bundle (useful for methods using bundle name instead of
instance, such as Logger
creation,
- getOptionalString(String) - Method in class org.openjdk.asmtools.util.I18NResourceBundle
-
Get an entry from the bundle, returning null if it is not found.
- getPackage(int) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
getPackage
Public string val - Safely gets the string-rep of a ConstantPackage from the CP at a
given index.
- getPathKind(int) - Static method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes
-
- getPos() - Method in class org.openjdk.asmtools.jdec.NestedByteArrayInputStream
-
- getPrintedTAG(ConstantPool.TAG) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
- getProperty(String) - Static method in class org.openjdk.asmtools.util.ProductInfo
-
Returns the value of the specified property
- getShortClassName(String, String) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
getShortClassName
shortens a class name (if the class is in the given package).
- getShortClassName(int, String) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
getShortClassName
shortens a class name (if the class is in the given package).
- getSimpleInputFileName() - Method in class org.openjdk.asmtools.jasm.Environment
-
- getSrcLine(int) - Method in class org.openjdk.asmtools.jdis.ClassData
-
Read and resolve the attribute data
- getStatementFlags(int) - Static method in enum org.openjdk.asmtools.common.Module.Modifier
-
- getStatementModifiers(int) - Static method in enum org.openjdk.asmtools.common.Module.Modifier
-
- getString(int) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
getString
Public string val - Safely gets the string-rep of a ConstantUTF8 from the CP at a
given index.
- getString(String, Object) - Method in class org.openjdk.asmtools.util.I18NResourceBundle
-
Get an entry from the resource bundle.
- getString(String, Object...) - Method in class org.openjdk.asmtools.util.I18NResourceBundle
-
Get an entry from the resource bundle.
- getTargetType() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
-
- getTargetType(int) - Static method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetType
-
- getTargetType(String) - Static method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetType
-
- getTypeArgumentIndex() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypePathEntry
-
- getTypeName() - Method in class org.openjdk.asmtools.common.Module.TargetType
-
- getTypePathKind() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypePathEntry
-
- getVersion() - Method in class org.openjdk.asmtools.common.Module.VersionedFlaggedTargetType
-
- i18n - Static variable in class org.openjdk.asmtools.jasm.Environment
-
- i18n - Static variable in class org.openjdk.asmtools.jasm.Main
-
- i18n - Static variable in class org.openjdk.asmtools.jcdec.Main
-
- i18n - Static variable in class org.openjdk.asmtools.jcoder.Main
-
- i18n - Static variable in class org.openjdk.asmtools.jcoder.SourceFile
-
- i18n - Static variable in class org.openjdk.asmtools.jdec.Main
-
- i18n - Static variable in class org.openjdk.asmtools.jdis.Main
-
- i18n - Static variable in class org.openjdk.asmtools.Main
-
- I18NResourceBundle - Class in org.openjdk.asmtools.util
-
A class that lazily opens a package-specific resource bundle containing localization
data for a class.
- idValue - Variable in class org.openjdk.asmtools.jasm.Scanner
-
- in(JasmTokens.Token...) - Method in enum org.openjdk.asmtools.jasm.JasmTokens.Token
-
Checks that this enum element is in an enum list
- in - Variable in class org.openjdk.asmtools.jasm.Scanner
-
Input stream
- in - Variable in class org.openjdk.asmtools.jcoder.Scanner
-
Input stream
- inBits - Variable in class org.openjdk.asmtools.jasm.Scanner
-
- increaseIndent(int) - Method in class org.openjdk.asmtools.jdis.Indenter
-
Increases indentation length.
- indent() - Method in class org.openjdk.asmtools.jdis.Indenter
-
Returns current indentation length.
- Indenter - Class in org.openjdk.asmtools.jdis
-
- Indenter(int) - Constructor for class org.openjdk.asmtools.jdis.Indenter
-
- Indenter() - Constructor for class org.openjdk.asmtools.jdis.Indenter
-
- indexMacro - Variable in class org.openjdk.asmtools.jcoder.Scanner
-
- infoKey() - Method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetType
-
- init(int) - Method in class org.openjdk.asmtools.jasm.MemberData
-
- init(Scanner, Parser, Environment) - Method in class org.openjdk.asmtools.jasm.ParseBase
-
- init(ClassData) - Method in class org.openjdk.asmtools.jdis.MemberData
-
- initClassDefaults() - Method in class org.openjdk.asmtools.jasm.CFVersion
-
- initModuleDefaults() - Method in class org.openjdk.asmtools.jasm.CFVersion
-
- innerClasses - Variable in class org.openjdk.asmtools.jdis.ClassData
-
- interfaces - Variable in class org.openjdk.asmtools.jdis.ClassData
-
- intSize - Variable in class org.openjdk.asmtools.jcoder.Scanner
-
- intValue - Variable in class org.openjdk.asmtools.jasm.Scanner
-
- intValue - Variable in class org.openjdk.asmtools.jcoder.Scanner
-
- invAnnotToken - Variable in class org.openjdk.asmtools.jdis.AnnotationData
-
- invisibleAnnotations - Variable in class org.openjdk.asmtools.jdis.MemberData
-
The invisible annotations for this class, member( field or method) or record component
- invisibleParameterAnnotations - Variable in class org.openjdk.asmtools.jdis.MethodData
-
The invisible parameter annotations for this method
- invisibleTypeAnnotations - Variable in class org.openjdk.asmtools.jdis.MemberData
-
The invisible annotations for this class, member( field or method) or record component
- isAbstract(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isAnnotation(String) - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.AnnotationType
-
isAnnotation
examines the beginning of a string to see if it starts with an annotation character
- isAnnotation(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isAnnotationToken(String) - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.AnnotationType
-
isAnnotationToken
examines the beginning of a string to see if it starts with an annotation
characters ('@+' = visible annotation, '@-' = invisible).
- isBridge(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isClassArrayDescriptor(String) - Static method in class org.openjdk.asmtools.jdis.Utils
-
- isDebugEnabled() - Method in class org.openjdk.asmtools.jasm.Environment
-
- isDeprecated(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isDeprecated - Variable in class org.openjdk.asmtools.jdis.MemberData
-
- isDeprecatedPseudoMod(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isEmpty() - Method in class org.openjdk.asmtools.jasm.RecordData
-
- isEnum(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isExitImmediately() - Method in class org.openjdk.asmtools.jasm.ParserCP
-
- isFinal(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isFlagged() - Method in class org.openjdk.asmtools.common.Module.FlaggedTargetType
-
- isFlagged() - Method in class org.openjdk.asmtools.common.Module.TargetType
-
- isInterface(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isInvisibleAnnotationToken(String) - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.AnnotationType
-
isInvisibleAnnotationToken
examines the end of an annotation token to determine visibility ('+' = visible
annotation, '-' = invisible).
- isMandated(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isModule(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isNative(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isPrivate(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isProtected(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isPublic(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isSet - Variable in class org.openjdk.asmtools.jasm.ConstantPool.ConstValue
-
- isStatic(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isStaticPhase(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isStrict(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isSuper(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isSynchronized(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isSynthetic(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isSynthetic - Variable in class org.openjdk.asmtools.jdis.MemberData
-
- isSyntheticPseudoMod(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isTraceEnabled() - Method in class org.openjdk.asmtools.jasm.Environment
-
- isTransient(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isTransitive(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isTypeAnnotationToken(String) - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.AnnotationType
-
isTypeAnnotationToken
examines the beginning of a string to see if it starts with type annotation
characters ('@T+' = visible type annotation, '@T-' = invisible).
- isUCDigit(int) - Static method in class org.openjdk.asmtools.jasm.Scanner
-
Returns true if the character is a unicode digit.
- isUCLetter(int) - Static method in class org.openjdk.asmtools.jasm.Scanner
-
Returns true if the character is a Unicode letter.
- isUnset() - Method in class org.openjdk.asmtools.jasm.ConstantPool.ConstCell
-
- isVarArgs(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- isVolatile(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- iterator() - Method in class org.openjdk.asmtools.jasm.ConstantPool
-
- iterator() - Method in class org.openjdk.asmtools.jasm.DataVector
-
- ParameterAnnotationData - Class in org.openjdk.asmtools.jdis
-
- ParameterAnnotationData(ClassData, boolean) - Constructor for class org.openjdk.asmtools.jdis.ParameterAnnotationData
-
- paramNames - Variable in class org.openjdk.asmtools.jdis.MethodData
-
The parameter names for this method
- ParseBase - Class in org.openjdk.asmtools.jasm
-
- ParseBase() - Constructor for class org.openjdk.asmtools.jasm.ParseBase
-
- parseConstRef(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ParserCP
-
- parseConstRef(Tables.ConstType, Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ParserCP
-
- parseConstRef(Tables.ConstType, Tables.ConstType, boolean) - Method in class org.openjdk.asmtools.jasm.ParserCP
-
Parse an instruction argument, one of: * #NUMBER, #NAME, [TAG] CONSTVALUE
- parseConstValue(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ParserCP
-
Parse CONSTVALUE
- parseDefaultAnnotation() - Method in class org.openjdk.asmtools.jasm.ParserAnnotation
-
parseDefaultAnnotation
parses a default Annotation attribute
- parseInstr() - Method in class org.openjdk.asmtools.jasm.ParserInstr
-
Parse an instruction.
- parseKey() - Method in enum org.openjdk.asmtools.jasm.JasmTokens.Token
-
- parsekey() - Method in enum org.openjdk.asmtools.jasm.OpcodeTables.Opcode
-
- parsekey() - Method in enum org.openjdk.asmtools.jasm.Tables.AttrTag
-
- parseKey() - Method in enum org.openjdk.asmtools.jasm.Tables.ConstType
-
- parsekey() - Method in enum org.openjdk.asmtools.jasm.Tables.StackMapFrameType
-
- parsekey() - Method in enum org.openjdk.asmtools.jasm.Tables.StackMapType
-
- parseKey() - Method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.EPathKind
-
- parseKey() - Method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetInfo
-
- parseKey() - Method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetType
-
- parseKey() - Method in enum org.openjdk.asmtools.jcoder.JcodTokens.ConstType
-
- parsekey() - Method in enum org.openjdk.asmtools.jcoder.JcodTokens.Token
-
- parseLabelRef() - Method in class org.openjdk.asmtools.jasm.ParserInstr
-
Parse a label instruction argument
- parseParamAnnots(int, MethodData) - Method in class org.openjdk.asmtools.jasm.ParserAnnotation
-
parseParamAnnots
Parses Parameter Annotations attributes.
- parser - Variable in class org.openjdk.asmtools.jasm.ParseBase
-
- ParserAnnotation - Class in org.openjdk.asmtools.jasm
-
ParserAnnotation
ParserAnnotation is a parser class owned by Parser.java.
- ParserAnnotation(Scanner, Parser, Environment) - Constructor for class org.openjdk.asmtools.jasm.ParserAnnotation
-
- ParserCP - Class in org.openjdk.asmtools.jasm
-
ParserCP
ParseCP is a parser class owned by Parser.java.
- ParserCP(Scanner, Parser, Environment) - Constructor for class org.openjdk.asmtools.jasm.ParserCP
-
main constructor
- ParserInstr - Class in org.openjdk.asmtools.jasm
-
ParserInstr
ParserInstr is a parser class owned by Parser.java.
- ParserInstr(Scanner, Parser, ParserCP, Environment) - Constructor for class org.openjdk.asmtools.jasm.ParserInstr
-
main constructor
- parseSwitchTable() - Method in class org.openjdk.asmtools.jasm.ParserInstr
-
Parse a Switch Table.
- parseTagConstValue(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ParserCP
-
Parse [TAG] CONSTVALUE
- parseTagConstValue(Tables.ConstType, Tables.ConstType, boolean) - Method in class org.openjdk.asmtools.jasm.ParserCP
-
- PermittedSubclassesAttr - Class in org.openjdk.asmtools.jasm
-
The "classes[]" data of attributes
JEP 360 (Sealed types): class file 59.65535
PermittedSubclasses_attribute {
u2 attribute_name_index;
u4 attribute_length;
u2 number_of_classes;
u2 classes[number_of_classes];
}
- PermittedSubclassesAttr(ClassData, List<ConstantPool.ConstCell>) - Constructor for class org.openjdk.asmtools.jasm.PermittedSubclassesAttr
-
- permittedSubclassesData - Variable in class org.openjdk.asmtools.jdis.ClassData
-
- PermittedSubclassesData - Class in org.openjdk.asmtools.jdis
-
The PermittedSubclasses attribute data
- PermittedSubclassesData(ClassData) - Constructor for class org.openjdk.asmtools.jdis.PermittedSubclassesData
-
- pkgPrefix - Variable in class org.openjdk.asmtools.jdis.ClassData
-
- pool - Variable in class org.openjdk.asmtools.jdis.ClassData
-
- pool - Variable in class org.openjdk.asmtools.jdis.ConstantPool
-
The actual pool of Constants
- pos - Variable in class org.openjdk.asmtools.jasm.Environment
-
- pos - Variable in class org.openjdk.asmtools.jasm.Scanner
-
The position of the current token
- pos - Variable in class org.openjdk.asmtools.jcoder.Scanner
-
The position of the current token
- possibleJasmIdentifier() - Method in enum org.openjdk.asmtools.jasm.JasmTokens.Token
-
- possibleModuleName() - Method in enum org.openjdk.asmtools.jasm.JasmTokens.Token
-
- possibleTypePathKind() - Method in enum org.openjdk.asmtools.jasm.JasmTokens.Token
-
Checks a token belonging to the table: Table 4.7.20.2-A.
- pr_cpx - Variable in class org.openjdk.asmtools.jdis.MemberData
-
- prefixString - Static variable in class org.openjdk.asmtools.jdis.TraceUtils
-
- prevCh - Variable in class org.openjdk.asmtools.jcoder.Scanner
-
The current character
- prevPos - Variable in class org.openjdk.asmtools.jasm.Scanner
-
The position of the previous token
- prevPos - Variable in class org.openjdk.asmtools.jcoder.Scanner
-
The position of the previous token
- print(String) - Method in class org.openjdk.asmtools.common.Tool
-
- print(PrintWriter) - Method in enum org.openjdk.asmtools.jasm.Tables.ConstType
-
- print(PrintWriter, String) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
-
- print(PrintWriter, String) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypePathData
-
jdis: print the type_path structure
- print(PrintWriter) - Method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetType
-
- print(PrintWriter) - Method in enum org.openjdk.asmtools.jcoder.JcodTokens.ConstType
-
- print(PrintWriter, String) - Method in class org.openjdk.asmtools.jdis.AnnotationData
-
- print(PrintWriter, String) - Method in class org.openjdk.asmtools.jdis.AnnotationElement.Annot_AnnotValue
-
- print(PrintWriter, String) - Method in class org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
-
- print(PrintWriter, String) - Method in class org.openjdk.asmtools.jdis.AnnotationElement.Array_AnnotValue
-
- print(PrintWriter, String) - Method in class org.openjdk.asmtools.jdis.AnnotationElement.CPX2_AnnotValue
-
- print(PrintWriter, String) - Method in class org.openjdk.asmtools.jdis.AnnotationElement.CPX_AnnotValue
-
- print(PrintWriter, String) - Method in class org.openjdk.asmtools.jdis.AnnotationElement
-
- print() - Method in class org.openjdk.asmtools.jdis.BootstrapMethodData
-
- print() - Method in class org.openjdk.asmtools.jdis.ClassArrayData
-
- print() - Method in class org.openjdk.asmtools.jdis.ClassData
-
- print() - Method in class org.openjdk.asmtools.jdis.CodeData
-
print
- print(PrintWriter) - Method in class org.openjdk.asmtools.jdis.ConstantPool.Constant
-
- print(PrintWriter) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
prints the entire constant pool.
- print() - Method in class org.openjdk.asmtools.jdis.FieldData
-
Prints the field data to the current output stream.
- print() - Method in class org.openjdk.asmtools.jdis.MemberData
-
- print() - Method in class org.openjdk.asmtools.jdis.MethodData
-
Prints the method data to the current output stream.
- print() - Method in class org.openjdk.asmtools.jdis.ModuleData
-
- print() - Method in class org.openjdk.asmtools.jdis.NestHostData
-
- print(PrintWriter, String) - Method in class org.openjdk.asmtools.jdis.ParameterAnnotationData
-
- print() - Method in class org.openjdk.asmtools.jdis.RecordData
-
Prints the record data to the current output stream.
- print(String, String) - Method in class org.openjdk.asmtools.jdis.SignatureData
-
- printAnnotations(String) - Method in class org.openjdk.asmtools.jdis.MemberData
-
- printBody(PrintWriter, String) - Method in class org.openjdk.asmtools.jdis.AnnotationData
-
- printBody(PrintWriter, String) - Method in class org.openjdk.asmtools.jdis.TypeAnnotationData
-
- printCannotReadMsg - Variable in class org.openjdk.asmtools.common.Tool
-
- printHeader(PrintWriter, String) - Method in class org.openjdk.asmtools.jdis.AnnotationData
-
- println(String) - Method in class org.openjdk.asmtools.common.Tool
-
Top level print message
- println() - Method in class org.openjdk.asmtools.common.Tool
-
- printlnClassId(PrintWriter, int) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
prints a constant value, with the print format based on the print options.
- printlnClassId(PrintWriter, int, boolean) - Method in class org.openjdk.asmtools.jdis.ConstantPool
-
- printPAnnotations() - Method in class org.openjdk.asmtools.jdis.MethodData
-
printPAnnotations
- printPool() - Method in class org.openjdk.asmtools.jasm.ConstantPool
-
- printval() - Method in enum org.openjdk.asmtools.jasm.JasmTokens.KeywordType
-
- printval() - Method in enum org.openjdk.asmtools.jasm.JasmTokens.TokenType
-
- printval() - Method in enum org.openjdk.asmtools.jasm.OpcodeTables.OpcodeType
-
- printval() - Method in enum org.openjdk.asmtools.jasm.Tables.AnnotElemType
-
- printval() - Method in enum org.openjdk.asmtools.jasm.Tables.AttrTag
-
- printval() - Method in enum org.openjdk.asmtools.jasm.Tables.BasicType
-
- printval() - Method in enum org.openjdk.asmtools.jasm.Tables.CF_Context
-
- printval() - Method in enum org.openjdk.asmtools.jasm.Tables.ConstType
-
- printval() - Method in enum org.openjdk.asmtools.jasm.Tables.StackMapType
-
- printval() - Method in enum org.openjdk.asmtools.jasm.Tables.SubTag
-
- printval() - Method in enum org.openjdk.asmtools.jcoder.JcodTokens.ConstType
-
- printval() - Method in enum org.openjdk.asmtools.jcoder.JcodTokens.KeywordType
-
- printval() - Method in enum org.openjdk.asmtools.jcoder.JcodTokens.Token
-
- printval() - Method in enum org.openjdk.asmtools.jcoder.JcodTokens.TokenType
-
- printValue() - Method in enum org.openjdk.asmtools.jasm.JasmTokens.Token
-
- printValue() - Method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetInfo
-
- printVar(StringBuilder, StringBuilder, int, int) - Method in class org.openjdk.asmtools.jdis.MemberData
-
- printVersion() - Static method in class org.openjdk.asmtools.Main
-
Prints the tools version
- ProductInfo - Class in org.openjdk.asmtools.util
-
Class providing an access to the product info.
- ProductInfo() - Constructor for class org.openjdk.asmtools.util.ProductInfo
-
- programName - Variable in class org.openjdk.asmtools.common.Tool
-
- Provided(String) - Constructor for class org.openjdk.asmtools.common.Module.Provided
-
- provides(Module.Provided, Set<String>) - Method in class org.openjdk.asmtools.common.Module.Builder
-
- provides(String, Set<String>) - Method in class org.openjdk.asmtools.common.Module.Builder
-
- provides - Variable in class org.openjdk.asmtools.common.Module
-
- Tables - Class in org.openjdk.asmtools.jasm
-
Tables
The classes in Tables are following a Singleton Pattern.
- Tables() - Constructor for class org.openjdk.asmtools.jasm.Tables
-
- Tables.AnnotElemType - Enum in org.openjdk.asmtools.jasm
-
AnnotElemType enums
- Tables.AttrTag - Enum in org.openjdk.asmtools.jasm
-
Attribute descriptor enums
- Tables.BasicType - Enum in org.openjdk.asmtools.jasm
-
BasicType enums
- Tables.CF_Context - Enum in org.openjdk.asmtools.jasm
-
CF_Context enums
- Tables.ConstType - Enum in org.openjdk.asmtools.jasm
-
ConstType
A (typed) tag (constant) representing the type of Constant in the Constant Pool.
- Tables.StackMapFrameType - Enum in org.openjdk.asmtools.jasm
-
StackMap-FrameType table.
- Tables.StackMapType - Enum in org.openjdk.asmtools.jasm
-
MapTypes table.
- Tables.SubTag - Enum in org.openjdk.asmtools.jasm
-
SubTag enums
- tag - Variable in class org.openjdk.asmtools.jasm.ConstantPool.ConstValue
-
- tag(int) - Static method in class org.openjdk.asmtools.jasm.Tables
-
- tag(String) - Static method in class org.openjdk.asmtools.jasm.Tables
-
- tag() - Method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.EPathKind
-
- tag - Variable in class org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
-
tag the descriptor for the constant
- tag - Variable in class org.openjdk.asmtools.jdis.ConstantPool.Constant
-
tag the descriptor for the constant
- tagname() - Method in enum org.openjdk.asmtools.jdis.ConstantPool.SUBTAG
-
- tagname() - Method in enum org.openjdk.asmtools.jdis.ConstantPool.TAG
-
- targetInfo - Variable in class org.openjdk.asmtools.jasm.TypeAnnotationData
-
- targetInfo() - Method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetType
-
- targetType - Variable in class org.openjdk.asmtools.jasm.TypeAnnotationData
-
- targettype - Variable in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
-
- TC_ARRAY - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_BOOLEAN - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_BYTE - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_CHAR - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_CLASS - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_DOUBLE - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_ERROR - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_FLOAT - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_INT - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_LONG - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_METHOD - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_NULL - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_SHORT - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TC_VOID - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TextLines - Class in org.openjdk.asmtools.jdis
-
A container for the java sources tied to an jasm output when -sl in on
- TextLines(Path, String) - Constructor for class org.openjdk.asmtools.jdis.TextLines
-
- this_cpx - Variable in class org.openjdk.asmtools.jdis.ClassData
-
- throws_target(TypeAnnotationTypes.ETargetType, int) - Constructor for class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.throws_target
-
- TM_ARRAY - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_BOOLEAN - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_BYTE - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_CHAR - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_CLASS - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_DOUBLE - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_ERROR - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_FLOAT - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_INT - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_INT32 - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_INTEGER - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_LONG - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_METHOD - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_NULL - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_NUM32 - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_NUM64 - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_NUMBER - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_REAL - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_REFERENCE - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_SHORT - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- TM_VOID - Static variable in interface org.openjdk.asmtools.jasm.Constants
-
- toHex(long, int) - Static method in class org.openjdk.asmtools.asmutils.HexUtils
-
- toHex(long) - Static method in class org.openjdk.asmtools.asmutils.HexUtils
-
- toHex(int) - Static method in class org.openjdk.asmtools.asmutils.HexUtils
-
- token - Variable in class org.openjdk.asmtools.jasm.Scanner
-
Current token
- token(int) - Static method in class org.openjdk.asmtools.jcoder.JcodTokens
-
- token(String) - Static method in class org.openjdk.asmtools.jcoder.JcodTokens
-
- token - Variable in class org.openjdk.asmtools.jcoder.Scanner
-
Current token
- token_ID(String) - Static method in class org.openjdk.asmtools.jcoder.JcodTokens
-
- Tool - Class in org.openjdk.asmtools.common
-
- Tool(PrintWriter, String) - Constructor for class org.openjdk.asmtools.common.Tool
-
- Tool(PrintWriter, PrintWriter, String) - Constructor for class org.openjdk.asmtools.common.Tool
-
- tool - Variable in class org.openjdk.asmtools.jdis.ClassData
-
- toString() - Method in class org.openjdk.asmtools.common.Module.FlaggedTargetType
-
- toString() - Method in class org.openjdk.asmtools.common.Module.TargetType
-
- toString() - Method in class org.openjdk.asmtools.common.Module
-
- toString() - Method in class org.openjdk.asmtools.jasm.ConstantPool.ConstCell
-
- toString() - Method in class org.openjdk.asmtools.jasm.ConstantPool.ConstValue
-
- toString() - Method in class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_IndyOrCondyPair
-
- toString() - Method in class org.openjdk.asmtools.jasm.ConstantPool.ConstValue_Pair
-
- toString() - Method in enum org.openjdk.asmtools.jasm.JasmTokens.Token
-
- toString(int, Tables.CF_Context) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- toString() - Method in enum org.openjdk.asmtools.jasm.Tables.ConstType
-
- toString() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationData
-
- toString(int) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationData
-
- toString() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.localvar_target.LocalVar_Entry
-
- toString() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
-
- toString(int) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
-
- toString(int) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypePathData
-
- toString() - Method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetType
-
- toString() - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypePathEntry
-
- toString() - Method in enum org.openjdk.asmtools.jcoder.JcodTokens.ConstType
-
- toString() - Method in enum org.openjdk.asmtools.jcoder.JcodTokens.Token
-
- toString() - Method in class org.openjdk.asmtools.jdis.AnnotationData
-
- toString() - Method in class org.openjdk.asmtools.jdis.AnnotationElement.Annot_AnnotValue
-
- toString() - Method in class org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
-
- toString() - Method in class org.openjdk.asmtools.jdis.AnnotationElement.Array_AnnotValue
-
- toString() - Method in class org.openjdk.asmtools.jdis.AnnotationElement.CPX2_AnnotValue
-
- toString() - Method in class org.openjdk.asmtools.jdis.AnnotationElement.CPX_AnnotValue
-
- toString() - Method in class org.openjdk.asmtools.jdis.AnnotationElement
-
- toString() - Method in class org.openjdk.asmtools.jdis.ConstantPool.Constant
-
- toString() - Method in enum org.openjdk.asmtools.jdis.ConstantPool.SUBTAG
-
- toString() - Method in enum org.openjdk.asmtools.jdis.ConstantPool.TAG
-
- toString() - Method in class org.openjdk.asmtools.jdis.Options
-
- toString() - Method in class org.openjdk.asmtools.jdis.SignatureData
-
- trace(String) - Method in class org.openjdk.asmtools.jcoder.SourceFile
-
- trace(String) - Static method in class org.openjdk.asmtools.jdis.TraceUtils
-
- trace(int, String) - Static method in class org.openjdk.asmtools.jdis.TraceUtils
-
- traceln(String) - Method in class org.openjdk.asmtools.jcoder.SourceFile
-
- traceln(String) - Static method in class org.openjdk.asmtools.jdis.TraceUtils
-
- traceln(String...) - Static method in class org.openjdk.asmtools.jdis.TraceUtils
-
- traceln(int, String) - Static method in class org.openjdk.asmtools.jdis.TraceUtils
-
- traceln(int, String...) - Static method in class org.openjdk.asmtools.jdis.TraceUtils
-
- TraceUtils - Class in org.openjdk.asmtools.jdis
-
- TraceUtils() - Constructor for class org.openjdk.asmtools.jdis.TraceUtils
-
- type() - Method in enum org.openjdk.asmtools.jasm.OpcodeTables.Opcode
-
- type_annotAttrInv - Variable in class org.openjdk.asmtools.jasm.MemberData
-
- type_annotAttrVis - Variable in class org.openjdk.asmtools.jasm.MemberData
-
- type_argument_target(TypeAnnotationTypes.ETargetType, int, int) - Constructor for class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.type_argument_target
-
- type_cpx - Variable in class org.openjdk.asmtools.jdis.FieldData
-
- type_parameter_bound_target(TypeAnnotationTypes.ETargetType, int, int) - Constructor for class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.type_parameter_bound_target
-
- type_parameter_target(TypeAnnotationTypes.ETargetType, int) - Constructor for class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.type_parameter_target
-
- TypeAnnotationData - Class in org.openjdk.asmtools.jasm
-
JVMS 4.7.20.
- TypeAnnotationData(Argument, boolean) - Constructor for class org.openjdk.asmtools.jasm.TypeAnnotationData
-
- TypeAnnotationData - Class in org.openjdk.asmtools.jdis
-
Type Annotation data is a specific kind of AnnotationData.
- TypeAnnotationData(boolean, ClassData) - Constructor for class org.openjdk.asmtools.jdis.TypeAnnotationData
-
- TypeAnnotationTargetInfoData - Class in org.openjdk.asmtools.jasm
-
TargetInfo (4.7.20.1.
- TypeAnnotationTargetInfoData(TypeAnnotationTypes.ETargetType) - Constructor for class org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
-
- TypeAnnotationTargetInfoData.catch_target - Class in org.openjdk.asmtools.jasm
-
catch_target (4.7.20.1.
- TypeAnnotationTargetInfoData.empty_target - Class in org.openjdk.asmtools.jasm
-
empty_target (4.7.20.1.
- TypeAnnotationTargetInfoData.formal_parameter_target - Class in org.openjdk.asmtools.jasm
-
formal_parameter_target (4.7.20.1.
- TypeAnnotationTargetInfoData.localvar_target - Class in org.openjdk.asmtools.jasm
-
localvar_target (4.7.20.1.
- TypeAnnotationTargetInfoData.localvar_target.LocalVar_Entry - Class in org.openjdk.asmtools.jasm
-
- TypeAnnotationTargetInfoData.offset_target - Class in org.openjdk.asmtools.jasm
-
offset_target (4.7.20.1.
- TypeAnnotationTargetInfoData.supertype_target - Class in org.openjdk.asmtools.jasm
-
supertype_target (4.7.20.1.
- TypeAnnotationTargetInfoData.throws_target - Class in org.openjdk.asmtools.jasm
-
throws_target (4.7.20.1.
- TypeAnnotationTargetInfoData.type_argument_target - Class in org.openjdk.asmtools.jasm
-
type_argument_target (4.7.20.1.
- TypeAnnotationTargetInfoData.type_parameter_bound_target - Class in org.openjdk.asmtools.jasm
-
type_parameter_bound_target (4.7.20.1.
- TypeAnnotationTargetInfoData.type_parameter_target - Class in org.openjdk.asmtools.jasm
-
type_parameter_target (4.7.20.1.
- TypeAnnotationTargetVisitor() - Constructor for class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypeAnnotationTargetVisitor
-
- TypeAnnotationTypePathData - Class in org.openjdk.asmtools.jasm
-
JVMS 4.7.20.2.
- TypeAnnotationTypePathData() - Constructor for class org.openjdk.asmtools.jasm.TypeAnnotationTypePathData
-
- TypeAnnotationTypes - Class in org.openjdk.asmtools.jasm
-
Type annotation types: target_type, target_info && target_path
- TypeAnnotationTypes() - Constructor for class org.openjdk.asmtools.jasm.TypeAnnotationTypes
-
- TypeAnnotationTypes.EPathKind - Enum in org.openjdk.asmtools.jasm
-
Interpretation of type_path_kind values (Table 4.7.20.2-A)
- TypeAnnotationTypes.ETargetInfo - Enum in org.openjdk.asmtools.jasm
-
union {
type_parameter_target;
supertype_target;
type_parameter_bound_target;
empty_target;
method_formal_parameter_target;
throws_target;
localvar_target;
catch_target;
offset_target;
type_argument_target;
} target_info;
- TypeAnnotationTypes.ETargetType - Enum in org.openjdk.asmtools.jasm
-
Interpretation of target_type values (Table 4.7.20-A./B.)
- TypeAnnotationTypes.TypeAnnotationTargetVisitor - Class in org.openjdk.asmtools.jasm
-
- TypeAnnotationTypes.TypePathEntry - Class in org.openjdk.asmtools.jasm
-
- typePath - Variable in class org.openjdk.asmtools.jasm.TypeAnnotationData
-
- TypePathEntry(int, int) - Constructor for class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypePathEntry
-
- TypePathEntry(TypeAnnotationTypes.EPathKind, int) - Constructor for class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypePathEntry
-
- val() - Method in enum org.openjdk.asmtools.jasm.Tables.AnnotElemType
-
- val() - Method in enum org.openjdk.asmtools.jasm.Tables.CF_Context
-
- validAbstractMethod(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- validAccess(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- validClass(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- validExports(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- validField(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- validInitMethod(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- validInnerClass(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- validInterface(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- validInterfaceField(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- validInterfaceMethod(int, ClassData) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- validMethod(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- validRequires(int) - Static method in class org.openjdk.asmtools.jasm.Modifiers
-
- value() - Method in enum org.openjdk.asmtools.jasm.JasmTokens.Token
-
- value() - Method in enum org.openjdk.asmtools.jasm.OpcodeTables.Opcode
-
- value() - Method in enum org.openjdk.asmtools.jasm.Tables.ConstType
-
- value() - Method in enum org.openjdk.asmtools.jasm.Tables.StackMapFrameType
-
- value() - Method in enum org.openjdk.asmtools.jasm.Tables.StackMapType
-
- value() - Method in enum org.openjdk.asmtools.jasm.Tables.SubTag
-
- value - Variable in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetType
-
- value() - Method in enum org.openjdk.asmtools.jcoder.JcodTokens.ConstType
-
- value() - Method in enum org.openjdk.asmtools.jcoder.JcodTokens.Token
-
- value - Variable in class org.openjdk.asmtools.jdis.AnnotationElement
-
- value() - Method in enum org.openjdk.asmtools.jdis.ConstantPool.SUBTAG
-
- value() - Method in enum org.openjdk.asmtools.jdis.ConstantPool.TAG
-
- value_cpx - Variable in class org.openjdk.asmtools.jdis.FieldData
-
- valueOf(String) - Static method in enum org.openjdk.asmtools.common.Module.Modifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.ConstantPool.ReferenceRank
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.AnnotationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.KeywordType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.Token
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.OpcodeTables.Opcode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.OpcodeTables.OpcodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.Tables.AnnotElemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.Tables.AttrTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.Tables.BasicType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.Tables.CF_Context
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.Tables.ConstType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.Tables.StackMapFrameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.Tables.StackMapType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.Tables.SubTag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.EPathKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jcoder.JcodTokens.ConstType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jcoder.JcodTokens.KeywordType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jcoder.JcodTokens.Token
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jcoder.JcodTokens.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jdis.ConstantPool.SUBTAG
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jdis.ConstantPool.TAG
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.openjdk.asmtools.jdis.Options.PR
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openjdk.asmtools.common.Module.Modifier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.ConstantPool.ReferenceRank
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.AnnotationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.KeywordType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.Token
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.JasmTokens.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.OpcodeTables.Opcode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.OpcodeTables.OpcodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.Tables.AnnotElemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.Tables.AttrTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.Tables.BasicType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.Tables.CF_Context
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.Tables.ConstType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.Tables.StackMapFrameType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.Tables.StackMapType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.Tables.SubTag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.EPathKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetInfo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jasm.TypeAnnotationTypes.ETargetType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jcoder.JcodTokens.ConstType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jcoder.JcodTokens.KeywordType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jcoder.JcodTokens.Token
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jcoder.JcodTokens.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jdis.ConstantPool.SUBTAG
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jdis.ConstantPool.TAG
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.openjdk.asmtools.jdis.Options.PR
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class org.openjdk.asmtools.util.ProductInfo
-
Version of the product in the short format, like 5.0
- visAnnotToken - Variable in class org.openjdk.asmtools.jdis.AnnotationData
-
- visibleAnnotations - Variable in class org.openjdk.asmtools.jdis.MemberData
-
The visible annotations for this class, member( field or method) or record component
- visibleParameterAnnotations - Variable in class org.openjdk.asmtools.jdis.MethodData
-
The visible parameter annotations for this method
- visibleTypeAnnotations - Variable in class org.openjdk.asmtools.jdis.MemberData
-
The visible annotations for this class, member( field or method) or record component
- visit(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visit(ConstantPool.ConstValue) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visit(TypeAnnotationTypes.ETargetType) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypeAnnotationTargetVisitor
-
- visit_catch_target(TypeAnnotationTypes.ETargetType) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypeAnnotationTargetVisitor
-
- visit_empty_target(TypeAnnotationTypes.ETargetType) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypeAnnotationTargetVisitor
-
- visit_localvar_target(TypeAnnotationTypes.ETargetType) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypeAnnotationTargetVisitor
-
- visit_methodformalparam_target(TypeAnnotationTypes.ETargetType) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypeAnnotationTargetVisitor
-
- visit_offset_target(TypeAnnotationTypes.ETargetType) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypeAnnotationTargetVisitor
-
- visit_supertype_target(TypeAnnotationTypes.ETargetType) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypeAnnotationTargetVisitor
-
- visit_throws_target(TypeAnnotationTypes.ETargetType) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypeAnnotationTargetVisitor
-
- visit_type_param_target(TypeAnnotationTypes.ETargetType) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypeAnnotationTargetVisitor
-
- visit_typearg_target(TypeAnnotationTypes.ETargetType) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypeAnnotationTargetVisitor
-
- visit_typeparam_bound_target(TypeAnnotationTypes.ETargetType) - Method in class org.openjdk.asmtools.jasm.TypeAnnotationTypes.TypeAnnotationTargetVisitor
-
- visitClass(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitClass(ConstantPool.ConstValue_Cell) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitDefault(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitDefault(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitDouble(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitDouble(ConstantPool.ConstValue_Long) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitDynamic(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitDynamic(ConstantPool.ConstValue_CondyPair) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitField(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitField(ConstantPool.ConstValue_Pair) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitFloat(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitFloat(ConstantPool.ConstValue_Integer) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitInteger(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitInteger(ConstantPool.ConstValue_Integer) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitInterfacemethod(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitInterfacemethod(ConstantPool.ConstValue_Pair) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitInvokedynamic(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitInvokedynamic(ConstantPool.ConstValue_IndyPair) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitLong(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitLong(ConstantPool.ConstValue_Long) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitMethod(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitMethod(ConstantPool.ConstValue_Pair) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitMethodhandle(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitMethodhandle(ConstantPool.ConstValue_Pair) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitMethodtype(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitMethodtype(ConstantPool.ConstValue_Cell) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitModule(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitModule(ConstantPool.ConstValue_Cell) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitNameandtype(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitNameandtype(ConstantPool.ConstValue_Pair) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitPackage(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitPackage(ConstantPool.ConstValue_Cell) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitString(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitString(ConstantPool.ConstValue_Cell) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-
- visitUTF8(Tables.ConstType) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPTagVisitor
-
- visitUTF8(ConstantPool.ConstValue_String) - Method in class org.openjdk.asmtools.jasm.ConstantPool.CPVisitor
-