Class ScriptEvaluator.Script

java.lang.Object
org.codehaus.commons.compiler.jdk.ScriptEvaluator.Script
Enclosing class:
ScriptEvaluator

private static class ScriptEvaluator.Script extends Object
  • Field Details

    • overrideMethod

      protected boolean overrideMethod
      Whether the generated method overrides a method declared by a supertype.
    • staticMethod

      protected boolean staticMethod
      Whether the method is generated static; defaults to true.
    • returnType

      @Nullable private Class<?> returnType
      The generated method's return type. null means "use the default return type".
      See Also:
    • methodName

      @Nullable private String methodName
      The name of the generated method. null means to use a reasonable default.
    • parameterNames

      private String[] parameterNames
    • parameterTypes

      private Class<?>[] parameterTypes
    • thrownExceptions

      private Class<?>[] thrownExceptions
  • Constructor Details

    • Script

      private Script()