Class ScriptEvaluator.Script
java.lang.Object
org.codehaus.commons.compiler.jdk.ScriptEvaluator.Script
- Enclosing class:
ScriptEvaluator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringThe name of the generated method.protected booleanWhether the generated method overrides a method declared by a supertype.private String[]private Class<?>[]private Class<?> The generated method's return type.protected booleanWhether 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.nullmeans "use thedefault return type".- See Also:
-
methodName
-
parameterNames
-
parameterTypes
-
thrownExceptions
-
-
Constructor Details
-
Script
private Script()
-