| Package | Description |
|---|---|
| xtc.parser | |
| xtc.tree |
| Modifier and Type | Field and Description |
|---|---|
Comment |
Module.documentation
The option documentation comment.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
Copier.visit(Comment c)
Copy the specified comment.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
Copier.visit(Comment c)
Copy the specified comment.
|
| Constructor and Description |
|---|
Module(Comment documentation,
ModuleName name,
ModuleList parameters,
java.util.List<ModuleDependency> dependencies,
Action header,
Action body,
Action footer,
java.util.List<Attribute> attributes,
java.util.List<Production> productions)
Create a new grammar module.
|
| Modifier and Type | Method and Description |
|---|---|
static Comment |
Comment.documentation(java.lang.String s)
Create a new code documentation comment.
|
| Modifier and Type | Method and Description |
|---|---|
Printer |
Printer.p(Comment comment)
Print the specified comment.
|
Copyright © 2014. All Rights Reserved.