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