Class GeneratedMethod


  • public abstract class GeneratedMethod
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GeneratedMethod()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void generateCode​(java.io.PrintWriter pw, int index)  
      • Methods inherited from class java.lang.Object

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

      • GeneratedMethod

        public GeneratedMethod()
    • Method Detail

      • generateCode

        public abstract void generateCode​(java.io.PrintWriter pw,
                                          int index)