Package com.nickrobison.tuple.codegen
Class CodegenUtil
- java.lang.Object
-
- com.nickrobison.tuple.codegen.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)
-
-
-
Field Detail
-
PUBLIC
public static final java.lang.String PUBLIC
- See Also:
- Constant Field Values
-
-