schemaSQLParser.visitor
Class FormatCommand
java.lang.Object
|
+--schemaSQLParser.visitor.FormatCommand
- class FormatCommand
- extends java.lang.Object
Constructor Summary |
(package private) |
FormatCommand(int command,
int numCommands)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
FORCE
public static final int FORCE
INDENT
public static final int INDENT
OUTDENT
public static final int OUTDENT
SPACE
public static final int SPACE
command
private int command
numCommands
private int numCommands
FormatCommand
FormatCommand(int command,
int numCommands)
getCommand
public int getCommand()
getNumCommands
public int getNumCommands()
setCommand
public void setCommand(int i)
setNumCommands
public void setNumCommands(int i)