org.tromer.jie.visitor
Class FormatCommand

java.lang.Object
  |
  +--org.tromer.jie.visitor.FormatCommand

class FormatCommand
extends java.lang.Object


Field Summary
static int FORCE
           
static int INDENT
           
static int OUTDENT
           
static int SPACE
           
 
Constructor Summary
(package private) FormatCommand(int command, int numCommands)
           
 
Method Summary
 int getCommand()
           
 int getNumCommands()
           
 void setCommand(int i)
           
 void setNumCommands(int i)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORCE

public static final int FORCE

INDENT

public static final int INDENT

OUTDENT

public static final int OUTDENT

SPACE

public static final int SPACE
Constructor Detail

FormatCommand

FormatCommand(int command,
              int numCommands)
Method Detail

getCommand

public int getCommand()

getNumCommands

public int getNumCommands()

setCommand

public void setCommand(int i)

setNumCommands

public void setNumCommands(int i)