Class RuleWriter.RuleFileSource

  • Enclosing class:
    RuleWriter

    public class RuleWriter.RuleFileSource
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.github.javaparser.ast.CompilationUnit source  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getSource()  
      • Methods inherited from class java.lang.Object

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

      • source

        protected final com.github.javaparser.ast.CompilationUnit source
    • Method Detail

      • getName

        public java.lang.String getName()
      • getSource

        public java.lang.String getSource()