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

A

addEnumInstance(Class<T>, T) - Static method in class net.lenni0451.reflect.Enums
Add a new enum value to an enum class.
addToSystemClassPath(URL) - Static method in class net.lenni0451.reflect.ClassLoaders
Add a URL to the system classpath.
Agents - Class in net.lenni0451.reflect
This class contains some useful methods for working with agents.
Agents() - Constructor for class net.lenni0451.reflect.Agents
 
ASMAccess - Class in net.lenni0451.reflect
A wrapper for the java internal ASM library.
ASMAccess.MethodVisitorAccess - Class in net.lenni0451.reflect
 

B

by(Class<?>...) - Method in class net.lenni0451.reflect.stream.constructor.ConstructorStream
Get a constructor by the given parameter types.
by(int) - Method in class net.lenni0451.reflect.stream.constructor.ConstructorStream
Get a constructor by the given index.
by(String) - Method in class net.lenni0451.reflect.stream.field.FieldStream
Get a field by the given name.
by(int) - Method in class net.lenni0451.reflect.stream.field.FieldStream
Get a field by the given index.
by(String) - Method in class net.lenni0451.reflect.stream.method.MethodStream
Get a method by the given name.
by(Class<?>...) - Method in class net.lenni0451.reflect.stream.method.MethodStream
Get a method by the given parameter types.
by(String, Class<?>...) - Method in class net.lenni0451.reflect.stream.method.MethodStream
Get a method by the given name and parameter types.
by(int) - Method in class net.lenni0451.reflect.stream.method.MethodStream
Get a method by the given index.

C

Classes - Class in net.lenni0451.reflect
This class contains some useful methods for working with classes.
Classes() - Constructor for class net.lenni0451.reflect.Classes
 
ClassLoaders - Class in net.lenni0451.reflect
This class contains some useful methods for working with class loaders.
ClassLoaders() - Constructor for class net.lenni0451.reflect.ClassLoaders
 
clazz() - Method in class net.lenni0451.reflect.stream.RStream
 
clearReflectionFilter() - Static method in class net.lenni0451.reflect.JavaBypass
Clear the reflection filter maps.
Constructors - Class in net.lenni0451.reflect
This class contains some useful methods for working with constructors.
Constructors() - Constructor for class net.lenni0451.reflect.Constructors
 
constructors() - Method in class net.lenni0451.reflect.stream.RStream
 
ConstructorStream - Class in net.lenni0451.reflect.stream.constructor
A stream of all constructors of a class.
ConstructorStream(RStream) - Constructor for class net.lenni0451.reflect.stream.constructor.ConstructorStream
 
ConstructorWrapper - Class in net.lenni0451.reflect.stream.constructor
A wrapper of the Constructor class for easy access to all required methods.
ConstructorWrapper(ConstructorStream, Constructor<?>) - Constructor for class net.lenni0451.reflect.stream.constructor.ConstructorWrapper
 
copy(Object, Object, Field) - Static method in class net.lenni0451.reflect.Fields
Copy the value of the field from one instance to another.
copy(Object) - Method in class net.lenni0451.reflect.stream.field.FieldWrapper
Copy the value of the Field to the given target
copy(Object, Object) - Method in class net.lenni0451.reflect.stream.field.FieldWrapper
Copy the value of the Field to the given target with the given owner
copyBoolean(Object, Object, Field) - Static method in class net.lenni0451.reflect.Fields
Copy the boolean value of the field from one instance to another.
copyByte(Object, Object, Field) - Static method in class net.lenni0451.reflect.Fields
Copy the byte value of the field from one instance to another.
copyChar(Object, Object, Field) - Static method in class net.lenni0451.reflect.Fields
Copy the char value of the field from one instance to another.
copyDouble(Object, Object, Field) - Static method in class net.lenni0451.reflect.Fields
Copy the double value of the field from one instance to another.
copyFloat(Object, Object, Field) - Static method in class net.lenni0451.reflect.Fields
Copy the float value of the field from one instance to another.
copyInt(Object, Object, Field) - Static method in class net.lenni0451.reflect.Fields
Copy the int value of the field from one instance to another.
copyLong(Object, Object, Field) - Static method in class net.lenni0451.reflect.Fields
Copy the long value of the field from one instance to another.
copyModule(Class<?>, Class<?>) - Static method in class net.lenni0451.reflect.Modules
Copy the module from one class to another.
copyObject(Object, Object, Field) - Static method in class net.lenni0451.reflect.Fields
Copy the value of the field from one instance to another.
copyShort(Object, Object, Field) - Static method in class net.lenni0451.reflect.Fields
Copy the short value of the field from one instance to another.
create(int, String, String, String, String[]) - Static method in class net.lenni0451.reflect.ASMAccess
 
createDummyAgent(Class<?>) - Static method in class net.lenni0451.reflect.Agents
Create a temp empty dummy agent jar for a given class.
createDummyAgent(File, String) - Static method in class net.lenni0451.reflect.Agents
Create an empty dummy agent jar for a given class.

D

dash(String) - Static method in class net.lenni0451.reflect.ASMAccess
 
dash(Class<?>) - Static method in class net.lenni0451.reflect.ASMAccess
 
defineAnonymousClass(Class<?>, byte[]) - Static method in class net.lenni0451.reflect.ClassLoaders
Define an anonymous class.
defineAnonymously(Class<?>) - Method in class net.lenni0451.reflect.ASMAccess
 
defineClass(ClassLoader, String, byte[]) - Static method in class net.lenni0451.reflect.ClassLoaders
Define a class using the given class loader.
defineClass(ClassLoader, String, byte[], ProtectionDomain) - Static method in class net.lenni0451.reflect.ClassLoaders
Define a class using the given class loader.
defineClass(ClassLoader, String, byte[], int, int, ProtectionDomain) - Static method in class net.lenni0451.reflect.ClassLoaders
Define a class using the given class loader.
defineMetafactory(Class<?>) - Method in class net.lenni0451.reflect.ASMAccess
 
desc(String) - Static method in class net.lenni0451.reflect.ASMAccess
 
desc(Class<?>) - Static method in class net.lenni0451.reflect.ASMAccess
 
desc(Method) - Static method in class net.lenni0451.reflect.ASMAccess
 
desc(Class<?>[], Class<?>) - Static method in class net.lenni0451.reflect.ASMAccess
 

E

Enums - Class in net.lenni0451.reflect
This class contains some useful methods for working with enums.
Enums() - Constructor for class net.lenni0451.reflect.Enums
 

F

FieldAccessor - Class in net.lenni0451.reflect.accessor
Generate a getter/setter instance for a field.
FieldAccessor() - Constructor for class net.lenni0451.reflect.accessor.FieldAccessor
 
Fields - Class in net.lenni0451.reflect
This class contains some useful methods for working with fields.
Fields() - Constructor for class net.lenni0451.reflect.Fields
 
fields() - Method in class net.lenni0451.reflect.stream.RStream
 
FieldStream - Class in net.lenni0451.reflect.stream.field
A stream of all fields of a class and super classes (if wanted).
FieldStream(RStream, boolean) - Constructor for class net.lenni0451.reflect.stream.field.FieldStream
 
FieldWrapper - Class in net.lenni0451.reflect.stream.field
A wrapper of the Field class for easy access to all required methods.
FieldWrapper(FieldStream, Field) - Constructor for class net.lenni0451.reflect.stream.field.FieldWrapper
 
filter(Predicate<ConstructorWrapper>) - Method in class net.lenni0451.reflect.stream.constructor.ConstructorStream
Filter the methods with the given filter.
filter(Class<?>...) - Method in class net.lenni0451.reflect.stream.constructor.ConstructorStream
Filter the methods by the given parameter types.
filter(boolean) - Method in class net.lenni0451.reflect.stream.constructor.ConstructorStream
Filter the constructors by whether they are static.
filter(Predicate<FieldWrapper>) - Method in class net.lenni0451.reflect.stream.field.FieldStream
Filter the fields with the given filter.
filter(Class<?>) - Method in class net.lenni0451.reflect.stream.field.FieldStream
Filter the fields by the given type.
filter(boolean) - Method in class net.lenni0451.reflect.stream.field.FieldStream
Filter the fields by whether tey are static.
filter(Predicate<MethodWrapper>) - Method in class net.lenni0451.reflect.stream.method.MethodStream
Filter the methods with the given filter.
filter(String) - Method in class net.lenni0451.reflect.stream.method.MethodStream
Filter the methods by the given name.
filter(Class<?>...) - Method in class net.lenni0451.reflect.stream.method.MethodStream
Filter the methods by the given parameter types.
filter(boolean) - Method in class net.lenni0451.reflect.stream.method.MethodStream
Filter the methods by whether they are static.
forEach(Consumer<ConstructorWrapper>) - Method in class net.lenni0451.reflect.stream.constructor.ConstructorStream
Loop through all constructors in this stream.
forEach(Consumer<FieldWrapper>) - Method in class net.lenni0451.reflect.stream.field.FieldStream
Loop through all fields in this stream.
forEach(Consumer<MethodWrapper>) - Method in class net.lenni0451.reflect.stream.method.MethodStream
Loop through all methods in this stream.
forName(String) - Static method in class net.lenni0451.reflect.Classes
Get a class by its name.
forName(ClassLoader, String) - Static method in class net.lenni0451.reflect.Classes
Get a class by its name from a given class loader.
forName(ClassLoader, String, boolean) - Static method in class net.lenni0451.reflect.Classes
Get a class by its name from a given class loader.

G

get(Object, Field) - Static method in class net.lenni0451.reflect.Fields
Get the value of a field.
get() - Method in class net.lenni0451.reflect.stream.field.FieldWrapper
Get the value of the field.
get(Object) - Method in class net.lenni0451.reflect.stream.field.FieldWrapper
Get the value of the field with the given instance.
getBoolean(Object, Field) - Static method in class net.lenni0451.reflect.Fields
Get the boolean value of a field.
getByte(Object, Field) - Static method in class net.lenni0451.reflect.Fields
Get the byte value of a field.
getChar(Object, Field) - Static method in class net.lenni0451.reflect.Fields
Get the char value of a field.
getDeclaredClass(Class<?>, String) - Static method in class net.lenni0451.reflect.Classes
Get a declared class of a class by its simple name.
getDeclaredClasses(Class<?>) - Static method in class net.lenni0451.reflect.Classes
Get all declared classes of a class.
getDeclaredConstructor(Class<T>, Class<?>...) - Static method in class net.lenni0451.reflect.Constructors
Get a declared constructor of a class by its parameter types.
getDeclaredConstructors(Class<T>) - Static method in class net.lenni0451.reflect.Constructors
Get all declared constructors of a class.
getDeclaredField(Class<?>, String) - Static method in class net.lenni0451.reflect.Fields
Get a declared field of a class by its name.
getDeclaredFields(Class<?>) - Static method in class net.lenni0451.reflect.Fields
Get all declared fields of a class.
getDeclaredMethod(Class<?>, String, Class<?>...) - Static method in class net.lenni0451.reflect.Methods
Get a declared method of a class by its name and parameter types.
getDeclaredMethods(Class<?>) - Static method in class net.lenni0451.reflect.Methods
Get all declared methods of a class.
getDouble(Object, Field) - Static method in class net.lenni0451.reflect.Fields
Get the double value of a field.
getFloat(Object, Field) - Static method in class net.lenni0451.reflect.Fields
Get the float value of a field.
getInstrumentation() - Static method in class net.lenni0451.reflect.Agents
Get an instrumentation instance by loading an agent during runtime.
getInt(Object, Field) - Static method in class net.lenni0451.reflect.Fields
Get the int value of a field.
getLoadOpcode(Class<?>) - Static method in class net.lenni0451.reflect.ASMAccess
 
getLong(Object, Field) - Static method in class net.lenni0451.reflect.Fields
Get the long value of a field.
getObject(Object, Field) - Static method in class net.lenni0451.reflect.Fields
Get the value of a field.
getReturnOpcode(Class<?>) - Static method in class net.lenni0451.reflect.ASMAccess
 
getShort(Object, Field) - Static method in class net.lenni0451.reflect.Fields
Get the short value of a field.
getSystemClassPath() - Static method in class net.lenni0451.reflect.ClassLoaders
Get all URLs of the system classpath.
getTrustedLookup() - Static method in class net.lenni0451.reflect.JavaBypass
Get the trusted lookup instance.
getUnsafe() - Static method in class net.lenni0451.reflect.JavaBypass
Get the unsafe instance.

I

instance(Object, Field) - Static method in class net.lenni0451.reflect.Fields
Get the instance used for getting/setting the value of the field using unsafe.
instance() - Method in class net.lenni0451.reflect.stream.RStream
 
invoke(Constructor<T>, Object...) - Static method in class net.lenni0451.reflect.Constructors
Invoke a constructor without any checks.
invoke(Object, Method, Object...) - Static method in class net.lenni0451.reflect.Methods
Invoke a method without any checks.
invoke() - Method in class net.lenni0451.reflect.stream.method.MethodWrapper
Invoke the method without any arguments.
invokeArgs(Object...) - Method in class net.lenni0451.reflect.stream.method.MethodWrapper
Invoke the method with the given arguments.
invokeInstance(Object, Object...) - Method in class net.lenni0451.reflect.stream.method.MethodWrapper
Invoke the method of the given instance with the given arguments.
invokeSuper(I, Class<S>, Method, Object...) - Static method in class net.lenni0451.reflect.Methods
Invoke a super method without any checks.
isAbstract() - Method in class net.lenni0451.reflect.stream.general.ModifierWrapper
Targets: Method.
isFinal() - Method in class net.lenni0451.reflect.stream.general.ModifierWrapper
Targets: Field, Method.
isNative() - Method in class net.lenni0451.reflect.stream.general.ModifierWrapper
Targets: Method.
isPrivate() - Method in class net.lenni0451.reflect.stream.general.ModifierWrapper
Targets: Field, Constructor, Method.
isProtected() - Method in class net.lenni0451.reflect.stream.general.ModifierWrapper
Targets: Field, Constructor, Method.
isPublic() - Method in class net.lenni0451.reflect.stream.general.ModifierWrapper
Targets: Field, Constructor, Method.
isStatic() - Method in class net.lenni0451.reflect.stream.general.ModifierWrapper
Targets: Field, Method.
isStrict() - Method in class net.lenni0451.reflect.stream.general.ModifierWrapper
Targets: Method.
isSynchronized() - Method in class net.lenni0451.reflect.stream.general.ModifierWrapper
Targets: Field, Method.
isTransient() - Method in class net.lenni0451.reflect.stream.general.ModifierWrapper
Targets: Field.
isVolatile() - Method in class net.lenni0451.reflect.stream.general.ModifierWrapper
Targets: Field.
iterator() - Method in class net.lenni0451.reflect.stream.constructor.ConstructorStream
 
iterator() - Method in class net.lenni0451.reflect.stream.field.FieldStream
 
iterator() - Method in class net.lenni0451.reflect.stream.method.MethodStream
 

J

JavaBypass - Class in net.lenni0451.reflect
The main class for bypassing java restrictions.
JavaBypass() - Constructor for class net.lenni0451.reflect.JavaBypass
 
jstream() - Method in class net.lenni0451.reflect.stream.constructor.ConstructorStream
 
jstream() - Method in class net.lenni0451.reflect.stream.field.FieldStream
 
jstream() - Method in class net.lenni0451.reflect.stream.method.MethodStream
 

L

load(File) - Static method in class net.lenni0451.reflect.Agents
Load an agent from a jar during runtime.
loadInternal(Class<?>) - Static method in class net.lenni0451.reflect.Agents
Create a dummy agent jar for the given class and load it.

M

makeDynamicGetter(Class<I>, Field) - Static method in class net.lenni0451.reflect.accessor.FieldAccessor
Create a new dynamic getter instance for the given field.
makeDynamicInvoker(Class<I>, Method) - Static method in class net.lenni0451.reflect.accessor.MethodAccessor
Create a new dynamic invoker instance for the given method.
makeDynamicSetter(Class<I>, Field) - Static method in class net.lenni0451.reflect.accessor.FieldAccessor
Create a new dynamic setter instance for the given field.
makeGetter(Class<I>, Object, Field) - Static method in class net.lenni0451.reflect.accessor.FieldAccessor
Create a new getter instance for the given field.
makeInvoker(Class<I>, Object, Method) - Static method in class net.lenni0451.reflect.accessor.MethodAccessor
Create a new invoker instance for the given method.
makeSetter(Class<?>, Object, Field) - Static method in class net.lenni0451.reflect.accessor.FieldAccessor
Create a new setter instance for the given field.
MethodAccessor - Class in net.lenni0451.reflect.accessor
Generate an invoker interface instance for a method.
MethodAccessor() - Constructor for class net.lenni0451.reflect.accessor.MethodAccessor
 
Methods - Class in net.lenni0451.reflect
This class contains some useful methods for working with methods.
Methods() - Constructor for class net.lenni0451.reflect.Methods
 
methods() - Method in class net.lenni0451.reflect.stream.RStream
 
MethodStream - Class in net.lenni0451.reflect.stream.method
A stream of all methods of a class and super classes (if wanted).
MethodStream(RStream, boolean) - Constructor for class net.lenni0451.reflect.stream.method.MethodStream
 
MethodWrapper - Class in net.lenni0451.reflect.stream.method
A wrapper of the Method class for easy access to all required methods.
MethodWrapper(MethodStream, Method) - Constructor for class net.lenni0451.reflect.stream.method.MethodWrapper
 
modifier() - Method in class net.lenni0451.reflect.stream.constructor.ConstructorWrapper
 
modifier() - Method in class net.lenni0451.reflect.stream.field.FieldWrapper
 
modifier() - Method in class net.lenni0451.reflect.stream.method.MethodWrapper
 
ModifierWrapper - Class in net.lenni0451.reflect.stream.general
A wrapper for field/constructor/method modifier for easier usage.
ModifierWrapper(int) - Constructor for class net.lenni0451.reflect.stream.general.ModifierWrapper
 
Modules - Class in net.lenni0451.reflect
This class contains some useful methods for working with modules.
Modules() - Constructor for class net.lenni0451.reflect.Modules
 

N

name() - Method in class net.lenni0451.reflect.stream.field.FieldWrapper
 
name() - Method in class net.lenni0451.reflect.stream.method.MethodWrapper
 
net.lenni0451.reflect - package net.lenni0451.reflect
 
net.lenni0451.reflect.accessor - package net.lenni0451.reflect.accessor
 
net.lenni0451.reflect.stream - package net.lenni0451.reflect.stream
 
net.lenni0451.reflect.stream.constructor - package net.lenni0451.reflect.stream.constructor
 
net.lenni0451.reflect.stream.field - package net.lenni0451.reflect.stream.field
 
net.lenni0451.reflect.stream.general - package net.lenni0451.reflect.stream.general
 
net.lenni0451.reflect.stream.method - package net.lenni0451.reflect.stream.method
 
newInstance(Class<T>, String, int, Class<?>[], Object[]) - Static method in class net.lenni0451.reflect.Enums
Create a new instance of an enum.
newInstance(Object...) - Method in class net.lenni0451.reflect.stream.constructor.ConstructorWrapper
Create a new instance of the owner class with the given arguments.

O

of(Class<?>) - Static method in class net.lenni0451.reflect.stream.RStream
Get a stream of the given class.
of(Class<?>, Object) - Static method in class net.lenni0451.reflect.stream.RStream
Get a stream of the given class with the given instance.
of(String) - Static method in class net.lenni0451.reflect.stream.RStream
Get a stream of the given class by name.
of(String, Object) - Static method in class net.lenni0451.reflect.stream.RStream
Get the stream of the given class by name with the given instance.
of(Object) - Static method in class net.lenni0451.reflect.stream.RStream
Get the stream of the given instance.
offset(Field) - Static method in class net.lenni0451.reflect.Fields
Get the offset of a field required for getting/setting the value of the field using unsafe.
opcode(String) - Static method in class net.lenni0451.reflect.ASMAccess
 
openModule(Class<?>) - Static method in class net.lenni0451.reflect.Modules
Open a module of a class to everyone
This allows the usage of jdk internal classes which are normally protected by restricted module access.
owner() - Method in class net.lenni0451.reflect.stream.constructor.ConstructorWrapper
 
owner() - Method in class net.lenni0451.reflect.stream.field.FieldWrapper
 
owner() - Method in class net.lenni0451.reflect.stream.method.MethodWrapper
 

P

parameterTypes() - Method in class net.lenni0451.reflect.stream.constructor.ConstructorWrapper
 
parameterTypes() - Method in class net.lenni0451.reflect.stream.method.MethodWrapper
 
parent() - Method in class net.lenni0451.reflect.stream.constructor.ConstructorStream
 
parent() - Method in class net.lenni0451.reflect.stream.constructor.ConstructorWrapper
 
parent() - Method in class net.lenni0451.reflect.stream.field.FieldStream
 
parent() - Method in class net.lenni0451.reflect.stream.field.FieldWrapper
 
parent() - Method in class net.lenni0451.reflect.stream.method.MethodStream
 
parent() - Method in class net.lenni0451.reflect.stream.method.MethodWrapper
 

R

raw() - Method in class net.lenni0451.reflect.stream.constructor.ConstructorWrapper
 
raw() - Method in class net.lenni0451.reflect.stream.field.FieldWrapper
 
raw() - Method in class net.lenni0451.reflect.stream.general.ModifierWrapper
 
raw() - Method in class net.lenni0451.reflect.stream.method.MethodWrapper
 
returnType() - Method in class net.lenni0451.reflect.stream.method.MethodWrapper
 
RStream - Class in net.lenni0451.reflect.stream
Get a stream of all fields, methods or constructors of a class.

S

set(Object, Field, T) - Static method in class net.lenni0451.reflect.Fields
Set the value of a field.
set(Object) - Method in class net.lenni0451.reflect.stream.field.FieldWrapper
Set the value of the Field
set(Object, Object) - Method in class net.lenni0451.reflect.stream.field.FieldWrapper
Set the value of the Field with the given owner
setBoolean(Object, Field, boolean) - Static method in class net.lenni0451.reflect.Fields
Set the boolean value of a field.
setByte(Object, Field, byte) - Static method in class net.lenni0451.reflect.Fields
Set the byte value of a field.
setChar(Object, Field, char) - Static method in class net.lenni0451.reflect.Fields
Set the char value of a field.
setDouble(Object, Field, double) - Static method in class net.lenni0451.reflect.Fields
Get the double value of a field.
setFloat(Object, Field, float) - Static method in class net.lenni0451.reflect.Fields
Set the float value of a field.
setInt(Object, Field, int) - Static method in class net.lenni0451.reflect.Fields
Set the int value of a field.
setLong(Object, Field, long) - Static method in class net.lenni0451.reflect.Fields
Set the long value of a field.
setObject(Object, Field, Object) - Static method in class net.lenni0451.reflect.Fields
Set the value of a field.
setShort(Object, Field, short) - Static method in class net.lenni0451.reflect.Fields
Set the short value of a field.
size() - Method in class net.lenni0451.reflect.stream.constructor.ConstructorStream
 
size() - Method in class net.lenni0451.reflect.stream.field.FieldStream
 
size() - Method in class net.lenni0451.reflect.stream.method.MethodStream
 

T

toByteArray() - Method in class net.lenni0451.reflect.ASMAccess
 
TRUSTED_LOOKUP - Static variable in class net.lenni0451.reflect.JavaBypass
The instance of the trusted lookup.
type() - Method in class net.lenni0451.reflect.stream.field.FieldWrapper
 

U

UNSAFE - Static variable in class net.lenni0451.reflect.JavaBypass
The instance of the unsafe class.

V

visitEnd() - Method in class net.lenni0451.reflect.ASMAccess.MethodVisitorAccess
 
visitField(int, String, String, String, Object) - Method in class net.lenni0451.reflect.ASMAccess
 
visitFieldInsn(int, String, String, String) - Method in class net.lenni0451.reflect.ASMAccess.MethodVisitorAccess
 
visitIincInsn(int, int) - Method in class net.lenni0451.reflect.ASMAccess.MethodVisitorAccess
 
visitInsn(int) - Method in class net.lenni0451.reflect.ASMAccess.MethodVisitorAccess
 
visitIntInsn(int, int) - Method in class net.lenni0451.reflect.ASMAccess.MethodVisitorAccess
 
visitLdcInsn(Object) - Method in class net.lenni0451.reflect.ASMAccess.MethodVisitorAccess
 
visitMaxs(int, int) - Method in class net.lenni0451.reflect.ASMAccess.MethodVisitorAccess
 
visitMethod(int, String, String, String, String[]) - Method in class net.lenni0451.reflect.ASMAccess
 
visitMethodInsn(int, String, String, String, boolean) - Method in class net.lenni0451.reflect.ASMAccess.MethodVisitorAccess
 
visitMultiANewArrayInsn(String, int) - Method in class net.lenni0451.reflect.ASMAccess.MethodVisitorAccess
 
visitTypeInsn(int, String) - Method in class net.lenni0451.reflect.ASMAccess.MethodVisitorAccess
 
visitVarInsn(int, int) - Method in class net.lenni0451.reflect.ASMAccess.MethodVisitorAccess
 

W

withSuper() - Method in class net.lenni0451.reflect.stream.RStream
Include fields and methods from super classes.
A B C D E F G I J L M N O P R S T U V W 
Skip navigation links