类 SolidityCompiler


  • public class SolidityCompiler
    extends java.lang.Object
    • 构造器详细资料

      • SolidityCompiler

        public SolidityCompiler()
    • 方法详细资料

      • compile

        public static SolidityCompiler.Result compile​(java.io.File source,
                                                      boolean sm,
                                                      boolean combinedJson,
                                                      SolidityCompiler.Option... options)
                                               throws java.io.IOException
        参数:
        source -
        sm -
        combinedJson -
        options -
        返回:
        抛出:
        java.io.IOException
      • compile

        public static SolidityCompiler.Result compile​(byte[] source,
                                                      boolean sm,
                                                      boolean combinedJson,
                                                      SolidityCompiler.Option... options)
                                               throws java.io.IOException
        参数:
        source -
        sm -
        combinedJson -
        options -
        返回:
        抛出:
        java.io.IOException
      • runGetVersionOutput

        public static java.lang.String runGetVersionOutput​(boolean sm)
                                                    throws java.io.IOException
        抛出:
        java.io.IOException
      • getSolc

        public Solc getSolc​(boolean sm)