// [The "BSD licence"] // Copyright (c) 2006-2007 Kay Roepke (c) 2011 Alan Condit // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // 1. Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // 2. Redistributions in binary form must reproduce the above copyright // notice, this list of conditions and the following disclaimer in the // documentation and/or other materials provided with the distribution. // 3. The name of the author may not be used to endorse or promote products // derived from this software without specific prior written permission. // // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR // IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES // OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. // IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT // NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF // THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #import <ANTLR/ACNumber.h> #import <ANTLR/ACBTree.h> #import <ANTLR/AMutableArray.h> #import <ANTLR/AMutableDictionary.h> #import <ANTLR/ANTLRBitSet.h> #import <ANTLR/ANTLRError.h> #import <ANTLR/ANTLRFileStream.h> #import <ANTLR/ANTLRInputStream.h> #import <ANTLR/ANTLRReaderStream.h> #import <ANTLR/ANTLRStringStream.h> #import <ANTLR/ArrayIterator.h> #import <ANTLR/BaseMapElement.h> #import <ANTLR/BaseRecognizer.h> #import <ANTLR/BaseStack.h> #import <ANTLR/BaseTree.h> #import <ANTLR/BaseTreeAdaptor.h> #import <ANTLR/BufferedTokenStream.h> #import <ANTLR/BufferedTreeNodeStream.h> #import <ANTLR/CharStream.h> #import <ANTLR/CharStreamState.h> #import <ANTLR/CommonErrorNode.h> #import <ANTLR/CommonToken.h> #import <ANTLR/CommonTokenStream.h> #import <ANTLR/CommonTree.h> #import <ANTLR/CommonTreeAdaptor.h> #import <ANTLR/CommonTreeNodeStream.h> #import <ANTLR/DFA.h> #import <ANTLR/Debug.h> #import <ANTLR/DebugEventSocketProxy.h> #import <ANTLR/DebugEventListener.h> #import <ANTLR/DebugParser.h> #import <ANTLR/DebugTokenStream.h> #import <ANTLR/DebugTreeAdaptor.h> #import <ANTLR/DebugTreeNodeStream.h> #import <ANTLR/DebugTreeParser.h> #import <ANTLR/DoubleKeyMap.h> #import <ANTLR/EarlyExitException.h> #import <ANTLR/Entry.h> #import <ANTLR/FailedPredicateException.h> #import <ANTLR/FastQueue.h> #import <ANTLR/HashMap.h> #import <ANTLR/HashRule.h> #import <ANTLR/IntArray.h> #import <ANTLR/IntStream.h> #import <ANTLR/Lexer.h> #import <ANTLR/LexerRuleReturnScope.h> #import <ANTLR/LinkBase.h> #import <ANTLR/LinkedHashMap.h> #import <ANTLR/LinkedList.h> #import <ANTLR/LookaheadStream.h> #import <ANTLR/MapElement.h> #import <ANTLR/Map.h> #import <ANTLR/MismatchedNotSetException.h> #import <ANTLR/MismatchedRangeException.h> #import <ANTLR/MismatchedSetException.h> #import <ANTLR/MismatchedTokenException.h> #import <ANTLR/MismatchedTreeNodeException.h> #import <ANTLR/MissingTokenException.h> #import <ANTLR/NodeMapElement.h> #import <ANTLR/NoViableAltException.h> #import <ANTLR/Parser.h> #import <ANTLR/ParserRuleReturnScope.h> #import <ANTLR/PtrBuffer.h> #import <ANTLR/RecognitionException.h> #import <ANTLR/RecognizerSharedState.h> #import <ANTLR/RewriteRuleElementStream.h> #import <ANTLR/RewriteRuleNodeStream.h> #import <ANTLR/RewriteRuleSubtreeStream.h> #import <ANTLR/RewriteRuleTokenStream.h> #import <ANTLR/RuleMemo.h> #import <ANTLR/RuleStack.h> #import <ANTLR/RuleReturnScope.h> #import <ANTLR/RuntimeException.h> #import <ANTLR/StreamEnumerator.h> #import <ANTLR/SymbolStack.h> #import <ANTLR/Token+DebuggerSupport.h> #import <ANTLR/Token.h> #import <ANTLR/TokenRewriteStream.h> #import <ANTLR/TokenSource.h> #import <ANTLR/TokenStream.h> #import <ANTLR/Tree.h> #import <ANTLR/TreeAdaptor.h> #import <ANTLR/TreeException.h> #import <ANTLR/TreeIterator.h> #import <ANTLR/TreeNodeStream.h> #import <ANTLR/TreeParser.h> #import <ANTLR/TreeRuleReturnScope.h> #import <ANTLR/UnbufferedTokenStream.h> //#import <ANTLR/UnbufferedCommonTreeNodeStream.h> //#import <ANTLR/UnbufferedCommonTreeNodeStreamState.h> #import <ANTLR/UniqueIDMap.h> #import <ANTLR/UnwantedTokenException.h>