Package org.jtool.cfg

Class CFGException


public class CFGException extends CFGStatement
A node for a thrown or caught exception.
  • Constructor Details

    • CFGException

      public CFGException(org.eclipse.jdt.core.dom.ASTNode node, CFGNode.Kind kind, org.eclipse.jdt.core.dom.ITypeBinding tbinding)
      Creates a new object that represents an exception. This method is not intended to be invoked by clients.
      Parameters:
      node - the AST node corresponding to this node
      kind - the kind of this node
      tbinding - type binding information on the type of the exception
  • Method Details

    • getTypeBinding

      public org.eclipse.jdt.core.dom.ITypeBinding getTypeBinding()
      Returns the type binding information on the type of the exception.
      Returns:
      the type binding information
    • getTypeName

      public String getTypeName()
      Returns the type name of the exception.
      Returns:
      the type name