org.eclipse.epsilon.eol.parse
Class EolParserWorkbench

java.lang.Object
  extended by org.eclipse.epsilon.eol.parse.EolParserWorkbench

public class EolParserWorkbench
extends java.lang.Object


Constructor Summary
EolParserWorkbench()
           
 
Method Summary
 java.lang.String getIndent(int indent)
           
static void main(java.lang.String[] args)
           
 void print(org.antlr.runtime.tree.Tree tree, int indent)
           
 void work()
           
 void workPathName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EolParserWorkbench

public EolParserWorkbench()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

workPathName

public void workPathName()
                  throws java.lang.Exception
Throws:
java.lang.Exception

work

public void work()
          throws java.lang.Exception
Throws:
java.lang.Exception

print

public void print(org.antlr.runtime.tree.Tree tree,
                  int indent)

getIndent

public java.lang.String getIndent(int indent)