Package org.codehaus.groovy.macro.matcher
package org.codehaus.groovy.macro.matcher
Pattern matching framework for AST matching and manipulation, enabling meta-programming patterns in Groovy.
-
ClassDescriptionPredicate used to test AST nodes.A class code visitor which is capable of remembering the context of the current visit.Compares two AST nodes for matcher purposes.Holds the current AST node together with its traversal context.Callback invoked when a
TreeContextis popped.