Uses of Class
org.mozilla.javascript.ast.VariableDeclaration
-
Packages that use VariableDeclaration Package Description org.mozilla.javascript.ast -
-
Uses of VariableDeclaration in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return VariableDeclaration Modifier and Type Method Description VariableDeclarationLetNode. getVariables()Returns variable listMethods in org.mozilla.javascript.ast with parameters of type VariableDeclaration Modifier and Type Method Description voidLetNode. setVariables(VariableDeclaration variables)Sets variable list.
-