Class CatchMarkerNode
java.lang.Object
org.checkerframework.dataflow.cfg.node.Node
org.checkerframework.dataflow.cfg.node.MarkerNode
org.checkerframework.dataflow.cfg.node.CatchMarkerNode
- All Implemented Interfaces:
- org.plumelib.util.UniqueId
A CatchMarkerNode is a marker node for the beginning or end of a catch block.
- 
Field SummaryFields inherited from class org.checkerframework.dataflow.cfg.node.MarkerNodemessage, tree
- 
Constructor SummaryConstructorsConstructorDescriptionCatchMarkerNode(@Nullable Tree tree, String startOrEnd, TypeMirror catchType, Types types) Creates a new CatchMarkerNode.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns the type of the exception parameter.inthashCode()Methods inherited from class org.checkerframework.dataflow.cfg.node.MarkerNodeaccept, getMessage, getOperands, getTree, toStringMethods inherited from class org.checkerframework.dataflow.cfg.node.NodegetBlock, getInSource, getTransitiveOperands, getType, getUid, isLValue, nodeCollectionToString, setBlock, setInSource, setLValue, toStringDebugMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.plumelib.util.UniqueIdgetClassAndUid
- 
Constructor Details- 
CatchMarkerNodeCreates a new CatchMarkerNode.- Parameters:
- tree- the tree
- startOrEnd-- "start"or- "end"
- catchType- the type of the exception parameter
- types- the type utilities
 
 
- 
- 
Method Details- 
getCatchTypeReturns the type of the exception parameter.- Returns:
- the type of the exception parameter
 
- 
equals- Overrides:
- equalsin class- MarkerNode
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- MarkerNode
 
 
-