oops.parser
Class DebuggerGoalMakerFactory

java.lang.Object
  |
  +--oops.parser.DebuggerGoalMakerFactory

public class DebuggerGoalMakerFactory
extends java.lang.Object
implements GoalMakerFactory

The debugger factory. The produced GoalMaker tries to find in goal() the Goals regarding to the rule name and the prefix as package name. A GoalDebugger is used as default Goal.


Field Summary
protected  java.lang.String prefix
           
protected  boolean verbose
           
protected  boolean verbose2
           
 
Constructor Summary
DebuggerGoalMakerFactory()
           
 
Method Summary
 GoalMaker goalMaker(java.lang.String ruleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

protected java.lang.String prefix

verbose

protected boolean verbose

verbose2

protected boolean verbose2
Constructor Detail

DebuggerGoalMakerFactory

public DebuggerGoalMakerFactory()
Method Detail

goalMaker

public GoalMaker goalMaker(java.lang.String ruleName)
Specified by:
goalMaker in interface GoalMakerFactory
Tags copied from interface: GoalMakerFactory
Returns:
A GoalMaker instance