Class ProcessingContextInformation
java.lang.Object
org.apache.groovy.contracts.common.spi.ProcessingContextInformation
-
Constructor Summary
ConstructorDescriptionProcessingContextInformation
(ClassNode classNode, SourceUnit sourceUnit, ReaderSource source) -
Method Summary
Modifier and TypeMethodDescriptionvoid
contract()
boolean
boolean
boolean
boolean
void
void
setConstructorAssertionsEnabled
(boolean other)
-
Constructor Details
-
ProcessingContextInformation
public ProcessingContextInformation(ClassNode classNode, SourceUnit sourceUnit, ReaderSource source)
-
-
Method Details
-
setConstructorAssertionsEnabled
public void setConstructorAssertionsEnabled(boolean other) -
isConstructorAssertionsEnabled
public boolean isConstructorAssertionsEnabled() -
isPreconditionsEnabled
public boolean isPreconditionsEnabled() -
isPostconditionsEnabled
public boolean isPostconditionsEnabled() -
isClassInvariantsEnabled
public boolean isClassInvariantsEnabled() -
contract
-
readerSource
-
sourceUnit
-
put
-
get
-
addError
-