public class MacroTag extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
argString |
String |
command |
int |
endIndex |
String |
originalText |
int |
startIndex |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
MacroTag |
getEndTag() |
int |
hashCode() |
boolean |
isNewlineAfter() |
boolean |
isNewlineBefore() |
static MacroTag |
makeMacroTag(String wiki,
int startIndex) |
void |
removeNewlineBefore() |
void |
setEndTag(MacroTag endTag) |
String |
toString() |
public final int startIndex
public final int endIndex
public final String originalText
public final String command
public final String argString
Copyright © 2019 Atlassian. All rights reserved.