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 Attribute
           
 class FilteredAttributes
          Lazy evaluated representation of nodes filtered by attributes.
 class FilteredNodeChildren
           
 class GPathResult
           
 class NoChildren
           
 class NodeChild
           
 class ReplacementNode
           
 



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