Modifier and Type | Field and Description |
---|---|
private Integer | |
private String | |
private int | |
private String | |
private String | |
private Integer |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | |
private static void | |
public Integer | Returns: the length of the closing fence (how many ofgetFenceCharacter() were used to end the code
block) if available, or null otherwise
|
public char | |
public String | Returns: the fence character that was used, e.g.` or ~ , if available, or null otherwise
|
public int | |
public int | |
public String | |
public String | |
public Integer | Returns: the length of the opening fence (how many of {getFenceCharacter() } were used to start the code
block) if available, or null otherwise
|
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void |
closingFenceLength | back to summary |
---|---|
private Integer closingFenceLength |
fenceCharacter | back to summary |
---|---|
private String fenceCharacter |
fenceIndent | back to summary |
---|---|
private int fenceIndent |
info | back to summary |
---|---|
private String info |
literal | back to summary |
---|---|
private String literal |
openingFenceLength | back to summary |
---|---|
private Integer openingFenceLength |
FencedCodeBlock | back to summary |
---|---|
public FencedCodeBlock() |
accept | back to summary |
---|---|
public void accept(Visitor visitor) Implements abstract jdk.
|
checkFenceLengths | back to summary |
---|---|
private static void checkFenceLengths(Integer openingFenceLength, Integer closingFenceLength) |
getClosingFenceLength | back to summary |
---|---|
public Integer getClosingFenceLength()
|
getFenceChar | back to summary |
---|---|
public char getFenceChar()
Deprecated use
|
getFenceCharacter | back to summary |
---|---|
public String getFenceCharacter()
|
getFenceIndent | back to summary |
---|---|
public int getFenceIndent() |
getFenceLength | back to summary |
---|---|
public int getFenceLength()
Deprecated use
|
getInfo | back to summary |
---|---|
public String getInfo()
|
getLiteral | back to summary |
---|---|
public String getLiteral() |
getOpeningFenceLength | back to summary |
---|---|
public Integer getOpeningFenceLength()
|
setClosingFenceLength | back to summary |
---|---|
public void setClosingFenceLength(Integer closingFenceLength) |
setFenceChar | back to summary |
---|---|
public void setFenceChar(char fenceChar)
Deprecated use
|
setFenceCharacter | back to summary |
---|---|
public void setFenceCharacter(String fenceCharacter) |
setFenceIndent | back to summary |
---|---|
public void setFenceIndent(int fenceIndent) |
setFenceLength | back to summary |
---|---|
public void setFenceLength(int fenceLength)
Deprecated use
|
setInfo | back to summary |
---|---|
public void setInfo(String info) |
setLiteral | back to summary |
---|---|
public void setLiteral(String literal) |
setOpeningFenceLength | back to summary |
---|---|
public void setOpeningFenceLength(Integer openingFenceLength) |