jus.util.assertion
Class StateTaglet

java.lang.Object
  extended byjus.util.assertion.AnyTaglet
      extended byjus.util.assertion.StateTaglet
All Implemented Interfaces:
java.lang.Cloneable, com.sun.tools.doclets.Taglet
Direct Known Subclasses:
FinalStateTaglet, InitialStateTaglet

public abstract class StateTaglet
extends AnyTaglet

Since:
1.4

Field Summary
 
Fields inherited from class jus.util.assertion.AnyTaglet
HEADER, inConstructor, inField, inMethod, inOverview, inPackage, inType, isInlineTag, NAMES, usableIn
 
Constructor Summary
StateTaglet()
           
 
Method Summary
protected  java.lang.String html(com.sun.javadoc.Tag tag)
          Given a Tag representing this custom tag, return its string representation.
 
Methods inherited from class jus.util.assertion.AnyTaglet
clone, getName, inConstructor, inField, inMethod, inOverview, inPackage, inType, isInlineTag, iterator, registerTag, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateTaglet

public StateTaglet()
Method Detail

html

protected java.lang.String html(com.sun.javadoc.Tag tag)
Description copied from class: AnyTaglet
Given a Tag representing this custom tag, return its string representation.

Specified by:
html in class AnyTaglet
Parameters:
tag - the Tag representing of this custom tag.