Class TryCatchNode
java.lang.Object
com.twineworks.tweakflow.lang.ast.expressions.AExpressionNode
com.twineworks.tweakflow.lang.ast.expressions.TryCatchNode
- All Implemented Interfaces:
ExpressionNode,ForHeadElementNode,Node
-
Field Summary
Fields inherited from class com.twineworks.tweakflow.lang.ast.expressions.AExpressionNode
expressionOp, scope, sourceInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()setCatchExpression(ExpressionNode catchExpression) setCaughtException(VarDecNode caughtException) setCaughtTrace(VarDecNode caughtTrace) setTryExpression(ExpressionNode tryExpression) Methods inherited from class com.twineworks.tweakflow.lang.ast.expressions.AExpressionNode
getOp, getScope, getSourceInfo, setOp, setScope, setSourceInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.twineworks.tweakflow.lang.ast.expressions.ExpressionNode
getOp, setOp, setSourceInfoMethods inherited from interface com.twineworks.tweakflow.lang.ast.Node
getScope, getSourceInfo, setScope
-
Constructor Details
-
TryCatchNode
public TryCatchNode()
-
-
Method Details
-
copy
- Specified by:
copyin interfaceExpressionNode- Specified by:
copyin interfaceNode
-
getCatchExpression
-
setCatchExpression
-
getChildren
- Specified by:
getChildrenin interfaceNode
-
accept
- Specified by:
acceptin interfaceExpressionNode- Specified by:
acceptin interfaceNode
-
getValueType
- Specified by:
getValueTypein interfaceExpressionNode
-
getExpressionType
- Specified by:
getExpressionTypein interfaceExpressionNode
-
getTryExpression
-
setTryExpression
-
getCaughtException
-
setCaughtException
-
getCaughtTrace
-
setCaughtTrace
-