|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.syntax.Syntax
org.millscript.millscript.syntax.NonfixSyntax
public class NonfixSyntax
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 |
|---|
public NonfixSyntax()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||