Uses of Class
org.fife.rsta.ac.common.VariableDeclaration
-
Packages that use VariableDeclaration Package Description org.fife.rsta.ac.common Classes usable across language support for all languages. -
-
Uses of VariableDeclaration in org.fife.rsta.ac.common
Fields in org.fife.rsta.ac.common with type parameters of type VariableDeclaration Modifier and Type Field Description private java.util.List<VariableDeclaration>CodeBlock. varDeclarationsMethods in org.fife.rsta.ac.common that return VariableDeclaration Modifier and Type Method Description VariableDeclarationCodeBlock. getVariableDeclaration(int index)Returns a variable declaration.Methods in org.fife.rsta.ac.common that return types with arguments of type VariableDeclaration Modifier and Type Method Description java.util.List<VariableDeclaration>CodeBlock. getVariableDeclarationsBefore(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.common with parameters of type VariableDeclaration Modifier and Type Method Description voidCodeBlock. addVariable(VariableDeclaration varDec)Adds a variable declaration.
-