sdr 0.7

Uses of Class
net.cscott.sdr.calls.grm.Grm.Mult.Type

Packages that use Grm.Mult.Type
net.cscott.sdr.calls.grm This package contains the tools needed to generate Sphinx and ANTLRv3 grammars for "natural language calls" from the information in the call lists about grammar and precedence for individual calls. 
 

Uses of Grm.Mult.Type in net.cscott.sdr.calls.grm
 

Fields in net.cscott.sdr.calls.grm declared as Grm.Mult.Type
 Grm.Mult.Type Grm.Mult.type
           
 

Methods in net.cscott.sdr.calls.grm that return Grm.Mult.Type
static Grm.Mult.Type Grm.Mult.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Grm.Mult.Type[] Grm.Mult.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.cscott.sdr.calls.grm with parameters of type Grm.Mult.Type
Grm.Mult(Grm operand, Grm.Mult.Type type)
           
 


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian