Uses of Class
gate.yam.YamFile.FileType

Packages that use YamFile.FileType
gate.yam Main interface to the YAM language. 
 

Uses of YamFile.FileType in gate.yam
 

Methods in gate.yam that return YamFile.FileType
static YamFile.FileType YamFile.FileType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static YamFile.FileType[] YamFile.FileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gate.yam with parameters of type YamFile.FileType
 void YamFile.generateType(YamFile.FileType type)
          Trigger generation of the various output types.
 File YamFile.getOutputFile(YamFile.FileType type)
          Create a file of a particular output type.
 YamParseTree YamCommand.translate(Reader yamReader, Writer outputWriter, YamFile.FileType outputType, File sourceDir)
          Translate to a particular target language.