Uses of Class
org.codehaus.janino.util.ClassFile.MethodInfo
-
Packages that use ClassFile.MethodInfo Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of ClassFile.MethodInfo in org.codehaus.janino
Fields in org.codehaus.janino with type parameters of type ClassFile.MethodInfo Modifier and Type Field Description private java.util.Map<ClassFile.MethodInfo,IClass.IInvocable>ClassFileIClass. resolvedMethodsMethods in org.codehaus.janino that return ClassFile.MethodInfo Modifier and Type Method Description private static ClassFile.MethodInfoUnitCompiler. addMethodInfo(Java.Locatable locatable, ClassFile classFile, short accessFlags, java.lang.String methodName, MethodDescriptor methodMd)Methods in org.codehaus.janino with parameters of type ClassFile.MethodInfo Modifier and Type Method Description private 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.MethodInfo Modifier and Type Field Description java.util.List<ClassFile.MethodInfo>ClassFile. methodInfosTheClassFile.MethodInfos of the methods of this class or interface.Methods in org.codehaus.janino.util that return ClassFile.MethodInfo Modifier and Type Method Description ClassFile.MethodInfoClassFile. addMethodInfo(short accessFlags, java.lang.String methodName, MethodDescriptor methodMd)Creates aClassFile.MethodInfoand adds it to this class.private ClassFile.MethodInfoClassFile. loadMethodInfo(java.io.DataInputStream dis)Methods in org.codehaus.janino.util that return types with arguments of type ClassFile.MethodInfo Modifier and Type Method Description private java.util.List<ClassFile.MethodInfo>ClassFile. loadMethods(java.io.DataInputStream dis)u2 methods_count, methods[methods_count]Method parameters in org.codehaus.janino.util with type arguments of type ClassFile.MethodInfo Modifier and Type Method Description private static voidClassFile. storeMethods(java.io.DataOutputStream dos, java.util.List<ClassFile.MethodInfo> methodInfos)u2 methods_count, methods[methods_count]
-