JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.codehaus.groovy.antlr
Interface AntlrASTProcessor
All Known Implementing Classes:
AntlrASTProcessSnippets
,
FlatNodeListTraversal
,
PreOrderTraversal
,
SourceCodeTraversal
,
TraversalHelper
public interface
AntlrASTProcessor
An interface for processing antlr AST objects
Version:
$Revision$
Author:
Jeremy Rayner
Method Summary
Methods
Modifier and Type
Method and Description
AST
process
(
AST
t)
performs some processing on the supplied AST node.
Method Detail
process
AST
process(
AST
t)
performs some processing on the supplied AST node.
Parameters:
t
- the AST node to process.
Returns:
possibly returns the AST modified or null, depends on the implementation.
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright © 2003-2014 The Codehaus. All rights reserved.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method