org.millscript.millscript.syntax
Class Syntax

java.lang.Object
  extended by org.millscript.millscript.syntax.Syntax
Direct Known Subclasses:
NonfixSyntax, PostfixSyntax, PrefixSyntax

public abstract class Syntax
extends java.lang.Object

This class represents the base class of all Syntax in MillScript. As such any new type of Syntax must extend this class, or one of it's more specific subclasses. Syntax is the initial parsing stage for compiling text into executable code.

See Also:
Expr

Constructor Summary
Syntax()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Syntax

public Syntax()


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.