Class TryStatement
java.lang.Object
org.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
org.glassfish.pfl.dynamic.codegen.impl.NodeBase
org.glassfish.pfl.dynamic.codegen.impl.StatementBase
org.glassfish.pfl.dynamic.codegen.impl.TryStatement
- All Implemented Interfaces:
AttributedObject, Node, Statement, CopyInterceptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BlockStatementprivate Map<Type, Pair<Variable, BlockStatement>> private BlockStatement -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NodeBase
copy, copy, getAncestor, id, parent, parent, postCopy, preCopy, toStringMethods inherited from class AttributedObjectBase
attributes, get, setMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AttributedObject
attributes, get, set
-
Field Details
-
bodyPart
-
finalPart
-
catches
-
-
Constructor Details
-
TryStatement
TryStatement(Node parent)
-
-
Method Details
-
bodyPart
-
finalPart
-
catches
-
addCatch
Add a new Catch block to this try statement. type must be a non-primitive, non-array type, and may occur only once per try statement. -
accept
-