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 TypeClassDescriptionclassAST node for a JavaScript 1.7 Array comprehension.classAST node for a single 'for (foo in bar)' loop construct in a JavaScript 1.7 Array comprehension.classNode for the root of a parse tree.classA break statement.classA continue statement.classDo statement.classFor-in or for-each-in or for-of statement.classC-style for-loop statement.classA JavaScript function declaration or expression.classclassclassAST node representing a label.classAST node for let statements and expressions.classAbstract base type for loops.classRepresents a scope in the lexical scope chain.classBase type forAstRootandFunctionNodenodes, which need to collect much of the same information.classSwitch statement AST node type.classWhile statement.Methods in org.mozilla.javascript.ast that return JumpMethods in org.mozilla.javascript.ast with parameters of type JumpModifier and TypeMethodDescriptionvoidBreakStatement.setBreakTarget(Jump target) Sets the statement to break to.voidJump.setJumpStatement(Jump jumpStatement) void