public class SinglePlayerTaglet
extends Object
implements Taglet
| Constructor and Description | 
|---|
SinglePlayerTaglet()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()  | 
boolean | 
inConstructor()  | 
boolean | 
inField()  | 
boolean | 
inMethod()  | 
boolean | 
inOverview()  | 
boolean | 
inPackage()  | 
boolean | 
inType()  | 
boolean | 
isInlineTag()  | 
static void | 
register(Map<String,Taglet> tagletMap)  | 
String | 
toString(Tag tag)  | 
String | 
toString(Tag[] tags)  | 
public String getName()
getName in interface Tagletpublic boolean inConstructor()
inConstructor in interface Tagletpublic boolean inField()
inField in interface Tagletpublic boolean inMethod()
inMethod in interface Tagletpublic boolean inOverview()
inOverview in interface Tagletpublic boolean inPackage()
inPackage in interface Tagletpublic boolean inType()
inType in interface Tagletpublic boolean isInlineTag()
isInlineTag in interface Tagletpublic String toString(Tag tag)
toString in interface Tagletpublic String toString(Tag[] tags)
toString in interface Tagletpublic static void register(Map<String,Taglet> tagletMap)