Uses of Class
xtc.parser.ModuleList

Packages that use ModuleList
xtc.parser   
 

Uses of ModuleList in xtc.parser
 

Fields in xtc.parser declared as ModuleList
 ModuleList ModuleDependency.arguments
          The arguments to the dependent module.
 ModuleList Module.parameters
          The optional list of parameters.
 

Methods in xtc.parser that return ModuleList
 ModuleList ModuleList.rename(ModuleMap renaming)
          Rename this module list.
 ModuleList Copier.visit(ModuleList l)
          Copy the specified module list.
 

Methods in xtc.parser with parameters of type ModuleList
 void PrettyPrinter.visit(ModuleList list)
          Print the specified module list.
 ModuleList Copier.visit(ModuleList l)
          Copy the specified module list.
 

Constructors in xtc.parser with parameters of type ModuleList
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.
ModuleDependency(ModuleName module, ModuleList arguments, ModuleName target)
          Create a new module dependency.
ModuleImport(ModuleName module, ModuleList arguments, ModuleName target)
          Create a new module import.
ModuleInstantiation(ModuleName module, ModuleList arguments, ModuleName target)
          Create a new module instantiation.
ModuleMap(ModuleList keys, ModuleList values)
          Create a new module map.
ModuleModification(ModuleName module, ModuleList arguments, ModuleName target)
          Create a new module modification.
 



Copyright © 2012. All Rights Reserved.