Uses of Class
org.fife.rsta.ac.java.rjc.ast.Method
-
Packages that use Method Package Description org.fife.rsta.ac.java Java code completion classes.org.fife.rsta.ac.java.rjc.ast Nodes making an abstract syntax tree for Java code.org.fife.rsta.ac.java.rjc.parser A parser for Java source code.org.fife.rsta.ac.java.tree Java outline tree implementation.org.fife.rsta.ac.js.completion -
-
Uses of Method in org.fife.rsta.ac.java
Fields in org.fife.rsta.ac.java declared as Method Modifier and Type Field Description private MethodMethodData. methodMethods in org.fife.rsta.ac.java that return Method Modifier and Type Method Description private MethodMethodInfoData. getMethodFromSourceLoc(SourceLocation loc, ClassFile cf)Scours the source in a location (zip file, directory), looking for a particular class's source.Methods in org.fife.rsta.ac.java with parameters of type Method Modifier and Type Method Description private voidSourceCompletionProvider. addLocalVarCompletions(java.util.Set<org.fife.ui.autocomplete.Completion> set, Method method, int offs)Adds completions for local variables in a method.private booleanSourceParamChoicesProvider. isSimpleGetter(Method method)Returns whether a method is a no-argument getter method.private voidSourceCompletionProvider. loadCompletionsForCaretPositionQualified(CompilationUnit cu, java.lang.String alreadyEntered, java.util.Set<org.fife.ui.autocomplete.Completion> retVal, TypeDeclaration td, Method currentMethod, java.lang.String prefix, int offs)Loads completions for the text at the current caret position, if there is a "prefix" of chars and at least one '.' character in the text up to the caret.Constructors in org.fife.rsta.ac.java with parameters of type Method Constructor Description MethodCompletion(org.fife.ui.autocomplete.CompletionProvider provider, Method m)Creates a completion for a method discovered when parsing a Java source file.MethodData(Method method) -
Uses of Method in org.fife.rsta.ac.java.rjc.ast
Methods in org.fife.rsta.ac.java.rjc.ast that return Method Modifier and Type Method Description MethodNormalClassDeclaration. getMethodContainingOffset(int offs)Gets the method in this class that contains a given offset.Methods in org.fife.rsta.ac.java.rjc.ast that return types with arguments of type Method Modifier and Type Method Description java.util.Iterator<Method>AbstractTypeDeclarationNode. getMethodIterator()java.util.Iterator<Method>TypeDeclaration. getMethodIterator()Returns an iterator over all methods defined in this type.java.util.List<Method>AbstractTypeDeclarationNode. getMethodsByName(java.lang.String name)java.util.List<Method>TypeDeclaration. getMethodsByName(java.lang.String name)Returns all methods declared in this type with the given name. -
Uses of Method in org.fife.rsta.ac.java.rjc.parser
Methods in org.fife.rsta.ac.java.rjc.parser with parameters of type Method Modifier and Type Method Description private voidASTFactory. checkForDuplicateLocalVarNames(CompilationUnit cu, Token lVar, CodeBlock block, Method m)Checks whether a local variable's name collides with a local variable defined earlier.private CodeBlockASTFactory. getBlock(CompilationUnit cu, CodeBlock parent, Method m, Scanner s, boolean isStatic)private CodeBlockASTFactory. getBlock(CompilationUnit cu, CodeBlock parent, Method m, Scanner s, boolean isStatic, int depth)Parses a block of code. -
Uses of Method in org.fife.rsta.ac.java.tree
Constructors in org.fife.rsta.ac.java.tree with parameters of type Method Constructor Description MemberTreeNode(Method method) -
Uses of Method in org.fife.rsta.ac.js.completion
Fields in org.fife.rsta.ac.js.completion declared as Method Modifier and Type Field Description private MethodJavaScriptMethodCompletion. methodprivate MethodJSBeanCompletion. methodMethods in org.fife.rsta.ac.js.completion that return Method Modifier and Type Method Description MethodJSMethodData. getMethod()private MethodJSMethodData. getMethodFromSourceLoc(SourceLocation loc, ClassFile cf)Scours the source in a location (zip file, directory), looking for a particular class's source.Constructors in org.fife.rsta.ac.js.completion with parameters of type Method Constructor Description JavaScriptMethodCompletion(org.fife.ui.autocomplete.CompletionProvider provider, Method method)
-