Package org.codehaus.groovy.classgen.asm
Class AssertionWriter
java.lang.Object
org.codehaus.groovy.classgen.asm.AssertionWriter
public class AssertionWriter
extends java.lang.Object
- 
Constructor Summary
Constructors Constructor Description AssertionWriter(WriterController wc) - 
Method Summary
Modifier and Type Method Description voiddisableTracker()voidrecord(Expression expression)voidrecord(Token op)voidreenableTracker()voidwriteAssertStatement(AssertStatement statement)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Constructor Details
- 
AssertionWriter
 
 - 
 - 
Method Details
- 
writeAssertStatement
 - 
record
 - 
record
 - 
disableTracker
public void disableTracker() - 
reenableTracker
public void reenableTracker() 
 -