Groovy Documentation

java.gate.yam.parse
Class YamParser.ListNodeHolder

java.lang.Object
  java.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

indent

int indent


listNode

SimpleNode listNode


type

int type


 
Constructor Detail

YamParser.ListNodeHolder

YamParser.ListNodeHolder()


 
Method Detail

toString

public String toString()


 

Groovy Documentation