Uses of Class
org.codehaus.janino.MethodDescriptor
Packages that use MethodDescriptor
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of MethodDescriptor in org.codehaus.janino
Fields in org.codehaus.janino declared as MethodDescriptorMethods in org.codehaus.janino that return MethodDescriptorModifier and TypeMethodDescriptionfinal MethodDescriptorIClass.IInvocable.getDescriptor()Returns the method descriptor of this constructor or method.IClass.IConstructor.getDescriptor2()abstract MethodDescriptorIClass.IInvocable.getDescriptor2()Uncached implementation ofIClass.IInvocable.getDescriptor().IClass.IMethod.getDescriptor2()ReflectionIClass.ReflectionIConstructor.getDescriptor2()MethodDescriptor.prependParameter(String parameterFd) Methods in org.codehaus.janino with parameters of type MethodDescriptorModifier and TypeMethodDescriptionprivate static ClassFile.MethodInfoUnitCompiler.addMethodInfo(Java.Locatable locatable, ClassFile classFile, short accessFlags, String methodName, MethodDescriptor methodMd) private voidUnitCompiler.invoke(Java.Locatable locatable, int opcode, IClass declaringIClass, String methodName, MethodDescriptor methodDescriptor, boolean useInterfaceMethodRef) Expects the target object and the arguments on the operand stack.private voidUnitCompiler.writeConstantInterfaceMethodrefInfo(IClass iClass, String methodName, MethodDescriptor methodMd) private voidUnitCompiler.writeConstantMethodrefInfo(IClass iClass, String methodName, MethodDescriptor methodMd) -
Uses of MethodDescriptor in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type MethodDescriptorModifier and TypeMethodDescriptionClassFile.addMethodInfo(short accessFlags, String methodName, MethodDescriptor methodMd) Creates aClassFile.MethodInfoand adds it to this class.