Class RefasterRuleCompiler

java.lang.Object
com.google.errorprone.refaster.RefasterRuleCompiler
All Implemented Interfaces:
Plugin

@AutoService(Plugin.class) public class RefasterRuleCompiler extends Object implements Plugin
A javac plugin that compiles Refaster rules to a .analyzer file.
Author:
lowasser@google.com
  • Constructor Details

    • RefasterRuleCompiler

      public RefasterRuleCompiler()
  • Method Details