ida.pelab.prt.annotation
Class PrintingMethods

java.lang.Object
  extended by ida.pelab.prt.annotation.PrintingMethods

public class PrintingMethods
extends java.lang.Object


Constructor Summary
PrintingMethods()
           
 
Method Summary
static java.lang.reflect.Method getPrintDetectedPattern()
           
static java.lang.reflect.Method getSkipPrintMethod(java.lang.Class<?> type)
           
static void skipPrinting(cetus.hir.Expression t, java.io.PrintWriter o)
           
static void skipPrinting(cetus.hir.ExpressionStatement t, java.io.PrintWriter o)
           
static void skipPrinting(cetus.hir.Statement t, java.io.PrintWriter o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintingMethods

public PrintingMethods()
Method Detail

skipPrinting

public static void skipPrinting(cetus.hir.Statement t,
                                java.io.PrintWriter o)

skipPrinting

public static void skipPrinting(cetus.hir.ExpressionStatement t,
                                java.io.PrintWriter o)

skipPrinting

public static void skipPrinting(cetus.hir.Expression t,
                                java.io.PrintWriter o)

getSkipPrintMethod

public static java.lang.reflect.Method getSkipPrintMethod(java.lang.Class<?> type)

getPrintDetectedPattern

public static java.lang.reflect.Method getPrintDetectedPattern()