Uses of Class
org.fife.rsta.ac.java.rjc.ast.LocalVariable
Packages that use LocalVariable
Package
Description
Java code completion classes.
Nodes making an abstract syntax tree for Java code.
Java outline tree implementation.
-
Uses of LocalVariable in org.fife.rsta.ac.java
Fields in org.fife.rsta.ac.java declared as LocalVariableMethods in org.fife.rsta.ac.java with parameters of type LocalVariableModifier and TypeMethodDescriptionprivate voidSourceCompletionProvider.addCompletionsForLocalVarsMethods(CompilationUnit cu, LocalVariable var, Set<org.fife.ui.autocomplete.Completion> retVal) Adds completions for all methods and public fields of a local variable.Constructors in org.fife.rsta.ac.java with parameters of type LocalVariableModifierConstructorDescription(package private)LocalVariableCompletion(org.fife.ui.autocomplete.CompletionProvider provider, LocalVariable localVar) -
Uses of LocalVariable in org.fife.rsta.ac.java.rjc.ast
Subclasses of LocalVariable in org.fife.rsta.ac.java.rjc.astFields in org.fife.rsta.ac.java.rjc.ast with type parameters of type LocalVariableMethods in org.fife.rsta.ac.java.rjc.ast that return LocalVariableModifier and TypeMethodDescriptionCodeBlock.getLocalVar(int index) Returns the specified local variable.Methods in org.fife.rsta.ac.java.rjc.ast that return types with arguments of type LocalVariableModifier and TypeMethodDescriptionCodeBlock.getLocalVarsBefore(int offs) Returns all local variables declared before a given offset, both in this code block and in all parent blocks.Methods in org.fife.rsta.ac.java.rjc.ast with parameters of type LocalVariableModifier and TypeMethodDescriptionvoidCodeBlock.addLocalVariable(LocalVariable localVar) Adds a local variable to this code block. -
Uses of LocalVariable in org.fife.rsta.ac.java.tree
Constructors in org.fife.rsta.ac.java.tree with parameters of type LocalVariable