Class ScriptEvaluator.Script
java.lang.Object
org.codehaus.commons.compiler.jdk.ScriptEvaluator.Script
- Enclosing class:
- ScriptEvaluator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
The name of the generated method.protected boolean
Whether the generated method overrides a method declared by a supertype.private String[]
private Class<?>[]
private Class<?>
The generated method's return type.protected boolean
Whether the method is generatedstatic
; defaults totrue
.private Class<?>[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
overrideMethod
protected boolean overrideMethodWhether the generated method overrides a method declared by a supertype. -
staticMethod
protected boolean staticMethodWhether the method is generatedstatic
; defaults totrue
. -
returnType
The generated method's return type.null
means "use thedefault return type
". -
methodName
The name of the generated method.null
means to use a reasonable defalut. -
parameterNames
-
parameterTypes
-
thrownExceptions
-
-
Constructor Details
-
Script
private Script()
-