Groovy 2.2.0

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)

String getCategoryName(ClassNode classNode, String categoryName)

 
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)


getCategoryName

public String getCategoryName(ClassNode classNode, String categoryName)


 

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