Uses of Class
org.fife.rsta.ac.java.rjc.ast.LocalVariable
-
Packages that use LocalVariable 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.tree Java outline tree implementation. -
-
Uses of LocalVariable in org.fife.rsta.ac.java
Fields in org.fife.rsta.ac.java declared as LocalVariable Modifier and Type Field Description private LocalVariableLocalVariableCompletion. localVarMethods in org.fife.rsta.ac.java with parameters of type LocalVariable Modifier and Type Method Description private voidSourceCompletionProvider. addCompletionsForLocalVarsMethods(CompilationUnit cu, LocalVariable var, java.util.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 LocalVariable Constructor Description 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.ast Modifier and Type Class Description classFormalParameterA parameter to a method.Fields in org.fife.rsta.ac.java.rjc.ast with type parameters of type LocalVariable Modifier and Type Field Description private java.util.List<LocalVariable>CodeBlock. localVarsMethods in org.fife.rsta.ac.java.rjc.ast that return LocalVariable Modifier and Type Method Description LocalVariableCodeBlock. getLocalVar(int index)Returns the specified local variable.Methods in org.fife.rsta.ac.java.rjc.ast that return types with arguments of type LocalVariable Modifier and Type Method Description java.util.List<LocalVariable>CodeBlock. 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 LocalVariable Modifier and Type Method Description voidCodeBlock. 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 Constructor Description LocalVarTreeNode(LocalVariable var)
-