public class Tokenizer extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getReadString() |
String |
getStringValue() |
int |
nextToken() |
protected static void |
ordinaryChar(byte[] ctype2,
int ch) |
protected static void |
setup(byte[] ctype2) |
protected static void |
whitespaceChars(byte[] ctype2,
int low,
int hi) |
protected static void |
wordChar(byte[] ctype2,
int val) |
protected static void |
wordChars(byte[] ctype2,
int low,
int hi) |
public static final int TT_EOF
public static final int TT_QUOTE
public static final int TT_WORD
public Tokenizer(String str)
public Tokenizer(String str, byte[] ctype)
protected static void setup(byte[] ctype2)
protected static void wordChars(byte[] ctype2,
int low,
int hi)
protected static void wordChar(byte[] ctype2,
int val)
protected static void whitespaceChars(byte[] ctype2,
int low,
int hi)
protected static void ordinaryChar(byte[] ctype2,
int ch)
public final String getStringValue()
public int nextToken()
public final String getReadString()
Copyright © 2015–2016 The DBFlute Project. All rights reserved.