|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.gate.yam.parse.YamParser.ListNodeHolder
class YamParser.ListNodeHolder
The list stack needs to store OL/UL nodes and their indentation level.
Field Summary | |
---|---|
int |
indent
|
SimpleNode |
listNode
|
int |
type
|
Constructor Summary | |
YamParser.ListNodeHolder()
|
Method Summary | |
---|---|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
int indent
SimpleNode listNode
int type
Constructor Detail |
---|
YamParser.ListNodeHolder()
Method Detail |
---|
public String toString()
Groovy Documentation