edu.stanford.nlp.ie.pcfg
Class DEBUG

java.lang.Object
  |
  +--edu.stanford.nlp.ie.pcfg.DEBUG

public class DEBUG
extends Object


Field Summary
static boolean all
           
static List codes
           
 
Constructor Summary
DEBUG()
           
 
Method Summary
static boolean B(String code)
           
static void P(String code)
           
static void p(String code, String output)
           
static void P(String code, String output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codes

public static List codes

all

public static boolean all
Constructor Detail

DEBUG

public DEBUG()
Method Detail

B

public static boolean B(String code)

p

public static void p(String code,
                     String output)

P

public static void P(String code,
                     String output)

P

public static void P(String code)


Stanford NLP Group