public class DoxygenCommand extends Object implements Iterable<DoxygenParameter>
| Modifier and Type | Class and Description |
|---|---|
static class |
DoxygenCommand.ParameterIterator |
| Constructor and Description |
|---|
DoxygenCommand(Map<String,Object> data,
String commandName,
String rawCommand,
Parameters filterParams) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalName() |
String |
getName() |
String |
getPair() |
TextFragment.TagType |
getTagType() |
boolean |
hasPair() |
boolean |
hasParameters() |
boolean |
hasTranslatableParameters() |
boolean |
isInline() |
boolean |
isPreserveWhitespace() |
boolean |
isTranslatable() |
DoxygenCommand.ParameterIterator |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic boolean isInline()
public TextFragment.TagType getTagType()
public boolean hasParameters()
public boolean hasTranslatableParameters()
public DoxygenCommand.ParameterIterator iterator()
iterator in interface Iterable<DoxygenParameter>public String getName()
public String getCanonicalName()
public boolean hasPair()
public String getPair()
public boolean isTranslatable()
public boolean isPreserveWhitespace()
Copyright © 2022. All rights reserved.