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 MethodReflection.findMethodInClasses(Type type, String name) static MethodReflection.findMethodWithPrefixInTypes(Type type, String descriptorPrefix, boolean includeInterfaces, boolean publicOnly) ClassAdapter.getDeclaredMethod(int index) static MethodReflection.getDeclaredMethod(Type type, String nameOrDescriptor) static MethodReflection.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 MethodReflection.getDefaultConstructor(Type type) static MethodReflection.getElementMethod(Type type, String element) static MethodReflection.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 TypeMethodDescriptionvoidXClass.declareMethod(Method method) static Type[]Reflection.getExceptions(Method method) static booleanReturns true if the method m is a constructor, otherwise returns false.voidXClass.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 StringBytecodeWriter.getDescriptor(Method method) static TypeXMethod.getGeneratorOrReturnType(Method method) static TypeXMethod.getGeneratorType(Method method) static TypeInheritedMethod.getQualifyingType(Method m) voidBytecodeWriter.visitMethodInsn(int opcode, Method method) voidBytecodeWriter.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 MethodInvokeSpecial.getMethod()protected Methodprotected Methodprotected MethodInvoke.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 MethodUserDefinedPattern.findSignatureMethod(Type type) static MethodUtils.getConstructor(Object instance) static MethodUtils.getConstructor(Object instance, int length) static MethodUtils.getConstructor(Object instance, String paramInitials) Methods in de.grogra.xl.query with parameters of type MethodModifier and TypeMethodDescriptionvoidBytecodeSerialization.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 givenmethodusing parameters popped from the stack.