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
Methods in org.codehaus.janino that return MethodDescriptor Modifier and Type Method Description MethodDescriptorIClass.IInvocable. getDescriptor()Returns the method descriptor of this constructor or method.MethodDescriptorIClass.IConstructor. getDescriptor2()abstract MethodDescriptorIClass.IInvocable. getDescriptor2()Uncached implementation ofIClass.IInvocable.getDescriptor().MethodDescriptorIClass.IMethod. getDescriptor2()MethodDescriptorMethodDescriptor. prependParameter(String parameterFd) -
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.MethodInfoClassFile. addMethodInfo(short accessFlags, String methodName, MethodDescriptor methodMd)Creates aClassFile.MethodInfoand adds it to this class.
-