[Java] Class AssertionWriter
- org.codehaus.groovy.classgen.asm.AssertionWriter
public class AssertionWriter extends Object
Constructor Summary
Constructor and description |
---|
AssertionWriter
(WriterController wc) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
disableTracker() | |
public void |
record(Expression expression) | |
public void |
record(Token op) | |
public void |
reenableTracker() | |
public void |
writeAssertStatement(AssertStatement statement) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public AssertionWriter(WriterController wc)
Method Detail
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/3.0.7/html/gapi/org/codehaus/groovy/classgen/asm/AssertionWriter.html