org.simBio.util.taglets
クラス Languages

java.lang.Object
  上位を拡張 org.simBio.util.taglets.Languages
直系の既知のサブクラス:
EnOff, EnOn, JaOff, JaOn

public abstract class Languages
extends java.lang.Object

Abstract super class for languages inline taglets.

バージョン:
$Id: Languages.java,v 1.1 2007/12/17 01:46:12 mikaelwing Exp $
作成者:
Mikael Wing

コンストラクタの概要
Languages()
           
 
メソッドの概要
abstract  java.lang.String getName()
          Return the name of the custom tag.
 boolean inConstructor()
           
 boolean inField()
           
 boolean inMethod()
           
 boolean inOverview()
           
 boolean inPackage()
           
 boolean inType()
           
 boolean isInlineTag()
          Will return true since this is an inline tag.
abstract  java.lang.String toString(Tag tag)
          Given the Tag representation of this custom tag, return its string representation.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Languages

public Languages()
メソッドの詳細

getName

public abstract java.lang.String getName()
Return the name of the custom tag.


inField

public boolean inField()
戻り値:
true since this tag can be used in a field doc comment

inConstructor

public boolean inConstructor()
戻り値:
true since this tag can be used in a constructor doc comment

inMethod

public boolean inMethod()
戻り値:
true since this tag can be used in a method doc comment

inOverview

public boolean inOverview()
戻り値:
true since this tag can be used in an overview doc comment

inPackage

public boolean inPackage()
戻り値:
true since this tag can be used in a package doc comment

inType

public boolean inType()
戻り値:
true since this tag can be used in an type doc comment

isInlineTag

public boolean isInlineTag()
Will return true since this is an inline tag.

戻り値:
true since this is an inline tag.

toString

public abstract java.lang.String toString(Tag tag)
Given the Tag representation of this custom tag, return its string representation.

パラメータ:
tag - the Tag representation of this custom tag.


???(C) 2002-2007 ?????????????????????