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 Helper classes for XmlSlurper. 
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
 

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
           
(package private)  class Attributes
           
 class FilteredAttributes
          Lazy evaluated representation of nodes filtered by attributes.
 class FilteredNodeChildren
           
 class GPathResult
           
 class NoChildren
           
 class NodeChild
           
(package private)  class NodeChildren
           
 class ReplacementNode
           
 

Uses of Buildable in org.codehaus.groovy.runtime
 

Classes in org.codehaus.groovy.runtime that implement Buildable
 class GStringImpl
          Default implementation of a GString used by the compiler.
 



Copyright © ${year} The Codehaus. All Rights Reserved.