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 MethodDescriptor
IClass.IInvocable.getDescriptor()
Returns the method descriptor of this constructor or method.IClass.IConstructor.getDescriptor2()
abstract MethodDescriptor
IClass.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.MethodInfo
UnitCompiler.addMethodInfo
(Java.Locatable locatable, ClassFile classFile, short accessFlags, String methodName, MethodDescriptor methodMd) private void
UnitCompiler.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 void
UnitCompiler.writeConstantInterfaceMethodrefInfo
(IClass iClass, String methodName, MethodDescriptor methodMd) private void
UnitCompiler.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.MethodInfo
and adds it to this class.