Modifier and Type | Field and Description |
---|---|
Object |
bonus |
Pointer |
buffer |
int |
bufsize |
int |
cursor |
boolean |
eof |
int |
limit |
int |
linect |
int |
linectptr |
int |
lineptr |
int |
marker |
Object |
root |
Object |
root_on_error |
int |
token |
int |
toktmp |
public Object root
public Object root_on_error
public int bufsize
public Pointer buffer
public int linectptr
public int lineptr
public int token
public int toktmp
public int cursor
public int marker
public int limit
public int linect
public boolean eof
public Object bonus
public void resetLevels()
public void popLevel()
public void resetCursor()
public void setRootOnError(Object roer)
public static Parser newParser()
public void handler(NodeHandler hdlr)
public void implicitTyping(boolean flag)
public void taguriExpansion(boolean flag)
public void errorHandler(ErrorHandler hdlr)
public void badAnchorHandler(BadAnchorHandler hdlr)
public void setInputType(ParserInput input_type)
public void file(InputStream fp, IoFileRead read)
public Level currentLevel()
public void addLevel(int len, LevelStatus status)
public int moveTokens()
public void checkLimit(int len)
public int read() throws IOException
IOException
public int read(int max_size) throws IOException
IOException
public Object parse()
public void removeAnchor(String a)
public static boolean tryImplicit(Node n)
Copyright © 2020. All rights reserved.