woolpack.visitor.impl
クラス IgnoreTextConstants

java.lang.Object
  上位を拡張 woolpack.visitor.impl.IgnoreTextConstants

public class IgnoreTextConstants
extends java.lang.Object

インスタンスの変数のみをVisitor.visit(Object)に渡すAcceptableを定義した 定数の集まり。

作成者:
nakamura

フィールドの概要
static Acceptable<DelegateDateFormat> IGNORE_DelegateDateFormat
          DelegateDateFormat.getFormat()のみをVisitor.visit(Object)に渡すAcceptable
static Acceptable<DelegateNumberFormat> IGNORE_DelegateNumberFormat
          DelegateNumberFormat.getFormat()のみをVisitor.visit(Object)に渡すAcceptable
static Acceptable<FormatFactory> IGNORE_FormatFactory
          FormatFactory.newInstance()のみをVisitor.visit(Object)に渡すAcceptable
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

IGNORE_FormatFactory

public static final Acceptable<FormatFactory> IGNORE_FormatFactory
FormatFactory.newInstance()のみをVisitor.visit(Object)に渡すAcceptable


IGNORE_DelegateDateFormat

public static final Acceptable<DelegateDateFormat> IGNORE_DelegateDateFormat
DelegateDateFormat.getFormat()のみをVisitor.visit(Object)に渡すAcceptable


IGNORE_DelegateNumberFormat

public static final Acceptable<DelegateNumberFormat> IGNORE_DelegateNumberFormat
DelegateNumberFormat.getFormat()のみをVisitor.visit(Object)に渡すAcceptable



Copyright (C) 2006 Takahiro Nakamura. All rights reserved.