[Java] Class AssertionWriter
- org.codehaus.groovy.classgen.asm.AssertionWriter
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
def |
AssertionWriter(WriterController wc) | |
void |
disableTracker() | |
void |
record(Expression expression) | |
void |
record(Token op) | |
void |
reenableTracker() | |
void |
writeAssertStatement(AssertStatement statement) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public def AssertionWriter(WriterController wc)
public void disableTracker()
public void record(Expression expression)
public void record(Token op)
public void reenableTracker()
public void writeAssertStatement(AssertStatement statement)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/classgen/asm/AssertionWriter.html