org.jvyaml.tokens
Class AnchorToken

java.lang.Object
  extended by org.jvyaml.tokens.Token
      extended by org.jvyaml.tokens.AnchorToken

public class AnchorToken
extends Token


Field Summary
 
Fields inherited from class org.jvyaml.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
AnchorToken()
           
AnchorToken(java.lang.String value)
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class org.jvyaml.tokens.Token
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnchorToken

public AnchorToken()

AnchorToken

public AnchorToken(java.lang.String value)
Method Detail

setValue

public void setValue(java.lang.Object value)
Overrides:
setValue in class Token

getValue

public java.lang.String getValue()