Uses of Class
org.mozilla.javascript.ast.Jump
Packages that use Jump
-
Uses of Jump in org.mozilla.javascript.ast
Subclasses of Jump in org.mozilla.javascript.astModifier and TypeClassDescriptionclass
AST node for a JavaScript 1.7 Array comprehension.class
AST node for a single 'for (foo in bar)' loop construct in a JavaScript 1.7 Array comprehension.class
Node for the root of a parse tree.class
A break statement.class
A continue statement.class
Do statement.class
For-in or for-each-in or for-of statement.class
C-style for-loop statement.class
A JavaScript function declaration or expression.class
class
class
AST node representing a label.class
AST node for let statements and expressions.class
Abstract base type for loops.class
Represents a scope in the lexical scope chain.class
Base type forAstRoot
andFunctionNode
nodes, which need to collect much of the same information.class
Switch statement AST node type.class
While statement.Methods in org.mozilla.javascript.ast that return JumpMethods in org.mozilla.javascript.ast with parameters of type JumpModifier and TypeMethodDescriptionvoid
BreakStatement.setBreakTarget
(Jump target) Sets the statement to break to.void
Jump.setJumpStatement
(Jump jumpStatement) void