org.codehaus.groovy.syntax.parser
Class SemanticVerifier

java.lang.Object
  |
  +--org.codehaus.groovy.syntax.parser.SemanticVerifier

public class SemanticVerifier
extends Object


Constructor Summary
SemanticVerifier()
           
 
Method Summary
 void verify(org.codehaus.groovy.syntax.parser.CSTNode[] compilationUnits)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticVerifier

public SemanticVerifier()
Method Detail

verify

public void verify(org.codehaus.groovy.syntax.parser.CSTNode[] compilationUnits)


Copyright © 2003 The Codehaus. All Rights Reserved.