Uses of Class
org.mozilla.javascript.ast.Jump
Packages that use Jump
Package
Description
-
Uses of Jump in org.mozilla.javascript
Fields in org.mozilla.javascript with type parameters of type JumpModifier and TypeFieldDescriptionParser.loopAndSwitchSetParser.PerFunctionVariables.savedLoopAndSwitchSetMethods in org.mozilla.javascript that return JumpMethods in org.mozilla.javascript with parameters of type 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.Fields in org.mozilla.javascript.ast declared as JumpMethods 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 -
Uses of Jump in org.mozilla.javascript.optimizer
Methods in org.mozilla.javascript.optimizer with parameters of type JumpModifier and TypeMethodDescription(package private) voidBodyCodegen.ExceptionManager.pushExceptionInfo(Jump node) Push a new try block onto the exception information stack.private voidprivate voidBodyCodegen.visitSwitch(Jump switchNode, Node child) private voidBodyCodegen.visitTryCatchFinally(Jump node, Node child) Constructors in org.mozilla.javascript.optimizer with parameters of type Jump