public class JShellParser extends Object
| Constructor and Description |
|---|
JShellParser(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
static JShellCommandNode |
createCommandNode(String[] args) |
static JShellParser |
fromInputStream(InputStream s) |
static JShellParser |
fromString(String s) |
DefaultLexer |
lexer() |
JShellNode |
parse() |
StrReader |
strReader() |
Yaccer |
yaccer() |
public JShellParser(Reader reader)
public static JShellParser fromString(String s)
public static JShellParser fromInputStream(InputStream s)
public StrReader strReader()
public DefaultLexer lexer()
public Yaccer yaccer()
public JShellNode parse()
public static JShellCommandNode createCommandNode(String[] args)
Copyright © 2022 vpc open source initiative. All rights reserved.