Groovy 2.1.9

org.codehaus.groovy.transform
[Java] Class LogASTTransformation.AbstractLoggingStrategy

java.lang.Object
  org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
All Implemented Interfaces:
LoggingStrategy

public static abstract class LogASTTransformation.AbstractLoggingStrategy

Field Summary
protected GroovyClassLoader loader

 
Constructor Summary
protected LogASTTransformation.AbstractLoggingStrategy(GroovyClassLoader loader)

protected LogASTTransformation.AbstractLoggingStrategy()

 
Method Summary
protected ClassNode classNode(String name)

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

Field Detail

loader

protected final GroovyClassLoader loader


 
Constructor Detail

LogASTTransformation.AbstractLoggingStrategy

protected LogASTTransformation.AbstractLoggingStrategy(GroovyClassLoader loader)


LogASTTransformation.AbstractLoggingStrategy

protected LogASTTransformation.AbstractLoggingStrategy()


 
Method Detail

classNode

protected ClassNode classNode(String name)


 

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