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.resolvedMethodsMethods in org.codehaus.janino that return ClassFile.MethodInfoModifier and TypeMethodDescriptionprivate static ClassFile.MethodInfoUnitCompiler.addMethodInfo(Java.Locatable locatable, ClassFile classFile, short accessFlags, String methodName, MethodDescriptor methodMd) Methods in org.codehaus.janino with parameters of type ClassFile.MethodInfoModifier and TypeMethodDescriptionprivate static voidUnitCompiler.makeLocalVariableNames(CodeContext cc, ClassFile.MethodInfo mi) Makes the variable name and class name Constant Pool names used by local variables.private IClass.IInvocableClassFileIClass.resolveMethod(ClassFile.MethodInfo methodInfo) Turns aClassFile.MethodInfointo 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.methodInfosTheClassFile.MethodInfos 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.MethodInfoand adds it to this class.private ClassFile.MethodInfoClassFile.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 voidClassFile.storeMethods(DataOutputStream dos, List<ClassFile.MethodInfo> methodInfos) u2 methods_count, methods[methods_count]