Uses of Interface
de.grogra.reflect.Method
Packages that use Method
Package
Description
This package contains the logic to change the scene to be rendered
automatically.
-
Uses of Method in de.grogra.graph.impl
Methods in de.grogra.graph.impl that return Method -
Uses of Method in de.grogra.reflect
Fields in de.grogra.reflect declared as MethodMethods in de.grogra.reflect that return MethodModifier and TypeMethodDescriptionstatic Method
Reflection.findMethodInClasses
(Type type, String name) static Method
Reflection.findMethodWithPrefixInTypes
(Type type, String descriptorPrefix, boolean includeInterfaces, boolean publicOnly) ClassAdapter.getDeclaredMethod
(int index) static Method
Reflection.getDeclaredMethod
(Type type, String nameOrDescriptor) static Method
Reflection.getDeclaredMethod
(Type type, String nameOrDescriptor, Boolean requiresPublic) Type.getDeclaredMethod
(int index) TypeDecorator.getDeclaredMethod
(int index) TypeImpl.getDeclaredMethod
(int index) XArray.getDeclaredMethod
(int index) XClass.getDeclaredMethod
(int index) static Method[]
Reflection.getDeclaredMethods
(Type type) static Method
Reflection.getDefaultConstructor
(Type type) static Method
Reflection.getElementMethod
(Type type, String element) static Method
Reflection.getMostSpecificPublicConstructor
(Type type, Object value) Methods in de.grogra.reflect that return types with arguments of type MethodMethods in de.grogra.reflect with parameters of type MethodModifier and TypeMethodDescriptionvoid
XClass.declareMethod
(Method method) static Type[]
Reflection.getExceptions
(Method method) static boolean
Returns true if the method m is a constructor, otherwise returns false.void
XClass.removeMethod
(Method method) -
Uses of Method in de.grogra.rgg
Methods in de.grogra.rgg with parameters of type MethodConstructors in de.grogra.rgg with parameters of type Method -
Uses of Method in de.grogra.video.simulation
Constructors in de.grogra.video.simulation with parameters of type Method -
Uses of Method in de.grogra.xl.compiler
Classes in de.grogra.xl.compiler that implement MethodMethods in de.grogra.xl.compiler that return MethodMethods in de.grogra.xl.compiler with parameters of type MethodModifier and TypeMethodDescriptionstatic String
BytecodeWriter.getDescriptor
(Method method) static Type
XMethod.getGeneratorOrReturnType
(Method method) static Type
XMethod.getGeneratorType
(Method method) static Type
InheritedMethod.getQualifyingType
(Method m) void
BytecodeWriter.visitMethodInsn
(int opcode, Method method) void
BytecodeWriter.visitMethodInsn
(Method method) Constructors in de.grogra.xl.compiler with parameters of type MethodModifierConstructorDescriptionInheritedMethod
(Method method, Type inheriting) ShiftedMethod
(Method method) -
Uses of Method in de.grogra.xl.expr
Methods in de.grogra.xl.expr that return MethodModifier and TypeMethodDescriptionprotected abstract Method
InvokeSpecial.getMethod()
protected Method
protected Method
protected Method
Invoke.getOriginalMethod()
Constructors in de.grogra.xl.expr with parameters of type MethodModifierConstructorDescriptionInvokeSpecial
(Method method) InvokeStatic
(Method method) InvokeVirtual
(Method method) -
Uses of Method in de.grogra.xl.query
Methods in de.grogra.xl.query that return MethodModifier and TypeMethodDescriptionstatic Method
UserDefinedPattern.findSignatureMethod
(Type type) static Method
Utils.getConstructor
(Object instance) static Method
Utils.getConstructor
(Object instance, int length) static Method
Utils.getConstructor
(Object instance, String paramInitials) Methods in de.grogra.xl.query with parameters of type MethodModifier and TypeMethodDescriptionvoid
BytecodeSerialization.beginMethod
(Method method) static Type[]
UserDefinedPattern.getSignature
(Method sig, int[] inOut) -
Uses of Method in de.grogra.xl.vmx
Methods in de.grogra.xl.vmx with parameters of type MethodModifier and TypeMethodDescriptionInvokes the givenmethod
using parameters popped from the stack.