Class AttributeAccessBlock

java.lang.Object
com.cloudbees.groovy.cps.LValueBlock
com.cloudbees.groovy.cps.impl.AttributeAccessBlock
All Implemented Interfaces:
Block, CallSiteBlock, Serializable

public class AttributeAccessBlock extends LValueBlock
Attribute access expression like foo.@bar, which is an l-value.
Author:
Kohsuke Kawaguchi
See Also: