Class CodeGeneratorOptions

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.CodeDom, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.CodeDom
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.CodeDom.Compiler.CodeGeneratorOptions
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • CodeGeneratorOptions

        public CodeGeneratorOptions​(java.lang.Object instance)
                             throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • CodeGeneratorOptions

        public CodeGeneratorOptions()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getBlankLinesBetweenMembers

        public boolean getBlankLinesBetweenMembers()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBlankLinesBetweenMembers

        public void setBlankLinesBetweenMembers​(boolean BlankLinesBetweenMembers)
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getElseOnClosing

        public boolean getElseOnClosing()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setElseOnClosing

        public void setElseOnClosing​(boolean ElseOnClosing)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVerbatimOrder

        public boolean getVerbatimOrder()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setVerbatimOrder

        public void setVerbatimOrder​(boolean VerbatimOrder)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBracingStyle

        public java.lang.String getBracingStyle()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBracingStyle

        public void setBracingStyle​(java.lang.String BracingStyle)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIndentString

        public java.lang.String getIndentString()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIndentString

        public void setIndentString​(java.lang.String IndentString)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable