Class PtalonPopulator

  • All Implemented Interfaces:
    PtalonPopulatorTokenTypes

    public class PtalonPopulator
    extends antlr.TreeParser
    implements PtalonPopulatorTokenTypes
    PtalonPopulator.java generated from populator.g by ANTLR.
    Since:
    Ptolemy II 7.0
    Version:
    $Id$
    Author:
    Adam Cataldo, Elaine Cheong, Thomas Huining Feng
    Pt.AcceptedRating:
    Red (celaine)
    Pt.ProposedRating:
    Red (celaine)
    • Field Detail

      • _tokenNames

        public static final java.lang.String[] _tokenNames
    • Constructor Detail

      • PtalonPopulator

        public PtalonPopulator()
    • Method Detail

      • assigned_parameter_declaration

        public final void assigned_parameter_declaration​(antlr.collections.AST _t)
                                                  throws antlr.RecognitionException,
                                                         PtalonRuntimeException
        Throws:
        antlr.RecognitionException
        PtalonRuntimeException
      • qualified_identifier

        public final void qualified_identifier​(antlr.collections.AST _t)
                                        throws antlr.RecognitionException
        Throws:
        antlr.RecognitionException
      • transparent_relation_declaration

        public final void transparent_relation_declaration​(antlr.collections.AST _t)
                                                    throws antlr.RecognitionException,
                                                           PtalonRuntimeException
        Throws:
        antlr.RecognitionException
        PtalonRuntimeException
      • nested_actor_declaration

        public final void nested_actor_declaration​(antlr.collections.AST _t)
                                            throws antlr.RecognitionException,
                                                   PtalonRuntimeException
        In this case we do not add any actors, but rather defer this decision to any generated actors.
        Throws:
        antlr.RecognitionException
        PtalonRuntimeException
      • actor_declaration

        public final void actor_declaration​(antlr.collections.AST _t)
                                     throws antlr.RecognitionException,
                                            PtalonRuntimeException
        This is for a top level actor declaration, which requires separate treatment from a nested actor declaration.
        Throws:
        antlr.RecognitionException
        PtalonRuntimeException
      • transformation_declaration

        public final void transformation_declaration​(antlr.collections.AST _t)
                                              throws antlr.RecognitionException,
                                                     PtalonRuntimeException
        Throws:
        antlr.RecognitionException
        PtalonRuntimeException
      • iterative_statement_evaluator

        public final void iterative_statement_evaluator​(antlr.collections.AST _t)
                                                 throws antlr.RecognitionException,
                                                        PtalonRuntimeException
        Throws:
        antlr.RecognitionException
        PtalonRuntimeException