org.seasar.framework.util
クラス Tokenizer

java.lang.Object
  拡張org.seasar.framework.util.Tokenizer
直系の既知のサブクラス:
ConstantAnnotationUtil.MyTokenizer

public class Tokenizer
extends Object

作成者:
higa

フィールドの概要
static int TT_EOF
           
static int TT_QUOTE
           
static int TT_WORD
           
 
コンストラクタの概要
Tokenizer(String str)
           
Tokenizer(String str, byte[] ctype)
           
 
メソッドの概要
 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)
           
 
クラス 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.