org.millscript.millscript.syntax
Class NonfixSyntax

java.lang.Object
  extended by org.millscript.millscript.syntax.Syntax
      extended by org.millscript.millscript.syntax.NonfixSyntax

public class NonfixSyntax
extends Syntax

This class represents those pieces of syntax that do not specifically prefix or postfix syntax. Alternatively, you can think of this syntax as keywords that must not be allowed as names, e.g. reserved words. This syntax will generally be used within other prefix or postfix syntax, e.g. the case inside a switch statement.


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

Constructor Detail

NonfixSyntax

public NonfixSyntax()


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