Groovy Documentation

groovy.gbench
[Groovy] Class BenchmarkASTTransformation.ClosureBenchmarkHandler

java.lang.Object
  groovy.gbench.BenchmarkASTTransformation.ClosureBenchmarkHandler
All Implemented Interfaces:
BenchmarkHandler

static class BenchmarkASTTransformation.ClosureBenchmarkHandler

Nested Class Summary
static class BenchmarkASTTransformation.ClosureBenchmarkHandler.Delegate

 
Property Summary
Closure clos

 
Constructor Summary
BenchmarkASTTransformation.ClosureBenchmarkHandler(Closure clos)

 
Method Summary
void handle(Object klass, Object method, Object time)

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

Property Detail

clos

Closure clos


 
Constructor Detail

BenchmarkASTTransformation.ClosureBenchmarkHandler

BenchmarkASTTransformation.ClosureBenchmarkHandler(Closure clos)


 
Method Detail

handle

void handle(Object klass, Object method, Object time)


 

Groovy Documentation