Uses of Interface
groovy.lang.Buildable

Packages that use Buildable
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
groovy.util.slurpersupport   
 

Uses of Buildable in groovy.lang
 

Classes in groovy.lang that implement Buildable
 class GString
          Represents a String which contains embedded values such as "hello there ${user} how are you?" which can be evaluated lazily.
 

Uses of Buildable in groovy.util.slurpersupport
 

Classes in groovy.util.slurpersupport that implement Buildable
(package private)  class groovy.util.slurpersupport.Attributes
           
 class FilteredAttributes
           
 class FilteredNodeChildren
           
 class GPathResult
           
 class NoChildren
           
 class NodeChild
           
(package private)  class groovy.util.slurpersupport.NodeChildren
           
 



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