Modifier and type | Property and description |
---|---|
java.lang.String | generatedTestSourceFolder Replies the folder in which the generated test source in written. |
Modifier and type | Field and description |
---|---|
public static val boolean | DEFAULT_GENERATE_CLONE_FUNCTION Default value for the generation flag of the clone function. |
public static val boolean | DEFAULT_GENERATE_EQUALITY_TEST_FUNCTIONS Default value for the generation flag of the equality test functions. |
public static val boolean | DEFAULT_GENERATE_INLINE_ANNOTATION Default value for the generation of the inline annotation flag. |
public static val boolean | DEFAULT_GENERATE_PURE_ANNOTATION Default value for the generation flag of the pure annotations. |
public static val boolean | DEFAULT_GENERATE_SERIAL_NUMBER_FIELD Default value for the generation flag of the serial number field. |
public static val boolean | DEFAULT_GENERATE_TOSTRING_FUNCTION Default value for the generation flag of the toString function. |
public static val boolean | DEFAULT_USE_EXPRESSION_INTERPRETER_FOR_INLINE_ANNOTATION Default value for the flag that indicates if the expression interpreter should be used when generating inline annotations. |
Modifier and type | Action and description |
---|---|
java.lang.String | getGeneratedTestSourceFolder Replies the folder in which the generated test source in written. |
boolean | isGenerateCloneFunctions Replies if the clone functions shall be generated. |
boolean | isGenerateEqualityTestFunctions Replies if the equality test functions shall be generated. |
boolean | isGenerateInlineAnnotation Replies if the @Inline shall be generated. |
boolean | isGeneratePureAnnotation Replies if the @Pure shall be generated. |
boolean | isGenerateSerialNumberFields Replies if the serial number field shall be generated. |
boolean | isGenerateToStringFunctions Replies if the toString functions shall be generated. |
boolean | isUseExpressionInterpreterForInlineAnnotation Replies if constant expression interpreter shall be called for generated @Inline . |
void | setGenerateCloneFunctions(boolean) Set if the clone functions shall be generated. |
void | setGeneratedTestSourceFolder(String) Set the folder in which the generated test source in written. |
void | setGenerateEqualityTestFunctions(boolean) Set if the equality test functions shall be generated. |
void | setGenerateInlineAnnotation(boolean) Set if the @Inline shall be generated. |
void | setGeneratePureAnnotation(boolean) Set if the @Pure shall be generated. |
void | setGenerateSerialNumberFields(boolean) Set if the clone functions shall be generated. |
void | setGenerateToStringFunctions(boolean) Set if the toString functions shall be generated. |
void | setUseExpressionInterpreterForInlineAnnotation(boolean) Set if the constant expression interpreter shall be called for generated @Inline . |
var generatedTestSourceFolder : java.lang.String
This property is an alias for the action: getGeneratedTestSourceFolder
public static val DEFAULT_GENERATE_CLONE_FUNCTION : boolean = true
public static val DEFAULT_GENERATE_EQUALITY_TEST_FUNCTIONS : boolean = true
public static val DEFAULT_GENERATE_INLINE_ANNOTATION : boolean = false
public static val DEFAULT_GENERATE_PURE_ANNOTATION : boolean = true
public static val DEFAULT_GENERATE_SERIAL_NUMBER_FIELD : boolean = true
public static val DEFAULT_GENERATE_TOSTRING_FUNCTION : boolean = true
public static val DEFAULT_USE_EXPRESSION_INTERPRETER_FOR_INLINE_ANNOTATION : boolean = true
new
def getGeneratedTestSourceFolder : java.lang.String
def isGenerateCloneFunctions : boolean
def isGenerateEqualityTestFunctions : boolean
def isGenerateInlineAnnotation : boolean
@Inline
shall be generated.
def isGeneratePureAnnotation : boolean
@Pure
shall be generated.
def isGenerateSerialNumberFields : boolean
def isGenerateToStringFunctions : boolean
def isUseExpressionInterpreterForInlineAnnotation : boolean
@Inline
.
def setGenerateCloneFunctions(boolean)
def setGeneratedTestSourceFolder(String)
def setGenerateEqualityTestFunctions(boolean)
def setGenerateInlineAnnotation(boolean)
@Inline
shall be generated.
def setGeneratePureAnnotation(boolean)
@Pure
shall be generated.
def setGenerateSerialNumberFields(boolean)
def setGenerateToStringFunctions(boolean)
def setUseExpressionInterpreterForInlineAnnotation(boolean)
@Inline
.