Class ShuntingYard.ShuntingYardGrammarParserFactory

    • Constructor Detail

      • ShuntingYardGrammarParserFactory

        public ShuntingYardGrammarParserFactory()
    • Method Detail

      • init

        public void init​(Jep jep)
        Description copied from interface: JepComponent
        Initialize the component. This methods is called whenever a component is added to Jep. Hence it allows components to keep track of the other components they may rely on.
        Specified by:
        init in interface JepComponent
        Parameters:
        jep - the current Jep instance