Uses of Class
org.codehaus.janino.util.ClassFile.MethodInfo
Packages that use ClassFile.MethodInfo
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of ClassFile.MethodInfo in org.codehaus.janino
Fields in org.codehaus.janino with type parameters of type ClassFile.MethodInfoModifier and TypeFieldDescriptionprivate final Map<ClassFile.MethodInfo,
IClass.IInvocable> ClassFileIClass.resolvedMethods
Methods in org.codehaus.janino with parameters of type ClassFile.MethodInfoModifier and TypeMethodDescriptionprivate 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) Turns aClassFile.MethodInfo
into anIClass.IInvocable
. -
Uses of ClassFile.MethodInfo in org.codehaus.janino.util
Fields in org.codehaus.janino.util with type parameters of type ClassFile.MethodInfoModifier and TypeFieldDescriptionfinal List<ClassFile.MethodInfo>
ClassFile.methodInfos
TheClassFile.MethodInfo
s of the methods of this class or interface.Methods in org.codehaus.janino.util that return ClassFile.MethodInfoModifier and TypeMethodDescriptionClassFile.addMethodInfo
(short accessFlags, String methodName, MethodDescriptor methodMd) Creates aClassFile.MethodInfo
and adds it to this class.private ClassFile.MethodInfo
ClassFile.loadMethodInfo
(DataInputStream dis) Methods in org.codehaus.janino.util that return types with arguments of type ClassFile.MethodInfoModifier and TypeMethodDescriptionprivate List<ClassFile.MethodInfo>
ClassFile.loadMethods
(DataInputStream dis) u2 methods_count, methods[methods_count]Method parameters in org.codehaus.janino.util with type arguments of type ClassFile.MethodInfoModifier and TypeMethodDescriptionprivate static void
ClassFile.storeMethods
(DataOutputStream dos, List<ClassFile.MethodInfo> methodInfos) u2 methods_count, methods[methods_count]