Package manifold.preprocessor.expression
Class ExpressionParser
- java.lang.Object
-
- manifold.preprocessor.expression.ExpressionParser
-
public class ExpressionParser extends Object
-
-
Constructor Summary
Constructors Constructor Description ExpressionParser(CharSequence buffer, int offset, int endOffset)
-
-
-
Constructor Detail
-
ExpressionParser
public ExpressionParser(CharSequence buffer, int offset, int endOffset)
-
-
Method Detail
-
parse
public Expression parse()
-
-