| Modifier and Type | Field and Description |
|---|---|
protected AtomParser[] |
atomParsers |
protected OperatorDesc[] |
operatorDescs |
| Constructor and Description |
|---|
SexpParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearBuf(StringBuffer buf) |
String |
formatArgSpec(ArgSpec spec) |
OperatorDesc[] |
getOperatorDescs() |
ASTNList |
parse(ParseCtx pctx,
InputStream is,
int maxExprs) |
ASTNList |
parse(ParseCtx pctx,
Reader reader,
int maxExprs) |
ASTNList |
parse(ParseCtx pctx,
String input) |
ASTNList |
parse(ParseCtx pctx,
String input,
int maxExprs) |
protected String |
sexpToString(Object obj) |
boolean |
supportREPLStream() |
protected OperatorDesc[] operatorDescs
protected AtomParser[] atomParsers
public ASTNList parse(ParseCtx pctx, InputStream is, int maxExprs)
protected void clearBuf(StringBuffer buf)
public boolean supportREPLStream()
supportREPLStream in interface IParserpublic String formatArgSpec(ArgSpec spec)
formatArgSpec in interface IParserpublic OperatorDesc[] getOperatorDescs()
getOperatorDescs in interface IParserCopyright © 2022. All rights reserved.