1// [The "BSD licence"]
2// Copyright (c) 2006-2007 Kay Roepke 2010 Alan Condit
3// All rights reserved.
4//
5// Redistribution and use in source and binary forms, with or without
6// modification, are permitted provided that the following conditions
7// are met:
8// 1. Redistributions of source code must retain the above copyright
9//    notice, this list of conditions and the following disclaimer.
10// 2. Redistributions in binary form must reproduce the above copyright
11//    notice, this list of conditions and the following disclaimer in the
12//    documentation and/or other materials provided with the distribution.
13// 3. The name of the author may not be used to endorse or promote products
14//    derived from this software without specific prior written permission.
15//
16// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18// OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19// IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21// NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25// THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
27#import <ANTLR/ACBTree.h>
28#import <ANTLR/AMutableArray.h>
29#import <ANTLR/AMutableDictionary.h>
30#import <ANTLR/ANTLRBaseMapElement.h>
31#import <ANTLR/ANTLRBaseRecognizer.h>
32#import <ANTLR/ANTLRBaseStack.h>
33#import <ANTLR/ANTLRBaseTree.h>
34#import <ANTLR/ANTLRBaseTreeAdaptor.h>
35#import <ANTLR/ANTLRBitSet.h>
36#import <ANTLR/ANTLRBufferedTokenStream.h>
37#import <ANTLR/ANTLRBufferedTreeNodeStream.h>
38#import <ANTLR/ANTLRCharStream.h>
39#import <ANTLR/ANTLRCharStreamState.h>
40#import <ANTLR/ANTLRCommonErrorNode.h>
41#import <ANTLR/ANTLRCommonToken.h>
42#import <ANTLR/ANTLRCommonTokenStream.h>
43#import <ANTLR/ANTLRCommonTree.h>
44#import <ANTLR/ANTLRCommonTreeAdaptor.h>
45#import <ANTLR/ANTLRCommonTreeNodeStream.h>
46#import <ANTLR/ANTLRDFA.h>
47#import <ANTLR/ANTLRDebug.h>
48#import <ANTLR/ANTLRDebugEventProxy.h>
49#import <ANTLR/ANTLRDebugEventListener.h>
50#import <ANTLR/ANTLRDebugParser.h>
51#import <ANTLR/ANTLRDebugTokenStream.h>
52#import <ANTLR/ANTLRDebugTreeAdaptor.h>
53#import <ANTLR/ANTLRDebugTreeNodeStream.h>
54#import <ANTLR/ANTLRDebugTreeParser.h>
55#import <ANTLR/ANTLRDoubleKeyMap.h>
56#import <ANTLR/ANTLREarlyExitException.h>
57#import <ANTLR/ANTLRError.h>
58#import <ANTLR/ANTLRFailedPredicateException.h>
59#import <ANTLR/ANTLRFastQueue.h>
60#import <ANTLR/ANTLRFileStream.h>
61#import <ANTLR/ANTLRHashMap.h>
62#import <ANTLR/ANTLRHashRule.h>
63#import <ANTLR/ANTLRInputStream.h>
64#import <ANTLR/ANTLRIntArray.h>
65#import <ANTLR/ANTLRIntStream.h>
66#import <ANTLR/ANTLRLexer.h>
67#import <ANTLR/ANTLRLexerRuleReturnScope.h>
68#import <ANTLR/ANTLRLinkBase.h>
69#import <ANTLR/ANTLRLookaheadStream.h>
70#import <ANTLR/ANTLRMapElement.h>
71#import <ANTLR/ANTLRMap.h>
72#import <ANTLR/ANTLRMismatchedNotSetException.h>
73#import <ANTLR/ANTLRMismatchedRangeException.h>
74#import <ANTLR/ANTLRMismatchedSetException.h>
75#import <ANTLR/ANTLRMismatchedTokenException.h>
76#import <ANTLR/ANTLRMismatchedTreeNodeException.h>
77#import <ANTLR/ANTLRMissingTokenException.h>
78#import <ANTLR/ANTLRNodeMapElement.h>
79#import <ANTLR/ANTLRNoViableAltException.h>
80#import <ANTLR/ANTLRParser.h>
81#import <ANTLR/ANTLRParserRuleReturnScope.h>
82#import <ANTLR/ANTLRPtrBuffer.h>
83#import <ANTLR/ANTLRReaderStream.h>
84#import <ANTLR/ANTLRRecognitionException.h>
85#import <ANTLR/ANTLRRecognizerSharedState.h>
86#import <ANTLR/ANTLRRewriteRuleElementStream.h>
87#import <ANTLR/ANTLRRewriteRuleNodeStream.h>
88#import <ANTLR/ANTLRRewriteRuleSubtreeStream.h>
89#import <ANTLR/ANTLRRewriteRuleTokenStream.h>
90#import <ANTLR/ANTLRRuleMemo.h>
91#import <ANTLR/ANTLRRuleStack.h>
92#import <ANTLR/ANTLRRuleReturnScope.h>
93#import <ANTLR/ANTLRRuntimeException.h>
94#import <ANTLR/ANTLRStreamEnumerator.h>
95#import <ANTLR/ANTLRStringStream.h>
96#import <ANTLR/ANTLRSymbolStack.h>
97#import <ANTLR/ANTLRToken+DebuggerSupport.h>
98#import <ANTLR/ANTLRToken.h>
99#import <ANTLR/ANTLRTokenRewriteStream.h>
100#import <ANTLR/ANTLRTokenSource.h>
101#import <ANTLR/ANTLRTokenStream.h>
102#import <ANTLR/ANTLRTree.h>
103#import <ANTLR/ANTLRTreeAdaptor.h>
104#import <ANTLR/ANTLRTreeException.h>
105#import <ANTLR/ANTLRTreeIterator.h>
106#import <ANTLR/ANTLRTreeNodeStream.h>
107#import <ANTLR/ANTLRTreeParser.h>
108#import <ANTLR/ANTLRTreeRuleReturnScope.h>
109#import <ANTLR/ANTLRUnbufferedTokenStream.h>
110//#import <ANTLR/ANTLRUnbufferedCommonTreeNodeStream.h>
111//#import <ANTLR/ANTLRUnbufferedCommonTreeNodeStreamState.h>
112#import <ANTLR/ANTLRUniqueIDMap.h>
113#import <ANTLR/ANTLRUnwantedTokenException.h>
114#import <ANTLR/ArrayIterator.h>
115