Example usage for com.google.gwt.dev.jjs.ast JModVisitor subclass-usage

List of usage examples for com.google.gwt.dev.jjs.ast JModVisitor subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.dev.jjs.ast JModVisitor subclass-usage.

Usage

From source file rocket.logging.compiler.LoggerOptimiser.java

/**
 * A simple visitor to the AST tree that replaces all LoggerFactory.getLogger()
 * statements whereever possible when name to logger resolution can occur at
 * compile time.
 * 
 * @author Miroslav Pokorny