Class CodegenUtil


  • public final class CodegenUtil
    extends java.lang.Object
    Created by cliff on 5/14/14.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PUBLIC  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.codehaus.janino.Java.FunctionDeclarator.FormalParameters emptyParams​(org.codehaus.commons.compiler.Location loc)  
      static org.codehaus.janino.Java.ConstructorDeclarator nullConstructor​(org.codehaus.commons.compiler.Location loc)  
      • Methods inherited from class java.lang.Object

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

      • nullConstructor

        public static org.codehaus.janino.Java.ConstructorDeclarator nullConstructor​(org.codehaus.commons.compiler.Location loc)
      • emptyParams

        public static org.codehaus.janino.Java.FunctionDeclarator.FormalParameters emptyParams​(org.codehaus.commons.compiler.Location loc)