public interface CodeGenerator
Modifier and Type | Method and Description |
---|---|
int |
getLine()
Returns the line number on which this AST node is found in the source (starting from line 0).
|
String |
getName()
Returns the name of the code generator.
|
StringBuffer |
shallow()
Returns a shallow textual representation of the AST node.
|
String getName()
int getLine()
StringBuffer shallow()
Copyright © 2016. All rights reserved.