org.jvyamlb
Class EmitterImpl.ScalarAnalysis
java.lang.Object
org.jvyamlb.EmitterImpl.ScalarAnalysis
- Enclosing class:
- EmitterImpl
private static class EmitterImpl.ScalarAnalysis
- extends java.lang.Object
Constructor Summary |
EmitterImpl.ScalarAnalysis(org.jruby.util.ByteList scalar,
boolean empty,
boolean multiline,
boolean allowFlowPlain,
boolean allowBlockPlain,
boolean allowSingleQuoted,
boolean allowDoubleQuoted,
boolean allowBlock,
boolean specialCharacters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scalar
public org.jruby.util.ByteList scalar
empty
public boolean empty
multiline
public boolean multiline
allowFlowPlain
public boolean allowFlowPlain
allowBlockPlain
public boolean allowBlockPlain
allowSingleQuoted
public boolean allowSingleQuoted
allowDoubleQuoted
public boolean allowDoubleQuoted
allowBlock
public boolean allowBlock
specialCharacters
public boolean specialCharacters
EmitterImpl.ScalarAnalysis
public EmitterImpl.ScalarAnalysis(org.jruby.util.ByteList scalar,
boolean empty,
boolean multiline,
boolean allowFlowPlain,
boolean allowBlockPlain,
boolean allowSingleQuoted,
boolean allowDoubleQuoted,
boolean allowBlock,
boolean specialCharacters)