Package com.singularsys.jeptests.system
Class ModifiedParserTest.SuffixArrayAccessShuntingYardGrammarParserFactory
java.lang.Object
com.singularsys.jeptests.system.ModifiedParserTest.SuffixArrayAccessShuntingYardGrammarParserFactory
- All Implemented Interfaces:
GrammarParserFactory,JepComponent,Serializable
- Enclosing class:
ModifiedParserTest
public static class ModifiedParserTest.SuffixArrayAccessShuntingYardGrammarParserFactory
extends Object
implements GrammarParserFactory
Factory to create SuffixArrayAccessShuntingYard
- Author:
- richard
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a light-weight instance suitable for using in multiple threads.voidInitialize the component.Create a new ShuntingYard instance.
-
Constructor Details
-
SuffixArrayAccessShuntingYardGrammarParserFactory
public SuffixArrayAccessShuntingYardGrammarParserFactory()
-
-
Method Details
-
newInstance
Create a new ShuntingYard instance.- Specified by:
newInstancein interfaceGrammarParserFactory
-
init
Description copied from interface:JepComponentInitialize the component. This method 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:
initin interfaceJepComponent- Parameters:
jep- the current Jep instance
-
getLightWeightInstance
Description copied from interface:JepComponentGets a light-weight instance suitable for using in multiple threads.- Specified by:
getLightWeightInstancein interfaceJepComponent- Returns:
- either a new instance, null or 'this'.
-