Class CompilerMessages

java.lang.Object
net.truej.sql.compiler.CompilerMessages

public class CompilerMessages extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    CompilerMessages(com.sun.tools.javac.util.Context context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(com.sun.tools.javac.tree.JCTree.JCCompilationUnit cu, com.sun.tools.javac.tree.JCTree forTree, com.sun.tools.javac.util.JCDiagnostic.DiagnosticType type, String message)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CompilerMessages

      public CompilerMessages(com.sun.tools.javac.util.Context context)
  • Method Details

    • write

      public void write(com.sun.tools.javac.tree.JCTree.JCCompilationUnit cu, com.sun.tools.javac.tree.JCTree forTree, com.sun.tools.javac.util.JCDiagnostic.DiagnosticType type, String message)