MaltParser 1.6

Uses of Class
org.maltparser.parser.algorithm.stack.StackAddressFunction.StackSubFunction

Packages that use StackAddressFunction.StackSubFunction
org.maltparser.parser.algorithm.stack Implements the Stack parsing algorithms. 
 

Uses of StackAddressFunction.StackSubFunction in org.maltparser.parser.algorithm.stack
 

Methods in org.maltparser.parser.algorithm.stack that return StackAddressFunction.StackSubFunction
 StackAddressFunction.StackSubFunction StackAddressFunction.getSubFunction()
           
static StackAddressFunction.StackSubFunction StackAddressFunction.StackSubFunction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StackAddressFunction.StackSubFunction[] StackAddressFunction.StackSubFunction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


MaltParser 1.6

Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.