org.apache.cocoon.transformation
Class PatternTransformer.LexicalAutomatonEntry

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

public static class PatternTransformer.LexicalAutomatonEntry
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
PatternTransformer.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

PatternTransformer.LexicalAutomatonEntry

public PatternTransformer.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.