Uses of Class
edu.iu.cnets.klatsch.lang.VBoolean

Packages that use VBoolean
edu.iu.cnets.klatsch.lang   
 

Uses of VBoolean in edu.iu.cnets.klatsch.lang
 

Fields in edu.iu.cnets.klatsch.lang declared as VBoolean
static VBoolean VBoolean.F
           
static VBoolean VBoolean.T
          defined for convenience to save on memory churn
 

Methods in edu.iu.cnets.klatsch.lang that return VBoolean
 VBoolean VStream.method_done(Value... args)
          done() : Tests whether we're at the end of the stream.
 VBoolean VStream.method_more(Value... args)
          more() : Tests if there are more values to read.