Package manifold.preprocessor.expression
Class ParseError
- java.lang.Object
-
- manifold.preprocessor.expression.ParseError
-
public class ParseError extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()intgetPosition()
-
-
-
Method Detail
-
getMessage
public String getMessage()
-
getPosition
public int getPosition()
-
-