Groovy 2.2.0

org.codehaus.groovy.classgen.asm
[Java] Class AssertionWriter

java.lang.Object
  org.codehaus.groovy.classgen.asm.AssertionWriter

public class AssertionWriter
extends Object

Method Summary
def AssertionWriter(WriterController wc)

void disableTracker()

void record(Expression expression)

void record(Token op)

void reenableTracker()

void writeAssertStatement(AssertStatement statement)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

AssertionWriter

public def AssertionWriter(WriterController wc)


disableTracker

public void disableTracker()


record

public void record(Expression expression)


record

public void record(Token op)


reenableTracker

public void reenableTracker()


writeAssertStatement

public void writeAssertStatement(AssertStatement statement)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.