org.seasar.framework.util
クラス Tokenizer
java.lang.Object
org.seasar.framework.util.Tokenizer
- 直系の既知のサブクラス:
- ConstantAnnotationUtil.MyTokenizer
- public class Tokenizer
- extends Object
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TT_EOF
public static final int TT_EOF
- 関連項目:
- 定数フィールド値
TT_QUOTE
public static final int TT_QUOTE
- 関連項目:
- 定数フィールド値
TT_WORD
public static final int TT_WORD
- 関連項目:
- 定数フィールド値
Tokenizer
public Tokenizer(String str)
Tokenizer
public Tokenizer(String str,
byte[] ctype)
setup
protected static void setup(byte[] ctype2)
wordChars
protected static void wordChars(byte[] ctype2,
int low,
int hi)
wordChar
protected static void wordChar(byte[] ctype2,
int val)
whitespaceChars
protected static void whitespaceChars(byte[] ctype2,
int low,
int hi)
ordinaryChar
protected static void ordinaryChar(byte[] ctype2,
int ch)
getStringValue
public final String getStringValue()
nextToken
public int nextToken()
getReadString
public final String getReadString()
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.