Uses of Class
edu.umd.cfar.lamp.viper.util.reader.VReader.TextLine

Packages that use VReader.TextLine
edu.umd.cfar.lamp.viper.util.reader   
 

Uses of VReader.TextLine in edu.umd.cfar.lamp.viper.util.reader
 

Methods in edu.umd.cfar.lamp.viper.util.reader with parameters of type VReader.TextLine
static boolean VReader.isBeginDirective(VReader.TextLine line)
          Checks to see if the specified line contains a #BEGIN_ directive
static boolean VReader.isEndDirective(VReader.TextLine line)
          Checks to see if the specified line contains an #END_ directive
static boolean VReader.isDescriptorLine(VReader.TextLine line)
          Tests to see if the line starts with a descriptor type keyword, such as CONTENT or OBJECT.