Class LineNumberingShuntingYard.LineNumberGrammarParserFactory
java.lang.Object
com.singularsys.jep.misc.lineNumbering.LineNumberingShuntingYard.LineNumberGrammarParserFactory
- All Implemented Interfaces:
GrammarParserFactory,JepComponent,Serializable
- Enclosing class:
LineNumberingShuntingYard
public static class LineNumberingShuntingYard.LineNumberGrammarParserFactory
extends Object
implements GrammarParserFactory
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns this.voidInitialize the component.
-
Constructor Details
-
LineNumberGrammarParserFactory
public LineNumberGrammarParserFactory()
-
-
Method Details
-
newInstance
- 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
returns this.- Specified by:
getLightWeightInstancein interfaceJepComponent- Returns:
- either a new instance, null or 'this'.
-