org.jvyamlb.tokens
Class FlowSequenceStartToken

java.lang.Object
  extended by org.jvyamlb.tokens.Token
      extended by org.jvyamlb.tokens.FlowSequenceStartToken

public class FlowSequenceStartToken
extends Token

Author:
Ola Bini

Field Summary
 
Fields inherited from class org.jvyamlb.tokens.Token
BLOCK_END, BLOCK_ENTRY, BLOCK_MAPPING_START, BLOCK_SEQUENCE_START, DOCUMENT_END, DOCUMENT_START, FLOW_ENTRY, FLOW_MAPPING_END, FLOW_MAPPING_START, FLOW_SEQUENCE_END, FLOW_SEQUENCE_START, KEY, STREAM_END, STREAM_START, VALUE
 
Constructor Summary
FlowSequenceStartToken()
           
 
Method Summary
 
Methods inherited from class org.jvyamlb.tokens.Token
setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowSequenceStartToken

public FlowSequenceStartToken()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.