org.codehaus.groovy.binding
Class BindPathSnooper

java.lang.Object
  extended by groovy.lang.GroovyObjectSupport
      extended by org.codehaus.groovy.binding.BindPathSnooper
All Implemented Interfaces:
GroovyObject

 class BindPathSnooper
extends GroovyObjectSupport


Field Summary
(package private) static DeadEndObject DEAD_END
           
(package private)  java.util.Map<java.lang.String,BindPathSnooper> fields
           
 
Constructor Summary
BindPathSnooper()
           
 
Method Summary
 java.lang.Object getProperty(java.lang.String property)
          Retrieves a property value.
 java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args)
          Invokes the given method.
 
Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEAD_END

static final DeadEndObject DEAD_END

fields

java.util.Map<java.lang.String,BindPathSnooper> fields
Constructor Detail

BindPathSnooper

BindPathSnooper()
Method Detail

getProperty

public java.lang.Object getProperty(java.lang.String property)
Description copied from interface: GroovyObject
Retrieves a property value.

Specified by:
getProperty in interface GroovyObject
Overrides:
getProperty in class GroovyObjectSupport
Parameters:
property - the name of the property of interest
Returns:
the given property

invokeMethod

public java.lang.Object invokeMethod(java.lang.String name,
                                     java.lang.Object args)
Description copied from interface: GroovyObject
Invokes the given method.

Specified by:
invokeMethod in interface GroovyObject
Overrides:
invokeMethod in class GroovyObjectSupport
Parameters:
name - the name of the method to call
args - the arguments to use for the method call
Returns:
the result of invoking the method


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