Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM compiler.
|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ClassFile.MethodInfo,IClass.IInvocable> |
ClassFileIClass.resolvedMethods |
Modifier and Type | Method and Description |
---|---|
private static void |
UnitCompiler.makeLocalVariableNames(CodeContext cc,
ClassFile.MethodInfo mi)
Makes the variable name and class name Constant Pool names used by local variables.
|
private IClass.IInvocable |
ClassFileIClass.resolveMethod(ClassFile.MethodInfo methodInfo)
Turn a
ClassFile.MethodInfo into an IInvocable . |
Modifier and Type | Field and Description |
---|---|
java.util.List<ClassFile.MethodInfo> |
ClassFile.methodInfos
The
ClassFile.MethodInfo s of the methods of this class or interface. |
Modifier and Type | Method and Description |
---|---|
ClassFile.MethodInfo |
ClassFile.addMethodInfo(Java.Modifiers modifiers,
java.lang.String methodName,
java.lang.String methodMd)
Creates a
ClassFile.MethodInfo and adds it to this class. |
private ClassFile.MethodInfo |
ClassFile.loadMethodInfo(java.io.DataInputStream dis) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<ClassFile.MethodInfo> |
ClassFile.loadMethods(java.io.DataInputStream dis)
u2 methods_count, methods[methods_count]
|
Modifier and Type | Method and Description |
---|---|
private static void |
ClassFile.storeMethods(java.io.DataOutputStream dos,
java.util.List<ClassFile.MethodInfo> methodInfos)
u2 methods_count, methods[methods_count]
|