feat2.config.type
クラス IdentifierList

java.lang.Object
  拡張feat2.config.type.IdentifierList

public class IdentifierList
extends java.lang.Object

featの識別子のリスト(ホワイトスペース区切り)。

作成者:
SUGIMOTO Ken-ichi

コンストラクタの概要
IdentifierList(java.lang.String names)
           
 
メソッドの概要
 Identifier get(int index)
           
 Identifier[] getAll()
           
 int size()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

IdentifierList

public IdentifierList(java.lang.String names)
メソッドの詳細

size

public int size()

get

public Identifier get(int index)

getAll

public Identifier[] getAll()