Package jscl.text
Class Parser
java.lang.Object
jscl.text.Parser
- Direct Known Subclasses:
BracketedExpression,CommaAndExpression,CommaAndVector,CompoundIdentifier,ConstantParser,Digits,DoubleParser,DoubleVariableParser,ExpressionParser,FunctionParser,Identifier,ImplicitFunctionParser,IntegerParser,JSCLIntegerParser,MatrixParser,OperatorParser,ParameterList,PrimeCharacters,RootParser,Subscript,VariableParser,VectorParser,VectorVariableParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Objectstatic voidskipWhitespaces(String str, int[] pos)
-
Constructor Details
-
Parser
public Parser()
-
-
Method Details
-
parse
- Throws:
ParseException
-
skipWhitespaces
-