Uses of Interface
de.grogra.reflect.Method
Package
Description
This package contains the logic to change the scene to be rendered
automatically.
-
Uses of Method in de.grogra.graph.impl
-
Uses of Method in de.grogra.reflect
Modifier 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) Modifier 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
-
Uses of Method in de.grogra.video.simulation
-
Uses of Method in de.grogra.xl.compiler
Modifier 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) ModifierConstructorDescriptionInheritedMethod
(Method method, Type inheriting) ShiftedMethod
(Method method) -
Uses of Method in de.grogra.xl.expr
Modifier and TypeMethodDescriptionprotected abstract Method
InvokeSpecial.getMethod()
protected Method
protected Method
protected Method
Invoke.getOriginalMethod()
ModifierConstructorDescriptionInvokeSpecial
(Method method) InvokeStatic
(Method method) InvokeVirtual
(Method method) -
Uses of Method in de.grogra.xl.query
Modifier 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) Modifier and TypeMethodDescriptionvoid
BytecodeSerialization.beginMethod
(Method method) static Type[]
UserDefinedPattern.getSignature
(Method sig, int[] inOut) -
Uses of Method in de.grogra.xl.vmx
Modifier and TypeMethodDescriptionInvokes the givenmethod
using parameters popped from the stack.