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