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. resolvedMethods
Methods in org.codehaus.janino that return ClassFile.MethodInfo Modifier and Type Method Description private static ClassFile.MethodInfo
UnitCompiler. 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 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.MethodInfo Modifier and Type Field Description java.util.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.MethodInfo Modifier and Type Method Description ClassFile.MethodInfo
ClassFile. addMethodInfo(short accessFlags, java.lang.String methodName, MethodDescriptor methodMd)
Creates aClassFile.MethodInfo
and adds it to this class.private ClassFile.MethodInfo
ClassFile. 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 void
ClassFile. storeMethods(java.io.DataOutputStream dos, java.util.List<ClassFile.MethodInfo> methodInfos)
u2 methods_count, methods[methods_count]
-