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
 class FilteredAttributes
           
 class FilteredNodeChildren
           
 class GPathResult
           
 class NoChildren
           
 class NodeChild
           
 



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