sdr 0.5

Package net.cscott.sdr.calls.transform

This package contains code to parse call lists and transform call abstract syntax in various ways.

See:
          Description

Class Summary
AstTokenTypes Get token types from lexer.
CallFileBuilder Post-process the ANTLR AST generated by CallFileParser to create a proper parse tree of AstNode.
CallFileLexer  
CallFileLexer.IndentProcessor Inner class: a token stream filter to implement INDENT/DEDENT processing.
CallFileLoader This class contains the code to parse and load a call list.
CallFileParser Parser for call definition files (*.calls).
CallFileParser.assertion_return  
CallFileParser.call_arg_return  
CallFileParser.call_args_return  
CallFileParser.call_body_return  
CallFileParser.call_body_seq_return  
CallFileParser.calllist_return  
CallFileParser.cond_args_return  
CallFileParser.cond_body_return  
CallFileParser.cond_msg_return  
CallFileParser.def_return  
CallFileParser.endsin_return  
CallFileParser.example_return  
CallFileParser.figure_return  
CallFileParser.grammar_start_return  
CallFileParser.grm_exp_return  
CallFileParser.grm_factor_return  
CallFileParser.grm_mult_return  
CallFileParser.grm_rule_return  
CallFileParser.grm_term_return  
CallFileParser.in_out_num_return  
CallFileParser.number_return  
CallFileParser.one_opt_return  
CallFileParser.one_par_return  
CallFileParser.one_seq_return  
CallFileParser.opt_prim_attrib_return  
CallFileParser.opt_return  
CallFileParser.opt_sign_return  
CallFileParser.optional_return  
CallFileParser.os_return  
CallFileParser.par_return  
CallFileParser.pieces_factor_return  
CallFileParser.pieces_return  
CallFileParser.pieces_term_return  
CallFileParser.prim_body_return  
CallFileParser.prim_flag_return  
CallFileParser.priority_return  
CallFileParser.program_return  
CallFileParser.ref_or_int_return  
CallFileParser.ref_return  
CallFileParser.res_return  
CallFileParser.seq_return  
CallFileParser.simple_body_return  
CallFileParser.simple_ref_body_return  
CallFileParser.simple_word_return  
CallFileParser.simple_words_return  
CallFileParser.spoken_return  
CallFileParser.words_or_ref_return  
EvalPrim Apply a Prim to a Dancer's Position to yield a DancerPath (which contains a new Position).
Evaluator An Evaluator represents a current dance context.
Evaluator.EvaluatorChain Chains multiple evaluators together.
Evaluator.Standard This is the standard top level evaluator.
Fractional Tranformation implementing BasicList._FRACTIONAL.
RemoveIn Remove Ins from a call tree by pushing them down and adjusting Prim timing.
TransformVisitor<T> TransformVisitor is a superclass to eliminate common code when writing tree transformations.
ValueVisitor<RESULT,CLOSURE> ValueVisitor is a superclass to eliminate common code when writing tree transformations.
 

Package net.cscott.sdr.calls.transform Description

This package contains code to parse call lists and transform call abstract syntax in various ways.


sdr 0.5

Copyright © 2006-2009 C. Scott Ananian