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 SummaryConstructors Constructor Description AssertionWriter(WriterController wc)
- 
Method SummaryModifier and Type Method Description voiddisableTracker()voidrecord(Expression expression)voidrecord(Token op)voidreenableTracker()voidwriteAssertStatement(AssertStatement statement)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
AssertionWriter
 
- 
- 
Method Details- 
writeAssertStatement
- 
record
- 
record
- 
disableTrackerpublic void disableTracker()
- 
reenableTrackerpublic void reenableTracker()
 
-