frysk.hpd
Class EvalCommands.Printer

java.lang.Object
  extended by frysk.hpd.EvalCommands.Printer
Enclosing class:
EvalCommands

private abstract static class EvalCommands.Printer
extends Object


Field Summary
(package private) static EvalCommands.Printer LOCATION
           
(package private) static EvalCommands.Printer RAW
           
(package private) static EvalCommands.Printer TREE
           
(package private) static EvalCommands.Printer TYPE
           
(package private) static EvalCommands.Printer VALUE
           
 
Constructor Summary
private EvalCommands.Printer()
           
 
Method Summary
(package private) abstract  void print(Expression e, PrintWriter writer, Format format, ByteBuffer memory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE

static final EvalCommands.Printer VALUE

LOCATION

static final EvalCommands.Printer LOCATION

TYPE

static final EvalCommands.Printer TYPE

TREE

static final EvalCommands.Printer TREE

RAW

static final EvalCommands.Printer RAW
Constructor Detail

EvalCommands.Printer

private EvalCommands.Printer()
Method Detail

print

abstract void print(Expression e,
                    PrintWriter writer,
                    Format format,
                    ByteBuffer memory)