Uses of Class
org.apache.lucene.util.automaton.CompiledAutomaton.AUTOMATON_TYPE

Packages that use CompiledAutomaton.AUTOMATON_TYPE
org.apache.lucene.util.automaton Finite-state automaton for regular expressions. 
 

Uses of CompiledAutomaton.AUTOMATON_TYPE in org.apache.lucene.util.automaton
 

Fields in org.apache.lucene.util.automaton declared as CompiledAutomaton.AUTOMATON_TYPE
 CompiledAutomaton.AUTOMATON_TYPE CompiledAutomaton.type
           
 

Methods in org.apache.lucene.util.automaton that return CompiledAutomaton.AUTOMATON_TYPE
static CompiledAutomaton.AUTOMATON_TYPE CompiledAutomaton.AUTOMATON_TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompiledAutomaton.AUTOMATON_TYPE[] CompiledAutomaton.AUTOMATON_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.