Package net.sourceforge.wurfl.lang.oneparam

Class Summary
ChainableOp<R> Operation which can be executed in sequence, giving a return value as param for the next one
IdentityOp<R> StringOp that does nothing.
IfOp<V,R> Construct an "if" operation that will execute its "else" body if the supplied condition is false, and will otherwise execute its regular body.
OneParamOp<V,R> Generic one-param operation abstraction.
SequenceOp<R> Executes in sequence other operations.
 

Enum Summary
OneParamOp.Type  
 



Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.