Class SumFormulaVisitorParser
- java.lang.Object
-
- de.isas.lipidomics.palinom.sumformula.SumFormulaVisitorParser
-
- All Implemented Interfaces:
VisitorParser<ElementTable>
public class SumFormulaVisitorParser extends Object implements VisitorParser<ElementTable>
Parser implementation for the SumFormula grammar.- Author:
- nils.hoffmann
-
-
Constructor Summary
Constructors Constructor Description SumFormulaVisitorParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementTable
parse(String sumFormula, SyntaxErrorListener listener)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.isas.lipidomics.palinom.VisitorParser
parse, prepare
-
-
-
-
Constructor Detail
-
SumFormulaVisitorParser
public SumFormulaVisitorParser()
-
-
Method Detail
-
parse
public ElementTable parse(String sumFormula, SyntaxErrorListener listener) throws ParsingException
- Specified by:
parse
in interfaceVisitorParser<ElementTable>
- Throws:
ParsingException
-
-