Language Processing
v2.0

vig
Class Parser

Object
  extended by Parser

public class Parser
extends Object

parser and main program for visitor generator.


Nested Class Summary
static class Parser.Tree
          tree factory
 
Field Summary
protected static String parserResource
          kludge: scanner test driver needs to know.
 
Constructor Summary
Parser()
           
 
Method Summary
static void main(String... args)
          compiles standard input.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parserResource

protected static final String parserResource
kludge: scanner test driver needs to know.

See Also:
Constant Field Values
Constructor Detail

Parser

public Parser()
Method Detail

main

public static void main(String... args)
compiles standard input.



(c) 2008 Axel T. Schreiner