|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.expr.Expr<Action>
org.millscript.millscript.expr.DirectiveExpr
public abstract class DirectiveExpr
This class represents a directive expression. A directive expression is one that gives instructions to the compiler.
| Constructor Summary | |
|---|---|
DirectiveExpr()
|
|
| Method Summary | |
|---|---|
Action |
compileIt()
Always causes a general fault, as these expressions should not exist after compilation. |
| Methods inherited from class org.millscript.millscript.expr.Expr |
|---|
arity, compile, isIntegerExpr, resolve, resolveList, setLineNumber, setOrigin, show, show |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectiveExpr()
| Method Detail |
|---|
public Action compileIt()
compileIt in class Expr<Action>null to satisfy
Java
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||