Class ScalarAnalysis


  • public final class ScalarAnalysis
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScalarAnalysis​(java.lang.String scalar, boolean empty, boolean multiline, boolean allowFlowPlain, boolean allowBlockPlain, boolean allowSingleQuoted, boolean allowBlock)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • scalar

        public java.lang.String scalar
      • empty

        public boolean empty
      • multiline

        public boolean multiline
      • allowFlowPlain

        public boolean allowFlowPlain
      • allowBlockPlain

        public boolean allowBlockPlain
      • allowSingleQuoted

        public boolean allowSingleQuoted
      • allowBlock

        public boolean allowBlock
    • Constructor Detail

      • ScalarAnalysis

        public ScalarAnalysis​(java.lang.String scalar,
                              boolean empty,
                              boolean multiline,
                              boolean allowFlowPlain,
                              boolean allowBlockPlain,
                              boolean allowSingleQuoted,
                              boolean allowBlock)