Uses of Class
org.fife.rsta.ac.common.VariableDeclaration
Packages that use VariableDeclaration
Package
Description
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 VariableDeclarationMethods in org.fife.rsta.ac.common that return VariableDeclarationModifier and TypeMethodDescriptionCodeBlock.getVariableDeclaration(int index) Returns a variable declaration.Methods in org.fife.rsta.ac.common that return types with arguments of type VariableDeclarationModifier and TypeMethodDescriptionCodeBlock.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 VariableDeclarationModifier and TypeMethodDescriptionvoidCodeBlock.addVariable(VariableDeclaration varDec) Adds a variable declaration.