geb.navigator
[Groovy] Class AttributeAccessingMetaClass
java.lang.Object
groovy.lang.DelegatingMetaClass
geb.navigator.AttributeAccessingMetaClass
class AttributeAccessingMetaClass
extends DelegatingMetaClass
A delegating meta class implementation that intercepts field access using the .@ operator and sends it to getProperty("@$name")
|
Methods inherited from class DelegatingMetaClass
|
| getAdaptee, setAdaptee, isGroovyObject, addMetaBeanProperty, isModified, addNewInstanceMethod, addNewStaticMethod, addMetaMethod, setAttribute, setAttribute, getMetaClass, getTheClass, setMetaClass, hasProperty, invokeMethod, invokeMethod, invokeMethod, invokeMethod, pickMethod, getClassNode, invokeMissingMethod, invokeMissingProperty, getMetaMethods, selectConstructorAndTransformArguments, getMetaProperty, getStaticMetaMethod, getStaticMetaMethod, getMetaMethod, invokeConstructor, invokeStaticMethod, respondsTo, respondsTo, initialize, getAttribute, getAttribute, setProperty, setProperty, setProperty, getProperty, getProperty, getProperty, equals, toString, hashCode, getMethods, getProperties, wait, wait, wait, getClass, notify, notifyAll |
AttributeAccessingMetaClass
AttributeAccessingMetaClass(MetaClass delegate)
-
getAttribute
Object getAttribute(Object object, String attribute)
-
Groovy API Documentation for geb-ast 0.9.1 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org