| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| org.codehaus.janino.util |
Application-independent helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
MethodDescriptor |
IClass.IInvocable.getDescriptor()
Returns the method descriptor of this constructor or method.
|
abstract MethodDescriptor |
IClass.IInvocable.getDescriptor2()
Uncached implementation of
IClass.IInvocable.getDescriptor(). |
MethodDescriptor |
IClass.IConstructor.getDescriptor2() |
MethodDescriptor |
IClass.IMethod.getDescriptor2() |
MethodDescriptor |
MethodDescriptor.prependParameter(String parameterFd) |
| Modifier and Type | Method and Description |
|---|---|
ClassFile.MethodInfo |
ClassFile.addMethodInfo(short accessFlags,
String methodName,
MethodDescriptor methodMd)
Creates a
ClassFile.MethodInfo and adds it to this class. |
Copyright © 2019. All rights reserved.