Serialized Form


Package org.antlr.analysis

Class org.antlr.analysis.AnalysisRecursionOverflowException extends RuntimeException implements Serializable

Serialized Fields

ovfState

DFAState ovfState

proposedNFAConfiguration

NFAConfiguration proposedNFAConfiguration

Class org.antlr.analysis.AnalysisTimeoutException extends RuntimeException implements Serializable

Serialized Fields

abortedDFA

DFA abortedDFA

Class org.antlr.analysis.NonLLStarDecisionException extends RuntimeException implements Serializable

Serialized Fields

abortedDFA

DFA abortedDFA

Package org.antlr.misc

Class org.antlr.misc.MultiMap extends LinkedHashMap<K,List<V>> implements Serializable

Class org.antlr.misc.OrderedHashSet extends LinkedHashSet implements Serializable

Serialized Fields

elements

List<E> elements
Track the elements as they are added to the set



Copyright © 2011. All Rights Reserved.