Package jminusminus
Class JEmptyStatement
java.lang.Object
jminusminus.JAST
jminusminus.JStatement
jminusminus.JEmptyStatement
The AST node for representing the empty statement.
- 
Field SummaryFields inherited from class jminusminus.JASTcompilationUnit, line
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJEmptyStatement(int line) Constructs an AST node for an empty statement.
- 
Method SummaryMethods inherited from class jminusminus.JASTline, partialCodegen, unescape
- 
Constructor Details- 
JEmptyStatementprotected JEmptyStatement(int line) Constructs an AST node for an empty statement.- Parameters:
- line- line in which the empty statement occurs in the source file.
 
 
- 
- 
Method Details- 
analyzePerforms semantic analysis on this AST and returns the (possibly modified) AST.
- 
codegenPerforms code generation for this AST.
- 
toJSONStores information about this AST in JSON format.
 
-