public class FunctionParser extends Object
| Constructor and Description |
|---|
FunctionParser(FunctionVisitor visitor) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isWhitespace(int c) |
protected int |
next() |
void |
parse(Reader reader) |
void |
parse(String text) |
public FunctionParser(FunctionVisitor visitor)
public void parse(String text) throws FunctionParseException
FunctionParseExceptionpublic void parse(Reader reader) throws FunctionParseException
FunctionParseExceptionprotected int next()
throws IOException
IOExceptionprotected boolean isWhitespace(int c)
Copyright © 2018. All rights reserved.