Uses of Class
xtc.parser.Action

Packages that use Action
xtc.parser   
 

Uses of Action in xtc.parser
 

Fields in xtc.parser declared as Action
 Action Module.body
          The optional main action code.
 Action Module.footer
          The optional final action code.
 Action Module.header
          The optional initial action code.
 

Methods in xtc.parser that return Action
 Action Copier.visit(Action a)
          Copy the specified action.
 Action ElementVoider.visit(Action a)
          Visit the specified action.
 

Methods in xtc.parser with parameters of type Action
protected  void CodeGenerator.action(Action a)
          Actually emit code for the specified action.
 void Action.add(Action a)
          Add the specified action to this action.
protected  void PrettyPrinter.print(Action a, boolean caret)
          Print the specified action.
 void TextTester.visit(Action a)
          Visit the specified action.
 void MetaDataSetter.visit(Action a)
          Analyze the specified action.
 void CodeGenerator.visit(Action a)
          Generate code for the specified action.
 void PrettyPrinter.visit(Action a)
          Print the specified action.
 java.lang.Integer CostEstimator.visit(Action a)
          Visit the specified action.
 Element ProductionVoider.Tester.visit(Action a)
          Visit the specified action.
 void Resolver.visit(Action a)
          Analyze the specified action.
 Action Copier.visit(Action a)
          Copy the specified action.
 Action ElementVoider.visit(Action a)
          Visit the specified action.
 void Tokenizer.Tester.visit(Action a)
          Visit the specified action.
 

Constructors in xtc.parser with parameters of type Action
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.
ParserAction(Action action)
          Create a new parser action.
SemanticPredicate(Action action)
          Create a new semantic predicate.
 



Copyright © 2012. All Rights Reserved.