Uses of Class
org.fife.rsta.ac.java.classreader.MethodInfo
Packages that use MethodInfo
Package
Description
Java code completion classes.
Classes that help you parse and model a class file's contents.
Attributes in a class file.
-
Uses of MethodInfo in org.fife.rsta.ac.java
Fields in org.fife.rsta.ac.java declared as MethodInfoConstructors in org.fife.rsta.ac.java with parameters of type MethodInfoModifierConstructorDescription(package private)MethodCompletion(org.fife.ui.autocomplete.CompletionProvider provider, MethodInfo info) Creates a completion for a method discovered when parsing a compiled class file.(package private)MethodInfoData(MethodInfo info, SourceCompletionProvider provider) Constructor. -
Uses of MethodInfo in org.fife.rsta.ac.java.classreader
Fields in org.fife.rsta.ac.java.classreader declared as MethodInfoModifier and TypeFieldDescriptionprivate MethodInfo[]ClassFile.methodsStructures giving complete descriptions of the methods in this class or interface.Methods in org.fife.rsta.ac.java.classreader that return MethodInfoModifier and TypeMethodDescriptionClassFile.getMethodInfo(int index) Returns information about the specified method defined/declared in this class file.static MethodInfoMethodInfo.read(ClassFile cf, DataInputStream in) Reads aMethodInfofrom an input stream.Methods in org.fife.rsta.ac.java.classreader that return types with arguments of type MethodInfoModifier and TypeMethodDescriptionClassFile.getMethodInfoByName(String name) Returns all method overloads with the specified name.ClassFile.getMethodInfoByName(String name, int argCount) Returns all method overloads with the specified name and number of arguments. -
Uses of MethodInfo in org.fife.rsta.ac.java.classreader.attributes
Fields in org.fife.rsta.ac.java.classreader.attributes declared as MethodInfoModifier and TypeFieldDescriptionprivate MethodInfoCode.miThe parent method.private MethodInfoExceptions.miThe method this attribute is describing.Methods in org.fife.rsta.ac.java.classreader.attributes that return MethodInfoModifier and TypeMethodDescriptionCode.getMethodInfo()Returns the method containing this code.Exceptions.getMethodInfo()Returns information about the method this attribute is describing.Methods in org.fife.rsta.ac.java.classreader.attributes with parameters of type MethodInfoModifier and TypeMethodDescriptionSignature.getMethodParamTypes(MethodInfo mi, ClassFile cf, boolean qualified) Returns the parameter types for parameters of this method.Signature.getMethodReturnType(MethodInfo mi, ClassFile cf, boolean qualified) Returns the return type of this method.private Signature.ParamDescriptorResultSignature.parseParamDescriptor(String str, ClassFile cf, Map<String, String> additionalTypeArgs, MethodInfo mi, String errorDesc, Signature.ParamDescriptorResult res, boolean qualified) static CodeCode.read(MethodInfo mi, DataInputStream in) Reads aCodeattribute from an input stream.Constructors in org.fife.rsta.ac.java.classreader.attributes with parameters of type MethodInfoModifierConstructorDescriptionCode(MethodInfo mi) Constructor.Exceptions(MethodInfo mi, int[] exceptionIndexTable) Constructor. -
Uses of MethodInfo in org.fife.rsta.ac.js.ast.jsType
Methods in org.fife.rsta.ac.js.ast.jsType with parameters of type MethodInfoModifier and TypeMethodDescriptionprivate booleanJavaScriptTypesFactory.isBeanProperty(MethodInfo method) -
Uses of MethodInfo in org.fife.rsta.ac.js.completion
Fields in org.fife.rsta.ac.js.completion declared as MethodInfoMethods in org.fife.rsta.ac.js.completion that return MethodInfoMethods in org.fife.rsta.ac.js.completion with parameters of type MethodInfoModifier and TypeMethodDescriptionprivate static StringJSFunctionCompletion.getMethodName(MethodInfo info, org.fife.ui.autocomplete.CompletionProvider provider) Constructors in org.fife.rsta.ac.js.completion with parameters of type MethodInfoModifierConstructorDescriptionJSBeanCompletion(org.fife.ui.autocomplete.CompletionProvider provider, MethodInfo methodInfo, JarManager jarManager) JSConstructorCompletion(org.fife.ui.autocomplete.CompletionProvider provider, MethodInfo method) JSFunctionCompletion(org.fife.ui.autocomplete.CompletionProvider provider, MethodInfo method) JSFunctionCompletion(org.fife.ui.autocomplete.CompletionProvider provider, MethodInfo methodInfo, boolean showParameterType) JSMethodData(MethodInfo info, JarManager jarManager)