Package com.cloudbees.groovy.cps.impl
Class StaticFieldBlock
java.lang.Object
com.cloudbees.groovy.cps.LValueBlock
com.cloudbees.groovy.cps.impl.StaticFieldBlock
- All Implemented Interfaces:
Block,Serializable
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.cloudbees.groovy.cps.Block
Block.Noop -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevalLValue(Env e, Continuation k) Evaluate the block asLValueand pass it toContinuationwhen done.Methods inherited from class com.cloudbees.groovy.cps.LValueBlock
asLValue, eval
-
Constructor Details
-
StaticFieldBlock
-
-
Method Details
-
evalLValue
Description copied from class:LValueBlockEvaluate the block asLValueand pass it toContinuationwhen done.LValuecan then be used to set the value.- Specified by:
evalLValuein classLValueBlock
-