public class FormattingNode extends Node
| Modifier and Type | Field and Description |
|---|---|
(package private) FormatInfo |
formatInfo |
COMPOSITE_KEYWORD, LITERAL, next, SIMPLE_KEYWORD, type, value| Constructor and Description |
|---|
FormattingNode(int type) |
FormattingNode(int type,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
FormatInfo |
getFormatInfo() |
int |
hashCode() |
void |
setFormatInfo(FormatInfo formatInfo) |
FormatInfo formatInfo
FormattingNode(int type)
FormattingNode(int type,
java.lang.Object value)
public FormatInfo getFormatInfo()
public void setFormatInfo(FormatInfo formatInfo)