public class ParenListParser
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ParenListParser.TokenType  | 
| Modifier and Type | Field and Description | 
|---|---|
protected byte[] | 
lastReadToken  | 
protected ParenListParser.TokenType | 
lastTokenType  | 
protected static org.slf4j.Logger | 
logger  | 
| Constructor and Description | 
|---|
ParenListParser()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
consumeToken(int parsePosition,
            byte[] s)  | 
byte[] | 
getLastReadToken()  | 
ParenListParser.TokenType | 
getLastTokenType()  | 
protected boolean | 
startsWith(byte[] d,
          java.lang.String string)  | 
protected byte[] | 
substring(byte[] bytes,
         int start,
         int end)  | 
protected byte[] lastReadToken
protected ParenListParser.TokenType lastTokenType
protected static final org.slf4j.Logger logger
protected byte[] substring(byte[] bytes,
                           int start,
                           int end)
protected boolean startsWith(byte[] d,
                             java.lang.String string)
public int consumeToken(int parsePosition,
                        byte[] s)
public byte[] getLastReadToken()
public ParenListParser.TokenType getLastTokenType()
Copyright © 2023. All Rights Reserved.