com.jeffpalm.graph.report
Class Options

java.lang.Object
  extended by com.jeffpalm.graph.report.Options

public class Options
extends java.lang.Object


Field Summary
 boolean inline_report
           
static Options instance
           
 boolean method_calls
           
 boolean method_counters
           
 boolean method_invocations
           
 boolean method_report
           
 boolean method_time
           
 boolean summarize_methods
           
 boolean verbose
           
 
Constructor Summary
Options()
           
Options(boolean b)
           
 
Method Summary
 void all(boolean b)
           
 void allFalse()
           
 void allTrue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final Options instance

verbose

public boolean verbose

method_report

public boolean method_report

method_counters

public boolean method_counters

method_calls

public boolean method_calls

method_time

public boolean method_time

inline_report

public boolean inline_report

summarize_methods

public boolean summarize_methods

method_invocations

public boolean method_invocations
Constructor Detail

Options

public Options()

Options

public Options(boolean b)
Method Detail

all

public void all(boolean b)

allTrue

public void allTrue()

allFalse

public void allFalse()