Uses of Class
org.codehaus.groovy.control.messages.WarningMessage

Packages that use WarningMessage
org.codehaus.groovy.control   
 

Uses of WarningMessage in org.codehaus.groovy.control
 

Methods in org.codehaus.groovy.control that return WarningMessage
 WarningMessage ProcessingUnit.getWarning(int index)
          Returns the specified warning message, or null.
 

Methods in org.codehaus.groovy.control with parameters of type WarningMessage
 void ProcessingUnit.addWarning(WarningMessage message)
          Adds a WarningMessage to the message set.
 



Copyright © 2003-2004 The Codehaus. All Rights Reserved.