Class TryNode
java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.control.TryNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
final CompoundNode
final CompoundNode
final String
final CompoundNode
-
Constructor Summary
ConstructorsConstructorDescriptionTryNode
(me.topchetoeu.j2s.common.Location loc, String label, CompoundNode tryBody, CompoundNode catchBody, CompoundNode finallyBody, String captureName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
compile
(CompileResult target, boolean pollute, me.topchetoeu.j2s.common.Instruction.BreakpointType bpt) void
compileFunctions
(CompileResult target) void
resolve
(CompileResult target)
-
Field Details
-
tryBody
-
catchBody
-
finallyBody
-
captureName
-
label
-
-
Constructor Details
-
TryNode
public TryNode(me.topchetoeu.j2s.common.Location loc, String label, CompoundNode tryBody, CompoundNode catchBody, CompoundNode finallyBody, String captureName)
-
-
Method Details
-
resolve
-
compileFunctions
- Specified by:
compileFunctions
in classNode
-
compile
public void compile(CompileResult target, boolean pollute, me.topchetoeu.j2s.common.Instruction.BreakpointType bpt) -
parse
-