Package com.singularsys.jeptests.system
Class ModifiedParserTest
- java.lang.Object
-
- com.singularsys.jeptests.system.ModifiedParserTest
-
public class ModifiedParserTest extends java.lang.ObjectTests for various custom grammars.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModifiedParserTest.SuffixArrayAccessShuntingYardGrammarParserFactoryFactory to create SuffixArrayAccessShuntingYardstatic classModifiedParserTest.SuffixElePrintRuleA rule to correctly print suffix array access expressions
-
Constructor Summary
Constructors Constructor Description ModifiedParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestLatex()Tests a Latex like grammarvoidtestMultLineString()Test for string constants which can be broken over multiple lines.voidtestOperatorsAsFunctions()voidtestSuffixArrayAccess()
-
-
-
Method Detail
-
testOperatorsAsFunctions
public void testOperatorsAsFunctions() throws ParseException, java.lang.Exception- Throws:
ParseExceptionjava.lang.Exception
-
testLatex
public void testLatex() throws java.lang.ExceptionTests a Latex like grammar- Throws:
java.lang.Exception
-
testMultLineString
public void testMultLineString() throws java.lang.ExceptionTest for string constants which can be broken over multiple lines.- Throws:
java.lang.Exception- See Also:
MultiLineMatcher
-
testSuffixArrayAccess
public void testSuffixArrayAccess() throws JepException- Throws:
JepException
-
-