class JEmptyStatement extends JStatement
compilationUnit, line| Modifier | Constructor and Description |
|---|---|
protected |
JEmptyStatement(int line)
Construct an AST node for an empty statement.
|
| Modifier and Type | Method and Description |
|---|---|
JAST |
analyze(Context context)
Perform semantic analysis on this AST.
|
void |
codegen(CLEmitter output)
Perform code generation for this AST.
|
void |
writeToStdOut(PrettyPrinter p)
Write the information pertaining to this AST to STDOUT.
|
line, partialCodegenprotected JEmptyStatement(int line)
line - line in which the empty statement occurs in the source file.public JAST analyze(Context context)
JASTpublic void codegen(CLEmitter output)
JASTpublic void writeToStdOut(PrettyPrinter p)
JASTwriteToStdOut in class JASTp - for pretty printing with indentation.