org.apache.cocoon.transformation
Class LexicalTransformer.LexicalAutomatonEntry

java.lang.Object
  extended by org.apache.cocoon.transformation.LexicalTransformer.LexicalAutomatonEntry
All Implemented Interfaces:
Serializable
Enclosing class:
LexicalTransformer

public static class LexicalTransformer.LexicalAutomatonEntry
extends Object
implements Serializable

This class represent a entry in a store to cache the lexical automaton.

See Also:
Serialized Form

Constructor Summary
LexicalTransformer.LexicalAutomatonEntry(net.sourceforge.chaperon.process.LexicalAutomaton automaton, SourceValidity validity)
          Create a new entry.
 
Method Summary
 net.sourceforge.chaperon.process.LexicalAutomaton getLexicalAutomaton()
          Return the lexical automaton.
 SourceValidity getValidity()
          Return the validity of the lexicon file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexicalTransformer.LexicalAutomatonEntry

public LexicalTransformer.LexicalAutomatonEntry(net.sourceforge.chaperon.process.LexicalAutomaton automaton,
                                                SourceValidity validity)
Create a new entry.

Parameters:
automaton - Lexical automaton.
validity - Validity of the lexicon file.
Method Detail

getValidity

public SourceValidity getValidity()
Return the validity of the lexicon file.

Returns:
Validity of the lexicon file.

getLexicalAutomaton

public net.sourceforge.chaperon.process.LexicalAutomaton getLexicalAutomaton()
Return the lexical automaton.

Returns:
Lexical automaton.


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.