|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModuleDependency | |
|---|---|
| xtc.parser | |
| Uses of ModuleDependency in xtc.parser |
|---|
| Subclasses of ModuleDependency in xtc.parser | |
|---|---|
class |
ModuleImport
A grammar module import. |
class |
ModuleInstantiation
A grammar module instantiation. |
class |
ModuleModification
A grammar module modification. |
| Fields in xtc.parser with type parameters of type ModuleDependency | |
|---|---|
java.util.List<ModuleDependency> |
Module.dependencies
The optional list of Module dependencies. |
| Methods in xtc.parser that return ModuleDependency | |
|---|---|
ModuleDependency |
ModuleDependency.rename(ModuleMap renaming)
Rename this module dependency. |
| Methods in xtc.parser with parameters of type ModuleDependency | |
|---|---|
boolean |
ModuleDependency.isConsistentWith(ModuleDependency dep)
Determine whether this module dependency is consistent with the specified dependency, which has been resolved previously. |
protected void |
HtmlPrinter.print(ModuleDependency dep,
java.lang.String name)
|
protected void |
PrettyPrinter.print(ModuleDependency dep,
java.lang.String name)
Print the specified module dependency. |
| Constructor parameters in xtc.parser with type arguments of type ModuleDependency | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||