Package org.kahina.core.breakpoint

Class Summary
KahinaBreakpoint A breakpoint based on a tree pattern as used by the Kahina breakpoint system.
KahinaBreakpointFactory A collection of convenience methods for creating simple breakpoints.
KahinaBreakpointType A selection of constant symbols defining meaningful values for the type property of a KahinaBreakpoint.
TreeAutomaton Implements a tree automaton as used for tree pattern matching by Kahina's breakpoint system.
TreeAutomatonRule Encodes a rule within a TreeAutomaton.
TreeNodePattern TreeNodePatterns are a means of defining which nodes are accepted for use within TreeAutomatonRules as part of the Kahina breakpoint mechanism.
TreePattern  
TreePatternNode  
 

Exception Summary
PatternFormatException An exception type thrown when validating the values of a TreeNodePattern.