Uses of Class
org.fife.rsta.ac.java.rjc.ast.Method
Packages that use Method
Package
Description
Java code completion classes.
Nodes making an abstract syntax tree for Java code.
A parser for Java source code.
Java outline tree implementation.
-
Uses of Method in org.fife.rsta.ac.java
Fields in org.fife.rsta.ac.java declared as MethodMethods in org.fife.rsta.ac.java that return MethodModifier and TypeMethodDescriptionprivate 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 MethodModifier and TypeMethodDescriptionprivate voidSourceCompletionProvider.addLocalVarCompletions(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, String alreadyEntered, Set<org.fife.ui.autocomplete.Completion> retVal, TypeDeclaration td, Method currentMethod, 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 MethodModifierConstructorDescription(package private)MethodCompletion(org.fife.ui.autocomplete.CompletionProvider provider, Method m) Creates a completion for a method discovered when parsing a Java source file.(package private)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 MethodModifier and TypeMethodDescriptionNormalClassDeclaration.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 MethodModifier and TypeMethodDescriptionAbstractTypeDeclarationNode.getMethodIterator()TypeDeclaration.getMethodIterator()Returns an iterator over all methods defined in this type.AbstractTypeDeclarationNode.getMethodsByName(String name) TypeDeclaration.getMethodsByName(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 MethodModifier and TypeMethodDescriptionprivate 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 -
Uses of Method in org.fife.rsta.ac.js.completion
Fields in org.fife.rsta.ac.js.completion declared as MethodModifier and TypeFieldDescriptionprivate MethodJavaScriptMethodCompletion.methodprivate MethodJSBeanCompletion.methodMethods in org.fife.rsta.ac.js.completion that return MethodModifier and TypeMethodDescriptionJSMethodData.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 MethodModifierConstructorDescriptionJavaScriptMethodCompletion(org.fife.ui.autocomplete.CompletionProvider provider, Method method)