Skip navigation links
C D F G I L M N O P S T U V 

C

charAt(int) - Method in class org.jenkinsci.constant_pool_scanner.Utf8Constant
 
ClassConstant - Class in org.jenkinsci.constant_pool_scanner
Constant that refers to a class name.
ClassConstant() - Constructor for class org.jenkinsci.constant_pool_scanner.ClassConstant
 
ConstantPool - Class in org.jenkinsci.constant_pool_scanner
Parsed constants.
ConstantPoolScanner - Class in org.jenkinsci.constant_pool_scanner
Streaming parser of the constant pool in a Java class file.
ConstantType - Enum in org.jenkinsci.constant_pool_scanner
Types of constants.

D

dependencies(byte[]) - Static method in class org.jenkinsci.constant_pool_scanner.ConstantPoolScanner
Examines the constant pool of a class file and looks for references to other classes.
dependencies(InputStream) - Static method in class org.jenkinsci.constant_pool_scanner.ConstantPoolScanner
Examines the constant pool of a class file and looks for references to other classes.

F

FieldRefConstant - Class in org.jenkinsci.constant_pool_scanner
Reference to a field of another class.
FieldRefConstant() - Constructor for class org.jenkinsci.constant_pool_scanner.FieldRefConstant
 
fromTag(int) - Static method in enum org.jenkinsci.constant_pool_scanner.ConstantType
 

G

get() - Method in class org.jenkinsci.constant_pool_scanner.ClassConstant
Gets the actual class name.
get() - Method in class org.jenkinsci.constant_pool_scanner.StringConstant
 
get() - Method in class org.jenkinsci.constant_pool_scanner.Utf8Constant
 
getClassConstant() - Method in class org.jenkinsci.constant_pool_scanner.MemberRefConstant
Class that contains the method/field in question.
getClazz() - Method in class org.jenkinsci.constant_pool_scanner.MemberRefConstant
Gets the internal name of the class that contains method/field in question.
getDescriptor() - Method in class org.jenkinsci.constant_pool_scanner.MemberRefConstant
Its type descriptor, a combination of field/method return type and parameter types.
getDescriptor() - Method in class org.jenkinsci.constant_pool_scanner.NameAndTypeConstant
Its type descriptor, a combination of field/method return type and parameter types.
getDescriptorUTF8() - Method in class org.jenkinsci.constant_pool_scanner.NameAndTypeConstant
Its type descriptor, a combination of field/method return type and parameter types.
getName() - Method in class org.jenkinsci.constant_pool_scanner.MemberRefConstant
Name of the field/method.
getName() - Method in class org.jenkinsci.constant_pool_scanner.NameAndTypeConstant
Name of the field/method.
getNameAndTypeConstant() - Method in class org.jenkinsci.constant_pool_scanner.MemberRefConstant
Signature of the method/field.
getNameUTF8() - Method in class org.jenkinsci.constant_pool_scanner.NameAndTypeConstant
 
getUTF8() - Method in class org.jenkinsci.constant_pool_scanner.ClassConstant
UTF-8 constant that holds the class' internal name.

I

InterfaceMethodRefConstant - Class in org.jenkinsci.constant_pool_scanner
Reference to an interface's method for which a method handle is to be created.
InterfaceMethodRefConstant() - Constructor for class org.jenkinsci.constant_pool_scanner.InterfaceMethodRefConstant
 

L

length() - Method in class org.jenkinsci.constant_pool_scanner.Utf8Constant
 
list(Class<T>) - Method in class org.jenkinsci.constant_pool_scanner.ConstantPool
Lists up all the constants of the specified type (including subtypes if applicable.)

M

MemberRefConstant - Class in org.jenkinsci.constant_pool_scanner
Reference to a field/method of another class.
MemberRefConstant() - Constructor for class org.jenkinsci.constant_pool_scanner.MemberRefConstant
 
MethodRefConstant - Class in org.jenkinsci.constant_pool_scanner
Reference to a method in another class.
MethodRefConstant() - Constructor for class org.jenkinsci.constant_pool_scanner.MethodRefConstant
 

N

NameAndTypeConstant - Class in org.jenkinsci.constant_pool_scanner
Name of a field/method plus its descriptor.
NameAndTypeConstant() - Constructor for class org.jenkinsci.constant_pool_scanner.NameAndTypeConstant
 

O

org.jenkinsci.constant_pool_scanner - package org.jenkinsci.constant_pool_scanner
 

P

parse(byte[], ConstantType...) - Static method in class org.jenkinsci.constant_pool_scanner.ConstantPoolScanner
Parses a class file and invokes the visitor with constants.
parse(InputStream, ConstantType...) - Static method in class org.jenkinsci.constant_pool_scanner.ConstantPoolScanner
Parses a class file and invokes the visitor with constants.
parse(DataInput, Collection<ConstantType>) - Static method in class org.jenkinsci.constant_pool_scanner.ConstantPoolScanner
Parses a class file and invokes the visitor with constants.

S

size() - Method in class org.jenkinsci.constant_pool_scanner.ConstantPool
 
StringConstant - Class in org.jenkinsci.constant_pool_scanner
String constant (which is separate from UTF-8 constant.)
subSequence(int, int) - Method in class org.jenkinsci.constant_pool_scanner.Utf8Constant
 

T

tag - Variable in enum org.jenkinsci.constant_pool_scanner.ConstantType
Constant pool tag
toString() - Method in class org.jenkinsci.constant_pool_scanner.ConstantPool
 
toString() - Method in class org.jenkinsci.constant_pool_scanner.Utf8Constant
 

U

Utf8Constant - Class in org.jenkinsci.constant_pool_scanner
UTF-8 Constant (which is separate from string constant.)
Utf8Constant() - Constructor for class org.jenkinsci.constant_pool_scanner.Utf8Constant
 

V

valueOf(String) - Static method in enum org.jenkinsci.constant_pool_scanner.ConstantType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jenkinsci.constant_pool_scanner.ConstantType
Returns an array containing the constants of this enum type, in the order they are declared.
valueType - Variable in enum org.jenkinsci.constant_pool_scanner.ConstantType
The type of the constant object this kind will produce.
C D F G I L M N O P S T U V 
Skip navigation links

Copyright © 2016. All rights reserved.