Package daikon.tools.runtimechecker
Class CheckerClass
- Object
-
- CheckerClass
-
public class CheckerClass extends Object
Represents a class created by the instrumenter to check invariants.
-
-
Constructor Summary
Constructors Constructor Description CheckerClass(ClassOrInterfaceBody clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDeclaration(StringBuilder decl)
String
getCheckerClassName()
CompilationUnit
getCompilationUnit()
Must be called only once, when you're done creating this checker.
-
-
-
Constructor Detail
-
CheckerClass
public CheckerClass(ClassOrInterfaceBody clazz)
-
-
Method Detail
-
getCompilationUnit
public CompilationUnit getCompilationUnit()
Must be called only once, when you're done creating this checker.
-
getCheckerClassName
public String getCheckerClassName()
-
addDeclaration
public void addDeclaration(StringBuilder decl)
-
-