Class LOptionTag

Object
   |
   +--Lens
         |
         +--LOptionTag

class LOptionTag
extends Lens


If given a primitive value on get, it will create an option with the concrete tree as both the value and the text. If given an object o, then o.value will be set as the value and o.text will be set as the text. Whether an object or value is putback depends on what was given -- LOptionTag uses LCcond.
Defined in lens.js


Field Summary
 Object name
          
   
Fields inherited from class Lens
name
 
Constructor Summary
LOptionTag(<Object> attribs, <Array> children)
           
   
Methods inherited from class Lens
error, getput, putget, putput, get_is, putback_is, get_throws, putback_throws
 

Field Detail

name

Object name

Constructor Detail

LOptionTag

LOptionTag(<Object> attribs, <Array> children)


Documentation generated by JSDoc on Wed Feb 14 15:36:01 2007