public final class VerilogSyntaxBackends extends VerilogSyntaxBackend
VerilogSyntaxBackends
implements a composite AST-level back-end.Constructor and Description |
---|
VerilogSyntaxBackends() |
Modifier and Type | Method and Description |
---|---|
void |
add(VerilogSyntaxBackend backend)
Registers the back-end.
|
void |
start(VerilogNode root)
Processes the abstract syntax tree (AST).
|
getName
public void add(VerilogSyntaxBackend backend)
backend
- the back-end to be registered.public void start(VerilogNode root)
start
in class VerilogSyntaxBackend
root
- the AST's root.