org.jvyamlb.nodes
Class ScalarNode

java.lang.Object
  extended by org.jvyamlb.nodes.Node
      extended by org.jvyamlb.nodes.ScalarNode
Direct Known Subclasses:
PositionedScalarNode

public class ScalarNode
extends Node

Author:
Ola Bini

Field Summary
private  char style
           
 
Constructor Summary
ScalarNode(java.lang.String tag, org.jruby.util.ByteList value, char style)
           
 
Method Summary
 char getStyle()
           
 
Methods inherited from class org.jvyamlb.nodes.Node
equals, getConstructed, getTag, getValue, hashCode, setConstructed, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

style

private char style
Constructor Detail

ScalarNode

public ScalarNode(java.lang.String tag,
                  org.jruby.util.ByteList value,
                  char style)
Method Detail

getStyle

public char getStyle()