META-INF/
META-INF/MANIFEST.MF
org/
org/antlr/
org/antlr/analysis/
org/antlr/codegen/
org/antlr/codegen/templates/
org/antlr/codegen/templates/ActionScript/
org/antlr/codegen/templates/C/
org/antlr/codegen/templates/CPP/
org/antlr/codegen/templates/CSharp2/
org/antlr/codegen/templates/CSharp3/
org/antlr/codegen/templates/Delphi/
org/antlr/codegen/templates/Java/
org/antlr/codegen/templates/JavaScript/
org/antlr/codegen/templates/ObjC/
org/antlr/codegen/templates/Perl5/
org/antlr/codegen/templates/Python/
org/antlr/codegen/templates/Ruby/
org/antlr/codegen/templates/Scala/
org/antlr/grammar/
org/antlr/grammar/v3/
org/antlr/misc/
org/antlr/tool/
org/antlr/tool/templates/
org/antlr/tool/templates/dot/
org/antlr/tool/templates/messages/
org/antlr/tool/templates/messages/formats/
org/antlr/tool/templates/messages/languages/
org/antlr/analysis/ActionLabel.class
ActionLabel.java package org.antlr.analysis public org.antlr.analysis.ActionLabel extends org.antlr.analysis.Label { public org.antlr.tool.GrammarAST actionAST public void <init> (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST actionAST public boolean isEpsilon () public boolean isAction () public java.lang.String toString () public java.lang.String toString (org.antlr.tool.Grammar) org.antlr.tool.Grammar g }
org/antlr/analysis/AnalysisRecursionOverflowException.class
AnalysisRecursionOverflowException.java package org.antlr.analysis public org.antlr.analysis.AnalysisRecursionOverflowException extends java.lang.RuntimeException { public org.antlr.analysis.DFAState ovfState public org.antlr.analysis.NFAConfiguration proposedNFAConfiguration public void <init> (org.antlr.analysis.DFAState, org.antlr.analysis.NFAConfiguration) org.antlr.analysis.DFAState ovfState org.antlr.analysis.NFAConfiguration proposedNFAConfiguration }
org/antlr/analysis/AnalysisTimeoutException.class
AnalysisTimeoutException.java package org.antlr.analysis public org.antlr.analysis.AnalysisTimeoutException extends java.lang.RuntimeException { public org.antlr.analysis.DFA abortedDFA public void <init> (org.antlr.analysis.DFA) org.antlr.analysis.DFA abortedDFA }
org/antlr/analysis/DecisionProbe.class
DecisionProbe.java package org.antlr.analysis public org.antlr.analysis.DecisionProbe extends java.lang.Object { public org.antlr.analysis.DFA dfa protected java.util.Set statesWithSyntacticallyAmbiguousAltsSet protected java.util.Map stateToSyntacticallyAmbiguousTokensRuleAltsMap protected java.util.Set statesResolvedWithSemanticPredicatesSet protected java.util.Map stateToAltSetWithSemanticPredicatesMap protected java.util.Map stateToIncompletelyCoveredAltsMap protected java.util.Set danglingStates protected java.util.Set altsWithProblem public boolean nonLLStarDecision protected org.antlr.misc.MultiMap stateToRecursionOverflowConfigurationsMap protected boolean timedOut protected java.util.Map stateReachable public static final Integer REACHABLE_BUSY public static final Integer REACHABLE_NO public static final Integer REACHABLE_YES protected java.util.Set statesVisitedAtInputDepth protected java.util.Set statesVisitedDuringSampleSequence public static boolean verbose public void <init> (org.antlr.analysis.DFA) org.antlr.analysis.DFA dfa public java.lang.String getDescription () public boolean isReduced () public boolean isCyclic () public boolean isDeterministic () org.antlr.analysis.DFAState d java.util.Iterator it public boolean analysisOverflowed () public boolean isNonLLStarDecision () public int getNumberOfStates () public java.util.List getUnreachableAlts () public java.util.Set getDanglingStates () public java.util.Set getNonDeterministicAlts () public java.util.List getNonDeterministicAltsForState (org.antlr.analysis.DFAState) org.antlr.analysis.DFAState targetState java.util.Set nondetAlts java.util.List sorted public java.util.Set getDFAStatesWithSyntacticallyAmbiguousAlts () public java.util.Set getDisabledAlternatives (org.antlr.analysis.DFAState) org.antlr.analysis.DFAState d public void removeRecursiveOverflowState (org.antlr.analysis.DFAState) org.antlr.analysis.DFAState d Integer stateI public java.util.List getSampleNonDeterministicInputSequence (org.antlr.analysis.DFAState) org.antlr.analysis.DFAState targetState java.util.Set dfaStates java.util.List labels public java.lang.String getInputSequenceDisplay (java.util.List) org.antlr.analysis.Label label java.util.Iterator it java.util.List labels org.antlr.tool.Grammar g StringBuffer buf public java.util.List getNFAPathStatesForAlt (int, int, java.util.List) org.antlr.analysis.NFAState s int a int firstAlt int alt java.util.List labels org.antlr.analysis.NFAState nfaStart java.util.List path org.antlr.analysis.NFAState altStart org.antlr.analysis.NFAState isolatedAltStart public org.antlr.analysis.SemanticContext getSemanticContextForAlt (org.antlr.analysis.DFAState, int) org.antlr.analysis.DFAState d int alt java.util.Map altToPredMap public boolean hasPredicate () public java.util.Set getNondeterministicStatesResolvedWithSemanticPredicate () public java.util.Map getIncompletelyCoveredAlts (org.antlr.analysis.DFAState) org.antlr.analysis.DFAState d public void issueWarnings () String greedyS boolean explicitlyGreedy org.antlr.tool.GrammarAST blockAST java.util.Set disabledAlts org.antlr.analysis.DFAState d java.util.Map insufficientAltToLocations java.util.Iterator it org.antlr.analysis.DFAState d java.util.Iterator it org.antlr.tool.GrammarAST decAST org.antlr.tool.GrammarAST altAST org.antlr.tool.GrammarAST delegatedTokensAlt Integer altI java.util.Iterator i$ boolean isInheritedTokensRule java.util.List unreachableAlts java.util.Set resolvedStates java.util.Set problemStates java.util.Set danglingStates protected void stripWildCardAlts (java.util.Set) java.util.Set disabledAlts java.util.List sortedDisableAlts Integer lastAlt org.antlr.tool.GrammarAST blockAST org.antlr.tool.GrammarAST lastAltAST protected void issueRecursionWarnings () Integer altI java.util.Map targetToCallSiteMap java.util.Set targetRules java.util.Collection callSiteStates org.antlr.analysis.DFAState sampleBadState java.util.Iterator altsIt java.util.Set dfaStatesWithRecursionProblems java.util.Map altToTargetToCallSitesMap java.util.Map altToDFAState java.util.Set alts java.util.List sortedAlts private void computeAltToProblemMaps (java.util.Set, java.util.Map, java.util.Map, java.util.Map) org.antlr.analysis.DFAState sampleBadState org.antlr.analysis.NFAConfiguration c org.antlr.analysis.NFAState ruleInvocationState org.antlr.analysis.Transition transition0 org.antlr.analysis.RuleClosureTransition ref String targetRule Integer altI java.util.Map targetToCallSiteMap java.util.Set callSites int i Integer stateI java.util.List configs java.util.Iterator it java.util.Set dfaStatesUnaliased java.util.Map configurationsMap java.util.Map altToTargetToCallSitesMap java.util.Map altToDFAState private java.util.Set getUnaliasedDFAStateSet (java.util.Set) Integer stateI org.antlr.analysis.DFAState d java.util.Iterator it java.util.Set dfaStatesWithRecursionProblems java.util.Set dfaStatesUnaliased public void reportDanglingState (org.antlr.analysis.DFAState) org.antlr.analysis.DFAState d public void reportNonLLStarDecision (org.antlr.analysis.DFA) org.antlr.analysis.DFA dfa public void reportRecursionOverflow (org.antlr.analysis.DFAState, org.antlr.analysis.NFAConfiguration) Integer stateI org.antlr.analysis.DFAState d org.antlr.analysis.NFAConfiguration recursionNFAConfiguration public void reportNondeterminism (org.antlr.analysis.DFAState, java.util.Set) org.antlr.analysis.DFAState d java.util.Set nondeterministicAlts public void reportLexerRuleNondeterminism (org.antlr.analysis.DFAState, java.util.Set) org.antlr.analysis.DFAState d java.util.Set nondeterministicAlts public void reportNondeterminismResolvedWithSemanticPredicate (org.antlr.analysis.DFAState) org.antlr.analysis.DFAState d public void reportAltPredicateContext (org.antlr.analysis.DFAState, java.util.Map) org.antlr.analysis.DFAState d java.util.Map altPredicateContext java.util.Map copy public void reportIncompletelyCoveredAlts (org.antlr.analysis.DFAState, java.util.Map) org.antlr.analysis.DFAState d java.util.Map altToLocationsReachableWithoutPredicate protected boolean reachesState (org.antlr.analysis.DFAState, org.antlr.analysis.DFAState, java.util.Set) org.antlr.analysis.Transition t org.antlr.analysis.DFAState edgeTarget Integer targetStatus int i org.antlr.analysis.DFAState startState org.antlr.analysis.DFAState targetState java.util.Set states org.antlr.analysis.DFAState s protected java.util.Set getDFAPathStatesToTarget (org.antlr.analysis.DFAState) org.antlr.analysis.DFAState targetState java.util.Set dfaStates boolean reaches protected void getSampleInputSequenceUsingStateSet (org.antlr.analysis.State, org.antlr.analysis.State, java.util.Set, java.util.List) org.antlr.analysis.Transition t org.antlr.analysis.DFAState edgeTarget int i org.antlr.analysis.State startState org.antlr.analysis.State targetState java.util.Set states java.util.List labels protected boolean getNFAPath (org.antlr.analysis.NFAState, int, java.util.List, java.util.List) boolean found boolean found org.antlr.analysis.Transition t org.antlr.analysis.NFAState edgeTarget org.antlr.analysis.Label label int i org.antlr.analysis.NFAState s int labelIndex java.util.List labels java.util.List path String thisStateKey protected java.lang.String getStateLabelIndexKey (int, int) int s int i StringBuffer buf public java.lang.String getTokenNameForTokensRuleAlt (int) int alt org.antlr.analysis.NFAState decisionState org.antlr.analysis.NFAState altState org.antlr.analysis.NFAState decisionLeft org.antlr.analysis.RuleClosureTransition ruleCallEdge org.antlr.analysis.NFAState ruleStartState public void reset () static void <clinit> () }
org/antlr/analysis/DFA.class
DFA.java package org.antlr.analysis public org.antlr.analysis.DFA extends java.lang.Object { public static final int REACHABLE_UNKNOWN public static final int REACHABLE_BUSY public static final int REACHABLE_NO public static final int REACHABLE_YES public static final int CYCLIC_UNKNOWN public static final int CYCLIC_BUSY public static final int CYCLIC_DONE public static int MAX_TIME_PER_DFA_CREATION public static int MAX_STATE_TRANSITIONS_FOR_TABLE public org.antlr.analysis.DFAState startState public int decisionNumber public org.antlr.analysis.NFAState decisionNFAStartState public String description protected java.util.Map uniqueStates protected java.util.Vector states protected int stateCounter protected int numberOfStates protected int user_k protected int max_k protected boolean reduced protected boolean cyclic public boolean predicateVisible public boolean hasPredicateBlockedByAction protected java.util.List unreachableAlts protected int nAlts protected org.antlr.analysis.DFAState[] altToAcceptState public org.antlr.misc.IntSet recursiveAltSet public org.antlr.analysis.NFA nfa protected org.antlr.analysis.NFAToDFAConverter nfaConverter public org.antlr.analysis.DecisionProbe probe public java.util.Map edgeTransitionClassMap protected int edgeTransitionClass public java.util.List specialStates public java.util.List specialStateSTs public java.util.Vector accept public java.util.Vector eot public java.util.Vector eof public java.util.Vector min public java.util.Vector max public java.util.Vector special public java.util.Vector transition public java.util.Vector transitionEdgeTables protected int uniqueCompressedSpecialStateNum protected org.antlr.codegen.CodeGenerator generator protected void <init> () public void <init> (int, org.antlr.analysis.NFAState) org.antlr.analysis.NonLLStarDecisionException nonLL int decisionNumber org.antlr.analysis.NFAState decisionStartState public void resetStateNumbersToBeContiguous () org.antlr.analysis.DFAState s boolean alreadyRenumbered int i int snum public java.util.List getJavaCompressedAccept () public java.util.List getJavaCompressedEOT () public java.util.List getJavaCompressedEOF () public java.util.List getJavaCompressedMin () public java.util.List getJavaCompressedMax () public java.util.List getJavaCompressedSpecial () public java.util.List getJavaCompressedTransition () java.util.Vector transitionsForState int i java.util.List encoded public java.util.List getRunLengthEncoding (java.util.List) java.util.List empty Integer v int j Integer I int n java.util.List data int size java.util.List encoded int i Integer emptyValue public void createStateTables (org.antlr.codegen.CodeGenerator) org.antlr.analysis.DFAState s org.antlr.analysis.DFAState ss org.stringtemplate.v4.ST stateST int i org.antlr.codegen.CodeGenerator generator java.util.Iterator it protected void createMinMaxTables (org.antlr.analysis.DFAState) org.antlr.misc.IntervalSet labels int lmin org.antlr.analysis.Transition edge org.antlr.analysis.Label label int j org.antlr.analysis.DFAState s int smin int smax protected void createTransitionTableEntryForState (org.antlr.analysis.DFAState) int labelIndex int labelIndex int a org.antlr.misc.IntervalSet labels int[] atoms org.antlr.analysis.Transition edge org.antlr.analysis.Label label int j org.antlr.analysis.DFAState s int smax int smin java.util.Vector stateTransitions Integer edgeClass protected void createEOTAndEOFTables (org.antlr.analysis.DFAState) int a org.antlr.misc.IntervalSet labels int[] atoms org.antlr.analysis.Transition edge org.antlr.analysis.Label label int j org.antlr.analysis.DFAState s protected void createSpecialTable (org.antlr.analysis.DFAState) org.antlr.analysis.Transition edge org.antlr.analysis.Label label int j org.antlr.analysis.DFAState s boolean hasSemPred int smax int smin public int predict (org.antlr.runtime.IntStream) org.antlr.runtime.IntStream input org.antlr.tool.Interpreter interp protected org.antlr.analysis.DFAState addState (org.antlr.analysis.DFAState) org.antlr.analysis.DFAState d org.antlr.analysis.DFAState existing public void removeState (org.antlr.analysis.DFAState) org.antlr.analysis.DFAState d org.antlr.analysis.DFAState it public java.util.Map getUniqueStates () public int getMaxStateNumber () public org.antlr.analysis.DFAState getState (int) int stateNumber public void setState (int, org.antlr.analysis.DFAState) int stateNumber org.antlr.analysis.DFAState d public boolean isReduced () public boolean isCyclic () public boolean isClassicDFA () public boolean canInlineDecision () public boolean isTokensRuleDecision () org.antlr.analysis.NFAState nfaStart org.antlr.tool.Rule r org.antlr.analysis.NFAState TokensRuleStart org.antlr.analysis.NFAState TokensDecisionStart public int getUserMaxLookahead () public boolean getAutoBacktrackMode () public void setUserMaxLookahead (int) int k public int getMaxLookaheadDepth () int _getMaxLookaheadDepth (org.antlr.analysis.DFAState, int) org.antlr.analysis.DFAState edgeTarget int m org.antlr.analysis.Transition t int i org.antlr.analysis.DFAState d int depth int max public boolean hasSynPred () boolean has public boolean getHasSynPred () boolean _hasSynPred (org.antlr.analysis.DFAState, java.util.Set) org.antlr.analysis.SemanticContext ctx org.antlr.analysis.Transition t org.antlr.analysis.DFAState edgeTarget int i org.antlr.analysis.DFAState d java.util.Set busy public boolean hasSemPred () boolean has boolean _hasSemPred (org.antlr.analysis.DFAState, java.util.Set) org.antlr.analysis.SemanticContext ctx org.antlr.analysis.Transition t org.antlr.analysis.DFAState edgeTarget int i org.antlr.analysis.DFAState d java.util.Set busy public boolean hasCycle () boolean cyclic boolean _hasCycle (org.antlr.analysis.DFAState, java.util.Map) org.antlr.analysis.Transition t org.antlr.analysis.DFAState target int cond int i org.antlr.analysis.DFAState d java.util.Map busy public java.util.List getUnreachableAlts () public void verify () protected boolean doesStateReachAcceptState (org.antlr.analysis.DFAState) int predicts org.antlr.analysis.Transition t org.antlr.analysis.DFAState edgeTarget int targetStatus int i org.antlr.analysis.DFAState d boolean anEdgeReachesAcceptState public void findAllGatedSynPredsUsedInDFAAcceptStates () org.antlr.analysis.SemanticContext semctx java.util.Iterator it java.util.Set synpreds org.antlr.analysis.DFAState a int i int nAlts public org.antlr.analysis.NFAState getNFADecisionStartState () public org.antlr.analysis.DFAState getAcceptState (int) int alt public void setAcceptState (int, org.antlr.analysis.DFAState) int alt org.antlr.analysis.DFAState acceptState public java.lang.String getDescription () public int getDecisionNumber () public boolean okToRetryDFAWithK1 () boolean nonLLStarOrOverflowAndPredicateVisible public java.lang.String getReasonForFailure () StringBuffer buf public org.antlr.tool.GrammarAST getDecisionASTNode () public boolean isGreedy () org.antlr.tool.GrammarAST blockAST Object v public org.antlr.analysis.DFAState newState () org.antlr.analysis.DFAState n public int getNumberOfStates () public int getNumberOfAlts () protected void initAltRelatedInfo () int i public java.lang.String toString () org.antlr.tool.FASerializer serializer static void <clinit> () }
org/antlr/analysis/DFAOptimizer.class
DFAOptimizer.java package org.antlr.analysis public org.antlr.analysis.DFAOptimizer extends java.lang.Object { public static boolean PRUNE_EBNF_EXIT_BRANCHES public static boolean PRUNE_TOKENS_RULE_SUPERFLUOUS_EOT_EDGES public static boolean COLLAPSE_ALL_PARALLEL_EDGES public static boolean MERGE_STOP_STATES protected java.util.Set visited protected org.antlr.tool.Grammar grammar public void <init> (org.antlr.tool.Grammar) org.antlr.tool.Grammar grammar public void optimize () org.antlr.analysis.DFA dfa int decisionNumber protected void optimize (org.antlr.analysis.DFA) int decisionType org.antlr.analysis.DFA dfa protected void optimizeExitBranches (org.antlr.analysis.DFAState) org.antlr.analysis.Transition edge org.antlr.analysis.DFAState edgeTarget int i org.antlr.analysis.DFAState d Integer sI int nAlts protected void optimizeEOTBranches (org.antlr.analysis.DFAState) org.antlr.analysis.Transition edge org.antlr.analysis.DFAState edgeTarget int i org.antlr.analysis.DFAState d Integer sI static void <clinit> () }
org/antlr/analysis/DFAState.class
DFAState.java package org.antlr.analysis public org.antlr.analysis.DFAState extends org.antlr.analysis.State { public static final int INITIAL_NUM_TRANSITIONS public static final int PREDICTED_ALT_UNSET public org.antlr.analysis.DFA dfa protected java.util.List transitions protected int k protected int acceptStateReachable protected boolean resolvedWithPredicates public boolean abortedDueToRecursionOverflow protected boolean abortedDueToMultipleRecursiveAlts protected int cachedHashCode protected int cachedUniquelyPredicatedAlt public int minAltInConfigurations public boolean atLeastOneConfigurationHasAPredicate public org.antlr.misc.OrderedHashSet nfaConfigurations public java.util.List configurationsWithLabeledEdges protected java.util.Set closureBusy protected org.antlr.misc.OrderedHashSet reachableLabels public void <init> (org.antlr.analysis.DFA) org.antlr.analysis.DFA dfa public void reset () public org.antlr.analysis.Transition transition (int) int i public int getNumberOfTransitions () public void addTransition (org.antlr.analysis.Transition) org.antlr.analysis.Transition t public int addTransition (org.antlr.analysis.DFAState, org.antlr.analysis.Label) org.antlr.analysis.DFAState target org.antlr.analysis.Label label public org.antlr.analysis.Transition getTransition (int) int trans public void removeTransition (int) int trans public void addNFAConfiguration (org.antlr.analysis.NFAState, org.antlr.analysis.NFAConfiguration) org.antlr.analysis.Label label org.antlr.analysis.NFAState state org.antlr.analysis.NFAConfiguration c public org.antlr.analysis.NFAConfiguration addNFAConfiguration (org.antlr.analysis.NFAState, int, org.antlr.analysis.NFAContext, org.antlr.analysis.SemanticContext) org.antlr.analysis.NFAState state int alt org.antlr.analysis.NFAContext context org.antlr.analysis.SemanticContext semanticContext org.antlr.analysis.NFAConfiguration c protected void addReachableLabel (org.antlr.analysis.Label) org.antlr.analysis.Label newLabel org.antlr.analysis.Label rl org.antlr.misc.IntSet s_i org.antlr.misc.IntSet intersection org.antlr.misc.IntSet existingMinusNewElements int i org.antlr.analysis.Label newLabel org.antlr.analysis.Label label org.antlr.misc.IntSet t org.antlr.misc.IntSet remainder int n public org.antlr.misc.OrderedHashSet getReachableLabels () public void setNFAConfigurations (org.antlr.misc.OrderedHashSet) org.antlr.misc.OrderedHashSet configs public int hashCode () public boolean equals (java.lang.Object) Object o org.antlr.analysis.DFAState other public int getUniquelyPredictedAlt () org.antlr.analysis.NFAConfiguration configuration int i int alt int numConfigs public int getUniqueAlt () org.antlr.analysis.NFAConfiguration configuration int i int alt int numConfigs public java.util.Set getDisabledAlternatives () org.antlr.analysis.NFAConfiguration configuration int i java.util.Set disabled int numConfigs protected java.util.Set getNonDeterministicAlts () int user_k protected java.util.Set getConflictingAlts () org.antlr.analysis.NFAConfiguration configuration Integer stateI int i org.antlr.analysis.NFAConfiguration c int i Integer stateI boolean thisStateHasPotentialProblem java.util.List configsForState int alt int numConfigsForState java.util.Iterator it org.antlr.analysis.NFAConfiguration t int j org.antlr.analysis.NFAConfiguration s int i Integer stateI java.util.List configsForState int numConfigsForState java.util.Iterator it java.util.Set nondeterministicAlts int numConfigs org.antlr.misc.MultiMap stateToConfigListMap java.util.Set states int numPotentialConflicts public java.util.Set getAltSet () org.antlr.analysis.NFAConfiguration configuration int i int numConfigs java.util.Set alts public java.util.Set getGatedSyntacticPredicatesInNFAConfigurations () org.antlr.analysis.NFAConfiguration configuration org.antlr.analysis.SemanticContext gatedPredExpr int i int numConfigs java.util.Set synpreds public org.antlr.analysis.SemanticContext getGatedPredicatesInNFAConfigurations () org.antlr.analysis.NFAConfiguration configuration org.antlr.analysis.SemanticContext gatedPredExpr int i org.antlr.analysis.SemanticContext unionOfPredicatesFromAllAlts int numConfigs public int getAcceptStateReachable () public void setAcceptStateReachable (int) int acceptStateReachable public boolean isResolvedWithPredicates () public java.lang.String toString () org.antlr.analysis.NFAConfiguration configuration int i StringBuffer buf public int getLookaheadDepth () public void setLookaheadDepth (int) int k }
org/antlr/analysis/Label.class
Label.java package org.antlr.analysis public org.antlr.analysis.Label extends java.lang.Object implements java.lang.Comparable java.lang.Cloneable { public static final int INVALID public static final int ACTION public static final int EPSILON public static final String EPSILON_STR public static final int SEMPRED public static final int SET public static final int EOT public static final int EOF public static final int NUM_FAUX_LABELS public static final int MIN_ATOM_VALUE public static final int MIN_CHAR_VALUE public static final int MAX_CHAR_VALUE public static final int EOR_TOKEN_TYPE public static final int DOWN public static final int UP public static final int MIN_TOKEN_TYPE protected int label protected org.antlr.misc.IntSet labelSet public void <init> (int) int label public void <init> (org.antlr.misc.IntSet) org.antlr.misc.IntSet labelSet int singleAtom public java.lang.Object clone () CloneNotSupportedException e org.antlr.analysis.Label l public void add (org.antlr.analysis.Label) org.antlr.analysis.Label a public boolean isAtom () public boolean isEpsilon () public boolean isSemanticPredicate () public boolean isAction () public boolean isSet () public int getAtom () public org.antlr.misc.IntSet getSet () public void setSet (org.antlr.misc.IntSet) org.antlr.misc.IntSet set public org.antlr.analysis.SemanticContext getSemanticContext () public boolean matches (int) int atom public boolean matches (org.antlr.misc.IntSet) org.antlr.misc.IntSet set public boolean matches (org.antlr.analysis.Label) org.antlr.analysis.Label other public int hashCode () public boolean equals (java.lang.Object) Object o public int compareTo (java.lang.Object) Object o public java.lang.String toString () public java.lang.String toString (org.antlr.tool.Grammar) org.antlr.tool.Grammar g public static boolean intersect (org.antlr.analysis.Label, org.antlr.analysis.Label) org.antlr.analysis.Label label org.antlr.analysis.Label edgeLabel boolean hasIntersection boolean labelIsSet boolean edgeIsSet }
org/antlr/analysis/LL1Analyzer.class
LL1Analyzer.java package org.antlr.analysis public org.antlr.analysis.LL1Analyzer extends java.lang.Object { public static final int DETECT_PRED_EOR public static final int DETECT_PRED_FOUND public static final int DETECT_PRED_NOT_FOUND public org.antlr.tool.Grammar grammar protected java.util.Set lookBusy public java.util.Map FIRSTCache public java.util.Map FOLLOWCache public void <init> (org.antlr.tool.Grammar) org.antlr.tool.Grammar grammar public org.antlr.analysis.LookaheadSet FIRST (org.antlr.analysis.NFAState) org.antlr.analysis.NFAState s org.antlr.analysis.LookaheadSet look public org.antlr.analysis.LookaheadSet FOLLOW (org.antlr.tool.Rule) org.antlr.tool.Rule r org.antlr.analysis.LookaheadSet f public org.antlr.analysis.LookaheadSet LOOK (org.antlr.analysis.NFAState) org.antlr.analysis.LookaheadSet f org.antlr.analysis.NFAState s org.antlr.analysis.LookaheadSet look protected org.antlr.analysis.LookaheadSet _FIRST (org.antlr.analysis.NFAState, boolean) int atom org.antlr.misc.IntSet sl org.antlr.analysis.RuleClosureTransition ruleInvocationTrans org.antlr.analysis.NFAState following org.antlr.analysis.LookaheadSet fset org.antlr.analysis.LookaheadSet tset1 org.antlr.analysis.NFAState s boolean chaseFollowTransitions org.antlr.analysis.Transition transition0 org.antlr.analysis.LookaheadSet tset org.antlr.analysis.LookaheadSet tsetCached org.antlr.analysis.Transition transition1 public boolean detectConfoundingPredicates (org.antlr.analysis.NFAState) org.antlr.analysis.NFAState s org.antlr.tool.Rule r protected int _detectConfoundingPredicates (org.antlr.analysis.NFAState, org.antlr.tool.Rule, boolean) org.antlr.analysis.SemanticContext ctx org.antlr.analysis.SemanticContext$Predicate p org.antlr.analysis.RuleClosureTransition ruleInvocationTrans org.antlr.analysis.NFAState following int afterRuleResult int t1Result org.antlr.analysis.NFAState s org.antlr.tool.Rule enclosingRule boolean chaseFollowTransitions org.antlr.analysis.Transition transition0 int result org.antlr.analysis.Transition transition1 public org.antlr.analysis.SemanticContext getPredicates (org.antlr.analysis.NFAState) org.antlr.analysis.NFAState altStartState protected org.antlr.analysis.SemanticContext _getPredicates (org.antlr.analysis.NFAState, org.antlr.analysis.NFAState) org.antlr.analysis.NFAState s org.antlr.analysis.NFAState altStartState org.antlr.analysis.Transition transition0 org.antlr.analysis.SemanticContext p org.antlr.analysis.SemanticContext p0 org.antlr.analysis.SemanticContext p1 org.antlr.analysis.Transition transition1 }
org/antlr/analysis/LL1DFA.class
LL1DFA.java package org.antlr.analysis public org.antlr.analysis.LL1DFA extends org.antlr.analysis.DFA { public void <init> (int, org.antlr.analysis.NFAState, org.antlr.analysis.LookaheadSet[]) org.antlr.analysis.DFAState acceptAltState org.antlr.analysis.Label e int alt int decisionNumber org.antlr.analysis.NFAState decisionStartState org.antlr.analysis.LookaheadSet[] altLook org.antlr.analysis.DFAState s0 public void <init> (int, org.antlr.analysis.NFAState, org.antlr.misc.MultiMap) int alt int alt org.antlr.analysis.DFAState predDFATarget org.antlr.analysis.SemanticContext$Predicate synpred int i org.antlr.misc.IntervalSet edge java.util.List alts org.antlr.analysis.DFAState s org.antlr.analysis.Label e java.util.Iterator it int decisionNumber org.antlr.analysis.NFAState decisionStartState org.antlr.misc.MultiMap edgeMap org.antlr.analysis.DFAState s0 protected org.antlr.analysis.Label getLabelForSet (org.antlr.misc.IntervalSet) org.antlr.misc.IntervalSet edgeSet org.antlr.analysis.Label e int atom protected org.antlr.analysis.SemanticContext$Predicate getSynPredForAlt (org.antlr.analysis.NFAState, int) org.antlr.analysis.SemanticContext$Predicate p org.antlr.analysis.SemanticContext ctx org.antlr.analysis.NFAState decisionStartState int alt int walkAlt org.antlr.analysis.NFAState altLeftEdge org.antlr.analysis.NFAState altStartState }
org/antlr/analysis/LookaheadSet.class
LookaheadSet.java package org.antlr.analysis public org.antlr.analysis.LookaheadSet extends java.lang.Object { public org.antlr.misc.IntervalSet tokenTypeSet public void <init> () public void <init> (org.antlr.misc.IntSet) org.antlr.misc.IntSet s public void <init> (int) int atom public void <init> (org.antlr.analysis.LookaheadSet) org.antlr.analysis.LookaheadSet other public void orInPlace (org.antlr.analysis.LookaheadSet) org.antlr.analysis.LookaheadSet other public org.antlr.analysis.LookaheadSet or (org.antlr.analysis.LookaheadSet) org.antlr.analysis.LookaheadSet other public org.antlr.analysis.LookaheadSet subtract (org.antlr.analysis.LookaheadSet) org.antlr.analysis.LookaheadSet other public boolean member (int) int a public org.antlr.analysis.LookaheadSet intersection (org.antlr.analysis.LookaheadSet) org.antlr.analysis.LookaheadSet s org.antlr.misc.IntSet i org.antlr.analysis.LookaheadSet intersection public boolean isNil () public void remove (int) int a public int hashCode () public boolean equals (java.lang.Object) Object other public java.lang.String toString (org.antlr.tool.Grammar) org.antlr.tool.Grammar g String r public java.lang.String toString () }
org/antlr/analysis/MachineProbe.class
MachineProbe.java package org.antlr.analysis public org.antlr.analysis.MachineProbe extends java.lang.Object { org.antlr.analysis.DFA dfa public void <init> (org.antlr.analysis.DFA) org.antlr.analysis.DFA dfa java.util.List getAnyDFAPathToTarget (org.antlr.analysis.DFAState) org.antlr.analysis.DFAState targetState java.util.Set visited public java.util.List getAnyDFAPathToTarget (org.antlr.analysis.DFAState, org.antlr.analysis.DFAState, java.util.Set) java.util.List path org.antlr.analysis.Transition e int i org.antlr.analysis.DFAState startState org.antlr.analysis.DFAState targetState java.util.Set visited java.util.List dfaStates public java.util.List getEdgeLabels (org.antlr.analysis.DFAState) org.antlr.analysis.Transition e int j org.antlr.analysis.DFAState d org.antlr.analysis.DFAState nextState int i org.antlr.analysis.DFAState targetState java.util.List dfaStates java.util.List labels public java.lang.String getInputSequenceDisplay (org.antlr.tool.Grammar, java.util.List) org.antlr.misc.IntSet label java.util.Iterator i$ org.antlr.tool.Grammar g java.util.List labels java.util.List tokens public java.util.List getGrammarLocationsForInputSequence (java.util.List, java.util.List) org.antlr.runtime.Token oldtoken org.antlr.runtime.CommonToken token org.antlr.analysis.Transition t int j org.antlr.analysis.NFAState p java.util.Iterator i$ java.util.Set cur java.util.Set next org.antlr.misc.IntSet label int i java.util.List nfaStates java.util.List labels java.util.List tokens }
org/antlr/analysis/NFA.class
NFA.java package org.antlr.analysis public org.antlr.analysis.NFA extends java.lang.Object { public static final int INVALID_ALT_NUMBER public org.antlr.tool.Grammar grammar protected org.antlr.tool.NFAFactory factory public boolean complete public void <init> (org.antlr.tool.Grammar) org.antlr.tool.Grammar g public int getNewNFAStateNumber () public void addState (org.antlr.analysis.NFAState) org.antlr.analysis.NFAState state public org.antlr.analysis.NFAState getState (int) int s public org.antlr.tool.NFAFactory getFactory () public void setFactory (org.antlr.tool.NFAFactory) org.antlr.tool.NFAFactory factory }
org/antlr/analysis/NFAConfiguration.class
NFAConfiguration.java package org.antlr.analysis public org.antlr.analysis.NFAConfiguration extends java.lang.Object { public int state public int alt public org.antlr.analysis.NFAContext context public org.antlr.analysis.SemanticContext semanticContext protected boolean resolved protected boolean resolveWithPredicate protected int numberEpsilonTransitionsEmanatingFromState protected boolean singleAtomTransitionEmanating public void <init> (int, int, org.antlr.analysis.NFAContext, org.antlr.analysis.SemanticContext) int state int alt org.antlr.analysis.NFAContext context org.antlr.analysis.SemanticContext semanticContext public boolean equals (java.lang.Object) Object o org.antlr.analysis.NFAConfiguration other public int hashCode () int h public java.lang.String toString () public java.lang.String toString (boolean) String escQuote boolean showAlt StringBuffer buf }
org/antlr/analysis/NFAContext.class
NFAContext.java package org.antlr.analysis public org.antlr.analysis.NFAContext extends java.lang.Object { public static int MAX_SAME_RULE_INVOCATIONS_PER_NFA_CONFIG_STACK public org.antlr.analysis.NFAContext parent public org.antlr.analysis.NFAState invokingState protected int cachedHashCode public void <init> (org.antlr.analysis.NFAContext, org.antlr.analysis.NFAState) org.antlr.analysis.NFAContext parent org.antlr.analysis.NFAState invokingState public boolean equals (java.lang.Object) Object o org.antlr.analysis.NFAContext other org.antlr.analysis.NFAContext sp public boolean conflictsWith (org.antlr.analysis.NFAContext) org.antlr.analysis.NFAContext other protected boolean suffix (org.antlr.analysis.NFAContext) org.antlr.analysis.NFAContext other org.antlr.analysis.NFAContext sp public int recursionDepthEmanatingFromState (int) int state org.antlr.analysis.NFAContext sp int n public int hashCode () public boolean isEmpty () public java.lang.String toString () StringBuffer buf org.antlr.analysis.NFAContext sp static void <clinit> () }
org/antlr/analysis/NFAConversionThread.class
NFAConversionThread.java package org.antlr.analysis public org.antlr.analysis.NFAConversionThread extends java.lang.Object implements java.lang.Runnable { org.antlr.tool.Grammar grammar int i int j org.antlr.misc.Barrier barrier public void <init> (org.antlr.tool.Grammar, org.antlr.misc.Barrier, int, int) org.antlr.tool.Grammar grammar org.antlr.misc.Barrier barrier int i int j public void run () org.antlr.analysis.NFAState decisionStartState int decision InterruptedException e }
org/antlr/analysis/NFAState.class
NFAState.java package org.antlr.analysis public org.antlr.analysis.NFAState extends org.antlr.analysis.State { public static final int LOOPBACK public static final int BLOCK_START public static final int OPTIONAL_BLOCK_START public static final int BYPASS public static final int RIGHT_EDGE_OF_BLOCK public static final int MAX_TRANSITIONS int numTransitions public org.antlr.analysis.Transition[] transition public org.antlr.analysis.Label incidentEdgeLabel public org.antlr.analysis.NFA nfa protected int decisionNumber public int decisionStateType public org.antlr.tool.Rule enclosingRule protected String description public org.antlr.tool.GrammarAST associatedASTNode protected boolean EOTTargetState public int endOfBlockStateNumber public void <init> (org.antlr.analysis.NFA) org.antlr.analysis.NFA nfa public int getNumberOfTransitions () public void addTransition (org.antlr.analysis.Transition) org.antlr.analysis.Label label org.antlr.analysis.Transition e public void setTransition0 (org.antlr.analysis.Transition) org.antlr.analysis.Transition e public org.antlr.analysis.Transition transition (int) int i public int translateDisplayAltToWalkAlt (int) int displayAlt org.antlr.analysis.NFAState nfaStart int walkAlt int nAlts public void setDecisionASTNode (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST decisionASTNode public java.lang.String getDescription () public void setDescription (java.lang.String) String description public int getDecisionNumber () public void setDecisionNumber (int) int decisionNumber public boolean isEOTTargetState () public void setEOTTargetState (boolean) boolean eot public boolean isDecisionState () public java.lang.String toString () }
org/antlr/analysis/NFAToDFAConverter$1.class
NFAToDFAConverter.java package org.antlr.analysis org.antlr.analysis.NFAToDFAConverter$1 extends java.lang.Object implements java.util.Comparator { private final org.antlr.analysis.NFAToDFAConverter this$0 void <init> (org.antlr.analysis.NFAToDFAConverter) public int compare (java.lang.Object, java.lang.Object) Object a Object b org.antlr.analysis.NFAConfiguration ca org.antlr.analysis.NFAConfiguration cb }
org/antlr/analysis/NFAToDFAConverter.class
NFAToDFAConverter.java package org.antlr.analysis public org.antlr.analysis.NFAToDFAConverter extends java.lang.Object { protected java.util.List work protected org.antlr.analysis.NFAContext[] contextTrees protected org.antlr.analysis.DFA dfa public static boolean debug public static boolean SINGLE_THREADED_NFA_CONVERSION protected boolean computingStartState public void <init> (org.antlr.analysis.DFA) org.antlr.analysis.DFA dfa int nAlts public void convert () org.antlr.analysis.DFAState d int k protected org.antlr.analysis.DFAState computeStartState () int numAltsIncludingExitBranch org.antlr.analysis.NFAContext initialContext org.antlr.analysis.NFAState alt org.antlr.analysis.DFAState startState int i int altNum protected void findNewDFAStatesAndAddDFATransitions (org.antlr.analysis.DFAState) org.antlr.analysis.Label label org.antlr.analysis.DFAState t org.antlr.analysis.DFAState targetState int i int minAlt org.antlr.analysis.DFAState d org.antlr.misc.OrderedHashSet labels org.antlr.analysis.Label EOTLabel boolean containsEOT int numberOfEdgesEmanating java.util.Map targetToLabelMap int numLabels protected static int addTransition (org.antlr.analysis.DFAState, org.antlr.analysis.Label, org.antlr.analysis.DFAState, java.util.Map) int transitionIndex org.antlr.analysis.Transition trans Integer tI org.antlr.analysis.Transition oldTransition org.antlr.analysis.DFAState d org.antlr.analysis.Label label org.antlr.analysis.DFAState targetState java.util.Map targetToLabelMap int n public void closure (org.antlr.analysis.DFAState) org.antlr.analysis.NFAConfiguration c int i org.antlr.analysis.DFAState d java.util.List configs int numConfigs public void closure (org.antlr.analysis.NFAState, int, org.antlr.analysis.NFAContext, org.antlr.analysis.SemanticContext, org.antlr.analysis.DFAState, boolean) int depth org.antlr.analysis.RuleClosureTransition ref org.antlr.analysis.NFAContext newContext org.antlr.analysis.NFAState ruleTarget org.antlr.analysis.NFAState whichStateInvokedRule org.antlr.analysis.RuleClosureTransition edgeToRule org.antlr.analysis.NFAState continueState org.antlr.analysis.NFAContext newContext boolean collectPredicatesAfterAction int walkAlt org.antlr.analysis.NFAState altLeftEdge org.antlr.analysis.SemanticContext labelContext org.antlr.analysis.SemanticContext newSemanticContext org.antlr.analysis.Transition transition1 org.antlr.analysis.NFAState p int alt org.antlr.analysis.NFAContext context org.antlr.analysis.SemanticContext semanticContext org.antlr.analysis.DFAState d boolean collectPredicates org.antlr.analysis.NFAConfiguration proposedNFAConfiguration org.antlr.analysis.Transition transition0 public static boolean closureIsBusy (org.antlr.analysis.DFAState, org.antlr.analysis.NFAConfiguration) org.antlr.analysis.DFAState d org.antlr.analysis.NFAConfiguration proposedNFAConfiguration public org.antlr.analysis.DFAState reach (org.antlr.analysis.DFAState, org.antlr.analysis.Label) org.antlr.analysis.NFAConfiguration newC org.antlr.analysis.NFAConfiguration c org.antlr.analysis.NFAState p org.antlr.analysis.Transition edge org.antlr.analysis.Label edgeLabel int i org.antlr.analysis.DFAState d org.antlr.analysis.Label label org.antlr.analysis.DFAState labelDFATarget java.util.List configs int numConfigs protected void convertToEOTAcceptState (org.antlr.analysis.DFAState) org.antlr.analysis.NFAConfiguration c org.antlr.analysis.NFAState p org.antlr.analysis.Transition edge org.antlr.analysis.Label edgeLabel int i org.antlr.analysis.DFAState d org.antlr.analysis.Label eot int numConfigs protected org.antlr.analysis.DFAState addDFAStateToWorkList (org.antlr.analysis.DFAState) org.antlr.analysis.DFAState d org.antlr.analysis.DFAState existingState int alt protected org.antlr.analysis.DFAState convertToAcceptState (org.antlr.analysis.DFAState, int) org.antlr.analysis.SemanticContext gatedPreds org.antlr.analysis.SemanticContext existingStateGatedPreds org.antlr.analysis.DFAState acceptStateForAlt org.antlr.analysis.DFAState d int alt public void resolveNonDeterminisms (org.antlr.analysis.DFAState) java.util.Set allAlts org.antlr.analysis.DFAState d boolean conflictingLexerRules java.util.Set nondeterministicAlts org.antlr.analysis.NFAConfiguration anyConfig org.antlr.analysis.NFAState anyState boolean resolved protected int resolveByChoosingFirstAlt (org.antlr.analysis.DFAState, java.util.Set) int exitAlt org.antlr.analysis.DFAState d java.util.Set nondeterministicAlts int winningAlt protected int resolveByPickingMinAlt (org.antlr.analysis.DFAState, java.util.Set) org.antlr.analysis.DFAState d java.util.Set nondeterministicAlts int min protected int resolveByPickingExitAlt (org.antlr.analysis.DFAState, java.util.Set) org.antlr.analysis.DFAState d java.util.Set nondeterministicAlts int exitAlt protected static void turnOffOtherAlts (org.antlr.analysis.DFAState, int, java.util.Set) org.antlr.analysis.NFAConfiguration configuration int i org.antlr.analysis.DFAState d int min java.util.Set nondeterministicAlts int numConfigs protected static int getMinAlt (java.util.Set) int alt Integer altI java.util.Iterator i$ java.util.Set nondeterministicAlts int min protected boolean tryToResolveWithSemanticPredicates (org.antlr.analysis.DFAState, java.util.Set) org.antlr.analysis.SemanticContext unionOfPredicatesFromAllAlts org.antlr.analysis.NFAConfiguration configuration int i org.antlr.misc.BitSet ndSet org.antlr.misc.BitSet predSet int nakedAlt org.antlr.analysis.SemanticContext nakedAltPred int numConfigs org.antlr.analysis.NFAConfiguration configuration org.antlr.analysis.SemanticContext semCtx int i int numConfigs org.antlr.analysis.DFAState d java.util.Set nondeterministicAlts java.util.Map altToPredMap protected java.util.Map getPredicatesPerNonDeterministicAlt (org.antlr.analysis.DFAState, java.util.Set) Integer altI java.util.Iterator it java.util.Set predSet org.antlr.analysis.NFAConfiguration configuration Integer altI int i org.antlr.analysis.SemanticContext ctx java.util.Iterator itrSet Integer altI java.util.Set contextsForThisAlt org.antlr.analysis.SemanticContext combinedContext java.util.Iterator it java.util.Set locations org.antlr.analysis.NFAState s org.antlr.analysis.NFAConfiguration configuration Integer altI int i org.antlr.analysis.DFAState d java.util.Set nondeterministicAlts java.util.Map altToPredicateContextMap java.util.Map altToSetOfContextsMap java.util.Map altToLocationsReachableWithoutPredicate java.util.Set nondetAltsWithUncoveredConfiguration int numConfigs java.util.List incompletelyCoveredAlts protected static org.antlr.analysis.SemanticContext getUnionOfPredicates (java.util.Map) org.antlr.analysis.SemanticContext semCtx java.util.Map altToPredMap java.util.Iterator iter org.antlr.analysis.SemanticContext unionOfPredicatesFromAllAlts protected void addPredicateTransitions (org.antlr.analysis.DFAState) org.antlr.analysis.NFAConfiguration c int i org.antlr.analysis.DFAState existingState org.antlr.analysis.NFAConfiguration c org.antlr.analysis.DFAState predDFATarget int i org.antlr.analysis.DFAState d java.util.List configsWithPreds int numConfigs java.util.List predConfigsSortedByAlt protected void initContextTrees (int) int alt int i int numberOfAlts public static int max (java.util.Set) Integer I java.util.Iterator it java.util.Set s int i int m static void <clinit> () }
org/antlr/analysis/NonLLStarDecisionException.class
NonLLStarDecisionException.java package org.antlr.analysis public org.antlr.analysis.NonLLStarDecisionException extends java.lang.RuntimeException { public org.antlr.analysis.DFA abortedDFA public void <init> (org.antlr.analysis.DFA) org.antlr.analysis.DFA abortedDFA }
org/antlr/analysis/PredicateLabel.class
PredicateLabel.java package org.antlr.analysis public org.antlr.analysis.PredicateLabel extends org.antlr.analysis.Label { protected org.antlr.analysis.SemanticContext semanticContext public void <init> (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST predicateASTNode public void <init> (org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext semCtx public int hashCode () public boolean equals (java.lang.Object) Object o public boolean isSemanticPredicate () public org.antlr.analysis.SemanticContext getSemanticContext () public java.lang.String toString () public java.lang.String toString (org.antlr.tool.Grammar) org.antlr.tool.Grammar g }
org/antlr/analysis/RuleClosureTransition.class
RuleClosureTransition.java package org.antlr.analysis public org.antlr.analysis.RuleClosureTransition extends org.antlr.analysis.Transition { public org.antlr.tool.Rule rule public org.antlr.analysis.NFAState followState public void <init> (org.antlr.tool.Rule, org.antlr.analysis.NFAState, org.antlr.analysis.NFAState) org.antlr.tool.Rule rule org.antlr.analysis.NFAState ruleStart org.antlr.analysis.NFAState followState }
org/antlr/analysis/SemanticContext$AND.class
SemanticContext.java package org.antlr.analysis public org.antlr.analysis.SemanticContext$AND extends org.antlr.analysis.SemanticContext$CommutativePredicate { public void <init> (org.antlr.analysis.SemanticContext, org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext a org.antlr.analysis.SemanticContext b public void <init> (java.util.HashSet) java.util.HashSet contexts public org.stringtemplate.v4.ST genExpr (org.antlr.codegen.CodeGenerator, org.stringtemplate.v4.STGroup, org.antlr.analysis.DFA) org.stringtemplate.v4.ST eST org.antlr.analysis.SemanticContext operand java.util.Iterator i$ org.antlr.codegen.CodeGenerator generator org.stringtemplate.v4.STGroup templates org.antlr.analysis.DFA dfa org.stringtemplate.v4.ST result public java.lang.String getOperandString () public org.antlr.analysis.SemanticContext combinePredicates (org.antlr.analysis.SemanticContext, org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext left org.antlr.analysis.SemanticContext right public int calculateHashCode () org.antlr.analysis.SemanticContext context java.util.Iterator i$ int hashcode }
org/antlr/analysis/SemanticContext$CommutativePredicate.class
SemanticContext.java package org.antlr.analysis public abstract org.antlr.analysis.SemanticContext$CommutativePredicate extends org.antlr.analysis.SemanticContext { protected final java.util.Set operands protected int hashcode public void <init> (org.antlr.analysis.SemanticContext, org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext$CommutativePredicate predicate org.antlr.analysis.SemanticContext$CommutativePredicate predicate org.antlr.analysis.SemanticContext a org.antlr.analysis.SemanticContext b public void <init> (java.util.HashSet) org.antlr.analysis.SemanticContext$CommutativePredicate predicate org.antlr.analysis.SemanticContext context java.util.Iterator i$ java.util.HashSet contexts public org.antlr.analysis.SemanticContext getGatedPredicateContext () org.antlr.analysis.SemanticContext gatedPred org.antlr.analysis.SemanticContext semctx java.util.Iterator i$ org.antlr.analysis.SemanticContext result public boolean hasUserSemanticPredicate () org.antlr.analysis.SemanticContext semctx java.util.Iterator i$ public boolean isSyntacticPredicate () org.antlr.analysis.SemanticContext semctx java.util.Iterator i$ public void trackUseOfSyntacticPredicates (org.antlr.tool.Grammar) org.antlr.analysis.SemanticContext semctx java.util.Iterator i$ org.antlr.tool.Grammar g public boolean equals (java.lang.Object) org.antlr.analysis.SemanticContext$CommutativePredicate commutative java.util.Set otherOperands org.antlr.analysis.SemanticContext context java.util.Iterator i$ java.util.Set otherOperands java.util.ArrayList temp org.antlr.analysis.SemanticContext$NOT not Object obj public int hashCode () public java.lang.String toString () org.antlr.analysis.SemanticContext semctx java.util.Iterator i$ StringBuffer buf int i public abstract java.lang.String getOperandString () public abstract org.antlr.analysis.SemanticContext combinePredicates (org.antlr.analysis.SemanticContext, org.antlr.analysis.SemanticContext) public abstract int calculateHashCode () }
org/antlr/analysis/SemanticContext$FalsePredicate.class
SemanticContext.java package org.antlr.analysis public org.antlr.analysis.SemanticContext$FalsePredicate extends org.antlr.analysis.SemanticContext$Predicate { public void <init> () public org.stringtemplate.v4.ST genExpr (org.antlr.codegen.CodeGenerator, org.stringtemplate.v4.STGroup, org.antlr.analysis.DFA) org.antlr.codegen.CodeGenerator generator org.stringtemplate.v4.STGroup templates org.antlr.analysis.DFA dfa public boolean hasUserSemanticPredicate () public java.lang.String toString () }
org/antlr/analysis/SemanticContext$NOT.class
SemanticContext.java package org.antlr.analysis public org.antlr.analysis.SemanticContext$NOT extends org.antlr.analysis.SemanticContext { protected org.antlr.analysis.SemanticContext ctx public void <init> (org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext ctx public org.stringtemplate.v4.ST genExpr (org.antlr.codegen.CodeGenerator, org.stringtemplate.v4.STGroup, org.antlr.analysis.DFA) org.antlr.codegen.CodeGenerator generator org.stringtemplate.v4.STGroup templates org.antlr.analysis.DFA dfa org.stringtemplate.v4.ST eST public org.antlr.analysis.SemanticContext getGatedPredicateContext () org.antlr.analysis.SemanticContext p public boolean hasUserSemanticPredicate () public boolean isSyntacticPredicate () public void trackUseOfSyntacticPredicates (org.antlr.tool.Grammar) org.antlr.tool.Grammar g public boolean equals (java.lang.Object) Object object public int hashCode () public java.lang.String toString () }
org/antlr/analysis/SemanticContext$OR.class
SemanticContext.java package org.antlr.analysis public org.antlr.analysis.SemanticContext$OR extends org.antlr.analysis.SemanticContext$CommutativePredicate { public void <init> (org.antlr.analysis.SemanticContext, org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext a org.antlr.analysis.SemanticContext b public void <init> (java.util.HashSet) java.util.HashSet contexts public org.stringtemplate.v4.ST genExpr (org.antlr.codegen.CodeGenerator, org.stringtemplate.v4.STGroup, org.antlr.analysis.DFA) org.antlr.analysis.SemanticContext semctx java.util.Iterator i$ org.antlr.codegen.CodeGenerator generator org.stringtemplate.v4.STGroup templates org.antlr.analysis.DFA dfa org.stringtemplate.v4.ST eST public java.lang.String getOperandString () public org.antlr.analysis.SemanticContext combinePredicates (org.antlr.analysis.SemanticContext, org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext left org.antlr.analysis.SemanticContext right public int calculateHashCode () org.antlr.analysis.SemanticContext context java.util.Iterator i$ int hashcode }
org/antlr/analysis/SemanticContext$Predicate.class
SemanticContext.java package org.antlr.analysis public org.antlr.analysis.SemanticContext$Predicate extends org.antlr.analysis.SemanticContext { public org.antlr.tool.GrammarAST predicateAST protected boolean gated protected boolean synpred public static final int INVALID_PRED_VALUE public static final int FALSE_PRED public static final int TRUE_PRED protected int constantValue public void <init> (int) int constantValue public void <init> (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST predicate public void <init> (org.antlr.analysis.SemanticContext$Predicate) org.antlr.analysis.SemanticContext$Predicate p public boolean equals (java.lang.Object) Object o org.antlr.analysis.SemanticContext$Predicate other public int hashCode () public org.stringtemplate.v4.ST genExpr (org.antlr.codegen.CodeGenerator, org.stringtemplate.v4.STGroup, org.antlr.analysis.DFA) String predEnclosingRuleName String description org.antlr.codegen.CodeGenerator generator org.stringtemplate.v4.STGroup templates org.antlr.analysis.DFA dfa org.stringtemplate.v4.ST eST public org.antlr.analysis.SemanticContext getGatedPredicateContext () public boolean hasUserSemanticPredicate () public boolean isSyntacticPredicate () public void trackUseOfSyntacticPredicates (org.antlr.tool.Grammar) org.antlr.tool.Grammar g public java.lang.String toString () }
org/antlr/analysis/SemanticContext$TruePredicate.class
SemanticContext.java package org.antlr.analysis public org.antlr.analysis.SemanticContext$TruePredicate extends org.antlr.analysis.SemanticContext$Predicate { public void <init> () public org.stringtemplate.v4.ST genExpr (org.antlr.codegen.CodeGenerator, org.stringtemplate.v4.STGroup, org.antlr.analysis.DFA) org.antlr.codegen.CodeGenerator generator org.stringtemplate.v4.STGroup templates org.antlr.analysis.DFA dfa public boolean hasUserSemanticPredicate () public java.lang.String toString () }
org/antlr/analysis/SemanticContext.class
SemanticContext.java package org.antlr.analysis public abstract org.antlr.analysis.SemanticContext extends java.lang.Object { public static final org.antlr.analysis.SemanticContext EMPTY_SEMANTIC_CONTEXT public void <init> () public abstract org.antlr.analysis.SemanticContext getGatedPredicateContext () public abstract org.stringtemplate.v4.ST genExpr (org.antlr.codegen.CodeGenerator, org.stringtemplate.v4.STGroup, org.antlr.analysis.DFA) public abstract boolean hasUserSemanticPredicate () public abstract boolean isSyntacticPredicate () public void trackUseOfSyntacticPredicates (org.antlr.tool.Grammar) org.antlr.tool.Grammar g public static org.antlr.analysis.SemanticContext and (org.antlr.analysis.SemanticContext, org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext a org.antlr.analysis.SemanticContext b org.antlr.analysis.SemanticContext[] terms org.antlr.analysis.SemanticContext commonTerms boolean factored public static org.antlr.analysis.SemanticContext or (org.antlr.analysis.SemanticContext, org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext$NOT n org.antlr.analysis.SemanticContext$NOT n org.antlr.analysis.SemanticContext a org.antlr.analysis.SemanticContext b org.antlr.analysis.SemanticContext[] terms org.antlr.analysis.SemanticContext commonTerms boolean factored org.antlr.analysis.SemanticContext$OR result public static org.antlr.analysis.SemanticContext not (org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext a public static org.antlr.analysis.SemanticContext[] factorAnd (org.antlr.analysis.SemanticContext, org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext a org.antlr.analysis.SemanticContext b java.util.HashSet opsA java.util.HashSet opsB java.util.HashSet result public static org.antlr.analysis.SemanticContext[] factorOr (org.antlr.analysis.SemanticContext, org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext a org.antlr.analysis.SemanticContext b java.util.HashSet opsA java.util.HashSet opsB java.util.HashSet result public static java.util.Collection getAndOperands (org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext operand java.util.Iterator i$ java.util.Collection operands java.util.List result org.antlr.analysis.SemanticContext context java.util.ArrayList result public static java.util.Collection getOrOperands (org.antlr.analysis.SemanticContext) org.antlr.analysis.SemanticContext operand java.util.Iterator i$ java.util.Collection operands java.util.List result org.antlr.analysis.SemanticContext context java.util.ArrayList result static void <clinit> () }
org/antlr/analysis/State.class
State.java package org.antlr.analysis public abstract org.antlr.analysis.State extends java.lang.Object { public static final int INVALID_STATE_NUMBER public int stateNumber protected boolean acceptState public void <init> () public abstract int getNumberOfTransitions () public abstract void addTransition (org.antlr.analysis.Transition) public abstract org.antlr.analysis.Transition transition (int) public boolean isAcceptState () public void setAcceptState (boolean) boolean acceptState }
org/antlr/analysis/StateCluster.class
StateCluster.java package org.antlr.analysis public org.antlr.analysis.StateCluster extends java.lang.Object { public org.antlr.analysis.NFAState left public org.antlr.analysis.NFAState right public void <init> (org.antlr.analysis.NFAState, org.antlr.analysis.NFAState) org.antlr.analysis.NFAState left org.antlr.analysis.NFAState right }
org/antlr/analysis/Transition.class
Transition.java package org.antlr.analysis public org.antlr.analysis.Transition extends java.lang.Object implements java.lang.Comparable { public org.antlr.analysis.Label label public org.antlr.analysis.State target public void <init> (org.antlr.analysis.Label, org.antlr.analysis.State) org.antlr.analysis.Label label org.antlr.analysis.State target public void <init> (int, org.antlr.analysis.State) int label org.antlr.analysis.State target public boolean isEpsilon () public boolean isAction () public boolean isSemanticPredicate () public int hashCode () public boolean equals (java.lang.Object) Object o org.antlr.analysis.Transition other public int compareTo (java.lang.Object) Object o org.antlr.analysis.Transition other public java.lang.String toString () }
org/antlr/antlr.properties
org/antlr/codegen/ActionScriptTarget.class
ActionScriptTarget.java package org.antlr.codegen public org.antlr.codegen.ActionScriptTarget extends org.antlr.codegen.Target { public void <init> () public java.lang.String getTargetCharLiteralFromANTLRCharLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) org.antlr.codegen.CodeGenerator generator String literal int c public java.lang.String getTokenTypeAsTargetLabel (org.antlr.codegen.CodeGenerator, int) org.antlr.codegen.CodeGenerator generator int ttype String name public java.lang.String encodeIntAsCharEscape (int) String hex int v StringBuffer buf public java.lang.String getTarget64BitStringFromValue (long) long word StringBuffer buf private void writeHexWithPadding (java.lang.StringBuffer, java.lang.String) int i StringBuffer buf String digits int padding protected org.stringtemplate.v4.ST chooseWhereCyclicDFAsGo (org.antlr.Tool, org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar, org.stringtemplate.v4.ST, org.stringtemplate.v4.ST) org.antlr.Tool tool org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar org.stringtemplate.v4.ST recognizerST org.stringtemplate.v4.ST cyclicDFAST }
org/antlr/codegen/ACyclicDFACodeGenerator.class
ACyclicDFACodeGenerator.java package org.antlr.codegen public org.antlr.codegen.ACyclicDFACodeGenerator extends java.lang.Object { protected org.antlr.codegen.CodeGenerator parentGenerator public void <init> (org.antlr.codegen.CodeGenerator) org.antlr.codegen.CodeGenerator parent public org.stringtemplate.v4.ST genFixedLookaheadDecision (org.stringtemplate.v4.STGroup, org.antlr.analysis.DFA) org.stringtemplate.v4.STGroup templates org.antlr.analysis.DFA dfa protected org.stringtemplate.v4.ST walkFixedDFAGeneratingStateMachine (org.stringtemplate.v4.STGroup, org.antlr.analysis.DFA, org.antlr.analysis.DFAState, int) org.stringtemplate.v4.ST dfaST Integer vI String label int j java.util.List labels org.stringtemplate.v4.ST predST org.antlr.analysis.DFAState target org.antlr.analysis.SemanticContext preds org.antlr.analysis.Transition edge org.stringtemplate.v4.ST edgeST org.stringtemplate.v4.ST targetST int i org.antlr.analysis.Transition predEdge org.stringtemplate.v4.ST edgeST org.stringtemplate.v4.ST targetST int i org.stringtemplate.v4.STGroup templates org.antlr.analysis.DFA dfa org.antlr.analysis.DFAState s int k String dfaStateName String dfaLoopbackStateName String dfaOptionalBlockStateName String dfaEdgeName org.stringtemplate.v4.ST dfaST int EOTPredicts org.antlr.analysis.DFAState EOTTarget }
org/antlr/codegen/CodeGenerator.class
CodeGenerator.java package org.antlr.codegen public org.antlr.codegen.CodeGenerator extends java.lang.Object { public static final int MSCL_DEFAULT public static int MAX_SWITCH_CASE_LABELS public static final int MSA_DEFAULT public static int MIN_SWITCH_ALTS public boolean GENERATE_SWITCHES_WHEN_POSSIBLE public static boolean LAUNCH_ST_INSPECTOR public static final int MADSI_DEFAULT public static int MAX_ACYCLIC_DFA_STATES_INLINE public static String classpathTemplateRootDirectoryName public org.antlr.tool.Grammar grammar protected String language public org.antlr.codegen.Target target protected org.stringtemplate.v4.STGroup templates protected org.stringtemplate.v4.STGroup baseTemplates protected org.stringtemplate.v4.ST recognizerST protected org.stringtemplate.v4.ST outputFileST protected org.stringtemplate.v4.ST headerFileST protected int uniqueLabelNumber protected org.antlr.Tool tool protected boolean debug protected boolean trace protected boolean profile protected int lineWidth public org.antlr.codegen.ACyclicDFACodeGenerator acyclicDFAGenerator public static final String VOCAB_FILE_EXTENSION protected static final String vocabFilePattern public void <init> (org.antlr.Tool, org.antlr.tool.Grammar, java.lang.String) org.antlr.Tool tool org.antlr.tool.Grammar grammar String language public static org.antlr.codegen.Target loadLanguageTarget (java.lang.String) Class c ClassNotFoundException cnfe InstantiationException ie IllegalAccessException cnfe String language org.antlr.codegen.Target target String targetName public void loadTemplates (java.lang.String) org.stringtemplate.v4.STGroup dbgTemplates org.stringtemplate.v4.STGroup astTemplates org.stringtemplate.v4.STGroup astParserTemplates org.stringtemplate.v4.STGroup astDbgTemplates org.stringtemplate.v4.STGroup astTemplates org.stringtemplate.v4.STGroup astParserTemplates org.stringtemplate.v4.STGroup dbgTemplates org.stringtemplate.v4.STGroup stTemplates org.stringtemplate.v4.STGroup stTemplates org.stringtemplate.v4.STGroup dbgTemplates String language String langDir org.stringtemplate.v4.STGroup coreTemplates String outputOption public org.stringtemplate.v4.ST genRecognizer () org.antlr.runtime.RecognitionException re org.stringtemplate.v4.ST extST org.stringtemplate.v4.ST tokenVocabSerialization String vocabFileName java.io.IOException ioe org.antlr.analysis.DFAOptimizer optimizer boolean filterMode boolean canBacktrack java.util.Map actions org.stringtemplate.v4.ST gateST String memoize String targetAppropriateFileNameString org.antlr.grammar.v3.CodeGenTreeWalker gen java.util.Set synpredNames protected void verifyActionScopesOkForTarget (java.util.Map) java.util.Map scopeActions org.antlr.tool.GrammarAST actionAST String scope java.util.Iterator it java.util.Map actions java.util.Set actionScopeKeySet protected void translateActionAttributeReferences (java.util.Map) String scope java.util.Map scopeActions java.util.Iterator it java.util.Map actions java.util.Set actionScopeKeySet public void translateActionAttributeReferencesForSingleScope (org.antlr.tool.Rule, java.util.Map) String name org.antlr.tool.GrammarAST actionAST java.util.List chunks java.util.Iterator nameIT org.antlr.tool.Rule r java.util.Map scopeActions String ruleName java.util.Set actionNameSet public void generateLocalFOLLOW (org.antlr.tool.GrammarAST, java.lang.String, java.lang.String, int) org.antlr.misc.BitSet bits long w int j org.antlr.tool.GrammarAST referencedElementNode String referencedElementName String enclosingRuleName int elementIndex org.antlr.analysis.NFAState followingNFAState org.antlr.analysis.LookaheadSet follow java.util.List tokenTypeList long[] words String[] wordStrings public org.stringtemplate.v4.ST genLookaheadDecision (org.stringtemplate.v4.ST, org.antlr.analysis.DFA) org.stringtemplate.v4.ST decisionST String description org.stringtemplate.v4.ST recognizerST org.antlr.analysis.DFA dfa org.stringtemplate.v4.ST decisionST public org.stringtemplate.v4.ST generateSpecialState (org.antlr.analysis.DFAState) org.stringtemplate.v4.ST edgeST org.stringtemplate.v4.ST exprST org.stringtemplate.v4.ST predST org.antlr.analysis.DFAState t org.antlr.analysis.SemanticContext preds org.antlr.analysis.Transition edge org.stringtemplate.v4.ST edgeST int i org.antlr.analysis.DFAState s org.stringtemplate.v4.ST stateST boolean foundGatedPred org.stringtemplate.v4.ST eotST protected org.stringtemplate.v4.ST genLabelExpr (org.stringtemplate.v4.STGroup, org.antlr.analysis.Transition, int) org.stringtemplate.v4.STGroup templates org.antlr.analysis.Transition edge int k org.antlr.analysis.Label label org.stringtemplate.v4.ST eST protected org.stringtemplate.v4.ST genSemanticPredicateExpr (org.stringtemplate.v4.STGroup, org.antlr.analysis.Transition) org.stringtemplate.v4.STGroup templates org.antlr.analysis.Transition edge org.antlr.analysis.DFA dfa org.antlr.analysis.Label label org.antlr.analysis.SemanticContext semCtx public org.stringtemplate.v4.ST genSetExpr (org.stringtemplate.v4.STGroup, org.antlr.misc.IntSet, int, boolean) org.stringtemplate.v4.ST emptyST org.stringtemplate.v4.ST eST org.antlr.misc.Interval I int a int b org.stringtemplate.v4.ST eST org.stringtemplate.v4.STGroup templates org.antlr.misc.IntSet set int k boolean partOfDFA org.antlr.misc.IntervalSet iset String testSTName String testRangeSTName org.stringtemplate.v4.ST setST java.util.Iterator iter int rangeNumber protected void genTokenTypeConstants (org.stringtemplate.v4.ST) String tokenID int tokenType org.stringtemplate.v4.ST code java.util.Iterator tokenIDs protected void genTokenTypeNames (org.stringtemplate.v4.ST) String tokenName int t org.stringtemplate.v4.ST code public java.lang.String getTokenTypeAsTargetLabel (int) String name int ttype protected org.stringtemplate.v4.ST genTokenVocabOutput () String tokenID int tokenType String literal int tokenType org.stringtemplate.v4.ST vocabFileST java.util.Iterator tokenIDs java.util.Iterator literals public java.util.List translateAction (java.lang.String, org.antlr.tool.GrammarAST) String ruleName org.antlr.tool.GrammarAST actionTree org.antlr.grammar.v3.ActionTranslator translator java.util.List chunks public java.util.List translateArgAction (java.lang.String, org.antlr.tool.GrammarAST) org.antlr.runtime.Token actionToken org.antlr.grammar.v3.ActionTranslator translator java.util.List chunks org.stringtemplate.v4.ST catST String arg java.util.Iterator i$ String ruleName org.antlr.tool.GrammarAST actionTree String actionText java.util.List args java.util.List translatedArgs public static java.util.List getListOfArgumentsFromAction (java.lang.String, int) String actionText int separatorChar java.util.List args public static int getListOfArgumentsFromAction (java.lang.String, int, int, int, java.util.List) String arg int c String arg String actionText int start int targetChar int separatorChar java.util.List args int n int p int last public org.stringtemplate.v4.ST translateTemplateConstructor (java.lang.String, int, org.antlr.runtime.Token, java.lang.String) org.antlr.runtime.RecognitionException re Exception tse org.antlr.runtime.RecognitionException re String ruleName int outerAltNum org.antlr.runtime.Token actionToken String templateActionText org.antlr.grammar.v3.ANTLRLexer lexer org.antlr.grammar.v3.ANTLRParser parser org.antlr.grammar.v3.ANTLRParser$rewrite_template_return parseResult org.antlr.tool.GrammarAST rewriteTree org.antlr.grammar.v3.CodeGenTreeWalker gen org.stringtemplate.v4.ST st public void issueInvalidScopeError (java.lang.String, java.lang.String, org.antlr.tool.Rule, org.antlr.runtime.Token, int) String x String y org.antlr.tool.Rule enclosingRule org.antlr.runtime.Token actionToken int outerAltNum org.antlr.tool.Rule r org.antlr.tool.AttributeScope scope public void issueInvalidAttributeError (java.lang.String, java.lang.String, org.antlr.tool.Rule, org.antlr.runtime.Token, int) String refdRuleName org.antlr.tool.Rule refdRule org.antlr.tool.AttributeScope scope String x String y org.antlr.tool.Rule enclosingRule org.antlr.runtime.Token actionToken int outerAltNum org.antlr.tool.Grammar$LabelElementPair label public void issueInvalidAttributeError (java.lang.String, org.antlr.tool.Rule, org.antlr.runtime.Token, int) String x org.antlr.tool.Rule enclosingRule org.antlr.runtime.Token actionToken int outerAltNum org.antlr.tool.Grammar$LabelElementPair label org.antlr.tool.AttributeScope scope public org.stringtemplate.v4.STGroup getTemplates () public org.stringtemplate.v4.STGroup getBaseTemplates () public void setDebug (boolean) boolean debug public void setTrace (boolean) boolean trace public void setProfile (boolean) boolean profile public org.stringtemplate.v4.ST getRecognizerST () public java.lang.String getRecognizerFileName (java.lang.String, int) String name int type org.stringtemplate.v4.ST extST String recognizerName public java.lang.String getVocabFileName () public void write (org.stringtemplate.v4.ST, java.lang.String) throws java.io.IOException org.stringtemplate.v4.ST code String fileName java.io.Writer w org.stringtemplate.v4.STWriter wr protected boolean canGenerateSwitch (org.antlr.analysis.DFAState) int EOTPredicts org.antlr.analysis.Transition edge int i org.antlr.analysis.DFAState s int size public java.lang.String createUniqueLabel (java.lang.String) String name static void <clinit> () }
org/antlr/codegen/CPPTarget.class
CPPTarget.java package org.antlr.codegen public org.antlr.codegen.CPPTarget extends org.antlr.codegen.Target { public void <init> () public java.lang.String escapeChar (int) String s int c public java.lang.String escapeString (java.lang.String) int i String s StringBuffer retval protected void genRecognizerHeaderFile (org.antlr.Tool, org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar, org.stringtemplate.v4.ST, java.lang.String) throws java.io.IOException org.antlr.Tool tool org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar org.stringtemplate.v4.ST headerFileST String extName public java.lang.String getTargetCharLiteralFromANTLRCharLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) org.antlr.codegen.CodeGenerator codegen String literal int c String prefix public java.lang.String getTargetStringLiteralFromANTLRStringLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) org.antlr.codegen.CodeGenerator codegen String literal StringBuffer buf String prefix public int getMaxCharValue (org.antlr.codegen.CodeGenerator) org.antlr.codegen.CodeGenerator codegen int maxval }
org/antlr/codegen/CSharp2Target.class
CSharp2Target.java package org.antlr.codegen public org.antlr.codegen.CSharp2Target extends org.antlr.codegen.CSharp3Target { public void <init> () }
org/antlr/codegen/CSharp3Target$1.class
CSharp3Target.java package org.antlr.codegen final org.antlr.codegen.CSharp3Target$1 extends java.util.HashSet { void <init> () }
org/antlr/codegen/CSharp3Target$StringRenderer.class
CSharp3Target.java package org.antlr.codegen public org.antlr.codegen.CSharp3Target$StringRenderer extends java.lang.Object implements org.stringtemplate.v4.AttributeRenderer { private final org.antlr.codegen.CodeGenerator _generator private final org.antlr.codegen.CSharp3Target _target public void <init> (org.antlr.codegen.CodeGenerator, org.antlr.codegen.CSharp3Target) org.antlr.codegen.CodeGenerator generator org.antlr.codegen.CSharp3Target target public java.lang.String toString (java.lang.Object, java.lang.String, java.util.Locale) Object obj String formatName java.util.Locale locale String value }
org/antlr/codegen/CSharp3Target.class
CSharp3Target.java package org.antlr.codegen public org.antlr.codegen.CSharp3Target extends org.antlr.codegen.Target { private static final java.util.HashSet _languageKeywords static Class class$java$lang$String public void <init> () public java.lang.String encodeIntAsCharEscape (int) int v public java.lang.String getTarget64BitStringFromValue (long) long word protected void genRecognizerFile (org.antlr.Tool, org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar, org.stringtemplate.v4.ST) throws java.io.IOException org.antlr.tool.Grammar rootGrammar String actionScope java.util.Map actions Object rootNamespace org.antlr.Tool tool org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar org.stringtemplate.v4.ST outputFileST static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 static java.util.HashSet access$000 () static void <clinit> () }
org/antlr/codegen/CTarget.class
CTarget.java package org.antlr.codegen public org.antlr.codegen.CTarget extends org.antlr.codegen.Target { java.util.ArrayList strings public void <init> () protected void genRecognizerFile (org.antlr.Tool, org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar, org.stringtemplate.v4.ST) throws java.io.IOException org.antlr.Tool tool org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar org.stringtemplate.v4.ST outputFileST String fileName protected void genRecognizerHeaderFile (org.antlr.Tool, org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar, org.stringtemplate.v4.ST, java.lang.String) throws java.io.IOException org.antlr.Tool tool org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar org.stringtemplate.v4.ST headerFileST String extName String fileName protected org.stringtemplate.v4.ST chooseWhereCyclicDFAsGo (org.antlr.Tool, org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar, org.stringtemplate.v4.ST, org.stringtemplate.v4.ST) org.antlr.Tool tool org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar org.stringtemplate.v4.ST recognizerST org.stringtemplate.v4.ST cyclicDFAST public boolean isValidActionScope (int, java.lang.String) int grammarType String scope public java.lang.String getTargetCharLiteralFromANTLRCharLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) int c org.antlr.codegen.CodeGenerator generator String literal public java.lang.String getTargetStringLiteralFromANTLRStringLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) int i org.antlr.codegen.CodeGenerator generator String literal int index String bytes StringBuffer buf String strref protected void performGrammarAnalysis (org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar) org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar }
org/antlr/codegen/DelphiTarget.class
DelphiTarget.java package org.antlr.codegen public org.antlr.codegen.DelphiTarget extends org.antlr.codegen.Target { public void <init> () protected org.stringtemplate.v4.ST chooseWhereCyclicDFAsGo (org.antlr.Tool, org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar, org.stringtemplate.v4.ST, org.stringtemplate.v4.ST) org.antlr.Tool tool org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar org.stringtemplate.v4.ST recognizerST org.stringtemplate.v4.ST cyclicDFAST public java.lang.String encodeIntAsCharEscape (int) String hex1 int v String hex public java.lang.String getTargetCharLiteralFromANTLRCharLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) org.antlr.codegen.CodeGenerator generator String literal StringBuffer buf int c public java.lang.String getTargetStringLiteralFromString (java.lang.String, boolean) int c int i String s boolean quoted StringBuffer buf public java.lang.String getTargetStringLiteralFromANTLRStringLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) org.antlr.codegen.CodeGenerator generator String literal StringBuffer buf public java.lang.String getTarget64BitStringFromValue (long) int i long word int numHexDigits StringBuffer buf String digits int padding }
org/antlr/codegen/JavaScriptTarget.class
JavaScriptTarget.java package org.antlr.codegen public org.antlr.codegen.JavaScriptTarget extends org.antlr.codegen.Target { public void <init> () public java.lang.String encodeIntAsCharEscape (int) int v String hex public java.lang.String getTarget64BitStringFromValue (long) long word StringBuffer buf private void writeHexWithPadding (java.lang.StringBuffer, java.lang.String) int i StringBuffer buf String digits int padding }
org/antlr/codegen/JavaTarget.class
JavaTarget.java package org.antlr.codegen public org.antlr.codegen.JavaTarget extends org.antlr.codegen.Target { public void <init> () protected org.stringtemplate.v4.ST chooseWhereCyclicDFAsGo (org.antlr.Tool, org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar, org.stringtemplate.v4.ST, org.stringtemplate.v4.ST) org.antlr.Tool tool org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar org.stringtemplate.v4.ST recognizerST org.stringtemplate.v4.ST cyclicDFAST protected void performGrammarAnalysis (org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar) org.antlr.tool.Rule rule java.util.Iterator i$ org.antlr.tool.Rule rule java.util.Iterator i$ org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar java.util.Set delegatedRules }
org/antlr/codegen/ObjCTarget.class
ObjCTarget.java package org.antlr.codegen public org.antlr.codegen.ObjCTarget extends org.antlr.codegen.Target { public void <init> () protected void genRecognizerHeaderFile (org.antlr.Tool, org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar, org.stringtemplate.v4.ST, java.lang.String) throws java.io.IOException org.antlr.Tool tool org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar org.stringtemplate.v4.ST headerFileST String extName public java.lang.String getTargetCharLiteralFromANTLRCharLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) int c org.antlr.codegen.CodeGenerator generator String literal public java.lang.String getTargetStringLiteralFromANTLRStringLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) org.antlr.codegen.CodeGenerator generator String literal StringBuffer buf public java.lang.String getTokenTypeAsTargetLabel (org.antlr.codegen.CodeGenerator, int) org.antlr.codegen.CodeGenerator generator int ttype String name public java.lang.String getTokenTextAndTypeAsTargetLabel (org.antlr.codegen.CodeGenerator, java.lang.String, int) org.antlr.codegen.CodeGenerator generator String text int tokenType String name String textEquivalent }
org/antlr/codegen/Perl5Target.class
Perl5Target.java package org.antlr.codegen public org.antlr.codegen.Perl5Target extends org.antlr.codegen.Target { public void <init> () public java.lang.String getTargetCharLiteralFromANTLRCharLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) String hex org.antlr.codegen.CodeGenerator generator String literal StringBuffer buf int c public java.lang.String encodeIntAsCharEscape (int) int intValue int v int intValue }
org/antlr/codegen/PythonTarget.class
PythonTarget.java package org.antlr.codegen public org.antlr.codegen.PythonTarget extends org.antlr.codegen.Target { public void <init> () public java.lang.String getTokenTypeAsTargetLabel (org.antlr.codegen.CodeGenerator, int) org.antlr.codegen.CodeGenerator generator int ttype String name public java.lang.String getTargetCharLiteralFromANTLRCharLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) org.antlr.codegen.CodeGenerator generator String literal int c private java.util.List splitLines (java.lang.String) int eol String text java.util.ArrayList l int idx public java.util.List postProcessAction (java.util.List, org.antlr.runtime.Token) int j String ws int j String text java.util.List parts int j String ws Object chunk int i int j int j String text Object chunk int i java.util.List chunks org.antlr.runtime.Token actionToken java.util.List nChunks int lineNo int col int lastChunk int firstChunk int indent }
org/antlr/codegen/RubyTarget$1.class
RubyTarget.java package org.antlr.codegen final org.antlr.codegen.RubyTarget$1 extends java.util.HashSet { void <init> () }
org/antlr/codegen/RubyTarget$RubyRenderer.class
RubyTarget.java package org.antlr.codegen public org.antlr.codegen.RubyTarget$RubyRenderer extends java.lang.Object implements org.stringtemplate.v4.AttributeRenderer { protected String[] rubyCharValueEscape private final org.antlr.codegen.RubyTarget this$0 public void <init> (org.antlr.codegen.RubyTarget) int i int i char i int i public java.lang.String toString (java.lang.Object, java.lang.String, java.util.Locale) Object o String formatName java.util.Locale locale String idString private java.lang.String snakecase (java.lang.String) char peek char cur char next int i String value StringBuilder output_buffer int l int cliff char cur private java.lang.String constantcase (java.lang.String) String value private java.lang.String platform (java.lang.String) String value private java.lang.String symbol (java.lang.String) String value private java.lang.String lexerRule (java.lang.String) String value private java.lang.String constantPath (java.lang.String) String value private java.lang.String rubyString (java.lang.String) int i String value StringBuilder output_buffer int len private java.lang.String camelcase (java.lang.String) char cur int i String value StringBuilder output_buffer int cliff boolean at_edge private java.lang.String label (java.lang.String) String value private java.lang.String subcamelcase (java.lang.String) String value Character head String tail }
org/antlr/codegen/RubyTarget.class
RubyTarget.java package org.antlr.codegen public org.antlr.codegen.RubyTarget extends org.antlr.codegen.Target { public static final java.util.Set rubyKeywords public static java.util.Map sharedActionBlocks public void <init> () protected void genRecognizerFile (org.antlr.Tool, org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar, org.stringtemplate.v4.ST) throws java.io.IOException java.util.Map actions java.util.Map actions ClassNotFoundException e org.antlr.Tool tool org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar org.stringtemplate.v4.ST outputFileST org.stringtemplate.v4.STGroup group org.antlr.codegen.RubyTarget$RubyRenderer renderer String fileName public java.lang.String getTargetCharLiteralFromANTLRCharLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) org.antlr.codegen.CodeGenerator generator String literal int code_point public int getMaxCharValue (org.antlr.codegen.CodeGenerator) org.antlr.codegen.CodeGenerator generator public java.lang.String getTokenTypeAsTargetLabel (org.antlr.codegen.CodeGenerator, int) org.antlr.codegen.CodeGenerator generator int ttype String name public boolean isValidActionScope (int, java.lang.String) int grammarType String scope public java.lang.String encodeIntAsCharEscape (int) int intValue int v int intValue static void <clinit> () }
org/antlr/codegen/Target.class
Target.java package org.antlr.codegen public org.antlr.codegen.Target extends java.lang.Object { protected String[] targetCharValueEscape public void <init> () protected void genRecognizerFile (org.antlr.Tool, org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar, org.stringtemplate.v4.ST) throws java.io.IOException org.antlr.Tool tool org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar org.stringtemplate.v4.ST outputFileST String fileName protected void genRecognizerHeaderFile (org.antlr.Tool, org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar, org.stringtemplate.v4.ST, java.lang.String) throws java.io.IOException org.antlr.Tool tool org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar org.stringtemplate.v4.ST headerFileST String extName protected void performGrammarAnalysis (org.antlr.codegen.CodeGenerator, org.antlr.tool.Grammar) org.antlr.codegen.CodeGenerator generator org.antlr.tool.Grammar grammar public boolean isValidActionScope (int, java.lang.String) int grammarType String scope public java.lang.String getTokenTypeAsTargetLabel (org.antlr.codegen.CodeGenerator, int) org.antlr.codegen.CodeGenerator generator int ttype String name public java.lang.String getTargetCharLiteralFromANTLRCharLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) String hex org.antlr.codegen.CodeGenerator generator String literal StringBuffer buf int c public java.lang.String getTargetStringLiteralFromANTLRStringLiteral (org.antlr.codegen.CodeGenerator, java.lang.String) int i org.antlr.codegen.CodeGenerator generator String literal StringBuilder sb StringBuffer is public java.lang.String getTargetStringLiteralFromString (java.lang.String, boolean) int c int i String s boolean quoted StringBuffer buf public java.lang.String getTargetStringLiteralFromString (java.lang.String) String s public java.lang.String getTarget64BitStringFromValue (long) int i long word int numHexDigits StringBuffer buf String digits int padding public java.lang.String encodeIntAsCharEscape (int) int v String hex public int getMaxCharValue (org.antlr.codegen.CodeGenerator) org.antlr.codegen.CodeGenerator generator public java.util.List postProcessAction (java.util.List, org.antlr.runtime.Token) java.util.List chunks org.antlr.runtime.Token actionToken }
org/antlr/codegen/templates/ActionScript/ActionScript.stg
org/antlr/codegen/templates/ActionScript/AST.stg
org/antlr/codegen/templates/ActionScript/ASTParser.stg
org/antlr/codegen/templates/ActionScript/ASTTreeParser.stg
org/antlr/codegen/templates/C/AST.stg
org/antlr/codegen/templates/C/ASTDbg.stg
org/antlr/codegen/templates/C/ASTParser.stg
org/antlr/codegen/templates/C/ASTTreeParser.stg
org/antlr/codegen/templates/C/C.stg
org/antlr/codegen/templates/C/Dbg.stg
org/antlr/codegen/templates/CPP/CPP.stg
org/antlr/codegen/templates/CSharp2/AST.stg
org/antlr/codegen/templates/CSharp2/ASTDbg.stg
org/antlr/codegen/templates/CSharp2/ASTParser.stg
org/antlr/codegen/templates/CSharp2/ASTTreeParser.stg
org/antlr/codegen/templates/CSharp2/CSharp2.stg
org/antlr/codegen/templates/CSharp2/Dbg.stg
org/antlr/codegen/templates/CSharp2/ST.stg
org/antlr/codegen/templates/CSharp3/AST.stg
org/antlr/codegen/templates/CSharp3/ASTDbg.stg
org/antlr/codegen/templates/CSharp3/ASTParser.stg
org/antlr/codegen/templates/CSharp3/ASTTreeParser.stg
org/antlr/codegen/templates/CSharp3/CSharp3.stg
org/antlr/codegen/templates/CSharp3/Dbg.stg
org/antlr/codegen/templates/CSharp3/ST.stg
org/antlr/codegen/templates/Delphi/AST.stg
org/antlr/codegen/templates/Delphi/ASTParser.stg
org/antlr/codegen/templates/Delphi/ASTTreeParser.stg
org/antlr/codegen/templates/Delphi/Delphi.stg
org/antlr/codegen/templates/Java/AST.stg
org/antlr/codegen/templates/Java/ASTDbg.stg
org/antlr/codegen/templates/Java/ASTParser.stg
org/antlr/codegen/templates/Java/ASTTreeParser.stg
org/antlr/codegen/templates/Java/Dbg.stg
org/antlr/codegen/templates/Java/Java.stg
org/antlr/codegen/templates/Java/ST.stg
org/antlr/codegen/templates/JavaScript/AST.stg
org/antlr/codegen/templates/JavaScript/ASTParser.stg
org/antlr/codegen/templates/JavaScript/ASTTreeParser.stg
org/antlr/codegen/templates/JavaScript/JavaScript.stg
org/antlr/codegen/templates/LeftRecursiveRules.stg
org/antlr/codegen/templates/ObjC/AST.stg
org/antlr/codegen/templates/ObjC/ASTDbg.stg
org/antlr/codegen/templates/ObjC/ASTParser.stg
org/antlr/codegen/templates/ObjC/ASTTreeParser.stg
org/antlr/codegen/templates/ObjC/Dbg.stg
org/antlr/codegen/templates/ObjC/ObjC.stg
org/antlr/codegen/templates/ObjC/ST.stg
org/antlr/codegen/templates/ObjC/ST4ObjC.stg
org/antlr/codegen/templates/Perl5/ASTTreeParser.stg
org/antlr/codegen/templates/Perl5/Perl5.stg
org/antlr/codegen/templates/Python/AST.stg
org/antlr/codegen/templates/Python/ASTDbg.stg
org/antlr/codegen/templates/Python/ASTParser.stg
org/antlr/codegen/templates/Python/ASTTreeParser.stg
org/antlr/codegen/templates/Python/Dbg.stg
org/antlr/codegen/templates/Python/Python.stg
org/antlr/codegen/templates/Python/ST.stg
org/antlr/codegen/templates/Ruby/AST.stg
org/antlr/codegen/templates/Ruby/ASTDbg.stg
org/antlr/codegen/templates/Ruby/ASTParser.stg
org/antlr/codegen/templates/Ruby/ASTTreeParser.stg
org/antlr/codegen/templates/Ruby/Dbg.stg
org/antlr/codegen/templates/Ruby/Ruby.stg
org/antlr/codegen/templates/Ruby/ST.stg
org/antlr/codegen/templates/Scala/Scala.stg
org/antlr/grammar/v3/ActionAnalysis.class
ActionAnalysis.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ActionAnalysis extends org.antlr.runtime.Lexer { public static final int EOF public static final int ID public static final int X_Y public static final int X public static final int Y org.antlr.tool.Rule enclosingRule org.antlr.tool.Grammar grammar org.antlr.runtime.Token actionToken int outerAltNum public void <init> (org.antlr.tool.Grammar, java.lang.String, org.antlr.tool.GrammarAST) org.antlr.tool.Grammar grammar String ruleName org.antlr.tool.GrammarAST actionAST public void analyze () org.antlr.runtime.Token t public void <init> () public void <init> (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public void <init> (org.antlr.runtime.CharStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.CharStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String getGrammarFileName () public org.antlr.runtime.Token nextToken () org.antlr.runtime.Token eof int m org.antlr.runtime.RecognitionException re public void memoize (org.antlr.runtime.IntStream, int, int) org.antlr.runtime.IntStream input int ruleIndex int ruleStartIndex public boolean alreadyParsedRule (org.antlr.runtime.IntStream, int) org.antlr.runtime.IntStream input int ruleIndex public final void mX_Y () throws org.antlr.runtime.RecognitionException org.antlr.tool.Grammar$LabelElementPair pair org.antlr.tool.Rule refdRule org.antlr.tool.Rule refdRule org.antlr.tool.AttributeScope scope String refdRuleName int xStart48 int xStartLine48 int xStartCharPos48 int yStart54 int yStartLine54 int yStartCharPos54 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken y public final void mX () throws org.antlr.runtime.RecognitionException org.antlr.tool.Grammar$LabelElementPair pair int xStart76 int xStartLine76 int xStartCharPos76 int _type int _channel org.antlr.runtime.CommonToken x public final void mY () throws org.antlr.runtime.RecognitionException org.antlr.tool.AttributeScope scope int ID1Start97 int ID1StartLine97 int ID1StartCharPos97 int _type int _channel org.antlr.runtime.CommonToken ID1 public final void mID () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.MismatchedSetException mse int alt1 public void mTokens () throws org.antlr.runtime.RecognitionException int LA2_1 org.antlr.runtime.NoViableAltException nvae int alt2 public final void synpred1_ActionAnalysis_fragment () throws org.antlr.runtime.RecognitionException public final void synpred2_ActionAnalysis_fragment () throws org.antlr.runtime.RecognitionException public final boolean synpred2_ActionAnalysis () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred1_ActionAnalysis () org.antlr.runtime.RecognitionException re int start boolean success }
org/antlr/grammar/v3/ActionTranslator$DFA22.class
ActionTranslator.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ActionTranslator$DFA22 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ActionTranslator this$0 public void <init> (org.antlr.grammar.v3.ActionTranslator, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/grammar/v3/ActionTranslator$DFA28.class
ActionTranslator.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ActionTranslator$DFA28 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ActionTranslator this$0 public void <init> (org.antlr.grammar.v3.ActionTranslator, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA28_22 int index28_22 int LA28_0 int LA28_1 int index28_1 int s org.antlr.runtime.IntStream _input org.antlr.runtime.IntStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/grammar/v3/ActionTranslator.class
ActionTranslator.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ActionTranslator extends org.antlr.runtime.Lexer { public static final int EOF public static final int ID public static final int WS public static final int ATTR_VALUE_EXPR public static final int SET_ENCLOSING_RULE_SCOPE_ATTR public static final int ENCLOSING_RULE_SCOPE_ATTR public static final int SET_TOKEN_SCOPE_ATTR public static final int TOKEN_SCOPE_ATTR public static final int SET_RULE_SCOPE_ATTR public static final int RULE_SCOPE_ATTR public static final int LABEL_REF public static final int ISOLATED_TOKEN_REF public static final int ISOLATED_LEXER_RULE_REF public static final int SET_LOCAL_ATTR public static final int LOCAL_ATTR public static final int SET_DYNAMIC_SCOPE_ATTR public static final int DYNAMIC_SCOPE_ATTR public static final int ERROR_SCOPED_XY public static final int SCOPE_INDEX_EXPR public static final int DYNAMIC_NEGATIVE_INDEXED_SCOPE_ATTR public static final int DYNAMIC_ABSOLUTE_INDEXED_SCOPE_ATTR public static final int ISOLATED_DYNAMIC_SCOPE public static final int ARG public static final int TEMPLATE_INSTANCE public static final int ACTION public static final int INDIRECT_TEMPLATE_INSTANCE public static final int SET_EXPR_ATTRIBUTE public static final int SET_ATTRIBUTE public static final int TEMPLATE_EXPR public static final int ESC public static final int ERROR_XY public static final int ERROR_X public static final int UNKNOWN_SYNTAX public static final int TEXT public static final int INT public java.util.List chunks org.antlr.tool.Rule enclosingRule int outerAltNum org.antlr.tool.Grammar grammar org.antlr.codegen.CodeGenerator generator org.antlr.runtime.Token actionToken protected org.antlr.grammar.v3.ActionTranslator$DFA22 dfa22 protected org.antlr.grammar.v3.ActionTranslator$DFA28 dfa28 static final String DFA22_eotS static final String DFA22_eofS static final String DFA22_minS static final String DFA22_maxS static final String DFA22_acceptS static final String DFA22_specialS static final String[] DFA22_transitionS static final short[] DFA22_eot static final short[] DFA22_eof static final char[] DFA22_min static final char[] DFA22_max static final short[] DFA22_accept static final short[] DFA22_special static final short[][] DFA22_transition static final String DFA28_eotS static final String DFA28_eofS static final String DFA28_minS static final String DFA28_maxS static final String DFA28_acceptS static final String DFA28_specialS static final String[] DFA28_transitionS static final short[] DFA28_eot static final short[] DFA28_eof static final char[] DFA28_min static final char[] DFA28_max static final short[] DFA28_accept static final short[] DFA28_special static final short[][] DFA28_transition public void <init> (org.antlr.codegen.CodeGenerator, java.lang.String, org.antlr.tool.GrammarAST) org.antlr.codegen.CodeGenerator generator String ruleName org.antlr.tool.GrammarAST actionAST public void <init> (org.antlr.codegen.CodeGenerator, java.lang.String, org.antlr.runtime.Token, int) org.antlr.codegen.CodeGenerator generator String ruleName org.antlr.runtime.Token actionToken int outerAltNum public java.util.List translateToChunks () org.antlr.runtime.Token t public java.lang.String translate () Object o int i java.util.List theChunks StringBuffer buf public java.util.List translateAction (java.lang.String) String action String rname org.antlr.grammar.v3.ActionTranslator translator public boolean isTokenRefInAlt (java.lang.String) String id public boolean isRuleRefInAlt (java.lang.String) String id public org.antlr.tool.Grammar$LabelElementPair getElementLabel (java.lang.String) String id public void checkElementRefUniqueness (java.lang.String, boolean) String ref boolean isToken java.util.List refs public org.antlr.tool.Attribute getRuleLabelAttribute (java.lang.String, java.lang.String) String ruleName String attrName org.antlr.tool.Rule r org.antlr.tool.AttributeScope scope org.antlr.tool.AttributeScope resolveDynamicScope (java.lang.String) String scopeName org.antlr.tool.Rule scopeRule protected org.stringtemplate.v4.ST template (java.lang.String) String name org.stringtemplate.v4.ST st public void <init> () public void <init> (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public void <init> (org.antlr.runtime.CharStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.CharStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String getGrammarFileName () public org.antlr.runtime.Token nextToken () org.antlr.runtime.Token eof int m org.antlr.runtime.RecognitionException re public void memoize (org.antlr.runtime.IntStream, int, int) org.antlr.runtime.IntStream input int ruleIndex int ruleStartIndex public boolean alreadyParsedRule (org.antlr.runtime.IntStream, int) org.antlr.runtime.IntStream input int ruleIndex public final void mSET_ENCLOSING_RULE_SCOPE_ATTR () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st org.antlr.tool.AttributeScope scope int xStart49 int xStartLine49 int xStartCharPos49 int yStart55 int yStartLine55 int yStartCharPos55 int alt1 int exprStart64 int exprStartLine64 int exprStartCharPos64 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken y org.antlr.runtime.CommonToken expr public final void mENCLOSING_RULE_SCOPE_ATTR () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st org.antlr.tool.AttributeScope scope int xStart96 int xStartLine96 int xStartCharPos96 int yStart102 int yStartLine102 int yStartCharPos102 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken y public final void mSET_TOKEN_SCOPE_ATTR () throws org.antlr.runtime.RecognitionException int xStart128 int xStartLine128 int xStartCharPos128 int yStart134 int yStartLine134 int yStartCharPos134 int alt2 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken y public final void mTOKEN_SCOPE_ATTR () throws org.antlr.runtime.RecognitionException String label org.stringtemplate.v4.ST st int xStart173 int xStartLine173 int xStartCharPos173 int yStart179 int yStartLine179 int yStartCharPos179 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken y public final void mSET_RULE_SCOPE_ATTR () throws org.antlr.runtime.RecognitionException int xStart210 int xStartLine210 int xStartCharPos210 int yStart216 int yStartLine216 int yStartCharPos216 int alt3 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken y org.antlr.tool.Grammar$LabelElementPair pair String refdRuleName public final void mRULE_SCOPE_ATTR () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st org.stringtemplate.v4.ST st String label org.stringtemplate.v4.ST st org.antlr.tool.Rule refdRule org.antlr.tool.AttributeScope scope int xStart269 int xStartLine269 int xStartCharPos269 int yStart275 int yStartLine275 int yStartCharPos275 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken y org.antlr.tool.Grammar$LabelElementPair pair String refdRuleName public final void mLABEL_REF () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st org.stringtemplate.v4.ST st org.antlr.tool.Grammar$LabelElementPair pair int ID1Start317 int ID1StartLine317 int ID1StartCharPos317 int _type int _channel org.antlr.runtime.CommonToken ID1 public final void mISOLATED_TOKEN_REF () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st String label int ID2Start341 int ID2StartLine341 int ID2StartCharPos341 int _type int _channel org.antlr.runtime.CommonToken ID2 public final void mISOLATED_LEXER_RULE_REF () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st String label int ID3Start365 int ID3StartLine365 int ID3StartCharPos365 int _type int _channel org.antlr.runtime.CommonToken ID3 public final void mSET_LOCAL_ATTR () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st org.stringtemplate.v4.ST st org.stringtemplate.v4.ST st org.antlr.tool.AttributeScope scope int ID4Start389 int ID4StartLine389 int ID4StartCharPos389 int alt4 int exprStart398 int exprStartLine398 int exprStartCharPos398 int _type int _channel org.antlr.runtime.CommonToken expr org.antlr.runtime.CommonToken ID4 public final void mLOCAL_ATTR () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st org.stringtemplate.v4.ST st org.stringtemplate.v4.ST st org.stringtemplate.v4.ST st org.antlr.tool.AttributeScope scope int ID5Start421 int ID5StartLine421 int ID5StartCharPos421 int _type int _channel org.antlr.runtime.CommonToken ID5 public final void mSET_DYNAMIC_SCOPE_ATTR () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st org.antlr.tool.AttributeScope scope int xStart447 int xStartLine447 int xStartCharPos447 int yStart453 int yStartLine453 int yStartCharPos453 int alt5 int exprStart462 int exprStartLine462 int exprStartCharPos462 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken y org.antlr.runtime.CommonToken expr public final void mDYNAMIC_SCOPE_ATTR () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st org.antlr.tool.AttributeScope scope int xStart497 int xStartLine497 int xStartCharPos497 int yStart503 int yStartLine503 int yStartCharPos503 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken y public final void mERROR_SCOPED_XY () throws org.antlr.runtime.RecognitionException int xStart537 int xStartLine537 int xStartCharPos537 int yStart543 int yStartLine543 int yStartCharPos543 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken y public final void mDYNAMIC_NEGATIVE_INDEXED_SCOPE_ATTR () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st int xStart565 int xStartLine565 int xStartCharPos565 int exprStart573 int exprStartLine573 int exprStartCharPos573 int yStart581 int yStartLine581 int yStartCharPos581 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken expr org.antlr.runtime.CommonToken y public final void mDYNAMIC_ABSOLUTE_INDEXED_SCOPE_ATTR () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st int xStart605 int xStartLine605 int xStartCharPos605 int exprStart611 int exprStartLine611 int exprStartCharPos611 int yStart619 int yStartLine619 int yStartCharPos619 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken expr org.antlr.runtime.CommonToken y public final void mSCOPE_INDEX_EXPR () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.EarlyExitException eee int alt6 int LA6_0 int cnt6 public final void mISOLATED_DYNAMIC_SCOPE () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st int ID6Start662 int ID6StartLine662 int ID6StartCharPos662 int _type int _channel org.antlr.runtime.CommonToken ID6 public final void mTEMPLATE_INSTANCE () throws org.antlr.runtime.RecognitionException int alt8 int alt9 int alt7 int alt10 String action String ruleName org.stringtemplate.v4.ST st int alt11 int _type int _channel public final void mINDIRECT_TEMPLATE_INSTANCE () throws org.antlr.runtime.RecognitionException int alt13 int alt14 int alt12 int alt15 String action org.stringtemplate.v4.ST st int alt16 int _type int _channel public final void mARG () throws org.antlr.runtime.RecognitionException public final void mSET_EXPR_ATTRIBUTE () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st String action int aStart812 int aStartLine812 int aStartCharPos812 int ID7Start816 int ID7StartLine816 int ID7StartCharPos816 int alt17 int exprStart825 int exprStartLine825 int exprStartCharPos825 int _type int _channel org.antlr.runtime.CommonToken a org.antlr.runtime.CommonToken expr org.antlr.runtime.CommonToken ID7 public final void mSET_ATTRIBUTE () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st int xStart852 int xStartLine852 int xStartCharPos852 int yStart858 int yStartLine858 int yStartCharPos858 int alt18 int exprStart867 int exprStartLine867 int exprStartCharPos867 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken y org.antlr.runtime.CommonToken expr public final void mATTR_VALUE_EXPR () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.MismatchedSetException mse int alt19 int LA19_0 public final void mTEMPLATE_EXPR () throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST st String action int aStart916 int aStartLine916 int aStartCharPos916 int _type int _channel org.antlr.runtime.CommonToken a public final void mACTION () throws org.antlr.runtime.RecognitionException int alt20 int LA20_0 public final void mESC () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int LA21_1 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int _type int _channel int alt21 public final void mERROR_XY () throws org.antlr.runtime.RecognitionException int xStart1016 int xStartLine1016 int xStartCharPos1016 int yStart1022 int yStartLine1022 int yStartCharPos1022 int _type int _channel org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken y public final void mERROR_X () throws org.antlr.runtime.RecognitionException int xStart1042 int xStartLine1042 int xStartCharPos1042 int _type int _channel org.antlr.runtime.CommonToken x public final void mUNKNOWN_SYNTAX () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt22 int _type int _channel int alt23 public final void mTEXT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.EarlyExitException eee int alt24 int LA24_0 int cnt24 int _type int _channel public final void mID () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.MismatchedSetException mse int alt25 public final void mINT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt26 int cnt26 public final void mWS () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.EarlyExitException eee int alt27 int cnt27 public void mTokens () throws org.antlr.runtime.RecognitionException int alt28 public final void synpred1_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred2_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred3_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred4_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred5_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred6_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred7_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred8_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred9_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred10_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred11_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred12_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred13_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred14_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred15_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred16_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred17_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred18_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred19_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred20_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred21_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred22_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred24_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred25_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final void synpred26_ActionTranslator_fragment () throws org.antlr.runtime.RecognitionException public final boolean synpred18_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred19_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred16_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred11_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred24_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred12_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred9_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred17_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred4_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred13_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred20_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred21_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred6_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred2_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred3_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred10_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred5_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred14_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred25_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred26_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred7_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred1_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred22_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred8_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred15_ActionTranslator () org.antlr.runtime.RecognitionException re int start boolean success static org.antlr.runtime.RecognizerSharedState access$000 (org.antlr.grammar.v3.ActionTranslator) org.antlr.grammar.v3.ActionTranslator x0 static org.antlr.runtime.RecognizerSharedState access$100 (org.antlr.grammar.v3.ActionTranslator) org.antlr.grammar.v3.ActionTranslator x0 static void <clinit> () int i int numStates int i int numStates }
org/antlr/grammar/v3/ANTLRLexer$1.class
ANTLRLexer.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRLexer$1 extends java.util.ArrayList { private final org.antlr.grammar.v3.ANTLRLexer this$0 void <init> (org.antlr.grammar.v3.ANTLRLexer) }
org/antlr/grammar/v3/ANTLRLexer$2.class
ANTLRLexer.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRLexer$2 extends java.util.ArrayList { private final org.antlr.grammar.v3.ANTLRLexer this$0 void <init> (org.antlr.grammar.v3.ANTLRLexer) }
org/antlr/grammar/v3/ANTLRLexer$DFA25.class
ANTLRLexer.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRLexer$DFA25 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRLexer this$0 public void <init> (org.antlr.grammar.v3.ANTLRLexer, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/grammar/v3/ANTLRLexer$DFA9.class
ANTLRLexer.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRLexer$DFA9 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRLexer this$0 public void <init> (org.antlr.grammar.v3.ANTLRLexer, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA9_15 int LA9_14 int LA9_19 int LA9_24 int LA9_21 int LA9_16 int index9_16 int LA9_20 int LA9_18 int index9_18 int LA9_29 int index9_29 int LA9_22 int index9_22 int LA9_23 int index9_23 int s org.antlr.runtime.IntStream _input org.antlr.runtime.IntStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/grammar/v3/ANTLRLexer.class
ANTLRLexer.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRLexer extends org.antlr.runtime.Lexer { public static final int EOF public static final int LEXER public static final int PARSER public static final int CATCH public static final int FINALLY public static final int GRAMMAR public static final int PRIVATE public static final int PROTECTED public static final int PUBLIC public static final int RETURNS public static final int THROWS public static final int TREE public static final int RULE public static final int PREC_RULE public static final int RECURSIVE_RULE_REF public static final int BLOCK public static final int OPTIONAL public static final int CLOSURE public static final int POSITIVE_CLOSURE public static final int SYNPRED public static final int RANGE public static final int CHAR_RANGE public static final int EPSILON public static final int ALT public static final int EOR public static final int EOB public static final int EOA public static final int ID public static final int ARG public static final int ARGLIST public static final int RET public static final int LEXER_GRAMMAR public static final int PARSER_GRAMMAR public static final int TREE_GRAMMAR public static final int COMBINED_GRAMMAR public static final int INITACTION public static final int FORCED_ACTION public static final int LABEL public static final int TEMPLATE public static final int SCOPE public static final int IMPORT public static final int GATED_SEMPRED public static final int SYN_SEMPRED public static final int BACKTRACK_SEMPRED public static final int FRAGMENT public static final int DOT public static final int REWRITES public static final int ACTION public static final int DOC_COMMENT public static final int SEMI public static final int AMPERSAND public static final int COLON public static final int OPTIONS public static final int RCURLY public static final int ASSIGN public static final int STRING_LITERAL public static final int CHAR_LITERAL public static final int INT public static final int STAR public static final int COMMA public static final int TOKENS public static final int TOKEN_REF public static final int BANG public static final int ARG_ACTION public static final int OR public static final int LPAREN public static final int RPAREN public static final int PLUS_ASSIGN public static final int SEMPRED public static final int IMPLIES public static final int ROOT public static final int WILDCARD public static final int RULE_REF public static final int NOT public static final int TREE_BEGIN public static final int QUESTION public static final int PLUS public static final int OPEN_ELEMENT_OPTION public static final int CLOSE_ELEMENT_OPTION public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int REWRITE public static final int ETC public static final int DOLLAR public static final int WS public static final int SL_COMMENT public static final int ML_COMMENT public static final int COMMENT public static final int SRC public static final int STRAY_BRACKET public static final int ESC public static final int DIGIT public static final int XDIGIT public static final int NESTED_ARG_ACTION public static final int ACTION_STRING_LITERAL public static final int ACTION_CHAR_LITERAL public static final int NESTED_ACTION public static final int ACTION_ESC public static final int WS_LOOP public static final int WS_OPT public boolean hasASTOperator private String fileName protected org.antlr.grammar.v3.ANTLRLexer$DFA9 dfa9 protected org.antlr.grammar.v3.ANTLRLexer$DFA25 dfa25 static final String DFA9_eotS static final String DFA9_eofS static final String DFA9_minS static final String DFA9_maxS static final String DFA9_acceptS static final String DFA9_specialS static final String[] DFA9_transitionS static final short[] DFA9_eot static final short[] DFA9_eof static final char[] DFA9_min static final char[] DFA9_max static final short[] DFA9_accept static final short[] DFA9_special static final short[][] DFA9_transition static final String DFA25_eotS static final String DFA25_eofS static final String DFA25_minS static final String DFA25_maxS static final String DFA25_acceptS static final String DFA25_specialS static final String[] DFA25_transitionS static final short[] DFA25_eot static final short[] DFA25_eof static final char[] DFA25_min static final char[] DFA25_max static final short[] DFA25_accept static final short[] DFA25_special static final short[][] DFA25_transition public java.lang.String getFileName () public void setFileName (java.lang.String) String value public void <init> () public void <init> (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public void <init> (org.antlr.runtime.CharStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.CharStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String getGrammarFileName () public final void mLEXER () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mPARSER () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mCATCH () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mFINALLY () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mGRAMMAR () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mPRIVATE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mPROTECTED () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mPUBLIC () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mRETURNS () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mTHROWS () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mTREE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSCOPE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mIMPORT () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mFRAGMENT () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSTRING_LITERAL () throws org.antlr.runtime.RecognitionException public final void mFORCED_ACTION () throws org.antlr.runtime.RecognitionException public final void mDOC_COMMENT () throws org.antlr.runtime.RecognitionException public final void mSEMPRED () throws org.antlr.runtime.RecognitionException public final void mWS () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt1 int alt2 int _type int _channel public final void mCOMMENT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt3 int _type int _channel java.util.List type public final void mSL_COMMENT () throws org.antlr.runtime.RecognitionException int alt4 int alt5 org.antlr.runtime.MismatchedSetException mse int alt6 int LA6_0 int alt7 int alt8 int alt9 public final void mML_COMMENT (java.util.List) throws org.antlr.runtime.RecognitionException int LA10_1 int alt10 int LA10_0 java.util.List type public final void mOPEN_ELEMENT_OPTION () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mCLOSE_ELEMENT_OPTION () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mAMPERSAND () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mCOMMA () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mQUESTION () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mTREE_BEGIN () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mLPAREN () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mRPAREN () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mCOLON () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSTAR () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mPLUS () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mASSIGN () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mPLUS_ASSIGN () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mIMPLIES () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mREWRITE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSEMI () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mROOT () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mBANG () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mOR () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mWILDCARD () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mETC () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mRANGE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mNOT () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mRCURLY () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mDOLLAR () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSTRAY_BRACKET () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mCHAR_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt11 int LA11_0 StringBuffer s int _type int _channel public final void mDOUBLE_QUOTE_STRING_LITERAL () throws org.antlr.runtime.RecognitionException int LA12_2 org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.MismatchedSetException mse int alt12 int LA12_0 int _type int _channel int c StringBuilder builder public final void mDOUBLE_ANGLE_STRING_LITERAL () throws org.antlr.runtime.RecognitionException int LA13_1 int alt13 int LA13_0 int _type int _channel public final void mESC () throws org.antlr.runtime.RecognitionException public final void mDIGIT () throws org.antlr.runtime.RecognitionException public final void mXDIGIT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse public final void mINT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt14 int cnt14 int _type int _channel public final void mARG_ACTION () throws org.antlr.runtime.RecognitionException int _type int _channel java.util.List text public final void mNESTED_ARG_ACTION (java.util.List) throws org.antlr.runtime.RecognitionException int LA15_2 org.antlr.runtime.MismatchedSetException mse int ACTION_STRING_LITERAL1Start932 int ACTION_STRING_LITERAL1StartLine932 int ACTION_STRING_LITERAL1StartCharPos932 int ACTION_CHAR_LITERAL2Start940 int ACTION_CHAR_LITERAL2StartLine940 int ACTION_CHAR_LITERAL2StartCharPos940 org.antlr.runtime.MismatchedSetException mse int alt15 int LA15_0 org.antlr.runtime.CommonToken ACTION_STRING_LITERAL1 org.antlr.runtime.CommonToken ACTION_CHAR_LITERAL2 int c StringBuilder builder java.util.List text public final void mACTION () throws org.antlr.runtime.RecognitionException String action int n int alt16 int _type int _channel int actionLine int actionColumn public final void mNESTED_ACTION () throws org.antlr.runtime.RecognitionException int LA17_4 org.antlr.runtime.MismatchedSetException mse int alt17 int LA17_0 public final void mACTION_CHAR_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt18 int LA18_0 public final void mACTION_STRING_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt19 int LA19_0 public final void mACTION_ESC () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int LA20_1 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int alt20 public final void mTOKEN_REF () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt21 int _type int _channel public final void mTOKENS () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mOPTIONS () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mRULE_REF () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt22 int _type int _channel int t public final void mWS_LOOP () throws org.antlr.runtime.RecognitionException int alt23 public final void mWS_OPT () throws org.antlr.runtime.RecognitionException int alt24 public final void mSRC () throws org.antlr.runtime.RecognitionException int fileStart1370 int fileStartLine1370 int fileStartCharPos1370 int lineStart1376 int lineStartLine1376 int lineStartCharPos1376 org.antlr.runtime.CommonToken file org.antlr.runtime.CommonToken line public void mTokens () throws org.antlr.runtime.RecognitionException int alt25 public final void synpred1_ANTLR_fragment () throws org.antlr.runtime.RecognitionException public final void synpred2_ANTLR_fragment () throws org.antlr.runtime.RecognitionException public final void synpred3_ANTLR_fragment () throws org.antlr.runtime.RecognitionException public final void synpred4_ANTLR_fragment () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt26 public final boolean synpred4_ANTLR () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred1_ANTLR () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred2_ANTLR () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred3_ANTLR () org.antlr.runtime.RecognitionException re int start boolean success static org.antlr.runtime.RecognizerSharedState access$000 (org.antlr.grammar.v3.ANTLRLexer) org.antlr.grammar.v3.ANTLRLexer x0 static org.antlr.runtime.RecognizerSharedState access$100 (org.antlr.grammar.v3.ANTLRLexer) org.antlr.grammar.v3.ANTLRLexer x0 static void <clinit> () int i int numStates int i int numStates }
org/antlr/grammar/v3/ANTLRParser$actionScopeName_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$actionScopeName_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$actions_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$actions_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$action_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$action_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$alternative_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$alternative_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$atom_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$atom_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$attrScopes_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$attrScopes_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$attrScope_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$attrScope_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$block_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$block_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$defaultNodeOption_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$defaultNodeOption_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$delegateGrammars_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$delegateGrammars_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$delegateGrammar_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$delegateGrammar_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$DFA50.class
ANTLRParser.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRParser$DFA50 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRParser this$0 public void <init> (org.antlr.grammar.v3.ANTLRParser, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/grammar/v3/ANTLRParser$DFA53.class
ANTLRParser.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRParser$DFA53 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRParser this$0 public void <init> (org.antlr.grammar.v3.ANTLRParser, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA53_11 int index53_11 int LA53_8 int index53_8 int LA53_14 int index53_14 int LA53_12 int index53_12 int LA53_7 int index53_7 int LA53_15 int index53_15 int LA53_16 int index53_16 int LA53_13 int index53_13 int LA53_10 int index53_10 int LA53_9 int index53_9 int s org.antlr.runtime.IntStream _input org.antlr.runtime.TokenStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/grammar/v3/ANTLRParser$DFA84.class
ANTLRParser.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRParser$DFA84 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRParser this$0 public void <init> (org.antlr.grammar.v3.ANTLRParser, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA84_4 int index84_4 int LA84_0 int index84_0 int LA84_1 int index84_1 int LA84_2 int index84_2 int LA84_3 int index84_3 int s org.antlr.runtime.IntStream _input org.antlr.runtime.TokenStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/grammar/v3/ANTLRParser$ebnfSuffix_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$ebnfSuffix_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$ebnf_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$ebnf_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$elementNoOptionSpec_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$elementNoOptionSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$elementOptionId_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$elementOptionId_return extends org.antlr.runtime.ParserRuleReturnScope { public String qid org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$elementOptions_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$elementOptions_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$elementOption_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$elementOption_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$element_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$element_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$exceptionGroup_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$exceptionGroup_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$exceptionHandler_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$exceptionHandler_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$finallyClause_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$finallyClause_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$GrammarASTErrorNode.class
ANTLRParser.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRParser$GrammarASTErrorNode extends org.antlr.tool.GrammarAST { public org.antlr.runtime.IntStream input public org.antlr.runtime.Token start public org.antlr.runtime.Token stop public org.antlr.runtime.RecognitionException trappedException public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.Token, org.antlr.runtime.Token, org.antlr.runtime.RecognitionException) org.antlr.runtime.TokenStream input org.antlr.runtime.Token start org.antlr.runtime.Token stop org.antlr.runtime.RecognitionException e public boolean isNil () public java.lang.String getText () int i int j String badText public void setText (java.lang.String) String value public int getType () public void setType (int) int value public java.lang.String toString () }
org/antlr/grammar/v3/ANTLRParser$grammarType_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$grammarType_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$grammar_Adaptor.class
ANTLRParser.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRParser$grammar_Adaptor extends org.antlr.runtime.tree.CommonTreeAdaptor { org.antlr.grammar.v3.ANTLRParser _outer public void <init> (org.antlr.grammar.v3.ANTLRParser) org.antlr.grammar.v3.ANTLRParser outer public java.lang.Object create (org.antlr.runtime.Token) org.antlr.runtime.Token payload org.antlr.tool.GrammarAST t public java.lang.Object errorNode (org.antlr.runtime.TokenStream, org.antlr.runtime.Token, org.antlr.runtime.Token, org.antlr.runtime.RecognitionException) org.antlr.runtime.TokenStream input org.antlr.runtime.Token start org.antlr.runtime.Token stop org.antlr.runtime.RecognitionException e org.antlr.tool.GrammarAST t }
org/antlr/grammar/v3/ANTLRParser$grammar__return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$grammar__return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$idList_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$idList_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$id_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$id_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$label_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$label_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$notSet_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$notSet_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$notTerminal_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$notTerminal_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$optionsSpec_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$optionsSpec_return extends org.antlr.runtime.ParserRuleReturnScope { public java.util.Map opts org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$optionValue_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$optionValue_return extends org.antlr.runtime.ParserRuleReturnScope { public Object value org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$option_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$option_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$range_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$range_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_alternative_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_alternative_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_atom_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_atom_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_block_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_block_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_ebnf_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_ebnf_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_element_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_element_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_indirect_template_head_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_indirect_template_head_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_template_args_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_template_args_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_template_arg_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_template_arg_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_template_head_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_template_head_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_template_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_template_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_tree_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_tree_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rewrite_with_sempred_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rewrite_with_sempred_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$ruleActions_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$ruleActions_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$ruleAction_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$ruleAction_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$ruleAltList_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$ruleAltList_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$ruleref_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$ruleref_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$ruleScopeSpec_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$ruleScopeSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rules_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rules_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$rule_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$rule_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$terminal_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$terminal_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$throwsSpec_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$throwsSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$tokenSpec_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$tokenSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$tokensSpec_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$tokensSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$treeRoot_return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$treeRoot_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser$tree__return.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser$tree__return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.tool.GrammarAST tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRParser.class
ANTLRParser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRParser extends org.antlr.runtime.Parser { public static final String[] tokenNames public static final int EOF public static final int LEXER public static final int PARSER public static final int CATCH public static final int FINALLY public static final int GRAMMAR public static final int PRIVATE public static final int PROTECTED public static final int PUBLIC public static final int RETURNS public static final int THROWS public static final int TREE public static final int RULE public static final int PREC_RULE public static final int RECURSIVE_RULE_REF public static final int BLOCK public static final int OPTIONAL public static final int CLOSURE public static final int POSITIVE_CLOSURE public static final int SYNPRED public static final int RANGE public static final int CHAR_RANGE public static final int EPSILON public static final int ALT public static final int EOR public static final int EOB public static final int EOA public static final int ID public static final int ARG public static final int ARGLIST public static final int RET public static final int LEXER_GRAMMAR public static final int PARSER_GRAMMAR public static final int TREE_GRAMMAR public static final int COMBINED_GRAMMAR public static final int INITACTION public static final int FORCED_ACTION public static final int LABEL public static final int TEMPLATE public static final int SCOPE public static final int IMPORT public static final int GATED_SEMPRED public static final int SYN_SEMPRED public static final int BACKTRACK_SEMPRED public static final int FRAGMENT public static final int DOT public static final int REWRITES public static final int ACTION public static final int DOC_COMMENT public static final int SEMI public static final int AMPERSAND public static final int COLON public static final int OPTIONS public static final int RCURLY public static final int ASSIGN public static final int STRING_LITERAL public static final int CHAR_LITERAL public static final int INT public static final int STAR public static final int COMMA public static final int TOKENS public static final int TOKEN_REF public static final int BANG public static final int ARG_ACTION public static final int OR public static final int LPAREN public static final int RPAREN public static final int PLUS_ASSIGN public static final int SEMPRED public static final int IMPLIES public static final int ROOT public static final int WILDCARD public static final int RULE_REF public static final int NOT public static final int TREE_BEGIN public static final int QUESTION public static final int PLUS public static final int OPEN_ELEMENT_OPTION public static final int CLOSE_ELEMENT_OPTION public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int REWRITE public static final int ETC public static final int DOLLAR public static final int WS public static final int SL_COMMENT public static final int ML_COMMENT public static final int COMMENT public static final int SRC public static final int STRAY_BRACKET public static final int ESC public static final int DIGIT public static final int XDIGIT public static final int NESTED_ARG_ACTION public static final int ACTION_STRING_LITERAL public static final int ACTION_CHAR_LITERAL public static final int NESTED_ACTION public static final int ACTION_ESC public static final int WS_LOOP public static final int WS_OPT protected org.antlr.runtime.tree.TreeAdaptor adaptor protected String currentRuleName protected org.antlr.tool.GrammarAST currentBlockAST protected boolean atTreeRoot private org.antlr.tool.Grammar grammar private int grammarType private String fileName protected org.antlr.grammar.v3.ANTLRParser$DFA50 dfa50 protected org.antlr.grammar.v3.ANTLRParser$DFA53 dfa53 protected org.antlr.grammar.v3.ANTLRParser$DFA84 dfa84 static final String DFA50_eotS static final String DFA50_eofS static final String DFA50_minS static final String DFA50_maxS static final String DFA50_acceptS static final String DFA50_specialS static final String[] DFA50_transitionS static final short[] DFA50_eot static final short[] DFA50_eof static final char[] DFA50_min static final char[] DFA50_max static final short[] DFA50_accept static final short[] DFA50_special static final short[][] DFA50_transition static final String DFA53_eotS static final String DFA53_eofS static final String DFA53_minS static final String DFA53_maxS static final String DFA53_acceptS static final String DFA53_specialS static final String[] DFA53_transitionS static final short[] DFA53_eot static final short[] DFA53_eof static final char[] DFA53_min static final char[] DFA53_max static final short[] DFA53_accept static final short[] DFA53_special static final short[][] DFA53_transition static final String DFA84_eotS static final String DFA84_eofS static final String DFA84_minS static final String DFA84_maxS static final String DFA84_acceptS static final String DFA84_specialS static final String[] DFA84_transitionS static final short[] DFA84_eot static final short[] DFA84_eof static final char[] DFA84_min static final char[] DFA84_max static final short[] DFA84_accept static final short[] DFA84_special static final short[][] DFA84_transition public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_grammar_318 public static final org.antlr.runtime.BitSet FOLLOW_DOC_COMMENT_in_grammar_329 public static final org.antlr.runtime.BitSet FOLLOW_grammarType_in_grammar_339 public static final org.antlr.runtime.BitSet FOLLOW_id_in_grammar_343 public static final org.antlr.runtime.BitSet FOLLOW_SEMI_in_grammar_347 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_grammar_353 public static final org.antlr.runtime.BitSet FOLLOW_delegateGrammars_in_grammar_367 public static final org.antlr.runtime.BitSet FOLLOW_tokensSpec_in_grammar_376 public static final org.antlr.runtime.BitSet FOLLOW_attrScopes_in_grammar_384 public static final org.antlr.runtime.BitSet FOLLOW_actions_in_grammar_391 public static final org.antlr.runtime.BitSet FOLLOW_rules_in_grammar_399 public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_grammar_403 public static final org.antlr.runtime.BitSet FOLLOW_LEXER_in_grammarType454 public static final org.antlr.runtime.BitSet FOLLOW_GRAMMAR_in_grammarType459 public static final org.antlr.runtime.BitSet FOLLOW_PARSER_in_grammarType482 public static final org.antlr.runtime.BitSet FOLLOW_GRAMMAR_in_grammarType486 public static final org.antlr.runtime.BitSet FOLLOW_TREE_in_grammarType507 public static final org.antlr.runtime.BitSet FOLLOW_GRAMMAR_in_grammarType513 public static final org.antlr.runtime.BitSet FOLLOW_GRAMMAR_in_grammarType536 public static final org.antlr.runtime.BitSet FOLLOW_action_in_actions563 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_action578 public static final org.antlr.runtime.BitSet FOLLOW_actionScopeName_in_action582 public static final org.antlr.runtime.BitSet FOLLOW_COLON_in_action584 public static final org.antlr.runtime.BitSet FOLLOW_COLON_in_action587 public static final org.antlr.runtime.BitSet FOLLOW_id_in_action592 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_action594 public static final org.antlr.runtime.BitSet FOLLOW_id_in_actionScopeName607 public static final org.antlr.runtime.BitSet FOLLOW_LEXER_in_actionScopeName614 public static final org.antlr.runtime.BitSet FOLLOW_PARSER_in_actionScopeName628 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_optionsSpec650 public static final org.antlr.runtime.BitSet FOLLOW_option_in_optionsSpec654 public static final org.antlr.runtime.BitSet FOLLOW_SEMI_in_optionsSpec657 public static final org.antlr.runtime.BitSet FOLLOW_RCURLY_in_optionsSpec662 public static final org.antlr.runtime.BitSet FOLLOW_id_in_option675 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_option677 public static final org.antlr.runtime.BitSet FOLLOW_optionValue_in_option680 public static final org.antlr.runtime.BitSet FOLLOW_id_in_optionValue701 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_optionValue713 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_optionValue722 public static final org.antlr.runtime.BitSet FOLLOW_INT_in_optionValue733 public static final org.antlr.runtime.BitSet FOLLOW_STAR_in_optionValue753 public static final org.antlr.runtime.BitSet FOLLOW_IMPORT_in_delegateGrammars778 public static final org.antlr.runtime.BitSet FOLLOW_delegateGrammar_in_delegateGrammars781 public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_delegateGrammars784 public static final org.antlr.runtime.BitSet FOLLOW_delegateGrammar_in_delegateGrammars787 public static final org.antlr.runtime.BitSet FOLLOW_SEMI_in_delegateGrammars791 public static final org.antlr.runtime.BitSet FOLLOW_id_in_delegateGrammar805 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_delegateGrammar807 public static final org.antlr.runtime.BitSet FOLLOW_id_in_delegateGrammar812 public static final org.antlr.runtime.BitSet FOLLOW_id_in_delegateGrammar821 public static final org.antlr.runtime.BitSet FOLLOW_TOKENS_in_tokensSpec848 public static final org.antlr.runtime.BitSet FOLLOW_tokenSpec_in_tokensSpec854 public static final org.antlr.runtime.BitSet FOLLOW_RCURLY_in_tokensSpec859 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_tokenSpec871 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_tokenSpec875 public static final org.antlr.runtime.BitSet FOLLOW_set_in_tokenSpec878 public static final org.antlr.runtime.BitSet FOLLOW_SEMI_in_tokenSpec887 public static final org.antlr.runtime.BitSet FOLLOW_attrScope_in_attrScopes900 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_attrScope913 public static final org.antlr.runtime.BitSet FOLLOW_id_in_attrScope916 public static final org.antlr.runtime.BitSet FOLLOW_ruleActions_in_attrScope918 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_attrScope921 public static final org.antlr.runtime.BitSet FOLLOW_rule_in_rules934 public static final org.antlr.runtime.BitSet FOLLOW_DOC_COMMENT_in_rule964 public static final org.antlr.runtime.BitSet FOLLOW_PROTECTED_in_rule977 public static final org.antlr.runtime.BitSet FOLLOW_PUBLIC_in_rule986 public static final org.antlr.runtime.BitSet FOLLOW_PRIVATE_in_rule996 public static final org.antlr.runtime.BitSet FOLLOW_FRAGMENT_in_rule1005 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rule1017 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_rule1027 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule1038 public static final org.antlr.runtime.BitSet FOLLOW_RETURNS_in_rule1047 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule1051 public static final org.antlr.runtime.BitSet FOLLOW_throwsSpec_in_rule1061 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_rule1070 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_rule1079 public static final org.antlr.runtime.BitSet FOLLOW_ruleActions_in_rule1084 public static final org.antlr.runtime.BitSet FOLLOW_COLON_in_rule1090 public static final org.antlr.runtime.BitSet FOLLOW_ruleAltList_in_rule1094 public static final org.antlr.runtime.BitSet FOLLOW_SEMI_in_rule1099 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_rule1107 public static final org.antlr.runtime.BitSet FOLLOW_ruleAction_in_ruleActions1245 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_ruleAction1260 public static final org.antlr.runtime.BitSet FOLLOW_id_in_ruleAction1263 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleAction1265 public static final org.antlr.runtime.BitSet FOLLOW_THROWS_in_throwsSpec1276 public static final org.antlr.runtime.BitSet FOLLOW_id_in_throwsSpec1279 public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_throwsSpec1283 public static final org.antlr.runtime.BitSet FOLLOW_id_in_throwsSpec1286 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec1302 public static final org.antlr.runtime.BitSet FOLLOW_ruleActions_in_ruleScopeSpec1304 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec1307 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec1316 public static final org.antlr.runtime.BitSet FOLLOW_idList_in_ruleScopeSpec1318 public static final org.antlr.runtime.BitSet FOLLOW_SEMI_in_ruleScopeSpec1320 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_ruleAltList1377 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_ruleAltList1381 public static final org.antlr.runtime.BitSet FOLLOW_OR_in_ruleAltList1410 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_ruleAltList1414 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_ruleAltList1418 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_block1494 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_block1532 public static final org.antlr.runtime.BitSet FOLLOW_ruleActions_in_block1543 public static final org.antlr.runtime.BitSet FOLLOW_COLON_in_block1551 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_block1557 public static final org.antlr.runtime.BitSet FOLLOW_COLON_in_block1559 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_block1571 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_block1575 public static final org.antlr.runtime.BitSet FOLLOW_OR_in_block1585 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_block1589 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_block1593 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_block1610 public static final org.antlr.runtime.BitSet FOLLOW_element_in_alternative1650 public static final org.antlr.runtime.BitSet FOLLOW_exceptionHandler_in_exceptionGroup1696 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup1699 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup1705 public static final org.antlr.runtime.BitSet FOLLOW_CATCH_in_exceptionHandler1716 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_exceptionHandler1719 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_exceptionHandler1721 public static final org.antlr.runtime.BitSet FOLLOW_FINALLY_in_finallyClause1732 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_finallyClause1735 public static final org.antlr.runtime.BitSet FOLLOW_elementNoOptionSpec_in_element1746 public static final org.antlr.runtime.BitSet FOLLOW_id_in_elementNoOptionSpec1766 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_elementNoOptionSpec1769 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_ASSIGN_in_elementNoOptionSpec1772 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_elementNoOptionSpec1777 public static final org.antlr.runtime.BitSet FOLLOW_block_in_elementNoOptionSpec1779 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_elementNoOptionSpec1794 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_elementNoOptionSpec1812 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_elementNoOptionSpec1821 public static final org.antlr.runtime.BitSet FOLLOW_ebnf_in_elementNoOptionSpec1837 public static final org.antlr.runtime.BitSet FOLLOW_FORCED_ACTION_in_elementNoOptionSpec1843 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_elementNoOptionSpec1849 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_elementNoOptionSpec1857 public static final org.antlr.runtime.BitSet FOLLOW_IMPLIES_in_elementNoOptionSpec1861 public static final org.antlr.runtime.BitSet FOLLOW_tree__in_elementNoOptionSpec1880 public static final org.antlr.runtime.BitSet FOLLOW_range_in_atom1895 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_atom1898 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_atom1901 public static final org.antlr.runtime.BitSet FOLLOW_id_in_atom1941 public static final org.antlr.runtime.BitSet FOLLOW_WILDCARD_in_atom1945 public static final org.antlr.runtime.BitSet FOLLOW_terminal_in_atom1949 public static final org.antlr.runtime.BitSet FOLLOW_ruleref_in_atom1951 public static final org.antlr.runtime.BitSet FOLLOW_terminal_in_atom1960 public static final org.antlr.runtime.BitSet FOLLOW_ruleref_in_atom1966 public static final org.antlr.runtime.BitSet FOLLOW_notSet_in_atom1975 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_atom1978 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_atom1981 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_ruleref1995 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_ruleref1998 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_ruleref2002 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_ruleref2005 public static final org.antlr.runtime.BitSet FOLLOW_NOT_in_notSet2019 public static final org.antlr.runtime.BitSet FOLLOW_notTerminal_in_notSet2026 public static final org.antlr.runtime.BitSet FOLLOW_block_in_notSet2032 public static final org.antlr.runtime.BitSet FOLLOW_id_in_treeRoot2055 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_treeRoot2058 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_ASSIGN_in_treeRoot2061 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_treeRoot2066 public static final org.antlr.runtime.BitSet FOLLOW_block_in_treeRoot2068 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_treeRoot2074 public static final org.antlr.runtime.BitSet FOLLOW_block_in_treeRoot2079 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_tree_2090 public static final org.antlr.runtime.BitSet FOLLOW_treeRoot_in_tree_2095 public static final org.antlr.runtime.BitSet FOLLOW_element_in_tree_2097 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_tree_2102 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf2116 public static final org.antlr.runtime.BitSet FOLLOW_QUESTION_in_ebnf2122 public static final org.antlr.runtime.BitSet FOLLOW_STAR_in_ebnf2140 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_in_ebnf2158 public static final org.antlr.runtime.BitSet FOLLOW_IMPLIES_in_ebnf2176 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_ebnf2212 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_ebnf2229 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_range2268 public static final org.antlr.runtime.BitSet FOLLOW_RANGE_in_range2270 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_range2274 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_terminal2302 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_terminal2307 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_terminal2315 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_terminal2318 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_terminal2329 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_terminal2336 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_terminal2347 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_terminal2356 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_terminal2359 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_terminal2370 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_terminal2375 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_terminal2383 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_terminal2386 public static final org.antlr.runtime.BitSet FOLLOW_WILDCARD_in_terminal2397 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_terminal2400 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_terminal2403 public static final org.antlr.runtime.BitSet FOLLOW_OPEN_ELEMENT_OPTION_in_elementOptions2422 public static final org.antlr.runtime.BitSet FOLLOW_defaultNodeOption_in_elementOptions2425 public static final org.antlr.runtime.BitSet FOLLOW_CLOSE_ELEMENT_OPTION_in_elementOptions2428 public static final org.antlr.runtime.BitSet FOLLOW_OPEN_ELEMENT_OPTION_in_elementOptions2434 public static final org.antlr.runtime.BitSet FOLLOW_elementOption_in_elementOptions2437 public static final org.antlr.runtime.BitSet FOLLOW_SEMI_in_elementOptions2441 public static final org.antlr.runtime.BitSet FOLLOW_elementOption_in_elementOptions2444 public static final org.antlr.runtime.BitSet FOLLOW_CLOSE_ELEMENT_OPTION_in_elementOptions2449 public static final org.antlr.runtime.BitSet FOLLOW_elementOptionId_in_defaultNodeOption2462 public static final org.antlr.runtime.BitSet FOLLOW_id_in_elementOption2478 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_elementOption2480 public static final org.antlr.runtime.BitSet FOLLOW_elementOptionId_in_elementOption2487 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_elementOption2501 public static final org.antlr.runtime.BitSet FOLLOW_DOUBLE_QUOTE_STRING_LITERAL_in_elementOption2505 public static final org.antlr.runtime.BitSet FOLLOW_DOUBLE_ANGLE_STRING_LITERAL_in_elementOption2509 public static final org.antlr.runtime.BitSet FOLLOW_id_in_elementOptionId2540 public static final org.antlr.runtime.BitSet FOLLOW_WILDCARD_in_elementOptionId2545 public static final org.antlr.runtime.BitSet FOLLOW_id_in_elementOptionId2549 public static final org.antlr.runtime.BitSet FOLLOW_QUESTION_in_ebnfSuffix2626 public static final org.antlr.runtime.BitSet FOLLOW_STAR_in_ebnfSuffix2640 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_in_ebnfSuffix2654 public static final org.antlr.runtime.BitSet FOLLOW_set_in_notTerminal0 public static final org.antlr.runtime.BitSet FOLLOW_id_in_idList2716 public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_idList2719 public static final org.antlr.runtime.BitSet FOLLOW_id_in_idList2722 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_id2735 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_id2747 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_with_sempred_in_rewrite2767 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite2772 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite2774 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite_with_sempred2805 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_rewrite_with_sempred2808 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite_with_sempred2810 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_rewrite_block2821 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite_block2825 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_rewrite_block2829 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_in_rewrite_alternative2865 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_element_in_rewrite_alternative2877 public static final org.antlr.runtime.BitSet FOLLOW_ETC_in_rewrite_alternative2938 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_atom_in_rewrite_element2953 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_rewrite_element2973 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_ebnf_in_rewrite_element2992 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_in_rewrite_element3001 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_rewrite_element3021 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_rewrite_atom3048 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_rewrite_atom3051 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rewrite_atom3056 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_rewrite_atom3063 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_rewrite_atom3070 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_rewrite_atom3072 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_rewrite_atom3082 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_rewrite_atom3084 public static final org.antlr.runtime.BitSet FOLLOW_DOLLAR_in_rewrite_atom3092 public static final org.antlr.runtime.BitSet FOLLOW_label_in_rewrite_atom3095 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_atom3101 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_label3112 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_label3122 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_block_in_rewrite_ebnf3140 public static final org.antlr.runtime.BitSet FOLLOW_QUESTION_in_rewrite_ebnf3146 public static final org.antlr.runtime.BitSet FOLLOW_STAR_in_rewrite_ebnf3165 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_in_rewrite_ebnf3184 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_rewrite_tree3212 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_atom_in_rewrite_tree3218 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_element_in_rewrite_tree3220 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_rewrite_tree3225 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_head_in_rewrite_template3260 public static final org.antlr.runtime.BitSet FOLLOW_DOUBLE_QUOTE_STRING_LITERAL_in_rewrite_template3279 public static final org.antlr.runtime.BitSet FOLLOW_DOUBLE_ANGLE_STRING_LITERAL_in_rewrite_template3285 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_head_in_rewrite_template3300 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_indirect_template_head_in_rewrite_template3309 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template3318 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rewrite_template_head3331 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_rewrite_template_head3335 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_args_in_rewrite_template_head3339 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_rewrite_template_head3343 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_rewrite_indirect_template_head3371 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_indirect_template_head3375 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_rewrite_indirect_template_head3379 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_rewrite_indirect_template_head3383 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_args_in_rewrite_indirect_template_head3385 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_rewrite_indirect_template_head3387 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_arg_in_rewrite_template_args3411 public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_rewrite_template_args3414 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_arg_in_rewrite_template_args3416 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rewrite_template_arg3451 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_rewrite_template_arg3455 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template_arg3457 public static final org.antlr.runtime.BitSet FOLLOW_id_in_synpred1_ANTLR1925 public static final org.antlr.runtime.BitSet FOLLOW_WILDCARD_in_synpred1_ANTLR1927 public static final org.antlr.runtime.BitSet FOLLOW_terminal_in_synpred1_ANTLR1930 public static final org.antlr.runtime.BitSet FOLLOW_ruleref_in_synpred1_ANTLR1932 public void <init> (org.antlr.runtime.TokenStream) org.antlr.runtime.TokenStream input public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.TokenStream input org.antlr.runtime.RecognizerSharedState state public void setTreeAdaptor (org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.tree.TreeAdaptor adaptor public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor () public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public static org.antlr.grammar.v3.ANTLRParser createParser (org.antlr.runtime.TokenStream) org.antlr.runtime.TokenStream input org.antlr.grammar.v3.ANTLRParser parser public org.antlr.tool.Grammar getGrammar () public void setGrammar (org.antlr.tool.Grammar) org.antlr.tool.Grammar value public int getGrammarType () public void setGrammarType (int) int value public java.lang.String getFileName () public void setFileName (java.lang.String) String value private final int LA (int) int i private final org.antlr.runtime.Token LT (int) int k protected org.antlr.tool.GrammarAST setToBlockWithSet (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST b org.antlr.tool.GrammarAST alt org.antlr.tool.GrammarAST block protected org.antlr.tool.GrammarAST createBlockFromDupAlt (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST alt org.antlr.tool.GrammarAST nalt org.antlr.tool.GrammarAST block protected void prefixWithSynPred (org.antlr.tool.GrammarAST) int i org.antlr.tool.GrammarAST synpredBlockAST org.antlr.tool.GrammarAST synpredAST org.antlr.tool.GrammarAST[] children org.antlr.tool.GrammarAST alt String autoBacktrack protected org.antlr.tool.GrammarAST createSynSemPredFromBlock (org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST synpredBlockAST int synpredTokenType String predName String synpredinvoke org.antlr.tool.GrammarAST p public static org.antlr.tool.GrammarAST createSimpleRuleAST (java.lang.String, org.antlr.tool.GrammarAST, boolean) String name org.antlr.tool.GrammarAST block boolean fragment org.antlr.runtime.tree.TreeAdaptor adaptor org.antlr.tool.GrammarAST modifier org.antlr.tool.GrammarAST rule public void reportError (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException ex org.antlr.runtime.Token token public void cleanup (org.antlr.tool.GrammarAST) String filter org.antlr.tool.GrammarAST tokensRuleAST org.antlr.tool.GrammarAST root public final org.antlr.grammar.v3.ANTLRParser$grammar__return grammar_ (org.antlr.tool.Grammar) throws org.antlr.runtime.RecognitionException java.util.Map opts org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_cmt org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_scopes org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ts org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ig org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_r org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_a org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_gid org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_gr int alt1 int alt2 int alt3 int alt4 int alt5 int alt6 org.antlr.runtime.RecognitionException re org.antlr.tool.Grammar g org.antlr.grammar.v3.ANTLRParser$grammar__return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token cmt org.antlr.runtime.Token ACTION1 org.antlr.runtime.Token SEMI2 org.antlr.runtime.Token EOF4 org.antlr.grammar.v3.ANTLRParser$grammarType_return gr org.antlr.grammar.v3.ANTLRParser$id_return gid org.antlr.grammar.v3.ANTLRParser$delegateGrammars_return ig org.antlr.grammar.v3.ANTLRParser$tokensSpec_return ts org.antlr.grammar.v3.ANTLRParser$attrScopes_return scopes org.antlr.grammar.v3.ANTLRParser$actions_return a org.antlr.grammar.v3.ANTLRParser$rules_return r org.antlr.grammar.v3.ANTLRParser$optionsSpec_return optionsSpec3 org.antlr.tool.GrammarAST cmt_tree org.antlr.tool.GrammarAST ACTION1_tree org.antlr.tool.GrammarAST SEMI2_tree org.antlr.tool.GrammarAST EOF4_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOC_COMMENT org.antlr.runtime.tree.RewriteRuleTokenStream stream_EOF org.antlr.runtime.tree.RewriteRuleTokenStream stream_SEMI org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_tokensSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_attrScopes org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_optionsSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_delegateGrammars org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_grammarType org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_actions org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rules public final org.antlr.grammar.v3.ANTLRParser$grammarType_return grammarType () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt7 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$grammarType_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token gr org.antlr.runtime.Token string_literal5 org.antlr.runtime.Token string_literal6 org.antlr.runtime.Token string_literal7 org.antlr.tool.GrammarAST gr_tree org.antlr.tool.GrammarAST string_literal5_tree org.antlr.tool.GrammarAST string_literal6_tree org.antlr.tool.GrammarAST string_literal7_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_TREE org.antlr.runtime.tree.RewriteRuleTokenStream stream_PARSER org.antlr.runtime.tree.RewriteRuleTokenStream stream_LEXER org.antlr.runtime.tree.RewriteRuleTokenStream stream_GRAMMAR public final org.antlr.grammar.v3.ANTLRParser$actions_return actions () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt8 int cnt8 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$actions_return retval org.antlr.tool.GrammarAST root_0 org.antlr.grammar.v3.ANTLRParser$action_return action8 public final org.antlr.grammar.v3.ANTLRParser$action_return action () throws org.antlr.runtime.RecognitionException int alt9 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$action_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token AMPERSAND9 org.antlr.runtime.Token COLON11 org.antlr.runtime.Token COLON12 org.antlr.runtime.Token ACTION14 org.antlr.grammar.v3.ANTLRParser$actionScopeName_return actionScopeName10 org.antlr.grammar.v3.ANTLRParser$id_return id13 org.antlr.tool.GrammarAST AMPERSAND9_tree org.antlr.tool.GrammarAST COLON11_tree org.antlr.tool.GrammarAST COLON12_tree org.antlr.tool.GrammarAST ACTION14_tree public final org.antlr.grammar.v3.ANTLRParser$actionScopeName_return actionScopeName () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt10 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$actionScopeName_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token l org.antlr.runtime.Token p org.antlr.grammar.v3.ANTLRParser$id_return id15 org.antlr.tool.GrammarAST l_tree org.antlr.tool.GrammarAST p_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_PARSER org.antlr.runtime.tree.RewriteRuleTokenStream stream_LEXER public final org.antlr.grammar.v3.ANTLRParser$optionsSpec_return optionsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt11 int cnt11 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$optionsSpec_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token OPTIONS16 org.antlr.runtime.Token SEMI18 org.antlr.runtime.Token RCURLY19 org.antlr.grammar.v3.ANTLRParser$option_return option17 org.antlr.tool.GrammarAST OPTIONS16_tree org.antlr.tool.GrammarAST SEMI18_tree org.antlr.tool.GrammarAST RCURLY19_tree public final org.antlr.grammar.v3.ANTLRParser$option_return option (java.util.Map) throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re java.util.Map opts org.antlr.grammar.v3.ANTLRParser$option_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token ASSIGN21 org.antlr.grammar.v3.ANTLRParser$id_return id20 org.antlr.grammar.v3.ANTLRParser$optionValue_return optionValue22 org.antlr.tool.GrammarAST ASSIGN21_tree public final org.antlr.grammar.v3.ANTLRParser$optionValue_return optionValue () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae String vs String vs org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt12 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$optionValue_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token s org.antlr.runtime.Token c org.antlr.runtime.Token i org.antlr.runtime.Token ss org.antlr.grammar.v3.ANTLRParser$id_return x org.antlr.tool.GrammarAST s_tree org.antlr.tool.GrammarAST c_tree org.antlr.tool.GrammarAST i_tree org.antlr.tool.GrammarAST ss_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_STAR public final org.antlr.grammar.v3.ANTLRParser$delegateGrammars_return delegateGrammars () throws org.antlr.runtime.RecognitionException int alt13 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$delegateGrammars_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token string_literal23 org.antlr.runtime.Token COMMA25 org.antlr.runtime.Token SEMI27 org.antlr.grammar.v3.ANTLRParser$delegateGrammar_return delegateGrammar24 org.antlr.grammar.v3.ANTLRParser$delegateGrammar_return delegateGrammar26 org.antlr.tool.GrammarAST string_literal23_tree org.antlr.tool.GrammarAST COMMA25_tree org.antlr.tool.GrammarAST SEMI27_tree public final org.antlr.grammar.v3.ANTLRParser$delegateGrammar_return delegateGrammar () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt14 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$delegateGrammar_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token ASSIGN28 org.antlr.grammar.v3.ANTLRParser$id_return lab org.antlr.grammar.v3.ANTLRParser$id_return g org.antlr.grammar.v3.ANTLRParser$id_return g2 org.antlr.tool.GrammarAST ASSIGN28_tree public final org.antlr.grammar.v3.ANTLRParser$tokensSpec_return tokensSpec () throws org.antlr.runtime.RecognitionException int alt15 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$tokensSpec_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token TOKENS29 org.antlr.runtime.Token RCURLY31 org.antlr.grammar.v3.ANTLRParser$tokenSpec_return tokenSpec30 org.antlr.tool.GrammarAST TOKENS29_tree org.antlr.tool.GrammarAST RCURLY31_tree public final org.antlr.grammar.v3.ANTLRParser$tokenSpec_return tokenSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt16 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$tokenSpec_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token TOKEN_REF32 org.antlr.runtime.Token ASSIGN33 org.antlr.runtime.Token set34 org.antlr.runtime.Token SEMI35 org.antlr.tool.GrammarAST TOKEN_REF32_tree org.antlr.tool.GrammarAST ASSIGN33_tree org.antlr.tool.GrammarAST set34_tree org.antlr.tool.GrammarAST SEMI35_tree public final org.antlr.grammar.v3.ANTLRParser$attrScopes_return attrScopes () throws org.antlr.runtime.RecognitionException int alt17 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$attrScopes_return retval org.antlr.tool.GrammarAST root_0 org.antlr.grammar.v3.ANTLRParser$attrScope_return attrScope36 public final org.antlr.grammar.v3.ANTLRParser$attrScope_return attrScope () throws org.antlr.runtime.RecognitionException int alt18 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$attrScope_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token string_literal37 org.antlr.runtime.Token ACTION40 org.antlr.grammar.v3.ANTLRParser$id_return id38 org.antlr.grammar.v3.ANTLRParser$ruleActions_return ruleActions39 org.antlr.tool.GrammarAST string_literal37_tree org.antlr.tool.GrammarAST ACTION40_tree public final org.antlr.grammar.v3.ANTLRParser$rules_return rules () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt19 int cnt19 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rules_return retval org.antlr.tool.GrammarAST root_0 org.antlr.grammar.v3.ANTLRParser$rule_return rule41 public final org.antlr.grammar.v3.ANTLRParser$rule_return rule () throws org.antlr.runtime.RecognitionException org.antlr.tool.GrammarAST root_2 org.antlr.tool.GrammarAST root_2 org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_p4 org.antlr.runtime.tree.RewriteRuleTokenStream stream_p3 org.antlr.runtime.tree.RewriteRuleTokenStream stream_p2 org.antlr.runtime.tree.RewriteRuleTokenStream stream_p1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_rt org.antlr.runtime.tree.RewriteRuleTokenStream stream_aa org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_scopes org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ex org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ruleName int alt20 int alt21 int alt22 int alt23 int alt24 int alt25 int alt26 int alt27 int alt28 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rule_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token d org.antlr.runtime.Token p1 org.antlr.runtime.Token p2 org.antlr.runtime.Token p3 org.antlr.runtime.Token p4 org.antlr.runtime.Token aa org.antlr.runtime.Token rt org.antlr.runtime.Token BANG42 org.antlr.runtime.Token string_literal43 org.antlr.runtime.Token COLON47 org.antlr.runtime.Token SEMI49 org.antlr.grammar.v3.ANTLRParser$id_return ruleName org.antlr.grammar.v3.ANTLRParser$ruleScopeSpec_return scopes org.antlr.grammar.v3.ANTLRParser$exceptionGroup_return ex org.antlr.grammar.v3.ANTLRParser$throwsSpec_return throwsSpec44 org.antlr.grammar.v3.ANTLRParser$optionsSpec_return optionsSpec45 org.antlr.grammar.v3.ANTLRParser$ruleActions_return ruleActions46 org.antlr.grammar.v3.ANTLRParser$ruleAltList_return ruleAltList48 org.antlr.tool.GrammarAST d_tree org.antlr.tool.GrammarAST p1_tree org.antlr.tool.GrammarAST p2_tree org.antlr.tool.GrammarAST p3_tree org.antlr.tool.GrammarAST p4_tree org.antlr.tool.GrammarAST aa_tree org.antlr.tool.GrammarAST rt_tree org.antlr.tool.GrammarAST BANG42_tree org.antlr.tool.GrammarAST string_literal43_tree org.antlr.tool.GrammarAST COLON47_tree org.antlr.tool.GrammarAST SEMI49_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOC_COMMENT org.antlr.runtime.tree.RewriteRuleTokenStream stream_COLON org.antlr.runtime.tree.RewriteRuleTokenStream stream_PROTECTED org.antlr.runtime.tree.RewriteRuleTokenStream stream_BANG org.antlr.runtime.tree.RewriteRuleTokenStream stream_PUBLIC org.antlr.runtime.tree.RewriteRuleTokenStream stream_SEMI org.antlr.runtime.tree.RewriteRuleTokenStream stream_PRIVATE org.antlr.runtime.tree.RewriteRuleTokenStream stream_FRAGMENT org.antlr.runtime.tree.RewriteRuleTokenStream stream_RETURNS org.antlr.runtime.tree.RewriteRuleTokenStream stream_ARG_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ruleAltList org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_exceptionGroup org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_throwsSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ruleScopeSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_optionsSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ruleActions org.antlr.tool.GrammarAST eob org.antlr.runtime.CommonToken start int startLine public final org.antlr.grammar.v3.ANTLRParser$ruleActions_return ruleActions () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt29 int cnt29 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$ruleActions_return retval org.antlr.tool.GrammarAST root_0 org.antlr.grammar.v3.ANTLRParser$ruleAction_return ruleAction50 public final org.antlr.grammar.v3.ANTLRParser$ruleAction_return ruleAction () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$ruleAction_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token AMPERSAND51 org.antlr.runtime.Token ACTION53 org.antlr.grammar.v3.ANTLRParser$id_return id52 org.antlr.tool.GrammarAST AMPERSAND51_tree org.antlr.tool.GrammarAST ACTION53_tree public final org.antlr.grammar.v3.ANTLRParser$throwsSpec_return throwsSpec () throws org.antlr.runtime.RecognitionException int alt30 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$throwsSpec_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token string_literal54 org.antlr.runtime.Token COMMA56 org.antlr.grammar.v3.ANTLRParser$id_return id55 org.antlr.grammar.v3.ANTLRParser$id_return id57 org.antlr.tool.GrammarAST string_literal54_tree org.antlr.tool.GrammarAST COMMA56_tree public final org.antlr.grammar.v3.ANTLRParser$ruleScopeSpec_return ruleScopeSpec () throws org.antlr.runtime.RecognitionException int alt31 int alt33 org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt32 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$ruleScopeSpec_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token string_literal58 org.antlr.runtime.Token ACTION60 org.antlr.runtime.Token string_literal61 org.antlr.runtime.Token SEMI63 org.antlr.grammar.v3.ANTLRParser$ruleActions_return ruleActions59 org.antlr.grammar.v3.ANTLRParser$idList_return idList62 org.antlr.tool.GrammarAST string_literal58_tree org.antlr.tool.GrammarAST ACTION60_tree org.antlr.tool.GrammarAST string_literal61_tree org.antlr.tool.GrammarAST SEMI63_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_SCOPE org.antlr.runtime.tree.RewriteRuleTokenStream stream_SEMI org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ruleActions org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_idList public final org.antlr.grammar.v3.ANTLRParser$ruleAltList_return ruleAltList (java.util.Map) throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_a1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_r1 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_a2 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_r2 org.antlr.runtime.EarlyExitException eee int alt34 int cnt34 org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt35 org.antlr.runtime.RecognitionException re java.util.Map opts org.antlr.grammar.v3.ANTLRParser$ruleAltList_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token OR64 org.antlr.grammar.v3.ANTLRParser$alternative_return a1 org.antlr.grammar.v3.ANTLRParser$rewrite_return r1 org.antlr.grammar.v3.ANTLRParser$alternative_return a2 org.antlr.grammar.v3.ANTLRParser$rewrite_return r2 org.antlr.tool.GrammarAST OR64_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_OR org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_alternative org.antlr.tool.GrammarAST blkRoot org.antlr.tool.GrammarAST save public final org.antlr.grammar.v3.ANTLRParser$block_return block () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt36 int alt37 int alt39 org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt38 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$block_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token rp org.antlr.runtime.Token COLON67 org.antlr.runtime.Token ACTION68 org.antlr.runtime.Token COLON69 org.antlr.runtime.Token OR70 org.antlr.grammar.v3.ANTLRParser$alternative_return a org.antlr.grammar.v3.ANTLRParser$rewrite_return r org.antlr.grammar.v3.ANTLRParser$optionsSpec_return optionsSpec65 org.antlr.grammar.v3.ANTLRParser$ruleActions_return ruleActions66 org.antlr.tool.GrammarAST lp_tree org.antlr.tool.GrammarAST rp_tree org.antlr.tool.GrammarAST COLON67_tree org.antlr.tool.GrammarAST ACTION68_tree org.antlr.tool.GrammarAST COLON69_tree org.antlr.tool.GrammarAST OR70_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_COLON org.antlr.runtime.tree.RewriteRuleTokenStream stream_RPAREN org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_LPAREN org.antlr.runtime.tree.RewriteRuleTokenStream stream_OR org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_alternative org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_optionsSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ruleActions org.antlr.tool.GrammarAST save public final org.antlr.grammar.v3.ANTLRParser$alternative_return alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt40 org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int cnt40 org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt41 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$alternative_return retval org.antlr.tool.GrammarAST root_0 org.antlr.grammar.v3.ANTLRParser$element_return element71 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_element public final org.antlr.grammar.v3.ANTLRParser$exceptionGroup_return exceptionGroup () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt42 int cnt42 int alt43 int alt44 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$exceptionGroup_return retval org.antlr.tool.GrammarAST root_0 org.antlr.grammar.v3.ANTLRParser$exceptionHandler_return exceptionHandler72 org.antlr.grammar.v3.ANTLRParser$finallyClause_return finallyClause73 org.antlr.grammar.v3.ANTLRParser$finallyClause_return finallyClause74 public final org.antlr.grammar.v3.ANTLRParser$exceptionHandler_return exceptionHandler () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$exceptionHandler_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token string_literal75 org.antlr.runtime.Token ARG_ACTION76 org.antlr.runtime.Token ACTION77 org.antlr.tool.GrammarAST string_literal75_tree org.antlr.tool.GrammarAST ARG_ACTION76_tree org.antlr.tool.GrammarAST ACTION77_tree public final org.antlr.grammar.v3.ANTLRParser$finallyClause_return finallyClause () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$finallyClause_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token string_literal78 org.antlr.runtime.Token ACTION79 org.antlr.tool.GrammarAST string_literal78_tree org.antlr.tool.GrammarAST ACTION79_tree public final org.antlr.grammar.v3.ANTLRParser$element_return element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$element_return retval org.antlr.tool.GrammarAST root_0 org.antlr.grammar.v3.ANTLRParser$elementNoOptionSpec_return elementNoOptionSpec80 public final org.antlr.grammar.v3.ANTLRParser$elementNoOptionSpec_return elementNoOptionSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt45 int alt46 int alt47 int alt48 int alt49 int alt50 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$elementNoOptionSpec_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token p org.antlr.runtime.Token ASSIGN82 org.antlr.runtime.Token PLUS_ASSIGN83 org.antlr.runtime.Token FORCED_ACTION87 org.antlr.runtime.Token ACTION88 org.antlr.runtime.Token IMPLIES89 org.antlr.grammar.v3.ANTLRParser$ebnfSuffix_return sub org.antlr.grammar.v3.ANTLRParser$atom_return a org.antlr.grammar.v3.ANTLRParser$ebnfSuffix_return sub2 org.antlr.grammar.v3.ANTLRParser$tree__return t3 org.antlr.grammar.v3.ANTLRParser$id_return id81 org.antlr.grammar.v3.ANTLRParser$atom_return atom84 org.antlr.grammar.v3.ANTLRParser$block_return block85 org.antlr.grammar.v3.ANTLRParser$ebnf_return ebnf86 org.antlr.tool.GrammarAST p_tree org.antlr.tool.GrammarAST ASSIGN82_tree org.antlr.tool.GrammarAST PLUS_ASSIGN83_tree org.antlr.tool.GrammarAST FORCED_ACTION87_tree org.antlr.tool.GrammarAST ACTION88_tree org.antlr.tool.GrammarAST IMPLIES89_tree org.antlr.misc.IntSet elements public final org.antlr.grammar.v3.ANTLRParser$atom_return atom () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt51 org.antlr.runtime.NoViableAltException nvae int alt52 int alt53 int alt54 int alt55 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$atom_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token w org.antlr.runtime.Token ROOT91 org.antlr.runtime.Token BANG92 org.antlr.runtime.Token ROOT99 org.antlr.runtime.Token BANG100 org.antlr.grammar.v3.ANTLRParser$range_return range90 org.antlr.grammar.v3.ANTLRParser$id_return id93 org.antlr.grammar.v3.ANTLRParser$terminal_return terminal94 org.antlr.grammar.v3.ANTLRParser$ruleref_return ruleref95 org.antlr.grammar.v3.ANTLRParser$terminal_return terminal96 org.antlr.grammar.v3.ANTLRParser$ruleref_return ruleref97 org.antlr.grammar.v3.ANTLRParser$notSet_return notSet98 org.antlr.tool.GrammarAST w_tree org.antlr.tool.GrammarAST ROOT91_tree org.antlr.tool.GrammarAST BANG92_tree org.antlr.tool.GrammarAST ROOT99_tree org.antlr.tool.GrammarAST BANG100_tree public final org.antlr.grammar.v3.ANTLRParser$ruleref_return ruleref () throws org.antlr.runtime.RecognitionException int alt56 int alt57 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$ruleref_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token RULE_REF101 org.antlr.runtime.Token ARG_ACTION102 org.antlr.runtime.Token ROOT103 org.antlr.runtime.Token BANG104 org.antlr.tool.GrammarAST RULE_REF101_tree org.antlr.tool.GrammarAST ARG_ACTION102_tree org.antlr.tool.GrammarAST ROOT103_tree org.antlr.tool.GrammarAST BANG104_tree public final org.antlr.grammar.v3.ANTLRParser$notSet_return notSet () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt58 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$notSet_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token NOT105 org.antlr.grammar.v3.ANTLRParser$notTerminal_return notTerminal106 org.antlr.grammar.v3.ANTLRParser$block_return block107 org.antlr.tool.GrammarAST NOT105_tree public final org.antlr.grammar.v3.ANTLRParser$treeRoot_return treeRoot () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt59 int alt60 int alt61 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$treeRoot_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token ASSIGN109 org.antlr.runtime.Token PLUS_ASSIGN110 org.antlr.grammar.v3.ANTLRParser$id_return id108 org.antlr.grammar.v3.ANTLRParser$atom_return atom111 org.antlr.grammar.v3.ANTLRParser$block_return block112 org.antlr.grammar.v3.ANTLRParser$atom_return atom113 org.antlr.grammar.v3.ANTLRParser$block_return block114 org.antlr.tool.GrammarAST ASSIGN109_tree org.antlr.tool.GrammarAST PLUS_ASSIGN110_tree public final org.antlr.grammar.v3.ANTLRParser$tree__return tree_ () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt62 int cnt62 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$tree__return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token TREE_BEGIN115 org.antlr.runtime.Token RPAREN118 org.antlr.grammar.v3.ANTLRParser$treeRoot_return treeRoot116 org.antlr.grammar.v3.ANTLRParser$element_return element117 org.antlr.tool.GrammarAST TREE_BEGIN115_tree org.antlr.tool.GrammarAST RPAREN118_tree public final org.antlr.grammar.v3.ANTLRParser$ebnf_return ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt63 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$ebnf_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token QUESTION120 org.antlr.runtime.Token STAR121 org.antlr.runtime.Token PLUS122 org.antlr.runtime.Token IMPLIES123 org.antlr.runtime.Token ROOT124 org.antlr.runtime.Token BANG125 org.antlr.grammar.v3.ANTLRParser$block_return block119 org.antlr.tool.GrammarAST QUESTION120_tree org.antlr.tool.GrammarAST STAR121_tree org.antlr.tool.GrammarAST PLUS122_tree org.antlr.tool.GrammarAST IMPLIES123_tree org.antlr.tool.GrammarAST ROOT124_tree org.antlr.tool.GrammarAST BANG125_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_PLUS org.antlr.runtime.tree.RewriteRuleTokenStream stream_STAR org.antlr.runtime.tree.RewriteRuleTokenStream stream_BANG org.antlr.runtime.tree.RewriteRuleTokenStream stream_IMPLIES org.antlr.runtime.tree.RewriteRuleTokenStream stream_QUESTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_ROOT org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_block public final org.antlr.grammar.v3.ANTLRParser$range_return range () throws org.antlr.runtime.RecognitionException org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_c1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_c2 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$range_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token c1 org.antlr.runtime.Token c2 org.antlr.runtime.Token RANGE126 org.antlr.tool.GrammarAST c1_tree org.antlr.tool.GrammarAST c2_tree org.antlr.tool.GrammarAST RANGE126_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RANGE org.antlr.runtime.tree.RewriteRuleTokenStream stream_CHAR_LITERAL public final org.antlr.grammar.v3.ANTLRParser$terminal_return terminal () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt64 int alt65 int alt66 int alt67 int alt68 int alt69 int alt70 int alt71 int alt72 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$terminal_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token cl org.antlr.runtime.Token tr org.antlr.runtime.Token sl org.antlr.runtime.Token wi org.antlr.runtime.Token ROOT128 org.antlr.runtime.Token BANG129 org.antlr.runtime.Token ARG_ACTION131 org.antlr.runtime.Token ROOT132 org.antlr.runtime.Token BANG133 org.antlr.runtime.Token ROOT135 org.antlr.runtime.Token BANG136 org.antlr.runtime.Token ROOT137 org.antlr.runtime.Token BANG138 org.antlr.grammar.v3.ANTLRParser$elementOptions_return elementOptions127 org.antlr.grammar.v3.ANTLRParser$elementOptions_return elementOptions130 org.antlr.grammar.v3.ANTLRParser$elementOptions_return elementOptions134 org.antlr.tool.GrammarAST cl_tree org.antlr.tool.GrammarAST tr_tree org.antlr.tool.GrammarAST sl_tree org.antlr.tool.GrammarAST wi_tree org.antlr.tool.GrammarAST ROOT128_tree org.antlr.tool.GrammarAST BANG129_tree org.antlr.tool.GrammarAST ARG_ACTION131_tree org.antlr.tool.GrammarAST ROOT132_tree org.antlr.tool.GrammarAST BANG133_tree org.antlr.tool.GrammarAST ROOT135_tree org.antlr.tool.GrammarAST BANG136_tree org.antlr.tool.GrammarAST ROOT137_tree org.antlr.tool.GrammarAST BANG138_tree public final org.antlr.grammar.v3.ANTLRParser$elementOptions_return elementOptions (org.antlr.tool.GrammarAST) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt73 int alt74 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST terminalAST org.antlr.grammar.v3.ANTLRParser$elementOptions_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token OPEN_ELEMENT_OPTION139 org.antlr.runtime.Token CLOSE_ELEMENT_OPTION141 org.antlr.runtime.Token OPEN_ELEMENT_OPTION142 org.antlr.runtime.Token SEMI144 org.antlr.runtime.Token CLOSE_ELEMENT_OPTION146 org.antlr.grammar.v3.ANTLRParser$defaultNodeOption_return defaultNodeOption140 org.antlr.grammar.v3.ANTLRParser$elementOption_return elementOption143 org.antlr.grammar.v3.ANTLRParser$elementOption_return elementOption145 org.antlr.tool.GrammarAST OPEN_ELEMENT_OPTION139_tree org.antlr.tool.GrammarAST CLOSE_ELEMENT_OPTION141_tree org.antlr.tool.GrammarAST OPEN_ELEMENT_OPTION142_tree org.antlr.tool.GrammarAST SEMI144_tree org.antlr.tool.GrammarAST CLOSE_ELEMENT_OPTION146_tree public final org.antlr.grammar.v3.ANTLRParser$defaultNodeOption_return defaultNodeOption (org.antlr.tool.GrammarAST) throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST terminalAST org.antlr.grammar.v3.ANTLRParser$defaultNodeOption_return retval org.antlr.tool.GrammarAST root_0 org.antlr.grammar.v3.ANTLRParser$elementOptionId_return elementOptionId147 public final org.antlr.grammar.v3.ANTLRParser$elementOption_return elementOption (org.antlr.tool.GrammarAST) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt75 int alt76 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST terminalAST org.antlr.grammar.v3.ANTLRParser$elementOption_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token t org.antlr.runtime.Token ASSIGN149 org.antlr.grammar.v3.ANTLRParser$id_return id148 org.antlr.grammar.v3.ANTLRParser$elementOptionId_return elementOptionId150 org.antlr.tool.GrammarAST t_tree org.antlr.tool.GrammarAST ASSIGN149_tree public final org.antlr.grammar.v3.ANTLRParser$elementOptionId_return elementOptionId () throws org.antlr.runtime.RecognitionException int alt77 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$elementOptionId_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token char_literal151 org.antlr.grammar.v3.ANTLRParser$id_return i org.antlr.tool.GrammarAST char_literal151_tree StringBuffer buf public final org.antlr.grammar.v3.ANTLRParser$ebnfSuffix_return ebnfSuffix (org.antlr.tool.GrammarAST, boolean) throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.tool.GrammarAST root_2 org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt78 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST elemAST boolean inRewrite org.antlr.grammar.v3.ANTLRParser$ebnfSuffix_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token QUESTION152 org.antlr.runtime.Token STAR153 org.antlr.runtime.Token PLUS154 org.antlr.tool.GrammarAST QUESTION152_tree org.antlr.tool.GrammarAST STAR153_tree org.antlr.tool.GrammarAST PLUS154_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_PLUS org.antlr.runtime.tree.RewriteRuleTokenStream stream_STAR org.antlr.runtime.tree.RewriteRuleTokenStream stream_QUESTION org.antlr.tool.GrammarAST blkRoot org.antlr.tool.GrammarAST alt org.antlr.tool.GrammarAST save public final org.antlr.grammar.v3.ANTLRParser$notTerminal_return notTerminal () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$notTerminal_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token set155 org.antlr.tool.GrammarAST set155_tree public final org.antlr.grammar.v3.ANTLRParser$idList_return idList () throws org.antlr.runtime.RecognitionException int alt79 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$idList_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token COMMA157 org.antlr.grammar.v3.ANTLRParser$id_return id156 org.antlr.grammar.v3.ANTLRParser$id_return id158 org.antlr.tool.GrammarAST COMMA157_tree public final org.antlr.grammar.v3.ANTLRParser$id_return id () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt80 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$id_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token TOKEN_REF159 org.antlr.runtime.Token RULE_REF160 org.antlr.tool.GrammarAST TOKEN_REF159_tree org.antlr.tool.GrammarAST RULE_REF160_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RULE_REF org.antlr.runtime.tree.RewriteRuleTokenStream stream_TOKEN_REF public final org.antlr.grammar.v3.ANTLRParser$rewrite_return rewrite () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt81 org.antlr.tool.GrammarAST root_2 org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt82 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token REWRITE162 org.antlr.grammar.v3.ANTLRParser$rewrite_with_sempred_return rewrite_with_sempred161 org.antlr.grammar.v3.ANTLRParser$rewrite_alternative_return rewrite_alternative163 org.antlr.tool.GrammarAST REWRITE162_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_REWRITE org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_with_sempred org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_alternative public final org.antlr.grammar.v3.ANTLRParser$rewrite_with_sempred_return rewrite_with_sempred () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_with_sempred_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token REWRITE164 org.antlr.runtime.Token SEMPRED165 org.antlr.grammar.v3.ANTLRParser$rewrite_alternative_return rewrite_alternative166 org.antlr.tool.GrammarAST REWRITE164_tree org.antlr.tool.GrammarAST SEMPRED165_tree public final org.antlr.grammar.v3.ANTLRParser$rewrite_block_return rewrite_block () throws org.antlr.runtime.RecognitionException org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_block_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token LPAREN167 org.antlr.runtime.Token RPAREN169 org.antlr.grammar.v3.ANTLRParser$rewrite_alternative_return rewrite_alternative168 org.antlr.tool.GrammarAST LPAREN167_tree org.antlr.tool.GrammarAST RPAREN169_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RPAREN org.antlr.runtime.tree.RewriteRuleTokenStream stream_LPAREN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_alternative public final org.antlr.grammar.v3.ANTLRParser$rewrite_alternative_return rewrite_alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt83 org.antlr.tool.GrammarAST root_1 org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int cnt83 org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt84 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_alternative_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token ETC172 org.antlr.grammar.v3.ANTLRParser$rewrite_template_return rewrite_template170 org.antlr.grammar.v3.ANTLRParser$rewrite_element_return rewrite_element171 org.antlr.tool.GrammarAST ETC172_tree org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_element public final org.antlr.grammar.v3.ANTLRParser$rewrite_element_return rewrite_element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_t org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_subrule int alt85 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_tr org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_subrule int alt86 int alt87 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_element_return retval org.antlr.tool.GrammarAST root_0 org.antlr.grammar.v3.ANTLRParser$rewrite_atom_return t org.antlr.grammar.v3.ANTLRParser$ebnfSuffix_return subrule org.antlr.grammar.v3.ANTLRParser$rewrite_tree_return tr org.antlr.grammar.v3.ANTLRParser$rewrite_ebnf_return rewrite_ebnf173 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ebnfSuffix org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_atom public final org.antlr.grammar.v3.ANTLRParser$rewrite_atom_return rewrite_atom () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt88 int alt89 int alt90 int alt91 int alt92 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_atom_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token tr org.antlr.runtime.Token cl org.antlr.runtime.Token sl org.antlr.runtime.Token ARG_ACTION175 org.antlr.runtime.Token RULE_REF176 org.antlr.runtime.Token DOLLAR179 org.antlr.runtime.Token ACTION181 org.antlr.grammar.v3.ANTLRParser$elementOptions_return elementOptions174 org.antlr.grammar.v3.ANTLRParser$elementOptions_return elementOptions177 org.antlr.grammar.v3.ANTLRParser$elementOptions_return elementOptions178 org.antlr.grammar.v3.ANTLRParser$label_return label180 org.antlr.tool.GrammarAST tr_tree org.antlr.tool.GrammarAST cl_tree org.antlr.tool.GrammarAST sl_tree org.antlr.tool.GrammarAST ARG_ACTION175_tree org.antlr.tool.GrammarAST RULE_REF176_tree org.antlr.tool.GrammarAST DOLLAR179_tree org.antlr.tool.GrammarAST ACTION181_tree public final org.antlr.grammar.v3.ANTLRParser$label_return label () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt93 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$label_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token TOKEN_REF182 org.antlr.runtime.Token RULE_REF183 org.antlr.tool.GrammarAST TOKEN_REF182_tree org.antlr.tool.GrammarAST RULE_REF183_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RULE_REF org.antlr.runtime.tree.RewriteRuleTokenStream stream_TOKEN_REF public final org.antlr.grammar.v3.ANTLRParser$rewrite_ebnf_return rewrite_ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_b org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_b org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_b int alt94 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_ebnf_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token QUESTION184 org.antlr.runtime.Token STAR185 org.antlr.runtime.Token PLUS186 org.antlr.grammar.v3.ANTLRParser$rewrite_block_return b org.antlr.tool.GrammarAST QUESTION184_tree org.antlr.tool.GrammarAST STAR185_tree org.antlr.tool.GrammarAST PLUS186_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_PLUS org.antlr.runtime.tree.RewriteRuleTokenStream stream_STAR org.antlr.runtime.tree.RewriteRuleTokenStream stream_QUESTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_block public final org.antlr.grammar.v3.ANTLRParser$rewrite_tree_return rewrite_tree () throws org.antlr.runtime.RecognitionException int alt95 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_tree_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token TREE_BEGIN187 org.antlr.runtime.Token RPAREN190 org.antlr.grammar.v3.ANTLRParser$rewrite_atom_return rewrite_atom188 org.antlr.grammar.v3.ANTLRParser$rewrite_element_return rewrite_element189 org.antlr.tool.GrammarAST TREE_BEGIN187_tree org.antlr.tool.GrammarAST RPAREN190_tree public final org.antlr.grammar.v3.ANTLRParser$rewrite_template_return rewrite_template () throws org.antlr.runtime.RecognitionException int LA97_1 int LA97_2 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.NoViableAltException nvae int alt96 int alt97 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_template_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token st org.antlr.runtime.Token ACTION194 org.antlr.grammar.v3.ANTLRParser$rewrite_template_head_return rewrite_template_head191 org.antlr.grammar.v3.ANTLRParser$rewrite_template_head_return rewrite_template_head192 org.antlr.grammar.v3.ANTLRParser$rewrite_indirect_template_head_return rewrite_indirect_template_head193 org.antlr.tool.GrammarAST st_tree org.antlr.tool.GrammarAST ACTION194_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOUBLE_QUOTE_STRING_LITERAL org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOUBLE_ANGLE_STRING_LITERAL org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_template_head public final org.antlr.grammar.v3.ANTLRParser$rewrite_template_head_return rewrite_template_head () throws org.antlr.runtime.RecognitionException org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_template_head_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token RPAREN197 org.antlr.grammar.v3.ANTLRParser$id_return id195 org.antlr.grammar.v3.ANTLRParser$rewrite_template_args_return rewrite_template_args196 org.antlr.tool.GrammarAST lp_tree org.antlr.tool.GrammarAST RPAREN197_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RPAREN org.antlr.runtime.tree.RewriteRuleTokenStream stream_LPAREN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_template_args public final org.antlr.grammar.v3.ANTLRParser$rewrite_indirect_template_head_return rewrite_indirect_template_head () throws org.antlr.runtime.RecognitionException org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_indirect_template_head_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token ACTION198 org.antlr.runtime.Token RPAREN199 org.antlr.runtime.Token LPAREN200 org.antlr.runtime.Token RPAREN202 org.antlr.grammar.v3.ANTLRParser$rewrite_template_args_return rewrite_template_args201 org.antlr.tool.GrammarAST lp_tree org.antlr.tool.GrammarAST ACTION198_tree org.antlr.tool.GrammarAST RPAREN199_tree org.antlr.tool.GrammarAST LPAREN200_tree org.antlr.tool.GrammarAST RPAREN202_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RPAREN org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_LPAREN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_template_args public final org.antlr.grammar.v3.ANTLRParser$rewrite_template_args_return rewrite_template_args () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt98 org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt99 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_template_args_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token COMMA204 org.antlr.grammar.v3.ANTLRParser$rewrite_template_arg_return rewrite_template_arg203 org.antlr.grammar.v3.ANTLRParser$rewrite_template_arg_return rewrite_template_arg205 org.antlr.tool.GrammarAST COMMA204_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_COMMA org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_template_arg public final org.antlr.grammar.v3.ANTLRParser$rewrite_template_arg_return rewrite_template_arg () throws org.antlr.runtime.RecognitionException org.antlr.tool.GrammarAST root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRParser$rewrite_template_arg_return retval org.antlr.tool.GrammarAST root_0 org.antlr.runtime.Token a org.antlr.runtime.Token ACTION207 org.antlr.grammar.v3.ANTLRParser$id_return id206 org.antlr.tool.GrammarAST a_tree org.antlr.tool.GrammarAST ACTION207_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_ASSIGN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final void synpred1_ANTLR_fragment () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt100 public final boolean synpred1_ANTLR () org.antlr.runtime.RecognitionException re int start boolean success static org.antlr.runtime.RecognizerSharedState access$000 (org.antlr.grammar.v3.ANTLRParser) org.antlr.grammar.v3.ANTLRParser x0 static org.antlr.runtime.RecognizerSharedState access$100 (org.antlr.grammar.v3.ANTLRParser) org.antlr.grammar.v3.ANTLRParser x0 static org.antlr.tool.Grammar access$200 (org.antlr.grammar.v3.ANTLRParser) org.antlr.grammar.v3.ANTLRParser x0 static org.antlr.runtime.Token access$300 (org.antlr.grammar.v3.ANTLRParser, int) org.antlr.grammar.v3.ANTLRParser x0 int x1 static org.antlr.runtime.RecognizerSharedState access$400 (org.antlr.grammar.v3.ANTLRParser) org.antlr.grammar.v3.ANTLRParser x0 static org.antlr.runtime.RecognizerSharedState access$500 (org.antlr.grammar.v3.ANTLRParser) org.antlr.grammar.v3.ANTLRParser x0 static void <clinit> () int i int numStates int i int numStates int i int numStates }
org/antlr/grammar/v3/ANTLRTreePrinter$atom_return.class
ANTLRTreePrinter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRTreePrinter$atom_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/ANTLRTreePrinter$block_return.class
ANTLRTreePrinter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRTreePrinter$block_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/ANTLRTreePrinter$modifier_return.class
ANTLRTreePrinter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRTreePrinter$modifier_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/ANTLRTreePrinter.class
ANTLRTreePrinter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRTreePrinter extends org.antlr.runtime.tree.TreeParser { public static final String[] tokenNames public static final int EOF public static final int LEXER public static final int PARSER public static final int CATCH public static final int FINALLY public static final int GRAMMAR public static final int PRIVATE public static final int PROTECTED public static final int PUBLIC public static final int RETURNS public static final int THROWS public static final int TREE public static final int RULE public static final int PREC_RULE public static final int RECURSIVE_RULE_REF public static final int BLOCK public static final int OPTIONAL public static final int CLOSURE public static final int POSITIVE_CLOSURE public static final int SYNPRED public static final int RANGE public static final int CHAR_RANGE public static final int EPSILON public static final int ALT public static final int EOR public static final int EOB public static final int EOA public static final int ID public static final int ARG public static final int ARGLIST public static final int RET public static final int LEXER_GRAMMAR public static final int PARSER_GRAMMAR public static final int TREE_GRAMMAR public static final int COMBINED_GRAMMAR public static final int INITACTION public static final int FORCED_ACTION public static final int LABEL public static final int TEMPLATE public static final int SCOPE public static final int IMPORT public static final int GATED_SEMPRED public static final int SYN_SEMPRED public static final int BACKTRACK_SEMPRED public static final int FRAGMENT public static final int DOT public static final int REWRITES public static final int ACTION public static final int DOC_COMMENT public static final int SEMI public static final int AMPERSAND public static final int COLON public static final int OPTIONS public static final int RCURLY public static final int ASSIGN public static final int STRING_LITERAL public static final int CHAR_LITERAL public static final int INT public static final int STAR public static final int COMMA public static final int TOKENS public static final int TOKEN_REF public static final int BANG public static final int ARG_ACTION public static final int OR public static final int LPAREN public static final int RPAREN public static final int PLUS_ASSIGN public static final int SEMPRED public static final int IMPLIES public static final int ROOT public static final int WILDCARD public static final int RULE_REF public static final int NOT public static final int TREE_BEGIN public static final int QUESTION public static final int PLUS public static final int OPEN_ELEMENT_OPTION public static final int CLOSE_ELEMENT_OPTION public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int REWRITE public static final int ETC public static final int DOLLAR public static final int WS public static final int SL_COMMENT public static final int ML_COMMENT public static final int COMMENT public static final int SRC public static final int STRAY_BRACKET public static final int ESC public static final int DIGIT public static final int XDIGIT public static final int NESTED_ARG_ACTION public static final int ACTION_STRING_LITERAL public static final int ACTION_CHAR_LITERAL public static final int NESTED_ACTION public static final int ACTION_ESC public static final int WS_LOOP public static final int WS_OPT protected org.antlr.tool.Grammar grammar protected boolean showActions protected StringBuilder buf public static final org.antlr.runtime.BitSet FOLLOW_grammar__in_toString67 public static final org.antlr.runtime.BitSet FOLLOW_rule_in_toString73 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_toString79 public static final org.antlr.runtime.BitSet FOLLOW_element_in_toString85 public static final org.antlr.runtime.BitSet FOLLOW_single_rewrite_in_toString91 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_toString97 public static final org.antlr.runtime.BitSet FOLLOW_EOR_in_toString103 public static final org.antlr.runtime.BitSet FOLLOW_LEXER_GRAMMAR_in_grammar_127 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_129 public static final org.antlr.runtime.BitSet FOLLOW_PARSER_GRAMMAR_in_grammar_139 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_141 public static final org.antlr.runtime.BitSet FOLLOW_TREE_GRAMMAR_in_grammar_151 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_153 public static final org.antlr.runtime.BitSet FOLLOW_COMBINED_GRAMMAR_in_grammar_163 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_165 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_attrScope181 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_attrScope183 public static final org.antlr.runtime.BitSet FOLLOW_ruleAction_in_attrScope185 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_attrScope188 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_grammarSpec204 public static final org.antlr.runtime.BitSet FOLLOW_DOC_COMMENT_in_grammarSpec213 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_grammarSpec223 public static final org.antlr.runtime.BitSet FOLLOW_delegateGrammars_in_grammarSpec232 public static final org.antlr.runtime.BitSet FOLLOW_tokensSpec_in_grammarSpec239 public static final org.antlr.runtime.BitSet FOLLOW_attrScope_in_grammarSpec246 public static final org.antlr.runtime.BitSet FOLLOW_actions_in_grammarSpec253 public static final org.antlr.runtime.BitSet FOLLOW_rules_in_grammarSpec259 public static final org.antlr.runtime.BitSet FOLLOW_action_in_actions272 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_action293 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_action297 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_action306 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_action310 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_action325 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_optionsSpec357 public static final org.antlr.runtime.BitSet FOLLOW_option_in_optionsSpec365 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_option391 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_option395 public static final org.antlr.runtime.BitSet FOLLOW_optionValue_in_option399 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_optionValue414 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_optionValue434 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_optionValue443 public static final org.antlr.runtime.BitSet FOLLOW_INT_in_optionValue454 public static final org.antlr.runtime.BitSet FOLLOW_IMPORT_in_delegateGrammars484 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_delegateGrammars489 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_delegateGrammars491 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_delegateGrammars493 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_delegateGrammars498 public static final org.antlr.runtime.BitSet FOLLOW_TOKENS_in_tokensSpec515 public static final org.antlr.runtime.BitSet FOLLOW_tokenSpec_in_tokensSpec517 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_tokenSpec530 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_tokenSpec537 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_tokenSpec539 public static final org.antlr.runtime.BitSet FOLLOW_set_in_tokenSpec541 public static final org.antlr.runtime.BitSet FOLLOW_rule_in_rules560 public static final org.antlr.runtime.BitSet FOLLOW_precRule_in_rules564 public static final org.antlr.runtime.BitSet FOLLOW_RULE_in_rule580 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rule584 public static final org.antlr.runtime.BitSet FOLLOW_modifier_in_rule590 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_rule603 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule608 public static final org.antlr.runtime.BitSet FOLLOW_RET_in_rule621 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule626 public static final org.antlr.runtime.BitSet FOLLOW_throwsSpec_in_rule639 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_rule647 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_rule655 public static final org.antlr.runtime.BitSet FOLLOW_ruleAction_in_rule663 public static final org.antlr.runtime.BitSet FOLLOW_block_in_rule682 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_rule689 public static final org.antlr.runtime.BitSet FOLLOW_EOR_in_rule696 public static final org.antlr.runtime.BitSet FOLLOW_PREC_RULE_in_precRule715 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_precRule719 public static final org.antlr.runtime.BitSet FOLLOW_modifier_in_precRule725 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_precRule738 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_precRule743 public static final org.antlr.runtime.BitSet FOLLOW_RET_in_precRule756 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_precRule761 public static final org.antlr.runtime.BitSet FOLLOW_throwsSpec_in_precRule774 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_precRule782 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_precRule790 public static final org.antlr.runtime.BitSet FOLLOW_ruleAction_in_precRule798 public static final org.antlr.runtime.BitSet FOLLOW_block_in_precRule817 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_precRule824 public static final org.antlr.runtime.BitSet FOLLOW_EOR_in_precRule831 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_ruleAction849 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_ruleAction853 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleAction857 public static final org.antlr.runtime.BitSet FOLLOW_set_in_modifier0 public static final org.antlr.runtime.BitSet FOLLOW_THROWS_in_throwsSpec906 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_throwsSpec908 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec923 public static final org.antlr.runtime.BitSet FOLLOW_ruleAction_in_ruleScopeSpec925 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec929 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_ruleScopeSpec935 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_block959 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_block970 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_block980 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_block982 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_block988 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_block990 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_block998 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_alternative1020 public static final org.antlr.runtime.BitSet FOLLOW_element_in_alternative1022 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_alternative1025 public static final org.antlr.runtime.BitSet FOLLOW_exceptionHandler_in_exceptionGroup1040 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup1046 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup1053 public static final org.antlr.runtime.BitSet FOLLOW_CATCH_in_exceptionHandler1065 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_exceptionHandler1067 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_exceptionHandler1069 public static final org.antlr.runtime.BitSet FOLLOW_FINALLY_in_finallyClause1082 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_finallyClause1084 public static final org.antlr.runtime.BitSet FOLLOW_REWRITES_in_rewrite1097 public static final org.antlr.runtime.BitSet FOLLOW_single_rewrite_in_rewrite1099 public static final org.antlr.runtime.BitSet FOLLOW_REWRITES_in_rewrite1106 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_single_rewrite1122 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_single_rewrite1131 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_single_rewrite1146 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_in_single_rewrite1153 public static final org.antlr.runtime.BitSet FOLLOW_ETC_in_single_rewrite1160 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_single_rewrite1169 public static final org.antlr.runtime.BitSet FOLLOW_TEMPLATE_in_rewrite_template1193 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rewrite_template1202 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template1213 public static final org.antlr.runtime.BitSet FOLLOW_ARGLIST_in_rewrite_template1227 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_rewrite_template1243 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rewrite_template1247 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template1259 public static final org.antlr.runtime.BitSet FOLLOW_DOUBLE_QUOTE_STRING_LITERAL_in_rewrite_template1295 public static final org.antlr.runtime.BitSet FOLLOW_DOUBLE_ANGLE_STRING_LITERAL_in_rewrite_template1304 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_element1328 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1330 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_element1339 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1341 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1349 public static final org.antlr.runtime.BitSet FOLLOW_NOT_in_element1355 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1359 public static final org.antlr.runtime.BitSet FOLLOW_RANGE_in_element1366 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1368 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1372 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_RANGE_in_element1379 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1381 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1385 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_element1392 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element1396 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1400 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_ASSIGN_in_element1407 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element1411 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1415 public static final org.antlr.runtime.BitSet FOLLOW_ebnf_in_element1421 public static final org.antlr.runtime.BitSet FOLLOW_tree__in_element1426 public static final org.antlr.runtime.BitSet FOLLOW_SYNPRED_in_element1433 public static final org.antlr.runtime.BitSet FOLLOW_block_in_element1435 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_element1447 public static final org.antlr.runtime.BitSet FOLLOW_FORCED_ACTION_in_element1457 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_element1467 public static final org.antlr.runtime.BitSet FOLLOW_SYN_SEMPRED_in_element1478 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_element1488 public static final org.antlr.runtime.BitSet FOLLOW_GATED_SEMPRED_in_element1500 public static final org.antlr.runtime.BitSet FOLLOW_EPSILON_in_element1509 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1520 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONAL_in_ebnf1530 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1532 public static final org.antlr.runtime.BitSet FOLLOW_CLOSURE_in_ebnf1544 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1546 public static final org.antlr.runtime.BitSet FOLLOW_POSITIVE_CLOSURE_in_ebnf1559 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1561 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_tree_1578 public static final org.antlr.runtime.BitSet FOLLOW_element_in_tree_1582 public static final org.antlr.runtime.BitSet FOLLOW_element_in_tree_1585 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_atom1611 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1623 public static final org.antlr.runtime.BitSet FOLLOW_ast_suffix_in_atom1634 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_atom1649 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1661 public static final org.antlr.runtime.BitSet FOLLOW_ast_suffix_in_atom1673 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_atom1688 public static final org.antlr.runtime.BitSet FOLLOW_ast_suffix_in_atom1697 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_atom1712 public static final org.antlr.runtime.BitSet FOLLOW_ast_suffix_in_atom1721 public static final org.antlr.runtime.BitSet FOLLOW_WILDCARD_in_atom1736 public static final org.antlr.runtime.BitSet FOLLOW_ast_suffix_in_atom1746 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_in_atom1766 public static final org.antlr.runtime.BitSet FOLLOW_DOT_in_atom1775 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_atom1777 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_atom1781 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_ast_suffix1794 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_ast_suffix1801 public void <init> (org.antlr.runtime.tree.TreeNodeStream) org.antlr.runtime.tree.TreeNodeStream input public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () private org.antlr.grammar.v3.ANTLRTreePrinter$block_return block (org.antlr.tool.GrammarAST, boolean) throws org.antlr.runtime.RecognitionException org.antlr.tool.GrammarAST t boolean forceParens org.antlr.grammar.v3.ANTLRTreePrinter other public final int countAltsForBlock (org.antlr.tool.GrammarAST) int i org.antlr.tool.GrammarAST t int n public void out (java.lang.String) String s public void reportError (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException ex org.antlr.runtime.Token token public static java.lang.String normalize (java.lang.String) String w String g java.util.StringTokenizer st StringBuffer buf public final java.lang.String toString (org.antlr.tool.Grammar, boolean) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt1 org.antlr.runtime.RecognitionException re org.antlr.tool.Grammar g boolean showActions String s public final void grammar_ () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt2 org.antlr.runtime.RecognitionException re public final void attrScope () throws org.antlr.runtime.RecognitionException int alt3 org.antlr.runtime.RecognitionException re public final void grammarSpec (java.lang.String) throws org.antlr.runtime.RecognitionException int alt8 int alt4 int alt5 int alt6 int alt7 int alt9 org.antlr.runtime.RecognitionException re String gtype org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST cmt public final void actions () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt10 int cnt10 org.antlr.runtime.RecognitionException re public final void action () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt11 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST id1 org.antlr.tool.GrammarAST id2 org.antlr.tool.GrammarAST a1 org.antlr.tool.GrammarAST a2 String scope String name String action public final void optionsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt12 int cnt12 org.antlr.runtime.RecognitionException re public final void option () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST id public final void optionValue () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt13 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST s org.antlr.tool.GrammarAST c org.antlr.tool.GrammarAST i public final void delegateGrammars () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt14 int cnt14 org.antlr.runtime.RecognitionException re public final void tokensSpec () throws org.antlr.runtime.RecognitionException int alt15 org.antlr.runtime.RecognitionException re public final void tokenSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int alt16 org.antlr.runtime.RecognitionException re public final void rules () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt17 int cnt17 org.antlr.runtime.RecognitionException re public final void rule () throws org.antlr.runtime.RecognitionException int alt19 int alt20 int alt24 int alt18 int alt21 int alt22 int alt23 int alt25 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST arg org.antlr.tool.GrammarAST ret org.antlr.grammar.v3.ANTLRTreePrinter$block_return b public final void precRule () throws org.antlr.runtime.RecognitionException int alt27 int alt28 int alt32 int alt26 int alt29 int alt30 int alt31 int alt33 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST arg org.antlr.tool.GrammarAST ret org.antlr.grammar.v3.ANTLRTreePrinter$block_return b public final void ruleAction () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST a public final org.antlr.grammar.v3.ANTLRTreePrinter$modifier_return modifier () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRTreePrinter$modifier_return retval public final void throwsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt34 int cnt34 org.antlr.runtime.RecognitionException re public final void ruleScopeSpec () throws org.antlr.runtime.RecognitionException int alt35 int alt37 int alt36 org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.ANTLRTreePrinter$block_return block (boolean) throws org.antlr.runtime.RecognitionException int alt39 int alt38 org.antlr.runtime.RecognitionException re boolean forceParens org.antlr.grammar.v3.ANTLRTreePrinter$block_return retval int numAlts public final void alternative () throws org.antlr.runtime.RecognitionException int alt40 org.antlr.runtime.RecognitionException re public final void exceptionGroup () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt41 int cnt41 int alt42 int alt43 org.antlr.runtime.RecognitionException re public final void exceptionHandler () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void finallyClause () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void rewrite () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt44 int cnt44 int alt45 org.antlr.runtime.RecognitionException re public final void single_rewrite () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt46 int alt47 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST SEMPRED1 org.antlr.tool.GrammarAST ACTION2 public final void rewrite_template () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt49 int alt48 int alt50 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST ind org.antlr.tool.GrammarAST arg org.antlr.tool.GrammarAST a org.antlr.tool.GrammarAST DOUBLE_QUOTE_STRING_LITERAL3 org.antlr.tool.GrammarAST DOUBLE_ANGLE_STRING_LITERAL4 public final void element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae String name org.antlr.tool.GrammarAST predAST int alt51 int alt52 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST id2 org.antlr.tool.GrammarAST a org.antlr.tool.GrammarAST a2 org.antlr.tool.GrammarAST pred org.antlr.tool.GrammarAST spred org.antlr.tool.GrammarAST gpred public final void ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt53 org.antlr.runtime.RecognitionException re public final void tree_ () throws org.antlr.runtime.RecognitionException int alt54 org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.ANTLRTreePrinter$atom_return atom () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt55 int alt56 int alt57 int alt58 int alt59 int alt60 int alt61 int alt62 int alt63 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRTreePrinter$atom_return retval org.antlr.tool.GrammarAST rarg org.antlr.tool.GrammarAST targ org.antlr.tool.GrammarAST LABEL5 org.antlr.tool.GrammarAST ID6 public final void ast_suffix () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt64 org.antlr.runtime.RecognitionException re static void <clinit> () }
org/antlr/grammar/v3/ANTLRv3Lexer$DFA13.class
ANTLRv3Lexer.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRv3Lexer$DFA13 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRv3Lexer this$0 public void <init> (org.antlr.grammar.v3.ANTLRv3Lexer, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA13_5 int LA13_0 int LA13_3 int LA13_4 int s org.antlr.runtime.IntStream _input org.antlr.runtime.IntStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/grammar/v3/ANTLRv3Lexer$DFA2.class
ANTLRv3Lexer.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRv3Lexer$DFA2 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRv3Lexer this$0 public void <init> (org.antlr.grammar.v3.ANTLRv3Lexer, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA2_8 int LA2_12 int LA2_10 int LA2_11 int LA2_22 int LA2_19 int LA2_16 int LA2_15 int LA2_17 int LA2_9 int LA2_18 int LA2_14 int LA2_13 int LA2_26 int LA2_24 int LA2_0 int LA2_3 int LA2_20 int LA2_1 int LA2_5 int LA2_4 int LA2_23 int LA2_7 int LA2_21 int LA2_6 int s org.antlr.runtime.IntStream _input org.antlr.runtime.IntStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/grammar/v3/ANTLRv3Lexer$DFA22.class
ANTLRv3Lexer.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRv3Lexer$DFA22 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRv3Lexer this$0 public void <init> (org.antlr.grammar.v3.ANTLRv3Lexer, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA22_86 int LA22_67 int LA22_66 int LA22_155 int LA22_92 int LA22_88 int LA22_89 int LA22_90 int LA22_91 int LA22_93 int LA22_30 int LA22_83 int LA22_85 int LA22_111 int LA22_84 int LA22_128 int LA22_87 int LA22_143 int s org.antlr.runtime.IntStream _input org.antlr.runtime.IntStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/grammar/v3/ANTLRv3Lexer$DFA9.class
ANTLRv3Lexer.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRv3Lexer$DFA9 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRv3Lexer this$0 public void <init> (org.antlr.grammar.v3.ANTLRv3Lexer, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA9_0 int s org.antlr.runtime.IntStream _input org.antlr.runtime.IntStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/grammar/v3/ANTLRv3Lexer.class
ANTLRv3Lexer.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Lexer extends org.antlr.runtime.Lexer { public static final int EOF public static final int T__67 public static final int T__68 public static final int T__69 public static final int T__70 public static final int T__71 public static final int T__72 public static final int T__73 public static final int T__74 public static final int T__75 public static final int T__76 public static final int T__77 public static final int T__78 public static final int T__79 public static final int T__80 public static final int T__81 public static final int T__82 public static final int T__83 public static final int T__84 public static final int T__85 public static final int T__86 public static final int T__87 public static final int T__88 public static final int T__89 public static final int T__90 public static final int T__91 public static final int T__92 public static final int T__93 public static final int DOC_COMMENT public static final int PARSER public static final int LEXER public static final int RULE public static final int BLOCK public static final int OPTIONAL public static final int CLOSURE public static final int POSITIVE_CLOSURE public static final int SYNPRED public static final int RANGE public static final int CHAR_RANGE public static final int EPSILON public static final int ALT public static final int EOR public static final int EOB public static final int EOA public static final int ID public static final int ARG public static final int ARGLIST public static final int RET public static final int LEXER_GRAMMAR public static final int PARSER_GRAMMAR public static final int TREE_GRAMMAR public static final int COMBINED_GRAMMAR public static final int LABEL public static final int TEMPLATE public static final int SCOPE public static final int SEMPRED public static final int GATED_SEMPRED public static final int SYN_SEMPRED public static final int BACKTRACK_SEMPRED public static final int FRAGMENT public static final int TREE_BEGIN public static final int ROOT public static final int BANG public static final int REWRITE public static final int AT public static final int LABEL_ASSIGN public static final int LIST_LABEL_ASSIGN public static final int TOKENS public static final int TOKEN_REF public static final int STRING_LITERAL public static final int CHAR_LITERAL public static final int ACTION public static final int OPTIONS public static final int INT public static final int ARG_ACTION public static final int RULE_REF public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int SRC public static final int SL_COMMENT public static final int ML_COMMENT public static final int LITERAL_CHAR public static final int ESC public static final int XDIGIT public static final int NESTED_ARG_ACTION public static final int ACTION_STRING_LITERAL public static final int ACTION_CHAR_LITERAL public static final int NESTED_ACTION public static final int ACTION_ESC public static final int WS_LOOP public static final int WS protected org.antlr.grammar.v3.ANTLRv3Lexer$DFA2 dfa2 protected org.antlr.grammar.v3.ANTLRv3Lexer$DFA9 dfa9 protected org.antlr.grammar.v3.ANTLRv3Lexer$DFA13 dfa13 protected org.antlr.grammar.v3.ANTLRv3Lexer$DFA22 dfa22 static final String DFA2_eotS static final String DFA2_eofS static final String DFA2_minS static final String DFA2_maxS static final String DFA2_acceptS static final String DFA2_specialS static final String[] DFA2_transitionS static final short[] DFA2_eot static final short[] DFA2_eof static final char[] DFA2_min static final char[] DFA2_max static final short[] DFA2_accept static final short[] DFA2_special static final short[][] DFA2_transition static final String DFA9_eotS static final String DFA9_eofS static final String DFA9_minS static final String DFA9_maxS static final String DFA9_acceptS static final String DFA9_specialS static final String[] DFA9_transitionS static final short[] DFA9_eot static final short[] DFA9_eof static final char[] DFA9_min static final char[] DFA9_max static final short[] DFA9_accept static final short[] DFA9_special static final short[][] DFA9_transition static final String DFA13_eotS static final String DFA13_eofS static final String DFA13_minS static final String DFA13_maxS static final String DFA13_acceptS static final String DFA13_specialS static final String[] DFA13_transitionS static final short[] DFA13_eot static final short[] DFA13_eof static final char[] DFA13_min static final char[] DFA13_max static final short[] DFA13_accept static final short[] DFA13_special static final short[][] DFA13_transition static final String DFA22_eotS static final String DFA22_eofS static final String DFA22_minS static final String DFA22_maxS static final String DFA22_acceptS static final String DFA22_specialS static final String[] DFA22_transitionS static final short[] DFA22_eot static final short[] DFA22_eof static final char[] DFA22_min static final char[] DFA22_max static final short[] DFA22_accept static final short[] DFA22_special static final short[][] DFA22_transition public void <init> () public void <init> (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public void <init> (org.antlr.runtime.CharStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.CharStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String getGrammarFileName () public final void mRET () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSCOPE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mFRAGMENT () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mTREE_BEGIN () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mROOT () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mBANG () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mRANGE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mREWRITE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mAT () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mLABEL_ASSIGN () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mLIST_LABEL_ASSIGN () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__67 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__68 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__69 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__70 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__71 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__72 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__73 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__74 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__75 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__76 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__77 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__78 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__79 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__80 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__81 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__82 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__83 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__84 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__85 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__86 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__87 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__88 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__89 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__90 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__91 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__92 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__93 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSL_COMMENT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt1 int LA1_0 int alt2 int alt3 int _type int _channel public final void mML_COMMENT () throws org.antlr.runtime.RecognitionException int LA4_1 int alt4 int LA4_0 int _type int _channel public final void mCHAR_LITERAL () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSTRING_LITERAL () throws org.antlr.runtime.RecognitionException int alt5 int LA5_0 int _type int _channel public final void mLITERAL_CHAR () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int alt6 int LA6_0 public final void mDOUBLE_QUOTE_STRING_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt7 int LA7_0 int _type int _channel public final void mDOUBLE_ANGLE_STRING_LITERAL () throws org.antlr.runtime.RecognitionException int LA8_1 int alt8 int LA8_0 int _type int _channel public final void mESC () throws org.antlr.runtime.RecognitionException int alt9 public final void mXDIGIT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse public final void mINT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt10 int cnt10 int _type int _channel public final void mARG_ACTION () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mNESTED_ARG_ACTION () throws org.antlr.runtime.RecognitionException int alt11 int LA11_0 public final void mACTION () throws org.antlr.runtime.RecognitionException int alt12 int _type int _channel public final void mNESTED_ACTION () throws org.antlr.runtime.RecognitionException int alt13 public final void mACTION_CHAR_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int alt14 int LA14_0 public final void mACTION_STRING_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt15 int LA15_0 public final void mACTION_ESC () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int LA16_1 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int alt16 public final void mTOKEN_REF () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt17 int _type int _channel public final void mRULE_REF () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt18 int _type int _channel public final void mOPTIONS () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mTOKENS () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSRC () throws org.antlr.runtime.RecognitionException int fileStart997 int fileStartLine997 int fileStartCharPos997 int lineStart1003 int lineStartLine1003 int lineStartCharPos1003 org.antlr.runtime.CommonToken file org.antlr.runtime.CommonToken line public final void mWS () throws org.antlr.runtime.RecognitionException int alt19 org.antlr.runtime.EarlyExitException eee int alt20 int cnt20 int _type int _channel public final void mWS_LOOP () throws org.antlr.runtime.RecognitionException int alt21 public void mTokens () throws org.antlr.runtime.RecognitionException int alt22 static void <clinit> () int i int numStates int i int numStates int i int numStates int i int numStates }
org/antlr/grammar/v3/ANTLRv3Parser$actionScopeName_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$actionScopeName_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$action_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$action_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$alternative_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$alternative_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$altList_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$altList_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$altpair_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$altpair_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$atom_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$atom_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$attrScope_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$attrScope_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$block_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$block_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$DFA46.class
ANTLRv3Parser.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRv3Parser$DFA46 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRv3Parser this$0 public void <init> (org.antlr.grammar.v3.ANTLRv3Parser, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/grammar/v3/ANTLRv3Parser$DFA73.class
ANTLRv3Parser.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRv3Parser$DFA73 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRv3Parser this$0 public void <init> (org.antlr.grammar.v3.ANTLRv3Parser, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA73_4 int index73_4 int s org.antlr.runtime.IntStream _input org.antlr.runtime.TokenStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/grammar/v3/ANTLRv3Parser$DFA76.class
ANTLRv3Parser.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRv3Parser$DFA76 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRv3Parser this$0 public void <init> (org.antlr.grammar.v3.ANTLRv3Parser, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/grammar/v3/ANTLRv3Parser$DFA81.class
ANTLRv3Parser.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRv3Parser$DFA81 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRv3Parser this$0 public void <init> (org.antlr.grammar.v3.ANTLRv3Parser, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/grammar/v3/ANTLRv3Parser$ebnfSuffix_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$ebnfSuffix_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$ebnf_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$ebnf_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$elementOptions_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$elementOptions_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$elementOption_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$elementOption_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$element_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$element_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$exceptionGroup_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$exceptionGroup_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$exceptionHandler_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$exceptionHandler_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$finallyClause_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$finallyClause_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$grammarDef_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$grammarDef_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$id_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$id_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$notSet_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$notSet_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$notTerminal_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$notTerminal_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$optionsSpec_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$optionsSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$optionValue_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$optionValue_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$option_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$option_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$qid_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$qid_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$range_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$range_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_alternative_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_alternative_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_indirect_template_head_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_indirect_template_head_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_template_args_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_args_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_template_arg_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_arg_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_template_ref_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_ref_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_template_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_tree_alternative_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_alternative_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_tree_atom_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_atom_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_tree_block_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_block_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_tree_ebnf_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_ebnf_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_tree_element_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_element_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rewrite_tree_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$ruleAction_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$ruleAction_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$ruleScopeSpec_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$ruleScopeSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rule_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rule_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$rule_scope.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$rule_scope extends java.lang.Object { String name protected void <init> () }
org/antlr/grammar/v3/ANTLRv3Parser$terminal_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$terminal_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$throwsSpec_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$throwsSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$tokenSpec_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$tokenSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$tokensSpec_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$tokensSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser$treeSpec_return.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser$treeSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/grammar/v3/ANTLRv3Parser.class
ANTLRv3Parser.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Parser extends org.antlr.runtime.Parser { public static final String[] tokenNames public static final int EOF public static final int T__67 public static final int T__68 public static final int T__69 public static final int T__70 public static final int T__71 public static final int T__72 public static final int T__73 public static final int T__74 public static final int T__75 public static final int T__76 public static final int T__77 public static final int T__78 public static final int T__79 public static final int T__80 public static final int T__81 public static final int T__82 public static final int T__83 public static final int T__84 public static final int T__85 public static final int T__86 public static final int T__87 public static final int T__88 public static final int T__89 public static final int T__90 public static final int T__91 public static final int T__92 public static final int T__93 public static final int DOC_COMMENT public static final int PARSER public static final int LEXER public static final int RULE public static final int BLOCK public static final int OPTIONAL public static final int CLOSURE public static final int POSITIVE_CLOSURE public static final int SYNPRED public static final int RANGE public static final int CHAR_RANGE public static final int EPSILON public static final int ALT public static final int EOR public static final int EOB public static final int EOA public static final int ID public static final int ARG public static final int ARGLIST public static final int RET public static final int LEXER_GRAMMAR public static final int PARSER_GRAMMAR public static final int TREE_GRAMMAR public static final int COMBINED_GRAMMAR public static final int LABEL public static final int TEMPLATE public static final int SCOPE public static final int SEMPRED public static final int GATED_SEMPRED public static final int SYN_SEMPRED public static final int BACKTRACK_SEMPRED public static final int FRAGMENT public static final int TREE_BEGIN public static final int ROOT public static final int BANG public static final int REWRITE public static final int AT public static final int LABEL_ASSIGN public static final int LIST_LABEL_ASSIGN public static final int TOKENS public static final int TOKEN_REF public static final int STRING_LITERAL public static final int CHAR_LITERAL public static final int ACTION public static final int OPTIONS public static final int INT public static final int ARG_ACTION public static final int RULE_REF public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int SRC public static final int SL_COMMENT public static final int ML_COMMENT public static final int LITERAL_CHAR public static final int ESC public static final int XDIGIT public static final int NESTED_ARG_ACTION public static final int ACTION_STRING_LITERAL public static final int ACTION_CHAR_LITERAL public static final int NESTED_ACTION public static final int ACTION_ESC public static final int WS_LOOP public static final int WS protected org.antlr.runtime.tree.TreeAdaptor adaptor int gtype protected java.util.Stack rule_stack protected org.antlr.grammar.v3.ANTLRv3Parser$DFA46 dfa46 protected org.antlr.grammar.v3.ANTLRv3Parser$DFA73 dfa73 protected org.antlr.grammar.v3.ANTLRv3Parser$DFA76 dfa76 protected org.antlr.grammar.v3.ANTLRv3Parser$DFA81 dfa81 static final String DFA46_eotS static final String DFA46_eofS static final String DFA46_minS static final String DFA46_maxS static final String DFA46_acceptS static final String DFA46_specialS static final String[] DFA46_transitionS static final short[] DFA46_eot static final short[] DFA46_eof static final char[] DFA46_min static final char[] DFA46_max static final short[] DFA46_accept static final short[] DFA46_special static final short[][] DFA46_transition static final String DFA73_eotS static final String DFA73_eofS static final String DFA73_minS static final String DFA73_maxS static final String DFA73_acceptS static final String DFA73_specialS static final String[] DFA73_transitionS static final short[] DFA73_eot static final short[] DFA73_eof static final char[] DFA73_min static final char[] DFA73_max static final short[] DFA73_accept static final short[] DFA73_special static final short[][] DFA73_transition static final String DFA76_eotS static final String DFA76_eofS static final String DFA76_minS static final String DFA76_maxS static final String DFA76_acceptS static final String DFA76_specialS static final String[] DFA76_transitionS static final short[] DFA76_eot static final short[] DFA76_eof static final char[] DFA76_min static final char[] DFA76_max static final short[] DFA76_accept static final short[] DFA76_special static final short[][] DFA76_transition static final String DFA81_eotS static final String DFA81_eofS static final String DFA81_minS static final String DFA81_maxS static final String DFA81_acceptS static final String DFA81_specialS static final String[] DFA81_transitionS static final short[] DFA81_eot static final short[] DFA81_eof static final char[] DFA81_min static final char[] DFA81_max static final short[] DFA81_accept static final short[] DFA81_special static final short[][] DFA81_transition public static final org.antlr.runtime.BitSet FOLLOW_DOC_COMMENT_in_grammarDef367 public static final org.antlr.runtime.BitSet FOLLOW_67_in_grammarDef377 public static final org.antlr.runtime.BitSet FOLLOW_68_in_grammarDef395 public static final org.antlr.runtime.BitSet FOLLOW_69_in_grammarDef411 public static final org.antlr.runtime.BitSet FOLLOW_70_in_grammarDef452 public static final org.antlr.runtime.BitSet FOLLOW_id_in_grammarDef454 public static final org.antlr.runtime.BitSet FOLLOW_71_in_grammarDef456 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_grammarDef458 public static final org.antlr.runtime.BitSet FOLLOW_tokensSpec_in_grammarDef461 public static final org.antlr.runtime.BitSet FOLLOW_attrScope_in_grammarDef464 public static final org.antlr.runtime.BitSet FOLLOW_action_in_grammarDef467 public static final org.antlr.runtime.BitSet FOLLOW_rule_in_grammarDef475 public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_grammarDef483 public static final org.antlr.runtime.BitSet FOLLOW_TOKENS_in_tokensSpec544 public static final org.antlr.runtime.BitSet FOLLOW_tokenSpec_in_tokensSpec546 public static final org.antlr.runtime.BitSet FOLLOW_72_in_tokensSpec549 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_tokenSpec569 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_ASSIGN_in_tokenSpec575 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_tokenSpec580 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_tokenSpec584 public static final org.antlr.runtime.BitSet FOLLOW_71_in_tokenSpec623 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_attrScope634 public static final org.antlr.runtime.BitSet FOLLOW_id_in_attrScope636 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_attrScope638 public static final org.antlr.runtime.BitSet FOLLOW_AT_in_action661 public static final org.antlr.runtime.BitSet FOLLOW_actionScopeName_in_action664 public static final org.antlr.runtime.BitSet FOLLOW_73_in_action666 public static final org.antlr.runtime.BitSet FOLLOW_id_in_action670 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_action672 public static final org.antlr.runtime.BitSet FOLLOW_id_in_actionScopeName698 public static final org.antlr.runtime.BitSet FOLLOW_67_in_actionScopeName705 public static final org.antlr.runtime.BitSet FOLLOW_68_in_actionScopeName722 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_optionsSpec738 public static final org.antlr.runtime.BitSet FOLLOW_option_in_optionsSpec741 public static final org.antlr.runtime.BitSet FOLLOW_71_in_optionsSpec743 public static final org.antlr.runtime.BitSet FOLLOW_72_in_optionsSpec747 public static final org.antlr.runtime.BitSet FOLLOW_id_in_option772 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_ASSIGN_in_option774 public static final org.antlr.runtime.BitSet FOLLOW_optionValue_in_option776 public static final org.antlr.runtime.BitSet FOLLOW_qid_in_optionValue805 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_optionValue815 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_optionValue825 public static final org.antlr.runtime.BitSet FOLLOW_INT_in_optionValue835 public static final org.antlr.runtime.BitSet FOLLOW_74_in_optionValue845 public static final org.antlr.runtime.BitSet FOLLOW_DOC_COMMENT_in_rule870 public static final org.antlr.runtime.BitSet FOLLOW_75_in_rule880 public static final org.antlr.runtime.BitSet FOLLOW_76_in_rule882 public static final org.antlr.runtime.BitSet FOLLOW_77_in_rule884 public static final org.antlr.runtime.BitSet FOLLOW_FRAGMENT_in_rule886 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rule894 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_rule900 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule909 public static final org.antlr.runtime.BitSet FOLLOW_RET_in_rule918 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule922 public static final org.antlr.runtime.BitSet FOLLOW_throwsSpec_in_rule930 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_rule933 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_rule936 public static final org.antlr.runtime.BitSet FOLLOW_ruleAction_in_rule939 public static final org.antlr.runtime.BitSet FOLLOW_78_in_rule944 public static final org.antlr.runtime.BitSet FOLLOW_altList_in_rule946 public static final org.antlr.runtime.BitSet FOLLOW_71_in_rule948 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_rule952 public static final org.antlr.runtime.BitSet FOLLOW_AT_in_ruleAction1058 public static final org.antlr.runtime.BitSet FOLLOW_id_in_ruleAction1060 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleAction1062 public static final org.antlr.runtime.BitSet FOLLOW_79_in_throwsSpec1083 public static final org.antlr.runtime.BitSet FOLLOW_id_in_throwsSpec1085 public static final org.antlr.runtime.BitSet FOLLOW_80_in_throwsSpec1089 public static final org.antlr.runtime.BitSet FOLLOW_id_in_throwsSpec1091 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec1114 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec1116 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec1129 public static final org.antlr.runtime.BitSet FOLLOW_id_in_ruleScopeSpec1131 public static final org.antlr.runtime.BitSet FOLLOW_80_in_ruleScopeSpec1134 public static final org.antlr.runtime.BitSet FOLLOW_id_in_ruleScopeSpec1136 public static final org.antlr.runtime.BitSet FOLLOW_71_in_ruleScopeSpec1140 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec1154 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec1156 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec1160 public static final org.antlr.runtime.BitSet FOLLOW_id_in_ruleScopeSpec1162 public static final org.antlr.runtime.BitSet FOLLOW_80_in_ruleScopeSpec1165 public static final org.antlr.runtime.BitSet FOLLOW_id_in_ruleScopeSpec1167 public static final org.antlr.runtime.BitSet FOLLOW_71_in_ruleScopeSpec1171 public static final org.antlr.runtime.BitSet FOLLOW_81_in_block1203 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_block1212 public static final org.antlr.runtime.BitSet FOLLOW_78_in_block1216 public static final org.antlr.runtime.BitSet FOLLOW_altpair_in_block1223 public static final org.antlr.runtime.BitSet FOLLOW_82_in_block1227 public static final org.antlr.runtime.BitSet FOLLOW_altpair_in_block1229 public static final org.antlr.runtime.BitSet FOLLOW_83_in_block1244 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_altpair1283 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_altpair1285 public static final org.antlr.runtime.BitSet FOLLOW_altpair_in_altList1305 public static final org.antlr.runtime.BitSet FOLLOW_82_in_altList1309 public static final org.antlr.runtime.BitSet FOLLOW_altpair_in_altList1311 public static final org.antlr.runtime.BitSet FOLLOW_element_in_alternative1352 public static final org.antlr.runtime.BitSet FOLLOW_exceptionHandler_in_exceptionGroup1403 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup1410 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup1418 public static final org.antlr.runtime.BitSet FOLLOW_84_in_exceptionHandler1438 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_exceptionHandler1440 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_exceptionHandler1442 public static final org.antlr.runtime.BitSet FOLLOW_85_in_finallyClause1472 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_finallyClause1474 public static final org.antlr.runtime.BitSet FOLLOW_id_in_element1496 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_ASSIGN_in_element1501 public static final org.antlr.runtime.BitSet FOLLOW_LIST_LABEL_ASSIGN_in_element1505 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1508 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_element1514 public static final org.antlr.runtime.BitSet FOLLOW_id_in_element1573 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_ASSIGN_in_element1578 public static final org.antlr.runtime.BitSet FOLLOW_LIST_LABEL_ASSIGN_in_element1582 public static final org.antlr.runtime.BitSet FOLLOW_block_in_element1585 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_element1591 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1650 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_element1656 public static final org.antlr.runtime.BitSet FOLLOW_ebnf_in_element1702 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_element1709 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_element1716 public static final org.antlr.runtime.BitSet FOLLOW_86_in_element1722 public static final org.antlr.runtime.BitSet FOLLOW_treeSpec_in_element1742 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_element1748 public static final org.antlr.runtime.BitSet FOLLOW_terminal_in_atom1800 public static final org.antlr.runtime.BitSet FOLLOW_range_in_atom1805 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_atom1815 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_atom1819 public static final org.antlr.runtime.BitSet FOLLOW_notSet_in_atom1853 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_atom1862 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_atom1866 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_atom1902 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1904 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_atom1914 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_atom1918 public static final org.antlr.runtime.BitSet FOLLOW_87_in_notSet1966 public static final org.antlr.runtime.BitSet FOLLOW_notTerminal_in_notSet1972 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_notSet1974 public static final org.antlr.runtime.BitSet FOLLOW_block_in_notSet1992 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_notSet1994 public static final org.antlr.runtime.BitSet FOLLOW_set_in_notTerminal0 public static final org.antlr.runtime.BitSet FOLLOW_88_in_elementOptions2046 public static final org.antlr.runtime.BitSet FOLLOW_qid_in_elementOptions2048 public static final org.antlr.runtime.BitSet FOLLOW_89_in_elementOptions2050 public static final org.antlr.runtime.BitSet FOLLOW_88_in_elementOptions2068 public static final org.antlr.runtime.BitSet FOLLOW_option_in_elementOptions2070 public static final org.antlr.runtime.BitSet FOLLOW_71_in_elementOptions2073 public static final org.antlr.runtime.BitSet FOLLOW_option_in_elementOptions2075 public static final org.antlr.runtime.BitSet FOLLOW_89_in_elementOptions2079 public static final org.antlr.runtime.BitSet FOLLOW_id_in_elementOption2099 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_ASSIGN_in_elementOption2101 public static final org.antlr.runtime.BitSet FOLLOW_optionValue_in_elementOption2103 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_treeSpec2125 public static final org.antlr.runtime.BitSet FOLLOW_element_in_treeSpec2127 public static final org.antlr.runtime.BitSet FOLLOW_element_in_treeSpec2131 public static final org.antlr.runtime.BitSet FOLLOW_83_in_treeSpec2136 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_range2159 public static final org.antlr.runtime.BitSet FOLLOW_RANGE_in_range2161 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_range2165 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_range2167 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_terminal2204 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_terminal2206 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_terminal2237 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_terminal2239 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_terminal2242 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_terminal2263 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_terminal2265 public static final org.antlr.runtime.BitSet FOLLOW_90_in_terminal2286 public static final org.antlr.runtime.BitSet FOLLOW_elementOptions_in_terminal2288 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_terminal2315 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_terminal2336 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf2379 public static final org.antlr.runtime.BitSet FOLLOW_91_in_ebnf2387 public static final org.antlr.runtime.BitSet FOLLOW_74_in_ebnf2404 public static final org.antlr.runtime.BitSet FOLLOW_92_in_ebnf2421 public static final org.antlr.runtime.BitSet FOLLOW_86_in_ebnf2438 public static final org.antlr.runtime.BitSet FOLLOW_91_in_ebnfSuffix2523 public static final org.antlr.runtime.BitSet FOLLOW_74_in_ebnfSuffix2535 public static final org.antlr.runtime.BitSet FOLLOW_92_in_ebnfSuffix2548 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite2577 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_rewrite2581 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite2585 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite2593 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite2597 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_in_rewrite_alternative2648 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_alternative_in_rewrite_alternative2653 public static final org.antlr.runtime.BitSet FOLLOW_81_in_rewrite_tree_block2695 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_alternative_in_rewrite_tree_block2697 public static final org.antlr.runtime.BitSet FOLLOW_83_in_rewrite_tree_block2699 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_element_in_rewrite_tree_alternative2733 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_atom_in_rewrite_tree_element2761 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_atom_in_rewrite_tree_element2766 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_rewrite_tree_element2768 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_in_rewrite_tree_element2802 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_rewrite_tree_element2808 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_ebnf_in_rewrite_tree_element2854 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_rewrite_tree_atom2870 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_rewrite_tree_atom2877 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rewrite_tree_atom2879 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_rewrite_tree_atom2900 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_rewrite_tree_atom2907 public static final org.antlr.runtime.BitSet FOLLOW_93_in_rewrite_tree_atom2916 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rewrite_tree_atom2918 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_tree_atom2929 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_block_in_rewrite_tree_ebnf2950 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_rewrite_tree_ebnf2952 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_rewrite_tree2972 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_atom_in_rewrite_tree2974 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_element_in_rewrite_tree2976 public static final org.antlr.runtime.BitSet FOLLOW_83_in_rewrite_tree2979 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rewrite_template3011 public static final org.antlr.runtime.BitSet FOLLOW_81_in_rewrite_template3015 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_args_in_rewrite_template3017 public static final org.antlr.runtime.BitSet FOLLOW_83_in_rewrite_template3019 public static final org.antlr.runtime.BitSet FOLLOW_DOUBLE_QUOTE_STRING_LITERAL_in_rewrite_template3027 public static final org.antlr.runtime.BitSet FOLLOW_DOUBLE_ANGLE_STRING_LITERAL_in_rewrite_template3033 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_ref_in_rewrite_template3060 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_indirect_template_head_in_rewrite_template3069 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template3078 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rewrite_template_ref3091 public static final org.antlr.runtime.BitSet FOLLOW_81_in_rewrite_template_ref3095 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_args_in_rewrite_template_ref3097 public static final org.antlr.runtime.BitSet FOLLOW_83_in_rewrite_template_ref3099 public static final org.antlr.runtime.BitSet FOLLOW_81_in_rewrite_indirect_template_head3127 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_indirect_template_head3129 public static final org.antlr.runtime.BitSet FOLLOW_83_in_rewrite_indirect_template_head3131 public static final org.antlr.runtime.BitSet FOLLOW_81_in_rewrite_indirect_template_head3133 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_args_in_rewrite_indirect_template_head3135 public static final org.antlr.runtime.BitSet FOLLOW_83_in_rewrite_indirect_template_head3137 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_arg_in_rewrite_template_args3161 public static final org.antlr.runtime.BitSet FOLLOW_80_in_rewrite_template_args3164 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_arg_in_rewrite_template_args3166 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rewrite_template_arg3199 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_ASSIGN_in_rewrite_template_arg3201 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template_arg3203 public static final org.antlr.runtime.BitSet FOLLOW_id_in_qid3224 public static final org.antlr.runtime.BitSet FOLLOW_90_in_qid3227 public static final org.antlr.runtime.BitSet FOLLOW_id_in_qid3229 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_id3241 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_id3251 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_in_synpred1_ANTLRv32648 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_alternative_in_synpred2_ANTLRv32653 public void <init> (org.antlr.runtime.TokenStream) org.antlr.runtime.TokenStream input public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.TokenStream input org.antlr.runtime.RecognizerSharedState state public void setTreeAdaptor (org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.tree.TreeAdaptor adaptor public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor () public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public final org.antlr.grammar.v3.ANTLRv3Parser$grammarDef_return grammarDef () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt5 int alt6 org.antlr.runtime.EarlyExitException eee int alt7 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt1 int alt2 int alt3 int alt4 int cnt7 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$grammarDef_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token g org.antlr.runtime.Token DOC_COMMENT1 org.antlr.runtime.Token string_literal2 org.antlr.runtime.Token string_literal3 org.antlr.runtime.Token string_literal4 org.antlr.runtime.Token char_literal6 org.antlr.runtime.Token EOF12 org.antlr.grammar.v3.ANTLRv3Parser$id_return id5 org.antlr.grammar.v3.ANTLRv3Parser$optionsSpec_return optionsSpec7 org.antlr.grammar.v3.ANTLRv3Parser$tokensSpec_return tokensSpec8 org.antlr.grammar.v3.ANTLRv3Parser$attrScope_return attrScope9 org.antlr.grammar.v3.ANTLRv3Parser$action_return action10 org.antlr.grammar.v3.ANTLRv3Parser$rule_return rule11 org.antlr.runtime.tree.CommonTree g_tree org.antlr.runtime.tree.CommonTree DOC_COMMENT1_tree org.antlr.runtime.tree.CommonTree string_literal2_tree org.antlr.runtime.tree.CommonTree string_literal3_tree org.antlr.runtime.tree.CommonTree string_literal4_tree org.antlr.runtime.tree.CommonTree char_literal6_tree org.antlr.runtime.tree.CommonTree EOF12_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_67 org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOC_COMMENT org.antlr.runtime.tree.RewriteRuleTokenStream stream_69 org.antlr.runtime.tree.RewriteRuleTokenStream stream_68 org.antlr.runtime.tree.RewriteRuleTokenStream stream_EOF org.antlr.runtime.tree.RewriteRuleTokenStream stream_70 org.antlr.runtime.tree.RewriteRuleTokenStream stream_71 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_tokensSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_attrScope org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rule org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_action org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_optionsSpec public final org.antlr.grammar.v3.ANTLRv3Parser$tokensSpec_return tokensSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt8 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int cnt8 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$tokensSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token TOKENS13 org.antlr.runtime.Token char_literal15 org.antlr.grammar.v3.ANTLRv3Parser$tokenSpec_return tokenSpec14 org.antlr.runtime.tree.CommonTree TOKENS13_tree org.antlr.runtime.tree.CommonTree char_literal15_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_TOKENS org.antlr.runtime.tree.RewriteRuleTokenStream stream_72 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_tokenSpec public final org.antlr.grammar.v3.ANTLRv3Parser$tokenSpec_return tokenSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_lit org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt9 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt10 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$tokenSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token lit org.antlr.runtime.Token TOKEN_REF16 org.antlr.runtime.Token char_literal17 org.antlr.runtime.Token char_literal18 org.antlr.runtime.tree.CommonTree lit_tree org.antlr.runtime.tree.CommonTree TOKEN_REF16_tree org.antlr.runtime.tree.CommonTree char_literal17_tree org.antlr.runtime.tree.CommonTree char_literal18_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_STRING_LITERAL org.antlr.runtime.tree.RewriteRuleTokenStream stream_CHAR_LITERAL org.antlr.runtime.tree.RewriteRuleTokenStream stream_LABEL_ASSIGN org.antlr.runtime.tree.RewriteRuleTokenStream stream_71 org.antlr.runtime.tree.RewriteRuleTokenStream stream_TOKEN_REF public final org.antlr.grammar.v3.ANTLRv3Parser$attrScope_return attrScope () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$attrScope_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal19 org.antlr.runtime.Token ACTION21 org.antlr.grammar.v3.ANTLRv3Parser$id_return id20 org.antlr.runtime.tree.CommonTree string_literal19_tree org.antlr.runtime.tree.CommonTree ACTION21_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_SCOPE org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final org.antlr.grammar.v3.ANTLRv3Parser$action_return action () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt11 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$action_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal22 org.antlr.runtime.Token string_literal24 org.antlr.runtime.Token ACTION26 org.antlr.grammar.v3.ANTLRv3Parser$actionScopeName_return actionScopeName23 org.antlr.grammar.v3.ANTLRv3Parser$id_return id25 org.antlr.runtime.tree.CommonTree char_literal22_tree org.antlr.runtime.tree.CommonTree string_literal24_tree org.antlr.runtime.tree.CommonTree ACTION26_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_AT org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_73 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_actionScopeName public final org.antlr.grammar.v3.ANTLRv3Parser$actionScopeName_return actionScopeName () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt12 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$actionScopeName_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token l org.antlr.runtime.Token p org.antlr.grammar.v3.ANTLRv3Parser$id_return id27 org.antlr.runtime.tree.CommonTree l_tree org.antlr.runtime.tree.CommonTree p_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_67 org.antlr.runtime.tree.RewriteRuleTokenStream stream_68 public final org.antlr.grammar.v3.ANTLRv3Parser$optionsSpec_return optionsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt13 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int cnt13 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$optionsSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token OPTIONS28 org.antlr.runtime.Token char_literal30 org.antlr.runtime.Token char_literal31 org.antlr.grammar.v3.ANTLRv3Parser$option_return option29 org.antlr.runtime.tree.CommonTree OPTIONS28_tree org.antlr.runtime.tree.CommonTree char_literal30_tree org.antlr.runtime.tree.CommonTree char_literal31_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_71 org.antlr.runtime.tree.RewriteRuleTokenStream stream_72 org.antlr.runtime.tree.RewriteRuleTokenStream stream_OPTIONS org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_option public final org.antlr.grammar.v3.ANTLRv3Parser$option_return option () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$option_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal33 org.antlr.grammar.v3.ANTLRv3Parser$id_return id32 org.antlr.grammar.v3.ANTLRv3Parser$optionValue_return optionValue34 org.antlr.runtime.tree.CommonTree char_literal33_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_LABEL_ASSIGN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_optionValue public final org.antlr.grammar.v3.ANTLRv3Parser$optionValue_return optionValue () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt14 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$optionValue_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token s org.antlr.runtime.Token STRING_LITERAL36 org.antlr.runtime.Token CHAR_LITERAL37 org.antlr.runtime.Token INT38 org.antlr.grammar.v3.ANTLRv3Parser$qid_return qid35 org.antlr.runtime.tree.CommonTree s_tree org.antlr.runtime.tree.CommonTree STRING_LITERAL36_tree org.antlr.runtime.tree.CommonTree CHAR_LITERAL37_tree org.antlr.runtime.tree.CommonTree INT38_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_74 public final org.antlr.grammar.v3.ANTLRv3Parser$rule_return rule () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt16 int alt24 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_arg org.antlr.runtime.tree.RewriteRuleTokenStream stream_rt org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt15 int alt17 int alt18 int alt19 int alt20 int alt21 int alt22 int alt23 int alt25 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rule_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token modifier org.antlr.runtime.Token arg org.antlr.runtime.Token rt org.antlr.runtime.Token DOC_COMMENT39 org.antlr.runtime.Token string_literal40 org.antlr.runtime.Token string_literal41 org.antlr.runtime.Token string_literal42 org.antlr.runtime.Token string_literal43 org.antlr.runtime.Token char_literal45 org.antlr.runtime.Token string_literal46 org.antlr.runtime.Token char_literal51 org.antlr.runtime.Token char_literal53 org.antlr.grammar.v3.ANTLRv3Parser$id_return id44 org.antlr.grammar.v3.ANTLRv3Parser$throwsSpec_return throwsSpec47 org.antlr.grammar.v3.ANTLRv3Parser$optionsSpec_return optionsSpec48 org.antlr.grammar.v3.ANTLRv3Parser$ruleScopeSpec_return ruleScopeSpec49 org.antlr.grammar.v3.ANTLRv3Parser$ruleAction_return ruleAction50 org.antlr.grammar.v3.ANTLRv3Parser$altList_return altList52 org.antlr.grammar.v3.ANTLRv3Parser$exceptionGroup_return exceptionGroup54 org.antlr.runtime.tree.CommonTree modifier_tree org.antlr.runtime.tree.CommonTree arg_tree org.antlr.runtime.tree.CommonTree rt_tree org.antlr.runtime.tree.CommonTree DOC_COMMENT39_tree org.antlr.runtime.tree.CommonTree string_literal40_tree org.antlr.runtime.tree.CommonTree string_literal41_tree org.antlr.runtime.tree.CommonTree string_literal42_tree org.antlr.runtime.tree.CommonTree string_literal43_tree org.antlr.runtime.tree.CommonTree char_literal45_tree org.antlr.runtime.tree.CommonTree string_literal46_tree org.antlr.runtime.tree.CommonTree char_literal51_tree org.antlr.runtime.tree.CommonTree char_literal53_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOC_COMMENT org.antlr.runtime.tree.RewriteRuleTokenStream stream_78 org.antlr.runtime.tree.RewriteRuleTokenStream stream_RET org.antlr.runtime.tree.RewriteRuleTokenStream stream_77 org.antlr.runtime.tree.RewriteRuleTokenStream stream_BANG org.antlr.runtime.tree.RewriteRuleTokenStream stream_71 org.antlr.runtime.tree.RewriteRuleTokenStream stream_FRAGMENT org.antlr.runtime.tree.RewriteRuleTokenStream stream_75 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ARG_ACTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_76 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_exceptionGroup org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_throwsSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ruleScopeSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_optionsSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_altList org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ruleAction public final org.antlr.grammar.v3.ANTLRv3Parser$ruleAction_return ruleAction () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$ruleAction_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal55 org.antlr.runtime.Token ACTION57 org.antlr.grammar.v3.ANTLRv3Parser$id_return id56 org.antlr.runtime.tree.CommonTree char_literal55_tree org.antlr.runtime.tree.CommonTree ACTION57_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_AT org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final org.antlr.grammar.v3.ANTLRv3Parser$throwsSpec_return throwsSpec () throws org.antlr.runtime.RecognitionException int alt26 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$throwsSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal58 org.antlr.runtime.Token char_literal60 org.antlr.grammar.v3.ANTLRv3Parser$id_return id59 org.antlr.grammar.v3.ANTLRv3Parser$id_return id61 org.antlr.runtime.tree.CommonTree string_literal58_tree org.antlr.runtime.tree.CommonTree char_literal60_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_79 org.antlr.runtime.tree.RewriteRuleTokenStream stream_80 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final org.antlr.grammar.v3.ANTLRv3Parser$ruleScopeSpec_return ruleScopeSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt27 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt28 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt29 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$ruleScopeSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal62 org.antlr.runtime.Token ACTION63 org.antlr.runtime.Token string_literal64 org.antlr.runtime.Token char_literal66 org.antlr.runtime.Token char_literal68 org.antlr.runtime.Token string_literal69 org.antlr.runtime.Token ACTION70 org.antlr.runtime.Token string_literal71 org.antlr.runtime.Token char_literal73 org.antlr.runtime.Token char_literal75 org.antlr.grammar.v3.ANTLRv3Parser$id_return id65 org.antlr.grammar.v3.ANTLRv3Parser$id_return id67 org.antlr.grammar.v3.ANTLRv3Parser$id_return id72 org.antlr.grammar.v3.ANTLRv3Parser$id_return id74 org.antlr.runtime.tree.CommonTree string_literal62_tree org.antlr.runtime.tree.CommonTree ACTION63_tree org.antlr.runtime.tree.CommonTree string_literal64_tree org.antlr.runtime.tree.CommonTree char_literal66_tree org.antlr.runtime.tree.CommonTree char_literal68_tree org.antlr.runtime.tree.CommonTree string_literal69_tree org.antlr.runtime.tree.CommonTree ACTION70_tree org.antlr.runtime.tree.CommonTree string_literal71_tree org.antlr.runtime.tree.CommonTree char_literal73_tree org.antlr.runtime.tree.CommonTree char_literal75_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_SCOPE org.antlr.runtime.tree.RewriteRuleTokenStream stream_80 org.antlr.runtime.tree.RewriteRuleTokenStream stream_71 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final org.antlr.grammar.v3.ANTLRv3Parser$block_return block () throws org.antlr.runtime.RecognitionException int alt30 int alt32 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt31 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$block_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token rp org.antlr.runtime.Token char_literal76 org.antlr.runtime.Token char_literal78 org.antlr.grammar.v3.ANTLRv3Parser$optionsSpec_return opts org.antlr.grammar.v3.ANTLRv3Parser$altpair_return altpair77 org.antlr.grammar.v3.ANTLRv3Parser$altpair_return altpair79 org.antlr.runtime.tree.CommonTree lp_tree org.antlr.runtime.tree.CommonTree rp_tree org.antlr.runtime.tree.CommonTree char_literal76_tree org.antlr.runtime.tree.CommonTree char_literal78_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_78 org.antlr.runtime.tree.RewriteRuleTokenStream stream_82 org.antlr.runtime.tree.RewriteRuleTokenStream stream_83 org.antlr.runtime.tree.RewriteRuleTokenStream stream_81 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_altpair org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_optionsSpec public final org.antlr.grammar.v3.ANTLRv3Parser$altpair_return altpair () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$altpair_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.grammar.v3.ANTLRv3Parser$alternative_return alternative80 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_return rewrite81 public final org.antlr.grammar.v3.ANTLRv3Parser$altList_return altList () throws org.antlr.runtime.RecognitionException int alt33 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$altList_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal83 org.antlr.grammar.v3.ANTLRv3Parser$altpair_return altpair82 org.antlr.grammar.v3.ANTLRv3Parser$altpair_return altpair84 org.antlr.runtime.tree.CommonTree char_literal83_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_82 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_altpair org.antlr.runtime.tree.CommonTree blkRoot public final org.antlr.grammar.v3.ANTLRv3Parser$alternative_return alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt34 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int cnt34 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt35 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$alternative_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.grammar.v3.ANTLRv3Parser$element_return element85 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_element org.antlr.runtime.Token firstToken org.antlr.runtime.Token prevToken public final org.antlr.grammar.v3.ANTLRv3Parser$exceptionGroup_return exceptionGroup () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt36 int cnt36 int alt37 int alt38 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$exceptionGroup_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.grammar.v3.ANTLRv3Parser$exceptionHandler_return exceptionHandler86 org.antlr.grammar.v3.ANTLRv3Parser$finallyClause_return finallyClause87 org.antlr.grammar.v3.ANTLRv3Parser$finallyClause_return finallyClause88 public final org.antlr.grammar.v3.ANTLRv3Parser$exceptionHandler_return exceptionHandler () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$exceptionHandler_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal89 org.antlr.runtime.Token ARG_ACTION90 org.antlr.runtime.Token ACTION91 org.antlr.runtime.tree.CommonTree string_literal89_tree org.antlr.runtime.tree.CommonTree ARG_ACTION90_tree org.antlr.runtime.tree.CommonTree ACTION91_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_84 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ARG_ACTION public final org.antlr.grammar.v3.ANTLRv3Parser$finallyClause_return finallyClause () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$finallyClause_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal92 org.antlr.runtime.Token ACTION93 org.antlr.runtime.tree.CommonTree string_literal92_tree org.antlr.runtime.tree.CommonTree ACTION93_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_85 public final org.antlr.grammar.v3.ANTLRv3Parser$element_return element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_4 org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_labelOp org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_labelOp org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt39 int alt40 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_4 org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_labelOp org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_labelOp org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt41 int alt42 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt43 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt44 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt45 int alt46 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$element_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token labelOp org.antlr.runtime.Token g org.antlr.runtime.Token ACTION103 org.antlr.runtime.Token SEMPRED104 org.antlr.grammar.v3.ANTLRv3Parser$id_return id94 org.antlr.grammar.v3.ANTLRv3Parser$atom_return atom95 org.antlr.grammar.v3.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix96 org.antlr.grammar.v3.ANTLRv3Parser$id_return id97 org.antlr.grammar.v3.ANTLRv3Parser$block_return block98 org.antlr.grammar.v3.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix99 org.antlr.grammar.v3.ANTLRv3Parser$atom_return atom100 org.antlr.grammar.v3.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix101 org.antlr.grammar.v3.ANTLRv3Parser$ebnf_return ebnf102 org.antlr.grammar.v3.ANTLRv3Parser$treeSpec_return treeSpec105 org.antlr.grammar.v3.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix106 org.antlr.runtime.tree.CommonTree labelOp_tree org.antlr.runtime.tree.CommonTree g_tree org.antlr.runtime.tree.CommonTree ACTION103_tree org.antlr.runtime.tree.CommonTree SEMPRED104_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_LIST_LABEL_ASSIGN org.antlr.runtime.tree.RewriteRuleTokenStream stream_LABEL_ASSIGN org.antlr.runtime.tree.RewriteRuleTokenStream stream_SEMPRED org.antlr.runtime.tree.RewriteRuleTokenStream stream_86 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_atom org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ebnfSuffix org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_block org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_treeSpec public final org.antlr.grammar.v3.ANTLRv3Parser$atom_return atom () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_op org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt47 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt48 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_op org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt49 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt50 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_op org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt52 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt51 int alt53 int alt54 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$atom_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token op org.antlr.runtime.Token RULE_REF110 org.antlr.runtime.Token ARG_ACTION111 org.antlr.grammar.v3.ANTLRv3Parser$terminal_return terminal107 org.antlr.grammar.v3.ANTLRv3Parser$range_return range108 org.antlr.grammar.v3.ANTLRv3Parser$notSet_return notSet109 org.antlr.runtime.tree.CommonTree op_tree org.antlr.runtime.tree.CommonTree RULE_REF110_tree org.antlr.runtime.tree.CommonTree ARG_ACTION111_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_BANG org.antlr.runtime.tree.RewriteRuleTokenStream stream_ROOT org.antlr.runtime.tree.RewriteRuleTokenStream stream_RULE_REF org.antlr.runtime.tree.RewriteRuleTokenStream stream_ARG_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_range org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_notSet public final org.antlr.grammar.v3.ANTLRv3Parser$notSet_return notSet () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt55 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt56 int alt57 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$notSet_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal112 org.antlr.grammar.v3.ANTLRv3Parser$notTerminal_return notTerminal113 org.antlr.grammar.v3.ANTLRv3Parser$elementOptions_return elementOptions114 org.antlr.grammar.v3.ANTLRv3Parser$block_return block115 org.antlr.grammar.v3.ANTLRv3Parser$elementOptions_return elementOptions116 org.antlr.runtime.tree.CommonTree char_literal112_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_87 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_notTerminal org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_elementOptions org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_block public final org.antlr.grammar.v3.ANTLRv3Parser$notTerminal_return notTerminal () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$notTerminal_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token set117 org.antlr.runtime.tree.CommonTree set117_tree public final org.antlr.grammar.v3.ANTLRv3Parser$elementOptions_return elementOptions () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt58 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt59 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$elementOptions_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal118 org.antlr.runtime.Token char_literal120 org.antlr.runtime.Token char_literal121 org.antlr.runtime.Token char_literal123 org.antlr.runtime.Token char_literal125 org.antlr.grammar.v3.ANTLRv3Parser$qid_return qid119 org.antlr.grammar.v3.ANTLRv3Parser$option_return option122 org.antlr.grammar.v3.ANTLRv3Parser$option_return option124 org.antlr.runtime.tree.CommonTree char_literal118_tree org.antlr.runtime.tree.CommonTree char_literal120_tree org.antlr.runtime.tree.CommonTree char_literal121_tree org.antlr.runtime.tree.CommonTree char_literal123_tree org.antlr.runtime.tree.CommonTree char_literal125_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_71 org.antlr.runtime.tree.RewriteRuleTokenStream stream_88 org.antlr.runtime.tree.RewriteRuleTokenStream stream_89 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_qid org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_option public final org.antlr.grammar.v3.ANTLRv3Parser$elementOption_return elementOption () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$elementOption_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal127 org.antlr.grammar.v3.ANTLRv3Parser$id_return id126 org.antlr.grammar.v3.ANTLRv3Parser$optionValue_return optionValue128 org.antlr.runtime.tree.CommonTree char_literal127_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_LABEL_ASSIGN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_optionValue public final org.antlr.grammar.v3.ANTLRv3Parser$treeSpec_return treeSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt60 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int cnt60 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$treeSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal129 org.antlr.runtime.Token char_literal132 org.antlr.grammar.v3.ANTLRv3Parser$element_return element130 org.antlr.grammar.v3.ANTLRv3Parser$element_return element131 org.antlr.runtime.tree.CommonTree string_literal129_tree org.antlr.runtime.tree.CommonTree char_literal132_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_83 org.antlr.runtime.tree.RewriteRuleTokenStream stream_TREE_BEGIN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_element public final org.antlr.grammar.v3.ANTLRv3Parser$range_return range () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_c1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_c2 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt61 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$range_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token c1 org.antlr.runtime.Token c2 org.antlr.runtime.Token RANGE133 org.antlr.grammar.v3.ANTLRv3Parser$elementOptions_return elementOptions134 org.antlr.runtime.tree.CommonTree c1_tree org.antlr.runtime.tree.CommonTree c2_tree org.antlr.runtime.tree.CommonTree RANGE133_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RANGE org.antlr.runtime.tree.RewriteRuleTokenStream stream_CHAR_LITERAL org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_elementOptions public final org.antlr.grammar.v3.ANTLRv3Parser$terminal_return terminal () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt62 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt63 int alt64 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt65 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt66 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt67 int alt68 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$terminal_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token CHAR_LITERAL135 org.antlr.runtime.Token TOKEN_REF137 org.antlr.runtime.Token ARG_ACTION138 org.antlr.runtime.Token STRING_LITERAL140 org.antlr.runtime.Token char_literal142 org.antlr.runtime.Token char_literal144 org.antlr.runtime.Token char_literal145 org.antlr.grammar.v3.ANTLRv3Parser$elementOptions_return elementOptions136 org.antlr.grammar.v3.ANTLRv3Parser$elementOptions_return elementOptions139 org.antlr.grammar.v3.ANTLRv3Parser$elementOptions_return elementOptions141 org.antlr.grammar.v3.ANTLRv3Parser$elementOptions_return elementOptions143 org.antlr.runtime.tree.CommonTree CHAR_LITERAL135_tree org.antlr.runtime.tree.CommonTree TOKEN_REF137_tree org.antlr.runtime.tree.CommonTree ARG_ACTION138_tree org.antlr.runtime.tree.CommonTree STRING_LITERAL140_tree org.antlr.runtime.tree.CommonTree char_literal142_tree org.antlr.runtime.tree.CommonTree char_literal144_tree org.antlr.runtime.tree.CommonTree char_literal145_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_STRING_LITERAL org.antlr.runtime.tree.RewriteRuleTokenStream stream_BANG org.antlr.runtime.tree.RewriteRuleTokenStream stream_CHAR_LITERAL org.antlr.runtime.tree.RewriteRuleTokenStream stream_90 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ROOT org.antlr.runtime.tree.RewriteRuleTokenStream stream_TOKEN_REF org.antlr.runtime.tree.RewriteRuleTokenStream stream_ARG_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_elementOptions public final org.antlr.grammar.v3.ANTLRv3Parser$ebnf_return ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt69 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$ebnf_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token op org.antlr.runtime.Token string_literal147 org.antlr.grammar.v3.ANTLRv3Parser$block_return block146 org.antlr.runtime.tree.CommonTree op_tree org.antlr.runtime.tree.CommonTree string_literal147_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_92 org.antlr.runtime.tree.RewriteRuleTokenStream stream_91 org.antlr.runtime.tree.RewriteRuleTokenStream stream_86 org.antlr.runtime.tree.RewriteRuleTokenStream stream_74 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_block org.antlr.runtime.Token firstToken public final org.antlr.grammar.v3.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt70 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$ebnfSuffix_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal148 org.antlr.runtime.Token char_literal149 org.antlr.runtime.Token char_literal150 org.antlr.runtime.tree.CommonTree char_literal148_tree org.antlr.runtime.tree.CommonTree char_literal149_tree org.antlr.runtime.tree.CommonTree char_literal150_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_92 org.antlr.runtime.tree.RewriteRuleTokenStream stream_91 org.antlr.runtime.tree.RewriteRuleTokenStream stream_74 org.antlr.runtime.Token op public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_return rewrite () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt71 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_rew2 org.antlr.runtime.tree.RewriteRuleTokenStream stream_rew org.antlr.runtime.tree.RewriteRuleTokenStream stream_preds org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_last org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_predicated int alt72 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token rew2 org.antlr.runtime.Token rew org.antlr.runtime.Token preds java.util.List list_rew java.util.List list_preds java.util.List list_predicated org.antlr.grammar.v3.ANTLRv3Parser$rewrite_alternative_return last org.antlr.runtime.RuleReturnScope predicated org.antlr.runtime.tree.CommonTree rew2_tree org.antlr.runtime.tree.CommonTree rew_tree org.antlr.runtime.tree.CommonTree preds_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_SEMPRED org.antlr.runtime.tree.RewriteRuleTokenStream stream_REWRITE org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_alternative org.antlr.runtime.Token firstToken public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_alternative_return rewrite_alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt73 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_alternative_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_return rewrite_template151 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_alternative_return rewrite_tree_alternative152 public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_block_return rewrite_tree_block () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_block_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token char_literal154 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_alternative_return rewrite_tree_alternative153 org.antlr.runtime.tree.CommonTree lp_tree org.antlr.runtime.tree.CommonTree char_literal154_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_83 org.antlr.runtime.tree.RewriteRuleTokenStream stream_81 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree_alternative public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_alternative_return rewrite_tree_alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt74 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int cnt74 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_alternative_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_element_return rewrite_tree_element155 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree_element public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_element_return rewrite_tree_element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt75 int alt76 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_element_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_atom_return rewrite_tree_atom156 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_atom_return rewrite_tree_atom157 org.antlr.grammar.v3.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix158 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_return rewrite_tree159 org.antlr.grammar.v3.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix160 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_ebnf_return rewrite_tree_ebnf161 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ebnfSuffix org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree_atom public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_atom_return rewrite_tree_atom () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt77 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt78 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_atom_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token d org.antlr.runtime.Token CHAR_LITERAL162 org.antlr.runtime.Token TOKEN_REF163 org.antlr.runtime.Token ARG_ACTION164 org.antlr.runtime.Token RULE_REF165 org.antlr.runtime.Token STRING_LITERAL166 org.antlr.runtime.Token ACTION168 org.antlr.grammar.v3.ANTLRv3Parser$id_return id167 org.antlr.runtime.tree.CommonTree d_tree org.antlr.runtime.tree.CommonTree CHAR_LITERAL162_tree org.antlr.runtime.tree.CommonTree TOKEN_REF163_tree org.antlr.runtime.tree.CommonTree ARG_ACTION164_tree org.antlr.runtime.tree.CommonTree RULE_REF165_tree org.antlr.runtime.tree.CommonTree STRING_LITERAL166_tree org.antlr.runtime.tree.CommonTree ACTION168_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_93 org.antlr.runtime.tree.RewriteRuleTokenStream stream_TOKEN_REF org.antlr.runtime.tree.RewriteRuleTokenStream stream_ARG_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_ebnf_return rewrite_tree_ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_ebnf_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_block_return rewrite_tree_block169 org.antlr.grammar.v3.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix170 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ebnfSuffix org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree_block org.antlr.runtime.Token firstToken public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_return rewrite_tree () throws org.antlr.runtime.RecognitionException int alt79 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal171 org.antlr.runtime.Token char_literal174 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_atom_return rewrite_tree_atom172 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_tree_element_return rewrite_tree_element173 org.antlr.runtime.tree.CommonTree string_literal171_tree org.antlr.runtime.tree.CommonTree char_literal174_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_83 org.antlr.runtime.tree.RewriteRuleTokenStream stream_TREE_BEGIN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree_element org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree_atom public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_return rewrite_template () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_str org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt80 int alt81 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token str org.antlr.runtime.Token char_literal177 org.antlr.runtime.Token ACTION180 org.antlr.grammar.v3.ANTLRv3Parser$id_return id175 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_args_return rewrite_template_args176 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_ref_return rewrite_template_ref178 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_indirect_template_head_return rewrite_indirect_template_head179 org.antlr.runtime.tree.CommonTree lp_tree org.antlr.runtime.tree.CommonTree str_tree org.antlr.runtime.tree.CommonTree char_literal177_tree org.antlr.runtime.tree.CommonTree ACTION180_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOUBLE_QUOTE_STRING_LITERAL org.antlr.runtime.tree.RewriteRuleTokenStream stream_83 org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOUBLE_ANGLE_STRING_LITERAL org.antlr.runtime.tree.RewriteRuleTokenStream stream_81 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_template_args public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_ref_return rewrite_template_ref () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_ref_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token char_literal183 org.antlr.grammar.v3.ANTLRv3Parser$id_return id181 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_args_return rewrite_template_args182 org.antlr.runtime.tree.CommonTree lp_tree org.antlr.runtime.tree.CommonTree char_literal183_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_83 org.antlr.runtime.tree.RewriteRuleTokenStream stream_81 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_template_args public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_indirect_template_head_return rewrite_indirect_template_head () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_indirect_template_head_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token ACTION184 org.antlr.runtime.Token char_literal185 org.antlr.runtime.Token char_literal186 org.antlr.runtime.Token char_literal188 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_args_return rewrite_template_args187 org.antlr.runtime.tree.CommonTree lp_tree org.antlr.runtime.tree.CommonTree ACTION184_tree org.antlr.runtime.tree.CommonTree char_literal185_tree org.antlr.runtime.tree.CommonTree char_literal186_tree org.antlr.runtime.tree.CommonTree char_literal188_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_83 org.antlr.runtime.tree.RewriteRuleTokenStream stream_81 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_template_args public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_args_return rewrite_template_args () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt82 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt83 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_args_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal190 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_arg_return rewrite_template_arg189 org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_arg_return rewrite_template_arg191 org.antlr.runtime.tree.CommonTree char_literal190_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_80 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_template_arg public final org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_arg_return rewrite_template_arg () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$rewrite_template_arg_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal193 org.antlr.runtime.Token ACTION194 org.antlr.grammar.v3.ANTLRv3Parser$id_return id192 org.antlr.runtime.tree.CommonTree char_literal193_tree org.antlr.runtime.tree.CommonTree ACTION194_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_LABEL_ASSIGN org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final org.antlr.grammar.v3.ANTLRv3Parser$qid_return qid () throws org.antlr.runtime.RecognitionException int alt84 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$qid_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal196 org.antlr.grammar.v3.ANTLRv3Parser$id_return id195 org.antlr.grammar.v3.ANTLRv3Parser$id_return id197 org.antlr.runtime.tree.CommonTree char_literal196_tree public final org.antlr.grammar.v3.ANTLRv3Parser$id_return id () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt85 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.ANTLRv3Parser$id_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token TOKEN_REF198 org.antlr.runtime.Token RULE_REF199 org.antlr.runtime.tree.CommonTree TOKEN_REF198_tree org.antlr.runtime.tree.CommonTree RULE_REF199_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RULE_REF org.antlr.runtime.tree.RewriteRuleTokenStream stream_TOKEN_REF public final void synpred1_ANTLRv3_fragment () throws org.antlr.runtime.RecognitionException public final void synpred2_ANTLRv3_fragment () throws org.antlr.runtime.RecognitionException public final boolean synpred2_ANTLRv3 () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred1_ANTLRv3 () org.antlr.runtime.RecognitionException re int start boolean success static org.antlr.runtime.RecognizerSharedState access$000 (org.antlr.grammar.v3.ANTLRv3Parser) org.antlr.grammar.v3.ANTLRv3Parser x0 static org.antlr.runtime.RecognizerSharedState access$100 (org.antlr.grammar.v3.ANTLRv3Parser) org.antlr.grammar.v3.ANTLRv3Parser x0 static void <clinit> () int i int numStates int i int numStates int i int numStates int i int numStates }
org/antlr/grammar/v3/ANTLRv3Tree$DFA33.class
ANTLRv3Tree.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRv3Tree$DFA33 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRv3Tree this$0 public void <init> (org.antlr.grammar.v3.ANTLRv3Tree, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/grammar/v3/ANTLRv3Tree$DFA38.class
ANTLRv3Tree.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRv3Tree$DFA38 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRv3Tree this$0 public void <init> (org.antlr.grammar.v3.ANTLRv3Tree, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/grammar/v3/ANTLRv3Tree$DFA48.class
ANTLRv3Tree.java package org.antlr.grammar.v3 org.antlr.grammar.v3.ANTLRv3Tree$DFA48 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.ANTLRv3Tree this$0 public void <init> (org.antlr.grammar.v3.ANTLRv3Tree, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/grammar/v3/ANTLRv3Tree.class
ANTLRv3Tree.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.ANTLRv3Tree extends org.antlr.runtime.tree.TreeParser { public static final String[] tokenNames public static final int EOF public static final int T__67 public static final int T__68 public static final int T__69 public static final int T__70 public static final int T__71 public static final int T__72 public static final int T__73 public static final int T__74 public static final int T__75 public static final int T__76 public static final int T__77 public static final int T__78 public static final int T__79 public static final int T__80 public static final int T__81 public static final int T__82 public static final int T__83 public static final int T__84 public static final int T__85 public static final int T__86 public static final int T__87 public static final int T__88 public static final int T__89 public static final int T__90 public static final int T__91 public static final int T__92 public static final int T__93 public static final int DOC_COMMENT public static final int PARSER public static final int LEXER public static final int RULE public static final int BLOCK public static final int OPTIONAL public static final int CLOSURE public static final int POSITIVE_CLOSURE public static final int SYNPRED public static final int RANGE public static final int CHAR_RANGE public static final int EPSILON public static final int ALT public static final int EOR public static final int EOB public static final int EOA public static final int ID public static final int ARG public static final int ARGLIST public static final int RET public static final int LEXER_GRAMMAR public static final int PARSER_GRAMMAR public static final int TREE_GRAMMAR public static final int COMBINED_GRAMMAR public static final int LABEL public static final int TEMPLATE public static final int SCOPE public static final int SEMPRED public static final int GATED_SEMPRED public static final int SYN_SEMPRED public static final int BACKTRACK_SEMPRED public static final int FRAGMENT public static final int TREE_BEGIN public static final int ROOT public static final int BANG public static final int REWRITE public static final int AT public static final int LABEL_ASSIGN public static final int LIST_LABEL_ASSIGN public static final int TOKENS public static final int TOKEN_REF public static final int STRING_LITERAL public static final int CHAR_LITERAL public static final int ACTION public static final int OPTIONS public static final int INT public static final int ARG_ACTION public static final int RULE_REF public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int SRC public static final int SL_COMMENT public static final int ML_COMMENT public static final int LITERAL_CHAR public static final int ESC public static final int XDIGIT public static final int NESTED_ARG_ACTION public static final int ACTION_STRING_LITERAL public static final int ACTION_CHAR_LITERAL public static final int NESTED_ACTION public static final int ACTION_ESC public static final int WS_LOOP public static final int WS protected org.antlr.grammar.v3.ANTLRv3Tree$DFA33 dfa33 protected org.antlr.grammar.v3.ANTLRv3Tree$DFA38 dfa38 protected org.antlr.grammar.v3.ANTLRv3Tree$DFA48 dfa48 static final String DFA33_eotS static final String DFA33_eofS static final String DFA33_minS static final String DFA33_maxS static final String DFA33_acceptS static final String DFA33_specialS static final String[] DFA33_transitionS static final short[] DFA33_eot static final short[] DFA33_eof static final char[] DFA33_min static final char[] DFA33_max static final short[] DFA33_accept static final short[] DFA33_special static final short[][] DFA33_transition static final String DFA38_eotS static final String DFA38_eofS static final String DFA38_minS static final String DFA38_maxS static final String DFA38_acceptS static final String DFA38_specialS static final String[] DFA38_transitionS static final short[] DFA38_eot static final short[] DFA38_eof static final char[] DFA38_min static final char[] DFA38_max static final short[] DFA38_accept static final short[] DFA38_special static final short[][] DFA38_transition static final String DFA48_eotS static final String DFA48_eofS static final String DFA48_minS static final String DFA48_maxS static final String DFA48_acceptS static final String DFA48_specialS static final String[] DFA48_transitionS static final short[] DFA48_eot static final short[] DFA48_eof static final char[] DFA48_min static final char[] DFA48_max static final short[] DFA48_accept static final short[] DFA48_special static final short[][] DFA48_transition public static final org.antlr.runtime.BitSet FOLLOW_grammarType_in_grammarDef52 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_grammarDef54 public static final org.antlr.runtime.BitSet FOLLOW_DOC_COMMENT_in_grammarDef56 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_grammarDef59 public static final org.antlr.runtime.BitSet FOLLOW_tokensSpec_in_grammarDef62 public static final org.antlr.runtime.BitSet FOLLOW_attrScope_in_grammarDef65 public static final org.antlr.runtime.BitSet FOLLOW_action_in_grammarDef68 public static final org.antlr.runtime.BitSet FOLLOW_rule_in_grammarDef71 public static final org.antlr.runtime.BitSet FOLLOW_set_in_grammarType0 public static final org.antlr.runtime.BitSet FOLLOW_TOKENS_in_tokensSpec127 public static final org.antlr.runtime.BitSet FOLLOW_tokenSpec_in_tokensSpec129 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_ASSIGN_in_tokenSpec143 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_tokenSpec145 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_tokenSpec147 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_ASSIGN_in_tokenSpec154 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_tokenSpec156 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_tokenSpec158 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_tokenSpec164 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_attrScope176 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_attrScope178 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_attrScope180 public static final org.antlr.runtime.BitSet FOLLOW_AT_in_action193 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_action195 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_action197 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_action199 public static final org.antlr.runtime.BitSet FOLLOW_AT_in_action206 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_action208 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_action210 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_optionsSpec223 public static final org.antlr.runtime.BitSet FOLLOW_option_in_optionsSpec225 public static final org.antlr.runtime.BitSet FOLLOW_qid_in_option243 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_ASSIGN_in_option253 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_option255 public static final org.antlr.runtime.BitSet FOLLOW_optionValue_in_option257 public static final org.antlr.runtime.BitSet FOLLOW_set_in_optionValue0 public static final org.antlr.runtime.BitSet FOLLOW_RULE_in_rule323 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rule325 public static final org.antlr.runtime.BitSet FOLLOW_modifier_in_rule327 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_rule332 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule334 public static final org.antlr.runtime.BitSet FOLLOW_RET_in_rule341 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule343 public static final org.antlr.runtime.BitSet FOLLOW_throwsSpec_in_rule356 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_rule359 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_rule362 public static final org.antlr.runtime.BitSet FOLLOW_ruleAction_in_rule365 public static final org.antlr.runtime.BitSet FOLLOW_altList_in_rule376 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_rule386 public static final org.antlr.runtime.BitSet FOLLOW_EOR_in_rule389 public static final org.antlr.runtime.BitSet FOLLOW_set_in_modifier0 public static final org.antlr.runtime.BitSet FOLLOW_AT_in_ruleAction428 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_ruleAction430 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleAction432 public static final org.antlr.runtime.BitSet FOLLOW_79_in_throwsSpec445 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_throwsSpec447 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec461 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec463 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec470 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec472 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_ruleScopeSpec474 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec482 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_ruleScopeSpec484 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_block504 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_block506 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_block510 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_block512 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_block516 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_altList539 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_altList542 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_altList544 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_altList548 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_alternative570 public static final org.antlr.runtime.BitSet FOLLOW_element_in_alternative572 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_alternative575 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_alternative587 public static final org.antlr.runtime.BitSet FOLLOW_EPSILON_in_alternative589 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_alternative591 public static final org.antlr.runtime.BitSet FOLLOW_exceptionHandler_in_exceptionGroup606 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup609 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup615 public static final org.antlr.runtime.BitSet FOLLOW_84_in_exceptionHandler636 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_exceptionHandler638 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_exceptionHandler640 public static final org.antlr.runtime.BitSet FOLLOW_85_in_finallyClause662 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_finallyClause664 public static final org.antlr.runtime.BitSet FOLLOW_set_in_element680 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element686 public static final org.antlr.runtime.BitSet FOLLOW_block_in_element688 public static final org.antlr.runtime.BitSet FOLLOW_set_in_element695 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element701 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element703 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element709 public static final org.antlr.runtime.BitSet FOLLOW_ebnf_in_element714 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_element721 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_element728 public static final org.antlr.runtime.BitSet FOLLOW_GATED_SEMPRED_in_element733 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_element741 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element743 public static final org.antlr.runtime.BitSet FOLLOW_set_in_atom757 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_atom763 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_RANGE_in_atom770 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_atom772 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_atom774 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_atom776 public static final org.antlr.runtime.BitSet FOLLOW_87_in_atom784 public static final org.antlr.runtime.BitSet FOLLOW_notTerminal_in_atom786 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_atom788 public static final org.antlr.runtime.BitSet FOLLOW_87_in_atom796 public static final org.antlr.runtime.BitSet FOLLOW_block_in_atom798 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_atom800 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_atom811 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom813 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_atom822 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_atom832 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_atom843 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_atom845 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_atom854 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_atom863 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_atom865 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_atom875 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom877 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_atom879 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_atom889 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom891 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_atom900 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_atom909 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_atom911 public static final org.antlr.runtime.BitSet FOLLOW_90_in_atom920 public static final org.antlr.runtime.BitSet FOLLOW_90_in_atom929 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_atom931 public static final org.antlr.runtime.BitSet FOLLOW_SYNPRED_in_ebnf950 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf952 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONAL_in_ebnf959 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf961 public static final org.antlr.runtime.BitSet FOLLOW_CLOSURE_in_ebnf970 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf972 public static final org.antlr.runtime.BitSet FOLLOW_POSITIVE_CLOSURE_in_ebnf982 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf984 public static final org.antlr.runtime.BitSet FOLLOW_SYN_SEMPRED_in_ebnf990 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf995 public static final org.antlr.runtime.BitSet FOLLOW_set_in_notTerminal0 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite1035 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_rewrite1037 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite1039 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite1045 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite1047 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_in_rewrite_alternative1062 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_alternative_in_rewrite_alternative1067 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_rewrite_alternative1078 public static final org.antlr.runtime.BitSet FOLLOW_EPSILON_in_rewrite_alternative1080 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_rewrite_alternative1082 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_rewrite_tree_block1101 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_alternative_in_rewrite_tree_block1103 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_rewrite_tree_block1105 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_rewrite_tree_alternative1124 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_element_in_rewrite_tree_alternative1126 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_rewrite_tree_alternative1129 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_atom_in_rewrite_tree_element1144 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_in_rewrite_tree_element1149 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_block_in_rewrite_tree_element1156 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_ebnf_in_rewrite_tree_element1163 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_rewrite_tree_atom1179 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_rewrite_tree_atom1186 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_rewrite_tree_atom1194 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rewrite_tree_atom1196 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_rewrite_tree_atom1208 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_rewrite_tree_atom1215 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_in_rewrite_tree_atom1222 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_tree_atom1227 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONAL_in_rewrite_tree_ebnf1239 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_block_in_rewrite_tree_ebnf1241 public static final org.antlr.runtime.BitSet FOLLOW_CLOSURE_in_rewrite_tree_ebnf1250 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_block_in_rewrite_tree_ebnf1252 public static final org.antlr.runtime.BitSet FOLLOW_POSITIVE_CLOSURE_in_rewrite_tree_ebnf1262 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_block_in_rewrite_tree_ebnf1264 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_rewrite_tree1278 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_atom_in_rewrite_tree1280 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_element_in_rewrite_tree1282 public static final org.antlr.runtime.BitSet FOLLOW_TEMPLATE_in_rewrite_template1300 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rewrite_template1302 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_args_in_rewrite_template1304 public static final org.antlr.runtime.BitSet FOLLOW_set_in_rewrite_template1311 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_ref_in_rewrite_template1327 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_indirect_template_head_in_rewrite_template1332 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template1337 public static final org.antlr.runtime.BitSet FOLLOW_TEMPLATE_in_rewrite_template_ref1351 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rewrite_template_ref1353 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_args_in_rewrite_template_ref1355 public static final org.antlr.runtime.BitSet FOLLOW_TEMPLATE_in_rewrite_indirect_template_head1370 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_indirect_template_head1372 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_args_in_rewrite_indirect_template_head1374 public static final org.antlr.runtime.BitSet FOLLOW_ARGLIST_in_rewrite_template_args1387 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_arg_in_rewrite_template_args1389 public static final org.antlr.runtime.BitSet FOLLOW_ARGLIST_in_rewrite_template_args1396 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_rewrite_template_arg1410 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rewrite_template_arg1412 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template_arg1414 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_qid1425 public static final org.antlr.runtime.BitSet FOLLOW_90_in_qid1428 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_qid1430 public void <init> (org.antlr.runtime.tree.TreeNodeStream) org.antlr.runtime.tree.TreeNodeStream input public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public final void grammarDef () throws org.antlr.runtime.RecognitionException int alt4 int alt5 org.antlr.runtime.EarlyExitException eee int alt6 int alt1 int alt2 int alt3 int cnt6 org.antlr.runtime.RecognitionException re public final void grammarType () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re public final void tokensSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt7 int cnt7 org.antlr.runtime.RecognitionException re public final void tokenSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt8 org.antlr.runtime.RecognitionException re public final void attrScope () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void action () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt9 org.antlr.runtime.RecognitionException re public final void optionsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt10 int cnt10 org.antlr.runtime.RecognitionException re public final void option () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt11 org.antlr.runtime.RecognitionException re public final void optionValue () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re public final void rule () throws org.antlr.runtime.RecognitionException int alt18 int alt12 int alt13 int alt14 int alt15 int alt16 int alt17 int alt19 org.antlr.runtime.RecognitionException re public final void modifier () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re public final void ruleAction () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void throwsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt20 int cnt20 org.antlr.runtime.RecognitionException re public final void ruleScopeSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt21 int cnt21 org.antlr.runtime.EarlyExitException eee int alt22 int cnt22 int alt23 org.antlr.runtime.RecognitionException re public final void block () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt25 int alt24 int cnt25 org.antlr.runtime.RecognitionException re public final void altList () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt26 int cnt26 org.antlr.runtime.RecognitionException re public final void alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt27 int cnt27 int alt28 org.antlr.runtime.RecognitionException re public final void exceptionGroup () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt29 int cnt29 int alt30 int alt31 org.antlr.runtime.RecognitionException re public final void exceptionHandler () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void finallyClause () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.EarlyExitException eee int alt32 int cnt32 int alt33 org.antlr.runtime.RecognitionException re public final void atom () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt34 int alt35 int alt36 int alt37 int alt38 org.antlr.runtime.RecognitionException re public final void ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt39 org.antlr.runtime.RecognitionException re public final void notTerminal () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re public final void rewrite () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt40 int alt41 org.antlr.runtime.RecognitionException re public final void rewrite_alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt42 org.antlr.runtime.RecognitionException re public final void rewrite_tree_block () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void rewrite_tree_alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt43 int cnt43 org.antlr.runtime.RecognitionException re public final void rewrite_tree_element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt44 org.antlr.runtime.RecognitionException re public final void rewrite_tree_atom () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt45 org.antlr.runtime.RecognitionException re public final void rewrite_tree_ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt46 org.antlr.runtime.RecognitionException re public final void rewrite_tree () throws org.antlr.runtime.RecognitionException int alt47 org.antlr.runtime.RecognitionException re public final void rewrite_template () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt48 org.antlr.runtime.RecognitionException re public final void rewrite_template_ref () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void rewrite_indirect_template_head () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void rewrite_template_args () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt49 int cnt49 int alt50 org.antlr.runtime.RecognitionException re public final void rewrite_template_arg () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void qid () throws org.antlr.runtime.RecognitionException int alt51 org.antlr.runtime.RecognitionException re static void <clinit> () int i int numStates int i int numStates int i int numStates }
org/antlr/grammar/v3/AssignTokenTypesWalker$block_return.class
AssignTokenTypesWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.AssignTokenTypesWalker$block_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/AssignTokenTypesWalker$modifier_return.class
AssignTokenTypesWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.AssignTokenTypesWalker$modifier_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/AssignTokenTypesWalker$optionValue_return.class
AssignTokenTypesWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.AssignTokenTypesWalker$optionValue_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public Object value public void <init> () }
org/antlr/grammar/v3/AssignTokenTypesWalker.class
AssignTokenTypesWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.AssignTokenTypesWalker extends org.antlr.runtime.tree.TreeParser { public static final String[] tokenNames public static final int EOF public static final int LEXER public static final int PARSER public static final int CATCH public static final int FINALLY public static final int GRAMMAR public static final int PRIVATE public static final int PROTECTED public static final int PUBLIC public static final int RETURNS public static final int THROWS public static final int TREE public static final int RULE public static final int PREC_RULE public static final int RECURSIVE_RULE_REF public static final int BLOCK public static final int OPTIONAL public static final int CLOSURE public static final int POSITIVE_CLOSURE public static final int SYNPRED public static final int RANGE public static final int CHAR_RANGE public static final int EPSILON public static final int ALT public static final int EOR public static final int EOB public static final int EOA public static final int ID public static final int ARG public static final int ARGLIST public static final int RET public static final int LEXER_GRAMMAR public static final int PARSER_GRAMMAR public static final int TREE_GRAMMAR public static final int COMBINED_GRAMMAR public static final int INITACTION public static final int FORCED_ACTION public static final int LABEL public static final int TEMPLATE public static final int SCOPE public static final int IMPORT public static final int GATED_SEMPRED public static final int SYN_SEMPRED public static final int BACKTRACK_SEMPRED public static final int FRAGMENT public static final int DOT public static final int REWRITES public static final int ACTION public static final int DOC_COMMENT public static final int SEMI public static final int AMPERSAND public static final int COLON public static final int OPTIONS public static final int RCURLY public static final int ASSIGN public static final int STRING_LITERAL public static final int CHAR_LITERAL public static final int INT public static final int STAR public static final int COMMA public static final int TOKENS public static final int TOKEN_REF public static final int BANG public static final int ARG_ACTION public static final int OR public static final int LPAREN public static final int RPAREN public static final int PLUS_ASSIGN public static final int SEMPRED public static final int IMPLIES public static final int ROOT public static final int WILDCARD public static final int RULE_REF public static final int NOT public static final int TREE_BEGIN public static final int QUESTION public static final int PLUS public static final int OPEN_ELEMENT_OPTION public static final int CLOSE_ELEMENT_OPTION public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int REWRITE public static final int ETC public static final int DOLLAR public static final int WS public static final int SL_COMMENT public static final int ML_COMMENT public static final int COMMENT public static final int SRC public static final int STRAY_BRACKET public static final int ESC public static final int DIGIT public static final int XDIGIT public static final int NESTED_ARG_ACTION public static final int ACTION_STRING_LITERAL public static final int ACTION_CHAR_LITERAL public static final int NESTED_ACTION public static final int ACTION_ESC public static final int WS_LOOP public static final int WS_OPT public static final int CHARSET protected org.antlr.tool.Grammar grammar protected String currentRuleName protected static org.antlr.tool.GrammarAST stringAlias protected static org.antlr.tool.GrammarAST charAlias protected static org.antlr.tool.GrammarAST stringAlias2 protected static org.antlr.tool.GrammarAST charAlias2 public static final org.antlr.runtime.BitSet FOLLOW_LEXER_GRAMMAR_in_grammar_63 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_68 public static final org.antlr.runtime.BitSet FOLLOW_PARSER_GRAMMAR_in_grammar_78 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_82 public static final org.antlr.runtime.BitSet FOLLOW_TREE_GRAMMAR_in_grammar_92 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_98 public static final org.antlr.runtime.BitSet FOLLOW_COMBINED_GRAMMAR_in_grammar_108 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_110 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_grammarSpec129 public static final org.antlr.runtime.BitSet FOLLOW_DOC_COMMENT_in_grammarSpec136 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_grammarSpec143 public static final org.antlr.runtime.BitSet FOLLOW_delegateGrammars_in_grammarSpec150 public static final org.antlr.runtime.BitSet FOLLOW_tokensSpec_in_grammarSpec157 public static final org.antlr.runtime.BitSet FOLLOW_attrScope_in_grammarSpec164 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_grammarSpec173 public static final org.antlr.runtime.BitSet FOLLOW_rules_in_grammarSpec185 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_attrScope198 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_attrScope200 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_attrScope205 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_attrScope214 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_optionsSpec233 public static final org.antlr.runtime.BitSet FOLLOW_option_in_optionsSpec236 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_option255 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_option257 public static final org.antlr.runtime.BitSet FOLLOW_optionValue_in_option259 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_optionValue285 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_optionValue290 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_optionValue295 public static final org.antlr.runtime.BitSet FOLLOW_INT_in_optionValue300 public static final org.antlr.runtime.BitSet FOLLOW_CHARSET_in_charSet318 public static final org.antlr.runtime.BitSet FOLLOW_charSetElement_in_charSet320 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_charSetElement333 public static final org.antlr.runtime.BitSet FOLLOW_OR_in_charSetElement340 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_charSetElement342 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_charSetElement344 public static final org.antlr.runtime.BitSet FOLLOW_RANGE_in_charSetElement353 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_charSetElement355 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_charSetElement357 public static final org.antlr.runtime.BitSet FOLLOW_IMPORT_in_delegateGrammars372 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_delegateGrammars380 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_delegateGrammars382 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_delegateGrammars384 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_delegateGrammars392 public static final org.antlr.runtime.BitSet FOLLOW_TOKENS_in_tokensSpec414 public static final org.antlr.runtime.BitSet FOLLOW_tokenSpec_in_tokensSpec416 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_tokenSpec431 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_tokenSpec451 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_tokenSpec458 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_tokenSpec475 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_tokenSpec486 public static final org.antlr.runtime.BitSet FOLLOW_rule_in_rules510 public static final org.antlr.runtime.BitSet FOLLOW_RULE_in_rule523 public static final org.antlr.runtime.BitSet FOLLOW_ruleBody_in_rule525 public static final org.antlr.runtime.BitSet FOLLOW_PREC_RULE_in_rule532 public static final org.antlr.runtime.BitSet FOLLOW_ruleBody_in_rule534 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_ruleBody548 public static final org.antlr.runtime.BitSet FOLLOW_modifier_in_ruleBody557 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_ruleBody564 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_ruleBody567 public static final org.antlr.runtime.BitSet FOLLOW_RET_in_ruleBody575 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_ruleBody578 public static final org.antlr.runtime.BitSet FOLLOW_throwsSpec_in_ruleBody586 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_ruleBody593 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_ruleBody600 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_ruleBody609 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ruleBody622 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_ruleBody627 public static final org.antlr.runtime.BitSet FOLLOW_EOR_in_ruleBody633 public static final org.antlr.runtime.BitSet FOLLOW_set_in_modifier0 public static final org.antlr.runtime.BitSet FOLLOW_THROWS_in_throwsSpec675 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_throwsSpec677 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec692 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_ruleScopeSpec697 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec707 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_ruleScopeSpec713 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_block731 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_block737 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_block746 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_block748 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_block756 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_alternative773 public static final org.antlr.runtime.BitSet FOLLOW_element_in_alternative776 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_alternative780 public static final org.antlr.runtime.BitSet FOLLOW_exceptionHandler_in_exceptionGroup795 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup801 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup808 public static final org.antlr.runtime.BitSet FOLLOW_CATCH_in_exceptionHandler820 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_exceptionHandler822 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_exceptionHandler824 public static final org.antlr.runtime.BitSet FOLLOW_FINALLY_in_finallyClause837 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_finallyClause839 public static final org.antlr.runtime.BitSet FOLLOW_REWRITES_in_rewrite852 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite857 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_element881 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element883 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_element890 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element892 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element898 public static final org.antlr.runtime.BitSet FOLLOW_NOT_in_element904 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element906 public static final org.antlr.runtime.BitSet FOLLOW_RANGE_in_element913 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element915 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element917 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_RANGE_in_element924 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element926 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element928 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_element935 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element937 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element939 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_ASSIGN_in_element946 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element948 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element950 public static final org.antlr.runtime.BitSet FOLLOW_ebnf_in_element956 public static final org.antlr.runtime.BitSet FOLLOW_tree__in_element961 public static final org.antlr.runtime.BitSet FOLLOW_SYNPRED_in_element968 public static final org.antlr.runtime.BitSet FOLLOW_block_in_element970 public static final org.antlr.runtime.BitSet FOLLOW_FORCED_ACTION_in_element977 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_element982 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_element987 public static final org.antlr.runtime.BitSet FOLLOW_SYN_SEMPRED_in_element992 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_element998 public static final org.antlr.runtime.BitSet FOLLOW_GATED_SEMPRED_in_element1007 public static final org.antlr.runtime.BitSet FOLLOW_EPSILON_in_element1012 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1023 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONAL_in_ebnf1030 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1032 public static final org.antlr.runtime.BitSet FOLLOW_CLOSURE_in_ebnf1041 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1043 public static final org.antlr.runtime.BitSet FOLLOW_POSITIVE_CLOSURE_in_ebnf1052 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1054 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_tree_1068 public static final org.antlr.runtime.BitSet FOLLOW_element_in_tree_1070 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_atom1085 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1088 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_atom1101 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1104 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_atom1118 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_atom1129 public static final org.antlr.runtime.BitSet FOLLOW_WILDCARD_in_atom1136 public static final org.antlr.runtime.BitSet FOLLOW_DOT_in_atom1142 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_atom1144 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_atom1146 public static final org.antlr.runtime.BitSet FOLLOW_set_in_ast_suffix0 public void <init> (org.antlr.runtime.tree.TreeNodeStream) org.antlr.runtime.tree.TreeNodeStream input public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public void reportError (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException ex org.antlr.runtime.Token token protected void initASTPatterns () org.antlr.tool.GrammarAST alt org.antlr.tool.GrammarAST alt org.antlr.tool.GrammarAST alt org.antlr.tool.GrammarAST alt org.antlr.runtime.tree.TreeAdaptor adaptor protected void trackString (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST t protected void trackToken (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST t protected void trackTokenRule (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST modifier org.antlr.tool.GrammarAST block protected void alias (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST s public void defineTokens (org.antlr.tool.Grammar) org.antlr.tool.Grammar root protected void defineStringLiteralsFromDelegates () protected void assignStringTypes (org.antlr.tool.Grammar) org.antlr.tool.Grammar root protected void aliasTokenIDsAndLiterals (org.antlr.tool.Grammar) org.antlr.tool.Grammar root protected void assignTokenIDTypes (org.antlr.tool.Grammar) org.antlr.tool.Grammar root protected void defineTokenNamesAndLiteralsInGrammar (org.antlr.tool.Grammar) org.antlr.tool.Grammar root protected void init (org.antlr.tool.Grammar) org.antlr.tool.Grammar root public final void grammar_ (org.antlr.tool.Grammar) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt1 org.antlr.runtime.RecognitionException re org.antlr.tool.Grammar g public final void grammarSpec () throws org.antlr.runtime.RecognitionException int alt6 int alt7 int alt8 int alt2 int alt3 int alt4 int alt5 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST cmt public final void attrScope () throws org.antlr.runtime.RecognitionException int alt9 int alt10 org.antlr.runtime.RecognitionException re public final java.util.Map optionsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt11 int cnt11 org.antlr.runtime.RecognitionException re java.util.Map opts public final void option (java.util.Map) throws org.antlr.runtime.RecognitionException String key org.antlr.runtime.RecognitionException re java.util.Map opts org.antlr.tool.GrammarAST ID1 org.antlr.grammar.v3.AssignTokenTypesWalker$optionValue_return optionValue2 public final org.antlr.grammar.v3.AssignTokenTypesWalker$optionValue_return optionValue () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt12 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.AssignTokenTypesWalker$optionValue_return retval org.antlr.tool.GrammarAST INT3 public final void charSet () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void charSetElement () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt13 org.antlr.runtime.RecognitionException re public final void delegateGrammars () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt14 int cnt14 org.antlr.runtime.RecognitionException re public final void tokensSpec () throws org.antlr.runtime.RecognitionException int alt15 org.antlr.runtime.RecognitionException re public final void tokenSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt16 int alt17 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST t2 org.antlr.tool.GrammarAST s org.antlr.tool.GrammarAST c public final void rules () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt18 int cnt18 org.antlr.runtime.RecognitionException re public final void rule () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt19 org.antlr.runtime.RecognitionException re public final void ruleBody () throws org.antlr.runtime.RecognitionException int alt21 int alt22 int alt26 int alt27 int alt20 int alt23 int alt24 int alt25 int alt28 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST id org.antlr.grammar.v3.AssignTokenTypesWalker$modifier_return m org.antlr.grammar.v3.AssignTokenTypesWalker$block_return b public final org.antlr.grammar.v3.AssignTokenTypesWalker$modifier_return modifier () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.AssignTokenTypesWalker$modifier_return retval public final void throwsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt29 int cnt29 org.antlr.runtime.RecognitionException re public final void ruleScopeSpec () throws org.antlr.runtime.RecognitionException int alt30 int alt31 int alt33 int alt32 org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.AssignTokenTypesWalker$block_return block () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt35 int alt34 int cnt35 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.AssignTokenTypesWalker$block_return retval public final void alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt36 int cnt36 org.antlr.runtime.RecognitionException re public final void exceptionGroup () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt37 int cnt37 int alt38 int alt39 org.antlr.runtime.RecognitionException re public final void exceptionHandler () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void finallyClause () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void rewrite () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt40 int alt41 int alt42 org.antlr.runtime.RecognitionException re public final void element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt43 int alt44 org.antlr.runtime.RecognitionException re public final void ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt45 org.antlr.runtime.RecognitionException re public final void tree_ () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt46 int cnt46 org.antlr.runtime.RecognitionException re public final void atom () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt47 int alt48 int alt49 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST c org.antlr.tool.GrammarAST s public final void ast_suffix () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re static void <clinit> () }
org/antlr/grammar/v3/CodeGenTreeWalker$alternative_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$alternative_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$atom_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$atom_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$block_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$block_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$DFA46.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 org.antlr.grammar.v3.CodeGenTreeWalker$DFA46 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.CodeGenTreeWalker this$0 public void <init> (org.antlr.grammar.v3.CodeGenTreeWalker, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA46_7 int index46_7 int LA46_0 int index46_0 int s org.antlr.runtime.IntStream _input org.antlr.runtime.tree.TreeNodeStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/grammar/v3/CodeGenTreeWalker$ebnf_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$ebnf_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$element_action_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$element_action_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$element_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$element_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$modifier_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$modifier_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$rewrite_atom_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_atom_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$rewrite_ebnf_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_ebnf_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$rewrite_element_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_element_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$rewrite_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$rewrite_tree_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_tree_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$rule_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$rule_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$setBlock_return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$setBlock_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker$tree__return.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker$tree__return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.stringtemplate.v4.ST code public void <init> () }
org/antlr/grammar/v3/CodeGenTreeWalker.class
CodeGenTreeWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.CodeGenTreeWalker extends org.antlr.runtime.tree.TreeParser { public static final String[] tokenNames public static final int EOF public static final int LEXER public static final int PARSER public static final int CATCH public static final int FINALLY public static final int GRAMMAR public static final int PRIVATE public static final int PROTECTED public static final int PUBLIC public static final int RETURNS public static final int THROWS public static final int TREE public static final int RULE public static final int PREC_RULE public static final int RECURSIVE_RULE_REF public static final int BLOCK public static final int OPTIONAL public static final int CLOSURE public static final int POSITIVE_CLOSURE public static final int SYNPRED public static final int RANGE public static final int CHAR_RANGE public static final int EPSILON public static final int ALT public static final int EOR public static final int EOB public static final int EOA public static final int ID public static final int ARG public static final int ARGLIST public static final int RET public static final int LEXER_GRAMMAR public static final int PARSER_GRAMMAR public static final int TREE_GRAMMAR public static final int COMBINED_GRAMMAR public static final int INITACTION public static final int FORCED_ACTION public static final int LABEL public static final int TEMPLATE public static final int SCOPE public static final int IMPORT public static final int GATED_SEMPRED public static final int SYN_SEMPRED public static final int BACKTRACK_SEMPRED public static final int FRAGMENT public static final int DOT public static final int REWRITES public static final int ACTION public static final int DOC_COMMENT public static final int SEMI public static final int AMPERSAND public static final int COLON public static final int OPTIONS public static final int RCURLY public static final int ASSIGN public static final int STRING_LITERAL public static final int CHAR_LITERAL public static final int INT public static final int STAR public static final int COMMA public static final int TOKENS public static final int TOKEN_REF public static final int BANG public static final int ARG_ACTION public static final int OR public static final int LPAREN public static final int RPAREN public static final int PLUS_ASSIGN public static final int SEMPRED public static final int IMPLIES public static final int ROOT public static final int WILDCARD public static final int RULE_REF public static final int NOT public static final int TREE_BEGIN public static final int QUESTION public static final int PLUS public static final int OPEN_ELEMENT_OPTION public static final int CLOSE_ELEMENT_OPTION public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int REWRITE public static final int ETC public static final int DOLLAR public static final int WS public static final int SL_COMMENT public static final int ML_COMMENT public static final int COMMENT public static final int SRC public static final int STRAY_BRACKET public static final int ESC public static final int DIGIT public static final int XDIGIT public static final int NESTED_ARG_ACTION public static final int ACTION_STRING_LITERAL public static final int ACTION_CHAR_LITERAL public static final int NESTED_ACTION public static final int ACTION_ESC public static final int WS_LOOP public static final int WS_OPT protected static final int RULE_BLOCK_NESTING_LEVEL protected static final int OUTER_REWRITE_NESTING_LEVEL private String currentRuleName protected int blockNestingLevel protected int rewriteBlockNestingLevel private int outerAltNum protected org.stringtemplate.v4.ST currentBlockST protected boolean currentAltHasASTRewrite protected int rewriteTreeNestingLevel protected java.util.HashSet rewriteRuleRefs protected org.antlr.codegen.CodeGenerator generator protected org.antlr.tool.Grammar grammar protected org.stringtemplate.v4.STGroup templates protected org.stringtemplate.v4.ST recognizerST protected org.stringtemplate.v4.ST outputFileST protected org.stringtemplate.v4.ST headerFileST protected String outputOption protected org.antlr.grammar.v3.CodeGenTreeWalker$DFA46 dfa46 static final String DFA46_eotS static final String DFA46_eofS static final String DFA46_minS static final String DFA46_maxS static final String DFA46_acceptS static final String DFA46_specialS static final String[] DFA46_transitionS static final short[] DFA46_eot static final short[] DFA46_eof static final char[] DFA46_min static final char[] DFA46_max static final short[] DFA46_accept static final short[] DFA46_special static final short[][] DFA46_transition public static final org.antlr.runtime.BitSet FOLLOW_LEXER_GRAMMAR_in_grammar_61 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_63 public static final org.antlr.runtime.BitSet FOLLOW_PARSER_GRAMMAR_in_grammar_73 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_75 public static final org.antlr.runtime.BitSet FOLLOW_TREE_GRAMMAR_in_grammar_85 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_87 public static final org.antlr.runtime.BitSet FOLLOW_COMBINED_GRAMMAR_in_grammar_97 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_99 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_attrScope118 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_attrScope120 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_attrScope125 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_attrScope134 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_grammarSpec151 public static final org.antlr.runtime.BitSet FOLLOW_DOC_COMMENT_in_grammarSpec159 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_grammarSpec180 public static final org.antlr.runtime.BitSet FOLLOW_IMPORT_in_grammarSpec194 public static final org.antlr.runtime.BitSet FOLLOW_TOKENS_in_grammarSpec208 public static final org.antlr.runtime.BitSet FOLLOW_attrScope_in_grammarSpec220 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_grammarSpec229 public static final org.antlr.runtime.BitSet FOLLOW_rules_in_grammarSpec240 public static final org.antlr.runtime.BitSet FOLLOW_rule_in_rules285 public static final org.antlr.runtime.BitSet FOLLOW_RULE_in_rules299 public static final org.antlr.runtime.BitSet FOLLOW_PREC_RULE_in_rules311 public static final org.antlr.runtime.BitSet FOLLOW_RULE_in_rule353 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rule357 public static final org.antlr.runtime.BitSet FOLLOW_modifier_in_rule370 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_rule378 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule381 public static final org.antlr.runtime.BitSet FOLLOW_RET_in_rule390 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule393 public static final org.antlr.runtime.BitSet FOLLOW_throwsSpec_in_rule402 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_rule412 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_rule425 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_rule435 public static final org.antlr.runtime.BitSet FOLLOW_block_in_rule449 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_rule462 public static final org.antlr.runtime.BitSet FOLLOW_EOR_in_rule470 public static final org.antlr.runtime.BitSet FOLLOW_set_in_modifier0 public static final org.antlr.runtime.BitSet FOLLOW_THROWS_in_throwsSpec520 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_throwsSpec522 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec537 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_ruleScopeSpec542 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec552 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_ruleScopeSpec558 public static final org.antlr.runtime.BitSet FOLLOW_setBlock_in_block599 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_block612 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_block620 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_block637 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_block641 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_block658 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_setBlock690 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_setAlternative710 public static final org.antlr.runtime.BitSet FOLLOW_setElement_in_setAlternative712 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_setAlternative715 public static final org.antlr.runtime.BitSet FOLLOW_exceptionHandler_in_exceptionGroup730 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup737 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup745 public static final org.antlr.runtime.BitSet FOLLOW_CATCH_in_exceptionHandler759 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_exceptionHandler761 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_exceptionHandler763 public static final org.antlr.runtime.BitSet FOLLOW_FINALLY_in_finallyClause781 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_finallyClause783 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_alternative812 public static final org.antlr.runtime.BitSet FOLLOW_element_in_alternative825 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_alternative843 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_element878 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element882 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_element895 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element899 public static final org.antlr.runtime.BitSet FOLLOW_NOT_in_element915 public static final org.antlr.runtime.BitSet FOLLOW_notElement_in_element917 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_element932 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element936 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element940 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_ASSIGN_in_element955 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element959 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element963 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_RANGE_in_element977 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_element981 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_element985 public static final org.antlr.runtime.BitSet FOLLOW_ebnf_in_element1014 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1024 public static final org.antlr.runtime.BitSet FOLLOW_tree__in_element1035 public static final org.antlr.runtime.BitSet FOLLOW_element_action_in_element1045 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_element1060 public static final org.antlr.runtime.BitSet FOLLOW_GATED_SEMPRED_in_element1064 public static final org.antlr.runtime.BitSet FOLLOW_SYN_SEMPRED_in_element1075 public static final org.antlr.runtime.BitSet FOLLOW_SYNPRED_in_element1083 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_element1094 public static final org.antlr.runtime.BitSet FOLLOW_EPSILON_in_element1106 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_element_action1123 public static final org.antlr.runtime.BitSet FOLLOW_FORCED_ACTION_in_element_action1134 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_notElement1163 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_notElement1176 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_notElement1189 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_notElement1203 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1249 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONAL_in_ebnf1268 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1272 public static final org.antlr.runtime.BitSet FOLLOW_CLOSURE_in_ebnf1293 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1297 public static final org.antlr.runtime.BitSet FOLLOW_POSITIVE_CLOSURE_in_ebnf1318 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1322 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_tree_1360 public static final org.antlr.runtime.BitSet FOLLOW_element_in_tree_1367 public static final org.antlr.runtime.BitSet FOLLOW_element_action_in_tree_1404 public static final org.antlr.runtime.BitSet FOLLOW_element_in_tree_1426 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_atom1476 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1481 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_atom1499 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1504 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_atom1520 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_atom1532 public static final org.antlr.runtime.BitSet FOLLOW_WILDCARD_in_atom1544 public static final org.antlr.runtime.BitSet FOLLOW_DOT_in_atom1555 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_atom1557 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_atom1561 public static final org.antlr.runtime.BitSet FOLLOW_set_in_atom1574 public static final org.antlr.runtime.BitSet FOLLOW_set_in_ast_suffix0 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_set1619 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_setElement1639 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_setElement1644 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_setElement1649 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_RANGE_in_setElement1655 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_setElement1657 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_setElement1659 public static final org.antlr.runtime.BitSet FOLLOW_REWRITES_in_rewrite1684 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite1705 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_rewrite1710 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite1716 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_rewrite_block1759 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite_block1771 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_rewrite_block1776 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_rewrite_alternative1811 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_element_in_rewrite_alternative1829 public static final org.antlr.runtime.BitSet FOLLOW_EPSILON_in_rewrite_alternative1850 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_rewrite_alternative1866 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_in_rewrite_alternative1879 public static final org.antlr.runtime.BitSet FOLLOW_ETC_in_rewrite_alternative1892 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_atom_in_rewrite_element1912 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_ebnf_in_rewrite_element1922 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_in_rewrite_element1931 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONAL_in_rewrite_ebnf1952 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_block_in_rewrite_ebnf1954 public static final org.antlr.runtime.BitSet FOLLOW_CLOSURE_in_rewrite_ebnf1972 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_block_in_rewrite_ebnf1974 public static final org.antlr.runtime.BitSet FOLLOW_POSITIVE_CLOSURE_in_rewrite_ebnf1992 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_block_in_rewrite_ebnf1994 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_rewrite_tree2027 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_atom_in_rewrite_tree2034 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_element_in_rewrite_tree2054 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_rewrite_atom2099 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_rewrite_atom2116 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rewrite_atom2121 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_rewrite_atom2132 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_rewrite_atom2140 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_in_rewrite_atom2154 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_atom2164 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_rewrite_template2187 public static final org.antlr.runtime.BitSet FOLLOW_EPSILON_in_rewrite_template2189 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_rewrite_template2191 public static final org.antlr.runtime.BitSet FOLLOW_TEMPLATE_in_rewrite_template2202 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rewrite_template2207 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template2211 public static final org.antlr.runtime.BitSet FOLLOW_ARGLIST_in_rewrite_template2224 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_rewrite_template2234 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rewrite_template2238 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template2242 public static final org.antlr.runtime.BitSet FOLLOW_DOUBLE_QUOTE_STRING_LITERAL_in_rewrite_template2275 public static final org.antlr.runtime.BitSet FOLLOW_DOUBLE_ANGLE_STRING_LITERAL_in_rewrite_template2288 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template2312 public static final org.antlr.runtime.BitSet FOLLOW_set_in_synpred1_CodeGenTreeWalker999 public static final org.antlr.runtime.BitSet FOLLOW_element_action_in_synpred2_CodeGenTreeWalker1393 static final boolean $assertionsDisabled static Class class$org$antlr$grammar$v3$CodeGenTreeWalker public void <init> (org.antlr.runtime.tree.TreeNodeStream) org.antlr.runtime.tree.TreeNodeStream input public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public java.lang.String getCurrentRuleName () public void setCurrentRuleName (java.lang.String) String value public int getOuterAltNum () public void setOuterAltNum (int) int value public void reportError (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException ex org.antlr.runtime.Token token public final void reportError (java.lang.String) String s protected final org.stringtemplate.v4.ST getWildcardST (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, java.lang.String) org.antlr.tool.GrammarAST elementAST org.antlr.tool.GrammarAST ast_suffix String label String name protected final org.stringtemplate.v4.ST getRuleElementST (java.lang.String, java.lang.String, org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, java.lang.String) org.antlr.runtime.CommonToken labelTok String name String ruleTargetName org.antlr.tool.GrammarAST elementAST org.antlr.tool.GrammarAST ast_suffix String label org.antlr.tool.Rule r String suffix org.stringtemplate.v4.ST elementST protected final org.stringtemplate.v4.ST getTokenElementST (java.lang.String, java.lang.String, org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, java.lang.String) org.antlr.runtime.CommonToken labelTok String name String elementName org.antlr.tool.GrammarAST elementAST org.antlr.tool.GrammarAST ast_suffix String label boolean tryUnchecked String suffix org.antlr.tool.Rule r org.stringtemplate.v4.ST elementST public final boolean isListLabel (java.lang.String) org.antlr.tool.Grammar$LabelElementPair pair org.antlr.tool.Rule r String label boolean hasListLabel protected final java.lang.String getSTSuffix (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, java.lang.String) org.antlr.tool.GrammarAST elementAST org.antlr.tool.GrammarAST ast_suffix String label String operatorPart String rewritePart String listLabelPart org.antlr.tool.Rule ruleDescr String STsuffix protected final java.util.List getTokenTypesAsTargetLabels (java.util.Collection) String label String label org.antlr.tool.GrammarAST t java.util.Iterator i$ java.util.Collection refs java.util.List labels public final void init (org.antlr.tool.Grammar) org.antlr.tool.Grammar g public final void grammar_ (org.antlr.tool.Grammar, org.stringtemplate.v4.ST, org.stringtemplate.v4.ST, org.stringtemplate.v4.ST) throws org.antlr.runtime.RecognitionException Object lt Object lt String superClass org.antlr.runtime.NoViableAltException nvae int alt1 org.antlr.runtime.RecognitionException re org.antlr.tool.Grammar g org.stringtemplate.v4.ST recognizerST org.stringtemplate.v4.ST outputFileST org.stringtemplate.v4.ST headerFileST public final void attrScope () throws org.antlr.runtime.RecognitionException int alt2 int alt3 org.antlr.runtime.RecognitionException re public final void grammarSpec () throws org.antlr.runtime.RecognitionException int alt5 int alt7 int alt9 int alt11 int alt12 int alt13 int alt4 int alt6 int alt8 int alt10 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST name org.antlr.tool.GrammarAST cmt public final void rules (org.stringtemplate.v4.ST) throws org.antlr.runtime.RecognitionException int LA16_1 org.antlr.runtime.NoViableAltException nvae int alt14 int alt15 int alt16 org.antlr.runtime.EarlyExitException eee int alt17 int cnt17 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.ST recognizerST org.antlr.grammar.v3.CodeGenTreeWalker$rule_return rST String ruleName boolean generated public final org.antlr.grammar.v3.CodeGenTreeWalker$rule_return rule () throws org.antlr.runtime.RecognitionException int alt19 int alt20 int alt22 int alt25 int alt26 String stName String memo boolean naked org.antlr.tool.Rule theRule int alt18 int alt21 int alt23 int alt24 int alt27 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.CodeGenTreeWalker$rule_return retval org.antlr.tool.GrammarAST id org.antlr.grammar.v3.CodeGenTreeWalker$modifier_return mod org.antlr.grammar.v3.CodeGenTreeWalker$block_return b String initAction org.antlr.tool.GrammarAST block2 org.antlr.analysis.DFA dfa org.antlr.tool.Rule ruleDescr org.stringtemplate.v4.STGroup saveGroup String description public final org.antlr.grammar.v3.CodeGenTreeWalker$modifier_return modifier () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.CodeGenTreeWalker$modifier_return retval public final void throwsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt28 int cnt28 org.antlr.runtime.RecognitionException re public final void ruleScopeSpec () throws org.antlr.runtime.RecognitionException int alt29 int alt30 int alt32 int alt31 org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.CodeGenTreeWalker$block_return block (java.lang.String, org.antlr.analysis.DFA) throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.ST decision int LA36_1 org.antlr.runtime.NoViableAltException nvae int alt33 org.antlr.tool.GrammarAST firstRewriteAST boolean etc org.antlr.runtime.EarlyExitException eee int alt35 int alt34 int cnt35 int alt36 org.antlr.runtime.RecognitionException re String blockTemplateName org.antlr.analysis.DFA dfa org.antlr.grammar.v3.CodeGenTreeWalker$block_return retval org.antlr.grammar.v3.CodeGenTreeWalker$alternative_return alt org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_return rew org.antlr.grammar.v3.CodeGenTreeWalker$setBlock_return setBlock1 int altNum public final org.antlr.grammar.v3.CodeGenTreeWalker$setBlock_return setBlock () throws org.antlr.runtime.RecognitionException org.antlr.tool.Rule r int alt37 int i org.stringtemplate.v4.ST altcode org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.CodeGenTreeWalker$setBlock_return retval org.antlr.tool.GrammarAST s org.stringtemplate.v4.ST setcode public final void setAlternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt38 int cnt38 org.antlr.runtime.RecognitionException re public final void exceptionGroup (org.stringtemplate.v4.ST) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt39 int cnt39 int alt40 int alt41 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.ST ruleST public final void exceptionHandler (org.stringtemplate.v4.ST) throws org.antlr.runtime.RecognitionException java.util.List chunks org.antlr.runtime.RecognitionException re org.stringtemplate.v4.ST ruleST org.antlr.tool.GrammarAST ACTION2 org.antlr.tool.GrammarAST ARG_ACTION3 public final void finallyClause (org.stringtemplate.v4.ST) throws org.antlr.runtime.RecognitionException java.util.List chunks org.antlr.runtime.RecognitionException re org.stringtemplate.v4.ST ruleST org.antlr.tool.GrammarAST ACTION4 public final org.antlr.grammar.v3.CodeGenTreeWalker$alternative_return alternative () throws org.antlr.runtime.RecognitionException org.antlr.tool.Rule r String description org.antlr.runtime.EarlyExitException eee int alt42 int cnt42 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.CodeGenTreeWalker$alternative_return retval org.antlr.tool.GrammarAST a org.antlr.grammar.v3.CodeGenTreeWalker$element_return e public final org.antlr.grammar.v3.CodeGenTreeWalker$element_return element (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) throws org.antlr.runtime.RecognitionException String low String high org.antlr.runtime.NoViableAltException nvae String description int alt43 int alt44 int alt45 int alt46 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST label org.antlr.tool.GrammarAST astSuffix org.antlr.grammar.v3.CodeGenTreeWalker$element_return retval org.antlr.tool.GrammarAST n org.antlr.tool.GrammarAST alabel org.antlr.tool.GrammarAST label2 org.antlr.tool.GrammarAST a org.antlr.tool.GrammarAST b org.antlr.tool.GrammarAST sp org.antlr.tool.GrammarAST ROOT5 org.antlr.tool.GrammarAST BANG6 org.antlr.grammar.v3.CodeGenTreeWalker$element_return e org.stringtemplate.v4.ST notElement7 org.antlr.grammar.v3.CodeGenTreeWalker$ebnf_return ebnf8 org.antlr.grammar.v3.CodeGenTreeWalker$atom_return atom9 org.antlr.grammar.v3.CodeGenTreeWalker$tree__return tree_10 org.antlr.grammar.v3.CodeGenTreeWalker$element_action_return element_action11 org.antlr.misc.IntSet elements org.antlr.tool.GrammarAST ast public final org.antlr.grammar.v3.CodeGenTreeWalker$element_action_return element_action () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt47 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.CodeGenTreeWalker$element_action_return retval org.antlr.tool.GrammarAST act org.antlr.tool.GrammarAST act2 public final org.stringtemplate.v4.ST notElement (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int ttype int ttype int ttype int alt48 int i int alt49 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST n org.antlr.tool.GrammarAST label org.antlr.tool.GrammarAST astSuffix org.stringtemplate.v4.ST code org.antlr.tool.GrammarAST assign_c org.antlr.tool.GrammarAST assign_s org.antlr.tool.GrammarAST assign_t org.antlr.tool.GrammarAST assign_st org.antlr.misc.IntSet elements String labelText public final org.antlr.grammar.v3.CodeGenTreeWalker$ebnf_return ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae String description int alt50 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.CodeGenTreeWalker$ebnf_return retval org.antlr.grammar.v3.CodeGenTreeWalker$block_return blk org.antlr.analysis.DFA dfa org.antlr.tool.GrammarAST b org.antlr.tool.GrammarAST eob public final org.antlr.grammar.v3.CodeGenTreeWalker$tree__return tree_ () throws org.antlr.runtime.RecognitionException org.antlr.analysis.NFAState afterDOWN org.antlr.analysis.LookaheadSet s org.antlr.tool.Rule r int LA51_2 int LA51_3 int alt51 int alt52 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.CodeGenTreeWalker$tree__return retval org.antlr.grammar.v3.CodeGenTreeWalker$element_return el org.antlr.grammar.v3.CodeGenTreeWalker$element_action_return act org.antlr.tool.GrammarAST rootSuffix public final org.antlr.grammar.v3.CodeGenTreeWalker$atom_return atom (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) throws org.antlr.runtime.RecognitionException org.antlr.tool.Rule encRule org.antlr.runtime.NoViableAltException nvae int alt53 org.antlr.tool.Grammar scopeG java.util.List rdefDelegates java.util.List args String scopeName org.antlr.tool.Rule rdef int i int alt54 org.antlr.tool.Grammar scopeG java.util.List args String scopeName org.antlr.tool.Rule rdef2 int i String tokenLabel int i String tokenLabel int i String tokenLabel int i int alt55 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST scope org.antlr.tool.GrammarAST label org.antlr.tool.GrammarAST astSuffix org.antlr.grammar.v3.CodeGenTreeWalker$atom_return retval org.antlr.tool.GrammarAST r org.antlr.tool.GrammarAST rarg org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST targ org.antlr.tool.GrammarAST c org.antlr.tool.GrammarAST s org.antlr.tool.GrammarAST w org.antlr.tool.GrammarAST ID12 org.antlr.grammar.v3.CodeGenTreeWalker$atom_return a org.stringtemplate.v4.ST set13 String labelText public final void ast_suffix () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re public final org.stringtemplate.v4.ST set (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) throws org.antlr.runtime.RecognitionException int alt56 int i org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST label org.antlr.tool.GrammarAST astSuffix org.stringtemplate.v4.ST code org.antlr.tool.GrammarAST s String labelText public final void setElement () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt57 org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_return rewrite () throws org.antlr.runtime.RecognitionException java.util.Set tokenLabels java.util.Set tokenListLabels java.util.Set ruleLabels java.util.Set ruleListLabels java.util.Set wildcardLabels java.util.Set wildcardListLabels org.stringtemplate.v4.ST retvalST org.antlr.runtime.NoViableAltException nvae java.util.List predChunks String description int alt58 int alt59 int alt60 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_return retval org.antlr.tool.GrammarAST r org.antlr.tool.GrammarAST pred org.stringtemplate.v4.ST alt public final org.stringtemplate.v4.ST rewrite_block (java.lang.String) throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re String blockTemplateName org.stringtemplate.v4.ST code org.antlr.tool.GrammarAST BLOCK14 org.stringtemplate.v4.ST alt org.stringtemplate.v4.ST save_currentBlockST public final org.stringtemplate.v4.ST rewrite_alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int LA63_8 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt61 int cnt61 int alt62 int alt63 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.ST code org.antlr.tool.GrammarAST a org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_element_return el org.stringtemplate.v4.ST rewrite_template15 public final org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_element_return rewrite_element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt64 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_element_return retval org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_atom_return rewrite_atom16 org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_ebnf_return rewrite_ebnf17 org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_tree_return rewrite_tree18 org.antlr.misc.IntSet elements org.antlr.tool.GrammarAST ast public final org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_ebnf_return rewrite_ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae String description String description String description int alt65 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_ebnf_return retval org.stringtemplate.v4.ST rewrite_block19 org.stringtemplate.v4.ST rewrite_block20 org.stringtemplate.v4.ST rewrite_block21 public final org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_tree_return rewrite_tree () throws org.antlr.runtime.RecognitionException int alt66 String description org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_tree_return retval org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_atom_return r org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_element_return el public final org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_atom_return rewrite_atom (boolean) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae String ruleRefName String stName org.antlr.runtime.NoViableAltException nvae int alt67 java.util.List args org.antlr.tool.GrammarAST term String tokenName String stName org.antlr.tool.Rule rule java.util.Collection tokenRefsInAlt boolean createNewNode int ttype String tok int alt68 org.stringtemplate.v4.ST labelST String stName String labelName org.antlr.tool.Rule rule org.antlr.tool.Grammar$LabelElementPair pair String actText java.util.List chunks int alt69 org.antlr.runtime.RecognitionException re boolean isRoot org.antlr.grammar.v3.CodeGenTreeWalker$rewrite_atom_return retval org.antlr.tool.GrammarAST r org.antlr.tool.GrammarAST tk org.antlr.tool.GrammarAST arg org.antlr.tool.GrammarAST cl org.antlr.tool.GrammarAST sl org.antlr.tool.GrammarAST LABEL22 org.antlr.tool.GrammarAST ACTION23 public final org.stringtemplate.v4.ST rewrite_template () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae java.util.List chunks java.util.List chunks int alt71 String sl String t String sl String t int alt70 int alt72 int alt73 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.ST code org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST ind org.antlr.tool.GrammarAST arg org.antlr.tool.GrammarAST a org.antlr.tool.GrammarAST act org.antlr.tool.GrammarAST DOUBLE_QUOTE_STRING_LITERAL24 org.antlr.tool.GrammarAST DOUBLE_ANGLE_STRING_LITERAL25 public final void synpred1_CodeGenTreeWalker_fragment () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse public final void synpred2_CodeGenTreeWalker_fragment () throws org.antlr.runtime.RecognitionException public final boolean synpred1_CodeGenTreeWalker () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred2_CodeGenTreeWalker () org.antlr.runtime.RecognitionException re int start boolean success static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 static org.antlr.runtime.RecognizerSharedState access$000 (org.antlr.grammar.v3.CodeGenTreeWalker) org.antlr.grammar.v3.CodeGenTreeWalker x0 static org.antlr.runtime.RecognizerSharedState access$100 (org.antlr.grammar.v3.CodeGenTreeWalker) org.antlr.grammar.v3.CodeGenTreeWalker x0 static void <clinit> () int i int numStates }
org/antlr/grammar/v3/DefineGrammarItemsWalker$AttributeScopeActions_scope.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.DefineGrammarItemsWalker$AttributeScopeActions_scope extends java.lang.Object { java.util.HashMap actions protected void <init> () }
org/antlr/grammar/v3/DefineGrammarItemsWalker$block_return.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.DefineGrammarItemsWalker$block_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/DefineGrammarItemsWalker$DFA37.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 org.antlr.grammar.v3.DefineGrammarItemsWalker$DFA37 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.DefineGrammarItemsWalker this$0 public void <init> (org.antlr.grammar.v3.DefineGrammarItemsWalker, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/grammar/v3/DefineGrammarItemsWalker$DFA38.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 org.antlr.grammar.v3.DefineGrammarItemsWalker$DFA38 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.DefineGrammarItemsWalker this$0 public void <init> (org.antlr.grammar.v3.DefineGrammarItemsWalker, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA38_28 int index38_28 int LA38_27 int index38_27 int s org.antlr.runtime.IntStream _input org.antlr.runtime.tree.TreeNodeStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/grammar/v3/DefineGrammarItemsWalker$dotLoop_return.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.DefineGrammarItemsWalker$dotLoop_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/DefineGrammarItemsWalker$element_return.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.DefineGrammarItemsWalker$element_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/DefineGrammarItemsWalker$grammar__return.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.DefineGrammarItemsWalker$grammar__return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/DefineGrammarItemsWalker$modifier_return.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.DefineGrammarItemsWalker$modifier_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public String mod public void <init> () }
org/antlr/grammar/v3/DefineGrammarItemsWalker$rewrite_atom_return.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.DefineGrammarItemsWalker$rewrite_atom_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/DefineGrammarItemsWalker$rewrite_block_return.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.DefineGrammarItemsWalker$rewrite_block_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/DefineGrammarItemsWalker$rewrite_return.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.DefineGrammarItemsWalker$rewrite_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/DefineGrammarItemsWalker$rule_return.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.DefineGrammarItemsWalker$rule_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/DefineGrammarItemsWalker.class
DefineGrammarItemsWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.DefineGrammarItemsWalker extends org.antlr.runtime.tree.TreeParser { public static final String[] tokenNames public static final int EOF public static final int LEXER public static final int PARSER public static final int CATCH public static final int FINALLY public static final int GRAMMAR public static final int PRIVATE public static final int PROTECTED public static final int PUBLIC public static final int RETURNS public static final int THROWS public static final int TREE public static final int RULE public static final int PREC_RULE public static final int RECURSIVE_RULE_REF public static final int BLOCK public static final int OPTIONAL public static final int CLOSURE public static final int POSITIVE_CLOSURE public static final int SYNPRED public static final int RANGE public static final int CHAR_RANGE public static final int EPSILON public static final int ALT public static final int EOR public static final int EOB public static final int EOA public static final int ID public static final int ARG public static final int ARGLIST public static final int RET public static final int LEXER_GRAMMAR public static final int PARSER_GRAMMAR public static final int TREE_GRAMMAR public static final int COMBINED_GRAMMAR public static final int INITACTION public static final int FORCED_ACTION public static final int LABEL public static final int TEMPLATE public static final int SCOPE public static final int IMPORT public static final int GATED_SEMPRED public static final int SYN_SEMPRED public static final int BACKTRACK_SEMPRED public static final int FRAGMENT public static final int DOT public static final int REWRITES public static final int ACTION public static final int DOC_COMMENT public static final int SEMI public static final int AMPERSAND public static final int COLON public static final int OPTIONS public static final int RCURLY public static final int ASSIGN public static final int STRING_LITERAL public static final int CHAR_LITERAL public static final int INT public static final int STAR public static final int COMMA public static final int TOKENS public static final int TOKEN_REF public static final int BANG public static final int ARG_ACTION public static final int OR public static final int LPAREN public static final int RPAREN public static final int PLUS_ASSIGN public static final int SEMPRED public static final int IMPLIES public static final int ROOT public static final int WILDCARD public static final int RULE_REF public static final int NOT public static final int TREE_BEGIN public static final int QUESTION public static final int PLUS public static final int OPEN_ELEMENT_OPTION public static final int CLOSE_ELEMENT_OPTION public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int REWRITE public static final int ETC public static final int DOLLAR public static final int WS public static final int SL_COMMENT public static final int ML_COMMENT public static final int COMMENT public static final int SRC public static final int STRAY_BRACKET public static final int ESC public static final int DIGIT public static final int XDIGIT public static final int NESTED_ARG_ACTION public static final int ACTION_STRING_LITERAL public static final int ACTION_CHAR_LITERAL public static final int NESTED_ACTION public static final int ACTION_ESC public static final int WS_LOOP public static final int WS_OPT protected java.util.Stack AttributeScopeActions_stack protected org.antlr.tool.Grammar grammar protected org.antlr.tool.GrammarAST root protected String currentRuleName protected org.antlr.tool.GrammarAST currentRewriteBlock protected org.antlr.tool.GrammarAST currentRewriteRule protected int outerAltNum protected int blockLevel protected org.antlr.grammar.v3.DefineGrammarItemsWalker$DFA37 dfa37 protected org.antlr.grammar.v3.DefineGrammarItemsWalker$DFA38 dfa38 static final String DFA37_eotS static final String DFA37_eofS static final String DFA37_minS static final String DFA37_maxS static final String DFA37_acceptS static final String DFA37_specialS static final String[] DFA37_transitionS static final short[] DFA37_eot static final short[] DFA37_eof static final char[] DFA37_min static final char[] DFA37_max static final short[] DFA37_accept static final short[] DFA37_special static final short[][] DFA37_transition static final String DFA38_eotS static final String DFA38_eofS static final String DFA38_minS static final String DFA38_maxS static final String DFA38_acceptS static final String DFA38_specialS static final String[] DFA38_transitionS static final short[] DFA38_eot static final short[] DFA38_eof static final char[] DFA38_min static final char[] DFA38_max static final short[] DFA38_accept static final short[] DFA38_special static final short[][] DFA38_transition public static final org.antlr.runtime.BitSet FOLLOW_LEXER_GRAMMAR_in_grammar_70 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_76 public static final org.antlr.runtime.BitSet FOLLOW_PARSER_GRAMMAR_in_grammar_85 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_90 public static final org.antlr.runtime.BitSet FOLLOW_TREE_GRAMMAR_in_grammar_99 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_104 public static final org.antlr.runtime.BitSet FOLLOW_COMBINED_GRAMMAR_in_grammar_113 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_118 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_attrScope143 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_attrScope147 public static final org.antlr.runtime.BitSet FOLLOW_attrScopeAction_in_attrScope149 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_attrScope154 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_attrScopeAction172 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_attrScopeAction174 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_attrScopeAction176 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_grammarSpec194 public static final org.antlr.runtime.BitSet FOLLOW_DOC_COMMENT_in_grammarSpec201 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_grammarSpec209 public static final org.antlr.runtime.BitSet FOLLOW_delegateGrammars_in_grammarSpec217 public static final org.antlr.runtime.BitSet FOLLOW_tokensSpec_in_grammarSpec224 public static final org.antlr.runtime.BitSet FOLLOW_attrScope_in_grammarSpec231 public static final org.antlr.runtime.BitSet FOLLOW_actions_in_grammarSpec238 public static final org.antlr.runtime.BitSet FOLLOW_rules_in_grammarSpec244 public static final org.antlr.runtime.BitSet FOLLOW_action_in_actions257 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_action279 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_action283 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_action292 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_action296 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_action312 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_optionsSpec346 public static final org.antlr.runtime.BitSet FOLLOW_IMPORT_in_delegateGrammars363 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_delegateGrammars368 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_delegateGrammars370 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_delegateGrammars372 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_delegateGrammars377 public static final org.antlr.runtime.BitSet FOLLOW_TOKENS_in_tokensSpec394 public static final org.antlr.runtime.BitSet FOLLOW_tokenSpec_in_tokensSpec396 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_tokenSpec411 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_tokenSpec418 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_tokenSpec423 public static final org.antlr.runtime.BitSet FOLLOW_set_in_tokenSpec428 public static final org.antlr.runtime.BitSet FOLLOW_rule_in_rules459 public static final org.antlr.runtime.BitSet FOLLOW_PREC_RULE_in_rules464 public static final org.antlr.runtime.BitSet FOLLOW_RULE_in_rule489 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rule493 public static final org.antlr.runtime.BitSet FOLLOW_modifier_in_rule501 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_rule510 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule515 public static final org.antlr.runtime.BitSet FOLLOW_RET_in_rule526 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule531 public static final org.antlr.runtime.BitSet FOLLOW_throwsSpec_in_rule541 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_rule549 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_rule562 public static final org.antlr.runtime.BitSet FOLLOW_ruleAction_in_rule571 public static final org.antlr.runtime.BitSet FOLLOW_block_in_rule586 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_rule592 public static final org.antlr.runtime.BitSet FOLLOW_EOR_in_rule599 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_ruleAction623 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_ruleAction627 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleAction631 public static final org.antlr.runtime.BitSet FOLLOW_set_in_modifier0 public static final org.antlr.runtime.BitSet FOLLOW_THROWS_in_throwsSpec691 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_throwsSpec694 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec724 public static final org.antlr.runtime.BitSet FOLLOW_attrScopeAction_in_ruleScopeSpec731 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec736 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_ruleScopeSpec757 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_block791 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_block797 public static final org.antlr.runtime.BitSet FOLLOW_blockAction_in_block805 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_block814 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_block816 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_block833 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_blockAction857 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_blockAction861 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_blockAction865 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_alternative903 public static final org.antlr.runtime.BitSet FOLLOW_element_in_alternative906 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_alternative910 public static final org.antlr.runtime.BitSet FOLLOW_exceptionHandler_in_exceptionGroup925 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup931 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup938 public static final org.antlr.runtime.BitSet FOLLOW_CATCH_in_exceptionHandler952 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_exceptionHandler954 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_exceptionHandler956 public static final org.antlr.runtime.BitSet FOLLOW_FINALLY_in_finallyClause974 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_finallyClause976 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_element993 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element995 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_element1004 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1006 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1014 public static final org.antlr.runtime.BitSet FOLLOW_NOT_in_element1023 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1025 public static final org.antlr.runtime.BitSet FOLLOW_RANGE_in_element1034 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1036 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1039 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_RANGE_in_element1049 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1051 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1054 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_element1063 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element1067 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1071 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_ASSIGN_in_element1084 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element1088 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1092 public static final org.antlr.runtime.BitSet FOLLOW_ebnf_in_element1109 public static final org.antlr.runtime.BitSet FOLLOW_tree__in_element1116 public static final org.antlr.runtime.BitSet FOLLOW_SYNPRED_in_element1125 public static final org.antlr.runtime.BitSet FOLLOW_block_in_element1127 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_element1138 public static final org.antlr.runtime.BitSet FOLLOW_FORCED_ACTION_in_element1151 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_element1162 public static final org.antlr.runtime.BitSet FOLLOW_SYN_SEMPRED_in_element1173 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_element1181 public static final org.antlr.runtime.BitSet FOLLOW_GATED_SEMPRED_in_element1192 public static final org.antlr.runtime.BitSet FOLLOW_EPSILON_in_element1203 public static final org.antlr.runtime.BitSet FOLLOW_dotLoop_in_ebnf1221 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1227 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONAL_in_ebnf1234 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1236 public static final org.antlr.runtime.BitSet FOLLOW_CLOSURE_in_ebnf1245 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1247 public static final org.antlr.runtime.BitSet FOLLOW_POSITIVE_CLOSURE_in_ebnf1256 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1258 public static final org.antlr.runtime.BitSet FOLLOW_CLOSURE_in_dotLoop1277 public static final org.antlr.runtime.BitSet FOLLOW_dotBlock_in_dotLoop1279 public static final org.antlr.runtime.BitSet FOLLOW_POSITIVE_CLOSURE_in_dotLoop1289 public static final org.antlr.runtime.BitSet FOLLOW_dotBlock_in_dotLoop1291 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_dotBlock1314 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_dotBlock1318 public static final org.antlr.runtime.BitSet FOLLOW_WILDCARD_in_dotBlock1320 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_dotBlock1322 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_dotBlock1326 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_tree_1340 public static final org.antlr.runtime.BitSet FOLLOW_element_in_tree_1342 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_atom1360 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1365 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_atom1382 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1387 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_atom1403 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_atom1414 public static final org.antlr.runtime.BitSet FOLLOW_WILDCARD_in_atom1424 public static final org.antlr.runtime.BitSet FOLLOW_DOT_in_atom1430 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_atom1432 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_atom1434 public static final org.antlr.runtime.BitSet FOLLOW_set_in_ast_suffix0 public static final org.antlr.runtime.BitSet FOLLOW_REWRITES_in_rewrite1471 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite1480 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_rewrite1485 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite1489 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_rewrite_block1533 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite_block1535 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_rewrite_block1537 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_rewrite_alternative1569 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_element_in_rewrite_alternative1575 public static final org.antlr.runtime.BitSet FOLLOW_EPSILON_in_rewrite_alternative1582 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_rewrite_alternative1586 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_in_rewrite_alternative1597 public static final org.antlr.runtime.BitSet FOLLOW_ETC_in_rewrite_alternative1602 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_atom_in_rewrite_element1616 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_ebnf_in_rewrite_element1621 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_in_rewrite_element1626 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONAL_in_rewrite_ebnf1639 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_block_in_rewrite_ebnf1641 public static final org.antlr.runtime.BitSet FOLLOW_CLOSURE_in_rewrite_ebnf1650 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_block_in_rewrite_ebnf1652 public static final org.antlr.runtime.BitSet FOLLOW_POSITIVE_CLOSURE_in_rewrite_ebnf1661 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_block_in_rewrite_ebnf1663 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_rewrite_tree1680 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_atom_in_rewrite_tree1682 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_element_in_rewrite_tree1686 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_rewrite_atom1707 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_rewrite_atom1717 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rewrite_atom1725 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_rewrite_atom1750 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_rewrite_atom1756 public static final org.antlr.runtime.BitSet FOLLOW_LABEL_in_rewrite_atom1765 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_atom1770 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_rewrite_template1787 public static final org.antlr.runtime.BitSet FOLLOW_EPSILON_in_rewrite_template1789 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_rewrite_template1791 public static final org.antlr.runtime.BitSet FOLLOW_TEMPLATE_in_rewrite_template1800 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rewrite_template1805 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template1809 public static final org.antlr.runtime.BitSet FOLLOW_ARGLIST_in_rewrite_template1817 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_rewrite_template1827 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rewrite_template1831 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template1835 public static final org.antlr.runtime.BitSet FOLLOW_set_in_rewrite_template1866 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template1892 public static final org.antlr.runtime.BitSet FOLLOW_dotLoop_in_synpred1_DefineGrammarItemsWalker1216 public void <init> (org.antlr.runtime.tree.TreeNodeStream) org.antlr.runtime.tree.TreeNodeStream input public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public final int countAltsForRule (org.antlr.runtime.tree.CommonTree) int i org.antlr.runtime.tree.CommonTree t org.antlr.runtime.tree.CommonTree block int altCount protected final void finish () protected final void trimGrammar () String ruleName int i org.antlr.tool.GrammarAST p protected final void trackInlineAction (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST actionAST org.antlr.tool.Rule r public final org.antlr.grammar.v3.DefineGrammarItemsWalker$grammar__return grammar_ (org.antlr.tool.Grammar) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt1 org.antlr.runtime.RecognitionException re org.antlr.tool.Grammar g org.antlr.grammar.v3.DefineGrammarItemsWalker$grammar__return retval public final void attrScope () throws org.antlr.runtime.RecognitionException int alt2 org.antlr.tool.GrammarAST action java.util.Iterator i$ org.antlr.tool.AttributeScope scope org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST name org.antlr.tool.GrammarAST attrs public final void attrScopeAction () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST ID1 org.antlr.tool.GrammarAST ACTION2 public final void grammarSpec () throws org.antlr.runtime.RecognitionException int alt7 int alt3 int alt4 int alt5 int alt6 int alt8 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST cmt public final void actions () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt9 int cnt9 org.antlr.runtime.RecognitionException re public final void action () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt10 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST amp org.antlr.tool.GrammarAST id1 org.antlr.tool.GrammarAST id2 org.antlr.tool.GrammarAST a1 org.antlr.tool.GrammarAST a2 String scope org.antlr.tool.GrammarAST nameAST org.antlr.tool.GrammarAST actionAST public final void optionsSpec () throws org.antlr.runtime.RecognitionException int alt11 org.antlr.runtime.RecognitionException re public final void delegateGrammars () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt12 int cnt12 org.antlr.runtime.RecognitionException re public final void tokensSpec () throws org.antlr.runtime.RecognitionException int alt13 org.antlr.runtime.RecognitionException re public final void tokenSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int alt14 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST t public final void rules () throws org.antlr.runtime.RecognitionException int alt15 org.antlr.runtime.EarlyExitException eee int alt16 int cnt16 org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.DefineGrammarItemsWalker$rule_return rule () throws org.antlr.runtime.RecognitionException int alt18 int alt19 String exception java.util.Iterator i$ int numAlts int alt23 int alt17 int alt20 int alt21 int alt22 int alt24 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.DefineGrammarItemsWalker$rule_return retval org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST args org.antlr.tool.GrammarAST ret org.antlr.tool.GrammarAST RULE3 org.antlr.grammar.v3.DefineGrammarItemsWalker$block_return b org.antlr.grammar.v3.DefineGrammarItemsWalker$modifier_return modifier4 java.util.HashSet throwsSpec5 String name java.util.Map opts org.antlr.tool.Rule r public final void ruleAction (org.antlr.tool.Rule) throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.tool.Rule r org.antlr.tool.GrammarAST amp org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST a public final org.antlr.grammar.v3.DefineGrammarItemsWalker$modifier_return modifier () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.DefineGrammarItemsWalker$modifier_return retval public final java.util.HashSet throwsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt25 int cnt25 org.antlr.runtime.RecognitionException re java.util.HashSet exceptions org.antlr.tool.GrammarAST ID6 public final void ruleScopeSpec (org.antlr.tool.Rule) throws org.antlr.runtime.RecognitionException int alt26 org.antlr.tool.GrammarAST action java.util.Iterator i$ int alt28 int alt27 org.antlr.runtime.RecognitionException re org.antlr.tool.Rule r org.antlr.tool.GrammarAST attrs org.antlr.tool.GrammarAST uses public final org.antlr.grammar.v3.DefineGrammarItemsWalker$block_return block () throws org.antlr.runtime.RecognitionException int alt30 org.antlr.runtime.EarlyExitException eee int alt31 int alt29 int cnt31 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.DefineGrammarItemsWalker$block_return retval public final void blockAction () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST amp org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST a public final void alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt32 int cnt32 org.antlr.runtime.RecognitionException re public final void exceptionGroup () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt33 int cnt33 int alt34 int alt35 org.antlr.runtime.RecognitionException re public final void exceptionHandler () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST ACTION7 public final void finallyClause () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST ACTION8 public final org.antlr.grammar.v3.DefineGrammarItemsWalker$element_return element () throws org.antlr.runtime.RecognitionException org.antlr.tool.GrammarAST e org.antlr.tool.GrammarAST a int alt36 int alt37 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.DefineGrammarItemsWalker$element_return retval org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST id2 org.antlr.tool.GrammarAST act org.antlr.tool.GrammarAST act2 org.antlr.tool.GrammarAST SEMPRED9 org.antlr.tool.GrammarAST GATED_SEMPRED10 org.antlr.grammar.v3.DefineGrammarItemsWalker$element_return el org.antlr.grammar.v3.DefineGrammarItemsWalker$element_return a2 public final void ebnf () throws org.antlr.runtime.RecognitionException int alt38 org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.DefineGrammarItemsWalker$dotLoop_return dotLoop () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.tool.GrammarAST block java.util.Map opts int alt39 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.DefineGrammarItemsWalker$dotLoop_return retval public final void dotBlock () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void tree_ () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt40 int cnt40 org.antlr.runtime.RecognitionException re public final void atom (org.antlr.tool.GrammarAST) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt41 int alt42 org.antlr.tool.Rule rule org.antlr.tool.Rule rule int alt43 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST scope_ org.antlr.tool.GrammarAST rr org.antlr.tool.GrammarAST rarg org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST targ org.antlr.tool.GrammarAST c org.antlr.tool.GrammarAST s org.antlr.tool.GrammarAST ID11 public final void ast_suffix () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.DefineGrammarItemsWalker$rewrite_return rewrite () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt44 int alt45 int alt46 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.DefineGrammarItemsWalker$rewrite_return retval org.antlr.tool.GrammarAST pred public final org.antlr.grammar.v3.DefineGrammarItemsWalker$rewrite_block_return rewrite_block () throws org.antlr.runtime.RecognitionException org.antlr.tool.GrammarAST item java.util.Iterator i$ org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.DefineGrammarItemsWalker$rewrite_block_return retval org.antlr.tool.GrammarAST enclosingBlock public final void rewrite_alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int LA49_8 org.antlr.runtime.NoViableAltException nvae int LA49_7 org.antlr.runtime.NoViableAltException nvae int LA49_5 org.antlr.runtime.NoViableAltException nvae int LA49_4 org.antlr.runtime.NoViableAltException nvae int LA49_1 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt47 int cnt47 int alt48 int alt49 int LA49_0 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST a public final void rewrite_element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt50 org.antlr.runtime.RecognitionException re public final void rewrite_ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt51 org.antlr.runtime.RecognitionException re public final void rewrite_tree () throws org.antlr.runtime.RecognitionException int alt52 org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.DefineGrammarItemsWalker$rewrite_atom_return rewrite_atom () throws org.antlr.runtime.RecognitionException org.antlr.tool.Rule r java.util.Set tokenRefsInAlt boolean imaginary org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt53 int alt54 int alt55 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.DefineGrammarItemsWalker$rewrite_atom_return retval org.antlr.tool.GrammarAST ARG_ACTION12 org.antlr.tool.GrammarAST ACTION13 public final void rewrite_template () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt57 org.antlr.runtime.MismatchedSetException mse int alt56 int alt58 int alt59 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST id org.antlr.tool.GrammarAST ind org.antlr.tool.GrammarAST arg org.antlr.tool.GrammarAST a org.antlr.tool.GrammarAST act public final void synpred1_DefineGrammarItemsWalker_fragment () throws org.antlr.runtime.RecognitionException public final boolean synpred1_DefineGrammarItemsWalker () org.antlr.runtime.RecognitionException re int start boolean success static org.antlr.runtime.RecognizerSharedState access$000 (org.antlr.grammar.v3.DefineGrammarItemsWalker) org.antlr.grammar.v3.DefineGrammarItemsWalker x0 static org.antlr.runtime.RecognizerSharedState access$100 (org.antlr.grammar.v3.DefineGrammarItemsWalker) org.antlr.grammar.v3.DefineGrammarItemsWalker x0 static void <clinit> () int i int numStates int i int numStates }
org/antlr/grammar/v3/LeftRecursiveRuleWalker$DFA31.class
LeftRecursiveRuleWalker.java package org.antlr.grammar.v3 org.antlr.grammar.v3.LeftRecursiveRuleWalker$DFA31 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.LeftRecursiveRuleWalker this$0 public void <init> (org.antlr.grammar.v3.LeftRecursiveRuleWalker, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/grammar/v3/LeftRecursiveRuleWalker$outerAlternative_return.class
LeftRecursiveRuleWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.LeftRecursiveRuleWalker$outerAlternative_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public boolean isLeftRec public void <init> () }
org/antlr/grammar/v3/LeftRecursiveRuleWalker$ruleBlock_return.class
LeftRecursiveRuleWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.LeftRecursiveRuleWalker$ruleBlock_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public boolean isLeftRec public void <init> () }
org/antlr/grammar/v3/LeftRecursiveRuleWalker.class
LeftRecursiveRuleWalker.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.LeftRecursiveRuleWalker extends org.antlr.runtime.tree.TreeParser { public static final String[] tokenNames public static final int EOF public static final int LEXER public static final int PARSER public static final int CATCH public static final int FINALLY public static final int GRAMMAR public static final int PRIVATE public static final int PROTECTED public static final int PUBLIC public static final int RETURNS public static final int THROWS public static final int TREE public static final int RULE public static final int PREC_RULE public static final int RECURSIVE_RULE_REF public static final int BLOCK public static final int OPTIONAL public static final int CLOSURE public static final int POSITIVE_CLOSURE public static final int SYNPRED public static final int RANGE public static final int CHAR_RANGE public static final int EPSILON public static final int ALT public static final int EOR public static final int EOB public static final int EOA public static final int ID public static final int ARG public static final int ARGLIST public static final int RET public static final int LEXER_GRAMMAR public static final int PARSER_GRAMMAR public static final int TREE_GRAMMAR public static final int COMBINED_GRAMMAR public static final int INITACTION public static final int FORCED_ACTION public static final int LABEL public static final int TEMPLATE public static final int SCOPE public static final int IMPORT public static final int GATED_SEMPRED public static final int SYN_SEMPRED public static final int BACKTRACK_SEMPRED public static final int FRAGMENT public static final int DOT public static final int REWRITES public static final int ACTION public static final int DOC_COMMENT public static final int SEMI public static final int AMPERSAND public static final int COLON public static final int OPTIONS public static final int RCURLY public static final int ASSIGN public static final int STRING_LITERAL public static final int CHAR_LITERAL public static final int INT public static final int STAR public static final int COMMA public static final int TOKENS public static final int TOKEN_REF public static final int BANG public static final int ARG_ACTION public static final int OR public static final int LPAREN public static final int RPAREN public static final int PLUS_ASSIGN public static final int SEMPRED public static final int IMPLIES public static final int ROOT public static final int WILDCARD public static final int RULE_REF public static final int NOT public static final int TREE_BEGIN public static final int QUESTION public static final int PLUS public static final int OPEN_ELEMENT_OPTION public static final int CLOSE_ELEMENT_OPTION public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int REWRITE public static final int ETC public static final int DOLLAR public static final int WS public static final int SL_COMMENT public static final int ML_COMMENT public static final int COMMENT public static final int SRC public static final int STRAY_BRACKET public static final int ESC public static final int DIGIT public static final int XDIGIT public static final int NESTED_ARG_ACTION public static final int ACTION_STRING_LITERAL public static final int ACTION_CHAR_LITERAL public static final int NESTED_ACTION public static final int ACTION_ESC public static final int WS_LOOP public static final int WS_OPT protected org.antlr.tool.Grammar grammar private String ruleName private int outerAlt public int numAlts protected org.antlr.grammar.v3.LeftRecursiveRuleWalker$DFA31 dfa31 static final String DFA31_eotS static final String DFA31_eofS static final String DFA31_minS static final String DFA31_maxS static final String DFA31_acceptS static final String DFA31_specialS static final String[] DFA31_transitionS static final short[] DFA31_eot static final short[] DFA31_eof static final char[] DFA31_min static final char[] DFA31_max static final short[] DFA31_accept static final short[] DFA31_special static final short[][] DFA31_transition public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_optionsSpec51 public static final org.antlr.runtime.BitSet FOLLOW_option_in_optionsSpec53 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_option67 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_option69 public static final org.antlr.runtime.BitSet FOLLOW_optionValue_in_option71 public static final org.antlr.runtime.BitSet FOLLOW_set_in_optionValue0 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_charSetElement109 public static final org.antlr.runtime.BitSet FOLLOW_OR_in_charSetElement115 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_charSetElement117 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_charSetElement119 public static final org.antlr.runtime.BitSet FOLLOW_RANGE_in_charSetElement126 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_charSetElement128 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_charSetElement130 public static final org.antlr.runtime.BitSet FOLLOW_RULE_in_rec_rule158 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rec_rule162 public static final org.antlr.runtime.BitSet FOLLOW_modifier_in_rec_rule169 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_rec_rule176 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rec_rule178 public static final org.antlr.runtime.BitSet FOLLOW_RET_in_rec_rule186 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rec_rule188 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_rec_rule195 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_rec_rule201 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_rec_rule209 public static final org.antlr.runtime.BitSet FOLLOW_ruleBlock_in_rec_rule220 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_rec_rule227 public static final org.antlr.runtime.BitSet FOLLOW_EOR_in_rec_rule233 public static final org.antlr.runtime.BitSet FOLLOW_set_in_modifier0 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec280 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec282 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_ruleScopeSpec285 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_ruleBlock309 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_ruleBlock314 public static final org.antlr.runtime.BitSet FOLLOW_outerAlternative_in_ruleBlock322 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_ruleBlock334 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_ruleBlock352 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_block375 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_block389 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_block407 public static final org.antlr.runtime.BitSet FOLLOW_element_in_block409 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_block412 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_block415 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_block433 public static final org.antlr.runtime.BitSet FOLLOW_binaryMultipleOp_in_outerAlternative482 public static final org.antlr.runtime.BitSet FOLLOW_binary_in_outerAlternative538 public static final org.antlr.runtime.BitSet FOLLOW_ternary_in_outerAlternative600 public static final org.antlr.runtime.BitSet FOLLOW_prefix_in_outerAlternative656 public static final org.antlr.runtime.BitSet FOLLOW_suffix_in_outerAlternative712 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_outerAlternative754 public static final org.antlr.runtime.BitSet FOLLOW_element_in_outerAlternative756 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_outerAlternative759 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_binary808 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_binary812 public static final org.antlr.runtime.BitSet FOLLOW_recurseNoLabel_in_binary820 public static final org.antlr.runtime.BitSet FOLLOW_token_in_binary824 public static final org.antlr.runtime.BitSet FOLLOW_recurse_in_binary826 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_binary828 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_binaryMultipleOp845 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_binaryMultipleOp849 public static final org.antlr.runtime.BitSet FOLLOW_recurseNoLabel_in_binaryMultipleOp857 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_binaryMultipleOp861 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_binaryMultipleOp867 public static final org.antlr.runtime.BitSet FOLLOW_token_in_binaryMultipleOp871 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_binaryMultipleOp873 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_binaryMultipleOp882 public static final org.antlr.runtime.BitSet FOLLOW_recurse_in_binaryMultipleOp886 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_binaryMultipleOp888 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_ternary903 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_ternary907 public static final org.antlr.runtime.BitSet FOLLOW_recurseNoLabel_in_ternary915 public static final org.antlr.runtime.BitSet FOLLOW_token_in_ternary919 public static final org.antlr.runtime.BitSet FOLLOW_recurse_in_ternary921 public static final org.antlr.runtime.BitSet FOLLOW_token_in_ternary923 public static final org.antlr.runtime.BitSet FOLLOW_recurse_in_ternary925 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_ternary927 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_prefix943 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_prefix947 public static final org.antlr.runtime.BitSet FOLLOW_element_in_prefix960 public static final org.antlr.runtime.BitSet FOLLOW_recurse_in_prefix964 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_prefix966 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_suffix979 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_suffix983 public static final org.antlr.runtime.BitSet FOLLOW_recurseNoLabel_in_suffix991 public static final org.antlr.runtime.BitSet FOLLOW_element_in_suffix995 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_suffix999 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_recurse1012 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_recurse1014 public static final org.antlr.runtime.BitSet FOLLOW_recurseNoLabel_in_recurse1016 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_ASSIGN_in_recurse1023 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_recurse1025 public static final org.antlr.runtime.BitSet FOLLOW_recurseNoLabel_in_recurse1027 public static final org.antlr.runtime.BitSet FOLLOW_recurseNoLabel_in_recurse1033 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_recurseNoLabel1045 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_token1062 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_token1064 public static final org.antlr.runtime.BitSet FOLLOW_token_in_token1068 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_ASSIGN_in_token1077 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_token1079 public static final org.antlr.runtime.BitSet FOLLOW_token_in_token1083 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_token1092 public static final org.antlr.runtime.BitSet FOLLOW_token_in_token1096 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_token1105 public static final org.antlr.runtime.BitSet FOLLOW_token_in_token1109 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_token1119 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_token1133 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_token1145 public static final org.antlr.runtime.BitSet FOLLOW_exceptionHandler_in_exceptionGroup1166 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup1169 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup1175 public static final org.antlr.runtime.BitSet FOLLOW_CATCH_in_exceptionHandler1190 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_exceptionHandler1192 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_exceptionHandler1194 public static final org.antlr.runtime.BitSet FOLLOW_FINALLY_in_finallyClause1207 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_finallyClause1209 public static final org.antlr.runtime.BitSet FOLLOW_REWRITES_in_rewrite1222 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite1228 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_rewrite1230 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_rewrite1235 public static final org.antlr.runtime.BitSet FOLLOW_TEMPLATE_in_rewrite1242 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite1248 public static final org.antlr.runtime.BitSet FOLLOW_ETC_in_rewrite1250 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_element1270 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1272 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_element1279 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1281 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1287 public static final org.antlr.runtime.BitSet FOLLOW_NOT_in_element1293 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1295 public static final org.antlr.runtime.BitSet FOLLOW_RANGE_in_element1302 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1304 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element1306 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_element1313 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element1315 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1317 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_ASSIGN_in_element1324 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element1326 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element1328 public static final org.antlr.runtime.BitSet FOLLOW_ebnf_in_element1334 public static final org.antlr.runtime.BitSet FOLLOW_tree__in_element1339 public static final org.antlr.runtime.BitSet FOLLOW_SYNPRED_in_element1345 public static final org.antlr.runtime.BitSet FOLLOW_block_in_element1347 public static final org.antlr.runtime.BitSet FOLLOW_FORCED_ACTION_in_element1354 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_element1359 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_element1364 public static final org.antlr.runtime.BitSet FOLLOW_SYN_SEMPRED_in_element1369 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_element1374 public static final org.antlr.runtime.BitSet FOLLOW_GATED_SEMPRED_in_element1379 public static final org.antlr.runtime.BitSet FOLLOW_EPSILON_in_element1384 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1396 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONAL_in_ebnf1408 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1410 public static final org.antlr.runtime.BitSet FOLLOW_CLOSURE_in_ebnf1425 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1427 public static final org.antlr.runtime.BitSet FOLLOW_POSITIVE_CLOSURE_in_ebnf1443 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1445 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_tree_1463 public static final org.antlr.runtime.BitSet FOLLOW_element_in_tree_1465 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_atom1479 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1481 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_atom1489 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1491 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_atom1498 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_atom1503 public static final org.antlr.runtime.BitSet FOLLOW_WILDCARD_in_atom1508 public static final org.antlr.runtime.BitSet FOLLOW_DOT_in_atom1514 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_atom1516 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_atom1518 public static final org.antlr.runtime.BitSet FOLLOW_set_in_ast_suffix0 public static final org.antlr.runtime.BitSet FOLLOW_binaryMultipleOp_in_synpred1_LeftRecursiveRuleWalker478 public static final org.antlr.runtime.BitSet FOLLOW_binary_in_synpred2_LeftRecursiveRuleWalker524 public static final org.antlr.runtime.BitSet FOLLOW_ternary_in_synpred3_LeftRecursiveRuleWalker587 public static final org.antlr.runtime.BitSet FOLLOW_prefix_in_synpred4_LeftRecursiveRuleWalker642 public static final org.antlr.runtime.BitSet FOLLOW_suffix_in_synpred5_LeftRecursiveRuleWalker698 public void <init> (org.antlr.runtime.tree.TreeNodeStream) org.antlr.runtime.tree.TreeNodeStream input public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public void reportError (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException ex org.antlr.runtime.Token token public void setTokenPrec (org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST t int alt public void binaryAlt (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST altTree org.antlr.tool.GrammarAST rewriteTree int alt public void ternaryAlt (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST altTree org.antlr.tool.GrammarAST rewriteTree int alt public void prefixAlt (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST altTree org.antlr.tool.GrammarAST rewriteTree int alt public void suffixAlt (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST altTree org.antlr.tool.GrammarAST rewriteTree int alt public void otherAlt (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST altTree org.antlr.tool.GrammarAST rewriteTree int alt public void setReturnValues (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST t public final void optionsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt1 int cnt1 org.antlr.runtime.RecognitionException re public final void option () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void optionValue () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re public final void charSetElement () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt2 org.antlr.runtime.RecognitionException re public final boolean rec_rule (org.antlr.tool.Grammar) throws org.antlr.runtime.RecognitionException int alt4 int alt5 int alt8 int alt9 int alt3 int alt6 int alt7 int alt10 org.antlr.runtime.RecognitionException re org.antlr.tool.Grammar g boolean isLeftRec org.antlr.tool.GrammarAST r org.antlr.tool.GrammarAST id org.antlr.grammar.v3.LeftRecursiveRuleWalker$ruleBlock_return ruleBlock1 public final void modifier () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re public final void ruleScopeSpec () throws org.antlr.runtime.RecognitionException int alt12 int alt11 org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.LeftRecursiveRuleWalker$ruleBlock_return ruleBlock () throws org.antlr.runtime.RecognitionException int alt14 org.antlr.runtime.EarlyExitException eee int alt15 int alt13 int cnt15 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.LeftRecursiveRuleWalker$ruleBlock_return retval org.antlr.grammar.v3.LeftRecursiveRuleWalker$outerAlternative_return outerAlternative2 boolean lr public final void block () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt17 int cnt17 int alt18 org.antlr.runtime.EarlyExitException eee int alt19 int alt16 int cnt19 org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.LeftRecursiveRuleWalker$outerAlternative_return outerAlternative () throws org.antlr.runtime.RecognitionException int LA21_1 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt20 int cnt20 int alt21 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.LeftRecursiveRuleWalker$outerAlternative_return retval org.antlr.tool.GrammarAST rew public final void binary () throws org.antlr.runtime.RecognitionException int alt22 int alt23 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST op public final void binaryMultipleOp () throws org.antlr.runtime.RecognitionException int alt24 org.antlr.runtime.EarlyExitException eee int alt26 int alt25 int cnt26 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST op public final void ternary () throws org.antlr.runtime.RecognitionException int alt27 int alt28 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST op public final void prefix () throws org.antlr.runtime.RecognitionException int alt29 org.antlr.runtime.EarlyExitException eee int alt31 int alt30 int cnt31 org.antlr.runtime.RecognitionException re public final void suffix () throws org.antlr.runtime.RecognitionException int alt32 org.antlr.runtime.EarlyExitException eee int alt34 int alt33 int cnt34 org.antlr.runtime.RecognitionException re public final void recurse () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt35 org.antlr.runtime.RecognitionException re public final void recurseNoLabel () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final org.antlr.tool.GrammarAST token () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt36 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST a org.antlr.tool.GrammarAST b org.antlr.tool.GrammarAST c org.antlr.tool.GrammarAST s public final void exceptionGroup () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt37 int cnt37 int alt38 int alt39 org.antlr.runtime.RecognitionException re public final void exceptionHandler () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void finallyClause () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void rewrite () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt41 int alt42 int alt40 int alt43 int alt44 org.antlr.runtime.RecognitionException re public final void element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt45 org.antlr.runtime.RecognitionException re public final void ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt46 org.antlr.runtime.RecognitionException re public final void tree_ () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt47 int cnt47 org.antlr.runtime.RecognitionException re public final void atom () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt48 int alt49 int alt50 org.antlr.runtime.RecognitionException re public final void ast_suffix () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re public final void synpred1_LeftRecursiveRuleWalker_fragment () throws org.antlr.runtime.RecognitionException public final void synpred2_LeftRecursiveRuleWalker_fragment () throws org.antlr.runtime.RecognitionException public final void synpred3_LeftRecursiveRuleWalker_fragment () throws org.antlr.runtime.RecognitionException public final void synpred4_LeftRecursiveRuleWalker_fragment () throws org.antlr.runtime.RecognitionException public final void synpred5_LeftRecursiveRuleWalker_fragment () throws org.antlr.runtime.RecognitionException public final boolean synpred5_LeftRecursiveRuleWalker () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred4_LeftRecursiveRuleWalker () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred2_LeftRecursiveRuleWalker () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred1_LeftRecursiveRuleWalker () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred3_LeftRecursiveRuleWalker () org.antlr.runtime.RecognitionException re int start boolean success static void <clinit> () int i int numStates }
org/antlr/grammar/v3/TreeToNFAConverter$atom_return.class
TreeToNFAConverter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.TreeToNFAConverter$atom_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.antlr.analysis.StateCluster g public void <init> () }
org/antlr/grammar/v3/TreeToNFAConverter$block_return.class
TreeToNFAConverter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.TreeToNFAConverter$block_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.antlr.analysis.StateCluster g public void <init> () }
org/antlr/grammar/v3/TreeToNFAConverter$DFA43.class
TreeToNFAConverter.java package org.antlr.grammar.v3 org.antlr.grammar.v3.TreeToNFAConverter$DFA43 extends org.antlr.runtime.DFA { private final org.antlr.grammar.v3.TreeToNFAConverter this$0 public void <init> (org.antlr.grammar.v3.TreeToNFAConverter, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/grammar/v3/TreeToNFAConverter$ebnf_return.class
TreeToNFAConverter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.TreeToNFAConverter$ebnf_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.antlr.analysis.StateCluster g public void <init> () }
org/antlr/grammar/v3/TreeToNFAConverter$element_return.class
TreeToNFAConverter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.TreeToNFAConverter$element_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.antlr.analysis.StateCluster g public void <init> () }
org/antlr/grammar/v3/TreeToNFAConverter$rewrite_return.class
TreeToNFAConverter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.TreeToNFAConverter$rewrite_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/TreeToNFAConverter$rule_return.class
TreeToNFAConverter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.TreeToNFAConverter$rule_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/antlr/grammar/v3/TreeToNFAConverter$set_return.class
TreeToNFAConverter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.TreeToNFAConverter$set_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.antlr.analysis.StateCluster g public void <init> () }
org/antlr/grammar/v3/TreeToNFAConverter$tree__return.class
TreeToNFAConverter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.TreeToNFAConverter$tree__return extends org.antlr.runtime.tree.TreeRuleReturnScope { public org.antlr.analysis.StateCluster g public void <init> () }
org/antlr/grammar/v3/TreeToNFAConverter.class
TreeToNFAConverter.java package org.antlr.grammar.v3 public org.antlr.grammar.v3.TreeToNFAConverter extends org.antlr.runtime.tree.TreeParser { public static final String[] tokenNames public static final int EOF public static final int LEXER public static final int PARSER public static final int CATCH public static final int FINALLY public static final int GRAMMAR public static final int PRIVATE public static final int PROTECTED public static final int PUBLIC public static final int RETURNS public static final int THROWS public static final int TREE public static final int RULE public static final int PREC_RULE public static final int RECURSIVE_RULE_REF public static final int BLOCK public static final int OPTIONAL public static final int CLOSURE public static final int POSITIVE_CLOSURE public static final int SYNPRED public static final int RANGE public static final int CHAR_RANGE public static final int EPSILON public static final int ALT public static final int EOR public static final int EOB public static final int EOA public static final int ID public static final int ARG public static final int ARGLIST public static final int RET public static final int LEXER_GRAMMAR public static final int PARSER_GRAMMAR public static final int TREE_GRAMMAR public static final int COMBINED_GRAMMAR public static final int INITACTION public static final int FORCED_ACTION public static final int LABEL public static final int TEMPLATE public static final int SCOPE public static final int IMPORT public static final int GATED_SEMPRED public static final int SYN_SEMPRED public static final int BACKTRACK_SEMPRED public static final int FRAGMENT public static final int DOT public static final int REWRITES public static final int ACTION public static final int DOC_COMMENT public static final int SEMI public static final int AMPERSAND public static final int COLON public static final int OPTIONS public static final int RCURLY public static final int ASSIGN public static final int STRING_LITERAL public static final int CHAR_LITERAL public static final int INT public static final int STAR public static final int COMMA public static final int TOKENS public static final int TOKEN_REF public static final int BANG public static final int ARG_ACTION public static final int OR public static final int LPAREN public static final int RPAREN public static final int PLUS_ASSIGN public static final int SEMPRED public static final int IMPLIES public static final int ROOT public static final int WILDCARD public static final int RULE_REF public static final int NOT public static final int TREE_BEGIN public static final int QUESTION public static final int PLUS public static final int OPEN_ELEMENT_OPTION public static final int CLOSE_ELEMENT_OPTION public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int REWRITE public static final int ETC public static final int DOLLAR public static final int WS public static final int SL_COMMENT public static final int ML_COMMENT public static final int COMMENT public static final int SRC public static final int STRAY_BRACKET public static final int ESC public static final int DIGIT public static final int XDIGIT public static final int NESTED_ARG_ACTION public static final int ACTION_STRING_LITERAL public static final int ACTION_CHAR_LITERAL public static final int NESTED_ACTION public static final int ACTION_ESC public static final int WS_LOOP public static final int WS_OPT protected org.antlr.tool.NFAFactory factory protected org.antlr.analysis.NFA nfa protected org.antlr.tool.Grammar grammar protected String currentRuleName protected int outerAltNum protected int blockLevel protected int inTest protected org.antlr.grammar.v3.TreeToNFAConverter$DFA43 dfa43 static final String DFA43_eotS static final String DFA43_eofS static final String DFA43_minS static final String DFA43_maxS static final String DFA43_acceptS static final String DFA43_specialS static final String[] DFA43_transitionS static final short[] DFA43_eot static final short[] DFA43_eof static final char[] DFA43_min static final char[] DFA43_max static final short[] DFA43_accept static final short[] DFA43_special static final short[][] DFA43_transition public static final org.antlr.runtime.BitSet FOLLOW_LEXER_GRAMMAR_in_grammar_62 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_64 public static final org.antlr.runtime.BitSet FOLLOW_PARSER_GRAMMAR_in_grammar_74 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_76 public static final org.antlr.runtime.BitSet FOLLOW_TREE_GRAMMAR_in_grammar_86 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_88 public static final org.antlr.runtime.BitSet FOLLOW_COMBINED_GRAMMAR_in_grammar_98 public static final org.antlr.runtime.BitSet FOLLOW_grammarSpec_in_grammar_100 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_attrScope119 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_attrScope121 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_attrScope126 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_attrScope135 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_grammarSpec148 public static final org.antlr.runtime.BitSet FOLLOW_DOC_COMMENT_in_grammarSpec155 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_grammarSpec164 public static final org.antlr.runtime.BitSet FOLLOW_IMPORT_in_grammarSpec178 public static final org.antlr.runtime.BitSet FOLLOW_TOKENS_in_grammarSpec192 public static final org.antlr.runtime.BitSet FOLLOW_attrScope_in_grammarSpec204 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_grammarSpec213 public static final org.antlr.runtime.BitSet FOLLOW_rules_in_grammarSpec225 public static final org.antlr.runtime.BitSet FOLLOW_rule_in_rules237 public static final org.antlr.runtime.BitSet FOLLOW_PREC_RULE_in_rules242 public static final org.antlr.runtime.BitSet FOLLOW_RULE_in_rule261 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_rule265 public static final org.antlr.runtime.BitSet FOLLOW_modifier_in_rule276 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_rule284 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule287 public static final org.antlr.runtime.BitSet FOLLOW_RET_in_rule296 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule299 public static final org.antlr.runtime.BitSet FOLLOW_throwsSpec_in_rule308 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_rule318 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_rule332 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_rule343 public static final org.antlr.runtime.BitSet FOLLOW_block_in_rule357 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_rule363 public static final org.antlr.runtime.BitSet FOLLOW_EOR_in_rule370 public static final org.antlr.runtime.BitSet FOLLOW_set_in_modifier0 public static final org.antlr.runtime.BitSet FOLLOW_THROWS_in_throwsSpec417 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_throwsSpec419 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec434 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_ruleScopeSpec439 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec449 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_ruleScopeSpec455 public static final org.antlr.runtime.BitSet FOLLOW_set_in_block486 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_block496 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_block501 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_block517 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_block519 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_block542 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_alternative571 public static final org.antlr.runtime.BitSet FOLLOW_element_in_alternative576 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_alternative583 public static final org.antlr.runtime.BitSet FOLLOW_exceptionHandler_in_exceptionGroup602 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup608 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup615 public static final org.antlr.runtime.BitSet FOLLOW_CATCH_in_exceptionHandler630 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_exceptionHandler632 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_exceptionHandler634 public static final org.antlr.runtime.BitSet FOLLOW_FINALLY_in_finallyClause650 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_finallyClause652 public static final org.antlr.runtime.BitSet FOLLOW_REWRITES_in_rewrite666 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite684 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_element719 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element723 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_element734 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element738 public static final org.antlr.runtime.BitSet FOLLOW_ASSIGN_in_element747 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element749 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element753 public static final org.antlr.runtime.BitSet FOLLOW_PLUS_ASSIGN_in_element762 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_element764 public static final org.antlr.runtime.BitSet FOLLOW_element_in_element768 public static final org.antlr.runtime.BitSet FOLLOW_RANGE_in_element779 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element783 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_element788 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_RANGE_in_element802 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_element806 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_element810 public static final org.antlr.runtime.BitSet FOLLOW_atom_or_notatom_in_element822 public static final org.antlr.runtime.BitSet FOLLOW_ebnf_in_element831 public static final org.antlr.runtime.BitSet FOLLOW_tree__in_element840 public static final org.antlr.runtime.BitSet FOLLOW_SYNPRED_in_element851 public static final org.antlr.runtime.BitSet FOLLOW_block_in_element853 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_element862 public static final org.antlr.runtime.BitSet FOLLOW_FORCED_ACTION_in_element871 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_element882 public static final org.antlr.runtime.BitSet FOLLOW_SYN_SEMPRED_in_element893 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_element905 public static final org.antlr.runtime.BitSet FOLLOW_GATED_SEMPRED_in_element920 public static final org.antlr.runtime.BitSet FOLLOW_EPSILON_in_element929 public static final org.antlr.runtime.BitSet FOLLOW_set_in_ebnf955 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf965 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONAL_in_ebnf976 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf980 public static final org.antlr.runtime.BitSet FOLLOW_CLOSURE_in_ebnf993 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf997 public static final org.antlr.runtime.BitSet FOLLOW_POSITIVE_CLOSURE_in_ebnf1010 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf1014 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_tree_1042 public static final org.antlr.runtime.BitSet FOLLOW_element_in_tree_1049 public static final org.antlr.runtime.BitSet FOLLOW_element_in_tree_1065 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_atom_or_notatom1094 public static final org.antlr.runtime.BitSet FOLLOW_NOT_in_atom_or_notatom1106 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_atom_or_notatom1115 public static final org.antlr.runtime.BitSet FOLLOW_ast_suffix_in_atom_or_notatom1120 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_atom_or_notatom1137 public static final org.antlr.runtime.BitSet FOLLOW_ast_suffix_in_atom_or_notatom1142 public static final org.antlr.runtime.BitSet FOLLOW_set_in_atom_or_notatom1157 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_atom1199 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1204 public static final org.antlr.runtime.BitSet FOLLOW_ast_suffix_in_atom1211 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_atom1229 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1235 public static final org.antlr.runtime.BitSet FOLLOW_ast_suffix_in_atom1242 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_atom1260 public static final org.antlr.runtime.BitSet FOLLOW_ast_suffix_in_atom1266 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_atom1284 public static final org.antlr.runtime.BitSet FOLLOW_ast_suffix_in_atom1290 public static final org.antlr.runtime.BitSet FOLLOW_WILDCARD_in_atom1308 public static final org.antlr.runtime.BitSet FOLLOW_ast_suffix_in_atom1313 public static final org.antlr.runtime.BitSet FOLLOW_DOT_in_atom1330 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_atom1334 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_atom1338 public static final org.antlr.runtime.BitSet FOLLOW_set_in_ast_suffix0 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_set1384 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_set1393 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_set1398 public static final org.antlr.runtime.BitSet FOLLOW_setElement_in_set1407 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_set1410 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_set1420 public static final org.antlr.runtime.BitSet FOLLOW_RULE_in_setRule1454 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_setRule1458 public static final org.antlr.runtime.BitSet FOLLOW_modifier_in_setRule1461 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_setRule1465 public static final org.antlr.runtime.BitSet FOLLOW_RET_in_setRule1467 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_setRule1472 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_setRule1483 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_setRule1494 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_setRule1508 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_setRule1513 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_setRule1531 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_setRule1534 public static final org.antlr.runtime.BitSet FOLLOW_setElement_in_setRule1538 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_setRule1541 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_setRule1553 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_setRule1565 public static final org.antlr.runtime.BitSet FOLLOW_EOR_in_setRule1572 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_setElement1601 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_setElement1612 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_setElement1624 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_RANGE_in_setElement1634 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_setElement1638 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_setElement1642 public static final org.antlr.runtime.BitSet FOLLOW_set_in_setElement1655 public static final org.antlr.runtime.BitSet FOLLOW_NOT_in_setElement1667 public static final org.antlr.runtime.BitSet FOLLOW_setElement_in_setElement1674 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_testBlockAsSet1719 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_testBlockAsSet1727 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_testBlockAsSet1730 public static final org.antlr.runtime.BitSet FOLLOW_testSetElement_in_testBlockAsSet1734 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_testBlockAsSet1738 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_testBlockAsSet1750 public static final org.antlr.runtime.BitSet FOLLOW_RULE_in_testSetRule1785 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_testSetRule1789 public static final org.antlr.runtime.BitSet FOLLOW_modifier_in_testSetRule1792 public static final org.antlr.runtime.BitSet FOLLOW_ARG_in_testSetRule1796 public static final org.antlr.runtime.BitSet FOLLOW_RET_in_testSetRule1798 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_testSetRule1803 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_testSetRule1814 public static final org.antlr.runtime.BitSet FOLLOW_AMPERSAND_in_testSetRule1825 public static final org.antlr.runtime.BitSet FOLLOW_BLOCK_in_testSetRule1839 public static final org.antlr.runtime.BitSet FOLLOW_ALT_in_testSetRule1848 public static final org.antlr.runtime.BitSet FOLLOW_BACKTRACK_SEMPRED_in_testSetRule1851 public static final org.antlr.runtime.BitSet FOLLOW_testSetElement_in_testSetRule1855 public static final org.antlr.runtime.BitSet FOLLOW_EOA_in_testSetRule1859 public static final org.antlr.runtime.BitSet FOLLOW_EOB_in_testSetRule1873 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_testSetRule1884 public static final org.antlr.runtime.BitSet FOLLOW_EOR_in_testSetRule1891 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_testSetElement1923 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_testSetElement1932 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_testSetElement1951 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_RANGE_in_testSetElement1957 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_testSetElement1961 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_testSetElement1965 public static final org.antlr.runtime.BitSet FOLLOW_testBlockAsSet_in_testSetElement1977 public static final org.antlr.runtime.BitSet FOLLOW_NOT_in_testSetElement1990 public static final org.antlr.runtime.BitSet FOLLOW_testSetElement_in_testSetElement1994 public void <init> (org.antlr.runtime.tree.TreeNodeStream) org.antlr.runtime.tree.TreeNodeStream input public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.tool.Grammar, org.antlr.analysis.NFA, org.antlr.tool.NFAFactory) org.antlr.runtime.tree.TreeNodeStream input org.antlr.tool.Grammar g org.antlr.analysis.NFA nfa org.antlr.tool.NFAFactory factory public final org.antlr.misc.IntSet setRule (org.antlr.tool.GrammarAST) throws org.antlr.runtime.RecognitionException org.antlr.tool.GrammarAST t org.antlr.grammar.v3.TreeToNFAConverter other public final int testBlockAsSet (org.antlr.tool.GrammarAST) throws org.antlr.runtime.RecognitionException org.antlr.tool.GrammarAST t org.antlr.tool.Rule r org.antlr.grammar.v3.TreeToNFAConverter other int result public final int testSetRule (org.antlr.tool.GrammarAST) throws org.antlr.runtime.RecognitionException org.antlr.tool.GrammarAST t org.antlr.grammar.v3.TreeToNFAConverter other int result protected void addFollowTransition (java.lang.String, org.antlr.analysis.NFAState) org.antlr.analysis.NFAState n org.antlr.analysis.Transition e String ruleName org.antlr.analysis.NFAState following org.antlr.tool.Rule r org.antlr.analysis.NFAState end org.antlr.analysis.Transition followEdge protected void finish () int numEntryPoints public void reportError (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException ex org.antlr.runtime.Token token private boolean hasElementOptions (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST node public final void grammar_ () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt1 org.antlr.runtime.RecognitionException re public final void attrScope () throws org.antlr.runtime.RecognitionException int alt2 int alt3 org.antlr.runtime.RecognitionException re public final void grammarSpec () throws org.antlr.runtime.RecognitionException int alt5 int alt7 int alt9 int alt11 int alt12 int alt13 int alt4 int alt6 int alt8 int alt10 org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST cmt public final void rules () throws org.antlr.runtime.RecognitionException int alt14 org.antlr.runtime.EarlyExitException eee int alt15 int cnt15 org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.TreeToNFAConverter$rule_return rule () throws org.antlr.runtime.RecognitionException int alt17 int alt18 int alt20 int alt23 int alt24 int d org.antlr.tool.Rule thisR org.antlr.analysis.NFAState start org.antlr.analysis.NFAState end org.antlr.analysis.StateCluster g int alt16 int alt19 int alt21 int alt22 int alt25 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.TreeToNFAConverter$rule_return retval org.antlr.tool.GrammarAST id org.antlr.grammar.v3.TreeToNFAConverter$block_return b public final void modifier () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re public final void throwsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt26 int cnt26 org.antlr.runtime.RecognitionException re public final void ruleScopeSpec () throws org.antlr.runtime.RecognitionException int alt27 int alt28 int alt30 int alt29 org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.TreeToNFAConverter$block_return block () throws org.antlr.runtime.RecognitionException int LA34_1 org.antlr.runtime.NoViableAltException nvae int alt31 org.antlr.runtime.EarlyExitException eee int alt33 int alt32 int cnt33 int alt34 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.TreeToNFAConverter$block_return retval org.antlr.analysis.StateCluster a org.antlr.grammar.v3.TreeToNFAConverter$set_return set1 java.util.List alts public final org.antlr.analysis.StateCluster alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt35 int cnt35 org.antlr.runtime.RecognitionException re org.antlr.analysis.StateCluster g org.antlr.grammar.v3.TreeToNFAConverter$element_return e public final void exceptionGroup () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt36 int cnt36 int alt37 int alt38 org.antlr.runtime.RecognitionException re public final void exceptionHandler () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void finallyClause () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.TreeToNFAConverter$rewrite_return rewrite () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt39 int alt40 int alt41 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.TreeToNFAConverter$rewrite_return retval public final org.antlr.grammar.v3.TreeToNFAConverter$element_return element () throws org.antlr.runtime.RecognitionException int alt42 int alt43 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.TreeToNFAConverter$element_return retval org.antlr.tool.GrammarAST c1 org.antlr.tool.GrammarAST c2 org.antlr.tool.GrammarAST pred org.antlr.tool.GrammarAST spred org.antlr.tool.GrammarAST bpred org.antlr.tool.GrammarAST gpred org.antlr.tool.GrammarAST ACTION5 org.antlr.tool.GrammarAST FORCED_ACTION6 org.antlr.grammar.v3.TreeToNFAConverter$element_return e org.antlr.grammar.v3.TreeToNFAConverter$atom_return a org.antlr.grammar.v3.TreeToNFAConverter$atom_return b org.antlr.analysis.StateCluster atom_or_notatom2 org.antlr.grammar.v3.TreeToNFAConverter$ebnf_return ebnf3 org.antlr.grammar.v3.TreeToNFAConverter$tree__return tree_4 public final org.antlr.grammar.v3.TreeToNFAConverter$ebnf_return ebnf () throws org.antlr.runtime.RecognitionException int LA44_1 org.antlr.runtime.NoViableAltException nvae int d org.antlr.analysis.StateCluster bg int d org.antlr.analysis.StateCluster bg int d org.antlr.analysis.NFAState altBlockState org.antlr.analysis.StateCluster bg int d org.antlr.analysis.NFAState altBlockState int alt44 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.TreeToNFAConverter$ebnf_return retval org.antlr.grammar.v3.TreeToNFAConverter$block_return b org.antlr.grammar.v3.TreeToNFAConverter$set_return set7 org.antlr.tool.GrammarAST blk org.antlr.tool.GrammarAST eob public final org.antlr.grammar.v3.TreeToNFAConverter$tree__return tree_ () throws org.antlr.runtime.RecognitionException int alt45 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.TreeToNFAConverter$tree__return retval org.antlr.grammar.v3.TreeToNFAConverter$element_return e org.antlr.analysis.StateCluster down org.antlr.analysis.StateCluster up public final org.antlr.analysis.StateCluster atom_or_notatom () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int ttype org.antlr.misc.IntSet notAtom int alt46 int ttype org.antlr.misc.IntSet notAtom int alt47 org.antlr.tool.GrammarAST stNode org.antlr.misc.IntSet s int alt48 int alt49 org.antlr.runtime.RecognitionException re org.antlr.analysis.StateCluster g org.antlr.tool.GrammarAST n org.antlr.tool.GrammarAST c org.antlr.tool.GrammarAST t org.antlr.grammar.v3.TreeToNFAConverter$atom_return atom8 org.antlr.grammar.v3.TreeToNFAConverter$set_return set9 public final org.antlr.grammar.v3.TreeToNFAConverter$atom_return atom (java.lang.String) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt50 int alt51 org.antlr.tool.Rule rr org.antlr.analysis.NFAState start int alt52 int alt53 org.antlr.tool.Rule rr org.antlr.analysis.NFAState start int alt54 int alt55 int alt56 int alt57 org.antlr.runtime.RecognitionException re String scopeName org.antlr.grammar.v3.TreeToNFAConverter$atom_return retval org.antlr.tool.GrammarAST r org.antlr.tool.GrammarAST rarg org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST targ org.antlr.tool.GrammarAST c org.antlr.tool.GrammarAST s org.antlr.tool.GrammarAST w org.antlr.tool.GrammarAST scope_ org.antlr.grammar.v3.TreeToNFAConverter$atom_return a public final void ast_suffix () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re public final org.antlr.grammar.v3.TreeToNFAConverter$set_return set () throws org.antlr.runtime.RecognitionException int alt58 int alt59 org.antlr.runtime.EarlyExitException eee int alt60 int cnt60 org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.TreeToNFAConverter$set_return retval org.antlr.tool.GrammarAST b org.antlr.misc.IntSet elements public final org.antlr.misc.IntSet setRule () throws org.antlr.runtime.RecognitionException int alt62 int alt65 int alt66 int alt67 int alt69 org.antlr.runtime.EarlyExitException eee int alt70 int alt61 int alt63 int alt64 int alt68 int cnt70 int alt71 org.antlr.runtime.RecognitionException re org.antlr.misc.IntSet elements org.antlr.tool.GrammarAST id org.antlr.misc.IntSet s public final void setElement (org.antlr.misc.IntSet) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int ttype org.antlr.misc.IntSet ruleSet int a int b org.antlr.analysis.Transition setTrans org.antlr.misc.IntSet not int alt72 org.antlr.runtime.RecognitionException re org.antlr.misc.IntSet elements org.antlr.tool.GrammarAST c org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST s org.antlr.tool.GrammarAST c1 org.antlr.tool.GrammarAST c2 org.antlr.grammar.v3.TreeToNFAConverter$set_return gset int ttype org.antlr.misc.IntSet ns public final int testBlockAsSet () throws org.antlr.runtime.RecognitionException int alt73 org.antlr.runtime.EarlyExitException eee int alt74 int cnt74 org.antlr.runtime.RecognitionException re int alts int testSetElement10 public final int testSetRule () throws org.antlr.runtime.RecognitionException int alt76 int alt79 int alt80 int alt81 org.antlr.runtime.EarlyExitException eee int alt82 int alt75 int alt77 int alt78 int cnt82 int alt83 org.antlr.runtime.RecognitionException re int alts org.antlr.tool.GrammarAST id int testSetElement11 public final int testSetElement () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.tool.Rule rule int alt84 int LA84_0 org.antlr.runtime.RecognitionException re int alts org.antlr.tool.GrammarAST c org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST s org.antlr.tool.GrammarAST c1 org.antlr.tool.GrammarAST c2 int tse int testBlockAsSet12 static void <clinit> () int i int numStates }
org/antlr/misc/Barrier.class
Barrier.java package org.antlr.misc public org.antlr.misc.Barrier extends java.lang.Object { protected int threshold protected int count public void <init> (int) int t public synchronized void waitForRelease () throws java.lang.InterruptedException public void action () }
org/antlr/misc/BitSet.class
BitSet.java package org.antlr.misc public org.antlr.misc.BitSet extends java.lang.Object implements org.antlr.misc.IntSet java.lang.Cloneable { protected static final int BITS protected static final int LOG_BITS protected static final int MOD_MASK protected long[] bits public void <init> () public void <init> (long[]) long[] bits_ public void <init> (int) int nbits public void add (int) int el int n public void addAll (org.antlr.misc.IntSet) org.antlr.misc.Interval I java.util.Iterator iter org.antlr.misc.IntervalSet other org.antlr.misc.IntSet set public void addAll (int[]) int e int i int[] elements public void addAll (java.lang.Iterable) Object o Integer eI Iterable elements java.util.Iterator it public org.antlr.misc.IntSet and (org.antlr.misc.IntSet) org.antlr.misc.IntSet a org.antlr.misc.BitSet s public void andInPlace (org.antlr.misc.BitSet) int i int i org.antlr.misc.BitSet a int min private static final long bitMask (int) int bitNumber int bitPosition public void clear () int i public void clear (int) int el int n public java.lang.Object clone () CloneNotSupportedException e org.antlr.misc.BitSet s public int size () int bit long word int i int deg public boolean equals (java.lang.Object) int i int i int i Object other org.antlr.misc.BitSet otherSet int n public void growToInclude (int) int bit int newSize long[] newbits public boolean member (int) int el int n public int getSingleElement () int i public boolean isNil () int i public org.antlr.misc.IntSet complement () org.antlr.misc.BitSet s public org.antlr.misc.IntSet complement (org.antlr.misc.IntSet) org.antlr.misc.IntSet set public void notInPlace () int i public void notInPlace (int) int maxBit public void notInPlace (int, int) int n int i int minBit int maxBit private final int numWordsToHold (int) int el public static org.antlr.misc.BitSet of (int) int el org.antlr.misc.BitSet s public static org.antlr.misc.BitSet of (java.util.Collection) Integer el java.util.Collection elements org.antlr.misc.BitSet s java.util.Iterator iter public static org.antlr.misc.BitSet of (org.antlr.misc.IntSet) org.antlr.misc.BitSet s org.antlr.misc.IntSet set public static org.antlr.misc.BitSet of (java.util.Map) java.util.Map elements public static org.antlr.misc.BitSet range (int, int) int n int i int a int b org.antlr.misc.BitSet s public org.antlr.misc.IntSet or (org.antlr.misc.IntSet) org.antlr.misc.IntSet a org.antlr.misc.BitSet s public void orInPlace (org.antlr.misc.BitSet) int i org.antlr.misc.BitSet a int min public void remove (int) int el int n private void setSize (int) int nwords long[] newbits int n public int numBits () public int lengthInLongWords () public boolean subset (org.antlr.misc.BitSet) org.antlr.misc.BitSet a public void subtractInPlace (org.antlr.misc.BitSet) int i org.antlr.misc.BitSet a public org.antlr.misc.IntSet subtract (org.antlr.misc.IntSet) org.antlr.misc.IntSet a org.antlr.misc.BitSet s public java.util.List toList () public int[] toArray () int i int[] elems int en public long[] toPackedArray () public java.lang.String toString () public java.lang.String toString (org.antlr.tool.Grammar) int i org.antlr.tool.Grammar g StringBuffer buf String separator boolean havePrintedAnElement public java.lang.String toString (java.lang.String, java.util.List) int i String separator java.util.List vocabulary String str public java.lang.String toStringOfHalfWords () long tmp int i StringBuffer s public java.lang.String toStringOfWords () int i StringBuffer s public java.lang.String toStringWithRanges () private static final int wordNumber (int) int bit }
org/antlr/misc/Graph$Node.class
Graph.java package org.antlr.misc public org.antlr.misc.Graph$Node extends java.lang.Object { Object payload java.util.List edges public void <init> (java.lang.Object) Object payload public void addEdge (org.antlr.misc.Graph$Node) org.antlr.misc.Graph$Node n public java.lang.String toString () }
org/antlr/misc/Graph.class
Graph.java package org.antlr.misc public org.antlr.misc.Graph extends java.lang.Object { protected java.util.Map nodes public void <init> () public void addEdge (java.lang.Object, java.lang.Object) Object a Object b org.antlr.misc.Graph$Node a_node org.antlr.misc.Graph$Node b_node protected org.antlr.misc.Graph$Node getNode (java.lang.Object) Object a org.antlr.misc.Graph$Node existing org.antlr.misc.Graph$Node n public java.util.List sort () java.util.Iterator it org.antlr.misc.Graph$Node n java.util.Set visited java.util.ArrayList sorted public void DFS (org.antlr.misc.Graph$Node, java.util.Set, java.util.ArrayList) org.antlr.misc.Graph$Node target java.util.Iterator it org.antlr.misc.Graph$Node n java.util.Set visited java.util.ArrayList sorted }
org/antlr/misc/IntArrayList.class
IntArrayList.java package org.antlr.misc public org.antlr.misc.IntArrayList extends java.util.AbstractList implements java.lang.Cloneable { private static final int DEFAULT_CAPACITY protected int n protected int[] elements public void <init> () public void <init> (int) int initialCapacity public int set (int, int) int i int newValue int v public boolean add (int) int o public void setSize (int) int newSize protected void grow () public boolean contains (int) int element int i int v public void ensureCapacity (int) int[] oldData int newCapacity int oldCapacity public java.lang.Object get (int) int i public int element (int) int i public int[] elements () int[] a public int size () public int capacity () public boolean equals (java.lang.Object) int i Object o org.antlr.misc.IntArrayList other public java.lang.Object clone () throws java.lang.CloneNotSupportedException org.antlr.misc.IntArrayList a public java.lang.String toString () int i StringBuffer buf }
org/antlr/misc/Interval.class
Interval.java package org.antlr.misc public org.antlr.misc.Interval extends java.lang.Object { public static final int INTERVAL_POOL_MAX_VALUE static org.antlr.misc.Interval[] cache public int a public int b public static int creates public static int misses public static int hits public static int outOfRange public void <init> (int, int) int a int b public static org.antlr.misc.Interval create (int, int) int a int b public boolean equals (java.lang.Object) Object o org.antlr.misc.Interval other public boolean startsBeforeDisjoint (org.antlr.misc.Interval) org.antlr.misc.Interval other public boolean startsBeforeNonDisjoint (org.antlr.misc.Interval) org.antlr.misc.Interval other public boolean startsAfter (org.antlr.misc.Interval) org.antlr.misc.Interval other public boolean startsAfterDisjoint (org.antlr.misc.Interval) org.antlr.misc.Interval other public boolean startsAfterNonDisjoint (org.antlr.misc.Interval) org.antlr.misc.Interval other public boolean disjoint (org.antlr.misc.Interval) org.antlr.misc.Interval other public boolean adjacent (org.antlr.misc.Interval) org.antlr.misc.Interval other public boolean properlyContains (org.antlr.misc.Interval) org.antlr.misc.Interval other public org.antlr.misc.Interval union (org.antlr.misc.Interval) org.antlr.misc.Interval other public org.antlr.misc.Interval intersection (org.antlr.misc.Interval) org.antlr.misc.Interval other public org.antlr.misc.Interval differenceNotProperlyContained (org.antlr.misc.Interval) org.antlr.misc.Interval other org.antlr.misc.Interval diff public java.lang.String toString () static void <clinit> () }
org/antlr/misc/IntervalSet.class
IntervalSet.java package org.antlr.misc public org.antlr.misc.IntervalSet extends java.lang.Object implements org.antlr.misc.IntSet { public static final org.antlr.misc.IntervalSet COMPLETE_SET protected java.util.List intervals public void <init> () public void <init> (java.util.List) java.util.List intervals public static org.antlr.misc.IntervalSet of (int) int a org.antlr.misc.IntervalSet s public static org.antlr.misc.IntervalSet of (int, int) int a int b org.antlr.misc.IntervalSet s public void add (int) int el public void add (int, int) int a int b protected void add (org.antlr.misc.Interval) org.antlr.misc.Interval next org.antlr.misc.Interval bigger org.antlr.misc.Interval r java.util.ListIterator iter org.antlr.misc.Interval addition public void addAll (org.antlr.misc.IntSet) org.antlr.misc.Interval I int i org.antlr.misc.IntSet set org.antlr.misc.IntervalSet other int n public org.antlr.misc.IntSet complement (int, int) int minElement int maxElement public org.antlr.misc.IntSet complement (org.antlr.misc.IntSet) org.antlr.misc.IntervalSet s org.antlr.misc.IntervalSet a org.antlr.misc.Interval previous org.antlr.misc.Interval current org.antlr.misc.IntervalSet s org.antlr.misc.IntervalSet a int i org.antlr.misc.IntervalSet s org.antlr.misc.IntervalSet a org.antlr.misc.IntSet vocabulary org.antlr.misc.IntervalSet vocabularyIS int maxElement org.antlr.misc.IntervalSet compl int n org.antlr.misc.Interval first org.antlr.misc.Interval last public org.antlr.misc.IntSet subtract (org.antlr.misc.IntSet) org.antlr.misc.IntSet other public org.antlr.misc.IntSet or (org.antlr.misc.IntSet) org.antlr.misc.IntSet a org.antlr.misc.IntervalSet o public org.antlr.misc.IntSet and (org.antlr.misc.IntSet) org.antlr.misc.Interval mine org.antlr.misc.Interval theirs org.antlr.misc.IntSet other java.util.ArrayList myIntervals java.util.ArrayList theirIntervals org.antlr.misc.IntervalSet intersection int mySize int theirSize int i int j public boolean member (int) org.antlr.misc.Interval I int a int b int i int el int n public boolean isNil () public int getSingleElement () org.antlr.misc.Interval I public int getMaxElement () org.antlr.misc.Interval last public int getMinElement () int v org.antlr.misc.Interval I int a int b int i int n public java.util.List getIntervals () public boolean equals (java.lang.Object) Object obj org.antlr.misc.IntervalSet other public java.lang.String toString () public java.lang.String toString (org.antlr.tool.Grammar) org.antlr.misc.Interval I int a int b org.antlr.tool.Grammar g StringBuffer buf java.util.Iterator iter public int size () org.antlr.misc.Interval firstInterval org.antlr.misc.Interval I int i int n int numIntervals public java.util.List toList () int v org.antlr.misc.Interval I int a int b int i java.util.List values int n public int get (int) int v org.antlr.misc.Interval I int a int b int j int i int n int index public int[] toArray () int v org.antlr.misc.Interval I int a int b int i int[] values int n int j public org.antlr.runtime.BitSet toRuntimeBitSet () int v org.antlr.misc.Interval I int a int b int i org.antlr.runtime.BitSet s int n public void remove (int) int el static void <clinit> () }
org/antlr/misc/IntSet.class
IntSet.java package org.antlr.misc public abstract org.antlr.misc.IntSet extends java.lang.Object { public abstract void add (int) public abstract void addAll (org.antlr.misc.IntSet) public abstract org.antlr.misc.IntSet and (org.antlr.misc.IntSet) public abstract org.antlr.misc.IntSet complement (org.antlr.misc.IntSet) public abstract org.antlr.misc.IntSet or (org.antlr.misc.IntSet) public abstract org.antlr.misc.IntSet subtract (org.antlr.misc.IntSet) public abstract int size () public abstract boolean isNil () public abstract boolean equals (java.lang.Object) public abstract int getSingleElement () public abstract boolean member (int) public abstract void remove (int) public abstract java.util.List toList () public abstract java.lang.String toString () public abstract java.lang.String toString (org.antlr.tool.Grammar) }
org/antlr/misc/MultiMap.class
MultiMap.java package org.antlr.misc public org.antlr.misc.MultiMap extends java.util.LinkedHashMap { public void <init> () public void map (java.lang.Object, java.lang.Object) Object key Object value java.util.List elementsForKey }
org/antlr/misc/MutableInteger.class
MutableInteger.java package org.antlr.misc public org.antlr.misc.MutableInteger extends java.lang.Object { public int value public void <init> () public void <init> (int) int value }
org/antlr/misc/OrderedHashSet.class
OrderedHashSet.java package org.antlr.misc public org.antlr.misc.OrderedHashSet extends java.util.LinkedHashSet { protected java.util.List elements public void <init> () public java.lang.Object get (int) int i public java.lang.Object set (int, java.lang.Object) int i Object value Object oldElement public boolean add (java.lang.Object) Object value boolean result public boolean remove (java.lang.Object) Object o public void clear () public java.util.List elements () public java.util.Iterator iterator () public java.lang.Object[] toArray () public int size () public java.lang.String toString () }
org/antlr/misc/Utils.class
Utils.java package org.antlr.misc public org.antlr.misc.Utils extends java.lang.Object { public static final int INTEGER_POOL_MAX_VALUE static Integer[] ints public void <init> () public static java.lang.Integer integer (int) int x public static java.lang.String replace (java.lang.String, java.lang.String, java.lang.String) String src String replacee String replacer StringBuffer result int startIndex int endIndex static void <clinit> () }
org/antlr/tool/ANTLRErrorListener.class
ANTLRErrorListener.java package org.antlr.tool public abstract org.antlr.tool.ANTLRErrorListener extends java.lang.Object { public abstract void info (java.lang.String) public abstract void error (org.antlr.tool.Message) public abstract void warning (org.antlr.tool.Message) public abstract void error (org.antlr.tool.ToolMessage) }
org/antlr/tool/AssignTokenTypesBehavior.class
AssignTokenTypesBehavior.java package org.antlr.tool public org.antlr.tool.AssignTokenTypesBehavior extends org.antlr.grammar.v3.AssignTokenTypesWalker { protected static final Integer UNASSIGNED protected static final Integer UNASSIGNED_IN_PARSER_RULE protected java.util.Map stringLiterals protected java.util.Map tokens protected java.util.Map aliases protected java.util.Map aliasesReverseIndex protected java.util.Set tokenRuleDefs public void <init> () protected void init (org.antlr.tool.Grammar) org.antlr.tool.Grammar g protected void trackString (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST t protected void trackToken (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST t protected void trackTokenRule (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) int existing org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST modifier org.antlr.tool.GrammarAST block protected void alias (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST s String tokenID String literal String prevAliasLiteralID int existingLiteralType String prevAliasTokenID public void defineTokens (org.antlr.tool.Grammar) org.antlr.tool.Grammar root protected void assignStringTypes (org.antlr.tool.Grammar) Integer typeI String lit Integer oldTypeI int oldType java.util.Iterator it org.antlr.tool.Grammar root java.util.Set s protected void aliasTokenIDsAndLiterals (org.antlr.tool.Grammar) Integer typeI String tokenID String literal java.util.Iterator it org.antlr.tool.Grammar root java.util.Set s protected void assignTokenIDTypes (org.antlr.tool.Grammar) String tokenID java.util.Iterator it org.antlr.tool.Grammar root java.util.Set s protected void defineTokenNamesAndLiteralsInGrammar (org.antlr.tool.Grammar) String tokenID int ttype java.util.Iterator it String lit int ttype java.util.Iterator it org.antlr.tool.Grammar root java.util.Set s static void <clinit> () }
org/antlr/tool/Attribute.class
Attribute.java package org.antlr.tool public org.antlr.tool.Attribute extends java.lang.Object { public String decl public String type public String name public String initValue public void <init> (java.lang.String) String decl public void <init> (java.lang.String, java.lang.String) String name String decl protected void extractAttribute (java.lang.String) int i int i String decl boolean inID int start int rightEdgeOfDeclarator int equalsIndex int stop public java.lang.String toString () }
org/antlr/tool/AttributeScope.class
AttributeScope.java package org.antlr.tool public org.antlr.tool.AttributeScope extends java.lang.Object { public static org.antlr.tool.AttributeScope tokenScope public org.antlr.runtime.Token derivedFromToken public org.antlr.tool.Grammar grammar private String name public boolean isDynamicGlobalScope public boolean isDynamicRuleScope public boolean isParameterScope public boolean isReturnScope public boolean isPredefinedRuleScope public boolean isPredefinedLexerRuleScope protected java.util.LinkedHashMap attributes public java.util.LinkedHashMap actions public void <init> (java.lang.String, org.antlr.runtime.Token) String name org.antlr.runtime.Token derivedFromToken public void <init> (org.antlr.tool.Grammar, java.lang.String, org.antlr.runtime.Token) org.antlr.tool.Grammar grammar String name org.antlr.runtime.Token derivedFromToken public java.lang.String getName () public void addAttributes (java.lang.String, int) org.antlr.tool.Attribute attr String a java.util.Iterator i$ String definitions int separator java.util.List attrs public void addAttribute (java.lang.String, java.lang.String) String name String decl public final void defineNamedAction (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST nameAST org.antlr.tool.GrammarAST actionAST String actionName org.antlr.tool.GrammarAST a public org.antlr.tool.Attribute getAttribute (java.lang.String) String name public java.util.List getAttributes () java.util.List a public java.util.Set intersection (org.antlr.tool.AttributeScope) String key java.util.Iterator it org.antlr.tool.AttributeScope other java.util.Set inter java.util.Set thisKeys public int size () public java.lang.String toString () static void <clinit> () }
org/antlr/tool/BuildDependencyGenerator.class
BuildDependencyGenerator.java package org.antlr.tool public org.antlr.tool.BuildDependencyGenerator extends java.lang.Object { protected String grammarFileName protected String tokenVocab protected org.antlr.Tool tool protected org.antlr.tool.Grammar grammar protected org.antlr.codegen.CodeGenerator generator protected org.stringtemplate.v4.STGroup templates public void <init> (org.antlr.Tool, java.lang.String) throws java.io.IOException org.antlr.Tool tool String grammarFileName String language public java.util.List getGeneratedFileList () String escSpaces String suffix String fileName String header String suffix String lexer String fname org.antlr.tool.Grammar g java.util.Iterator i$ java.util.List files java.io.File outputDir String recognizer org.stringtemplate.v4.ST headerExtST org.stringtemplate.v4.ST extST java.util.List imports public java.util.List getDependenciesFileList () String libdir String fileName org.antlr.tool.Grammar g java.util.Iterator i$ java.util.List files java.util.List imports public java.util.List getNonImportDependenciesFileList () java.io.File vocabFile java.util.List files public org.stringtemplate.v4.ST getDependencies () org.stringtemplate.v4.ST dependenciesST public void loadDependencyTemplates () String fileName public java.lang.String getTokenVocab () public org.antlr.codegen.CodeGenerator getGenerator () public java.lang.String groomQualifiedFileName (java.lang.String, java.lang.String) String escSpaces String outputDir String fileName }
org/antlr/tool/CompositeGrammar.class
CompositeGrammar.java package org.antlr.tool public org.antlr.tool.CompositeGrammar extends java.lang.Object { public static final int MIN_RULE_INDEX public org.antlr.tool.CompositeGrammarTree delegateGrammarTreeRoot protected java.util.Set refClosureBusy public int stateCounter protected java.util.Vector numberToStateList protected int maxTokenType public java.util.Map tokenIDToTypeMap public java.util.Map stringLiteralToTypeMap public java.util.Vector typeToStringLiteralList public java.util.Vector typeToTokenList protected java.util.Set lexerRules protected int ruleIndex protected java.util.Vector ruleIndexToRuleList public boolean watchNFAConversion protected void initTokenSymbolTables () public void <init> () public void <init> (org.antlr.tool.Grammar) org.antlr.tool.Grammar g public void setDelegationRoot (org.antlr.tool.Grammar) org.antlr.tool.Grammar root public org.antlr.tool.Rule getRule (java.lang.String) String ruleName public java.lang.Object getOption (java.lang.String) String key public void addGrammar (org.antlr.tool.Grammar, org.antlr.tool.Grammar) org.antlr.tool.Grammar delegator org.antlr.tool.Grammar delegate public org.antlr.tool.Grammar getDelegator (org.antlr.tool.Grammar) org.antlr.tool.Grammar g org.antlr.tool.CompositeGrammarTree me public java.util.List getDelegates (org.antlr.tool.Grammar) org.antlr.tool.Grammar g org.antlr.tool.CompositeGrammarTree t java.util.List grammars public java.util.List getDirectDelegates (org.antlr.tool.Grammar) org.antlr.tool.CompositeGrammarTree child int i org.antlr.tool.Grammar g org.antlr.tool.CompositeGrammarTree t java.util.List children java.util.List grammars public java.util.List getIndirectDelegates (org.antlr.tool.Grammar) org.antlr.tool.Grammar g java.util.List direct java.util.List delegates public java.util.List getDelegators (org.antlr.tool.Grammar) org.antlr.tool.Grammar g java.util.List grammars org.antlr.tool.CompositeGrammarTree t org.antlr.tool.CompositeGrammarTree p public java.util.Set getDelegatedRules (org.antlr.tool.Grammar) org.antlr.tool.Rule r org.antlr.tool.Rule localRule java.util.Iterator it org.antlr.tool.Grammar g java.util.Set rules public java.util.Set getAllImportedRules (org.antlr.tool.Grammar) org.antlr.tool.Rule r java.util.Iterator it org.antlr.tool.Grammar delegate int i org.antlr.tool.Grammar g java.util.Set ruleNames java.util.Set rules org.antlr.tool.CompositeGrammarTree subtreeRoot java.util.List grammars public org.antlr.tool.Grammar getRootGrammar () public org.antlr.tool.Grammar getGrammar (java.lang.String) String grammarName org.antlr.tool.CompositeGrammarTree t public int getNewNFAStateNumber () public void addState (org.antlr.analysis.NFAState) org.antlr.analysis.NFAState state public org.antlr.analysis.NFAState getState (int) int s public void assignTokenTypes () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.tool.Grammar g int i org.antlr.grammar.v3.AssignTokenTypesWalker ttypesWalker java.util.List grammars public void translateLeftRecursiveRules () org.antlr.tool.GrammarAST r java.util.Iterator i$ org.antlr.tool.Grammar g int i java.util.List grammars public void defineGrammarSymbols () org.antlr.tool.Grammar g int i org.antlr.tool.Grammar g int i java.util.List grammars public void createNFAs () org.antlr.tool.Grammar g int i org.antlr.tool.Grammar g int i java.util.List grammars public void minimizeRuleSet () java.util.Set ruleDefs public void _minimizeRuleSet (java.util.Set, org.antlr.tool.CompositeGrammarTree) org.antlr.tool.Rule r java.util.Iterator i$ org.antlr.tool.CompositeGrammarTree delegate java.util.Iterator i$ java.util.Set ruleDefs org.antlr.tool.CompositeGrammarTree p java.util.Set localRuleDefs java.util.Set overrides }
org/antlr/tool/CompositeGrammarTree.class
CompositeGrammarTree.java package org.antlr.tool public org.antlr.tool.CompositeGrammarTree extends java.lang.Object { protected java.util.List children public org.antlr.tool.Grammar grammar public org.antlr.tool.CompositeGrammarTree parent public void <init> (org.antlr.tool.Grammar) org.antlr.tool.Grammar g public void addChild (org.antlr.tool.CompositeGrammarTree) org.antlr.tool.CompositeGrammarTree t public org.antlr.tool.Rule getRule (java.lang.String) org.antlr.tool.CompositeGrammarTree child int i String ruleName org.antlr.tool.Rule r public java.lang.Object getOption (java.lang.String) String key Object o public org.antlr.tool.CompositeGrammarTree findNode (org.antlr.tool.Grammar) org.antlr.tool.CompositeGrammarTree child int i org.antlr.tool.Grammar g org.antlr.tool.CompositeGrammarTree n public org.antlr.tool.CompositeGrammarTree findNode (java.lang.String) org.antlr.tool.CompositeGrammarTree child int i String grammarName org.antlr.tool.CompositeGrammarTree n public java.util.List getPostOrderedGrammarList () java.util.List grammars protected void _getPostOrderedGrammarList (java.util.List) org.antlr.tool.CompositeGrammarTree child int i java.util.List grammars public java.util.List getPreOrderedGrammarList () java.util.List grammars protected void _getPreOrderedGrammarList (java.util.List) org.antlr.tool.CompositeGrammarTree child int i java.util.List grammars public void trimLexerImportsIntoCombined () org.antlr.tool.CompositeGrammarTree child int i org.antlr.tool.CompositeGrammarTree p }
org/antlr/tool/DOTGenerator.class
DOTGenerator.java package org.antlr.tool public org.antlr.tool.DOTGenerator extends java.lang.Object { public static final boolean STRIP_NONREDUCED_STATES protected String arrowhead protected String rankdir public static org.stringtemplate.v4.STGroup stlib protected java.util.Set markedStates protected org.antlr.tool.Grammar grammar public void <init> (org.antlr.tool.Grammar) org.antlr.tool.Grammar grammar public java.lang.String getDOT (org.antlr.analysis.State) org.antlr.analysis.State startState org.stringtemplate.v4.ST dot protected void walkCreatingDFADOT (org.stringtemplate.v4.ST, org.antlr.analysis.DFAState) org.stringtemplate.v4.ST st org.antlr.analysis.Transition edge int i org.stringtemplate.v4.ST dot org.antlr.analysis.DFAState s org.stringtemplate.v4.ST st protected void walkRuleNFACreatingDOT (org.stringtemplate.v4.ST, org.antlr.analysis.State) org.stringtemplate.v4.ST stateST org.stringtemplate.v4.ST rankST org.antlr.analysis.NFAState alt org.antlr.tool.GrammarAST n org.antlr.analysis.RuleClosureTransition rr org.antlr.analysis.Transition edge int i org.stringtemplate.v4.ST dot org.antlr.analysis.State s org.stringtemplate.v4.ST stateST org.stringtemplate.v4.ST edgeST protected java.lang.String getEdgeLabel (org.antlr.analysis.Transition) String predsStr org.antlr.analysis.SemanticContext preds org.antlr.analysis.Transition edge String label org.antlr.analysis.State target protected java.lang.String getStateLabel (org.antlr.analysis.State) org.antlr.analysis.NFAConfiguration c java.util.Iterator it org.antlr.analysis.NFAConfiguration c int cIndex Integer altI int alt java.util.List configsInAlt int n int altIndex java.util.List altList java.util.Set configurations java.util.Set alts StringBuffer buf org.antlr.analysis.NFAState n org.antlr.analysis.State s String stateLabel public java.lang.String getArrowheadType () public void setArrowheadType (java.lang.String) String arrowhead public java.lang.String getRankdir () public void setRankdir (java.lang.String) String rankdir static void <clinit> () }
org/antlr/tool/ErrorManager$1.class
ErrorManager.java package org.antlr.tool final org.antlr.tool.ErrorManager$1 extends org.antlr.misc.BitSet { void <init> () }
org/antlr/tool/ErrorManager$2.class
ErrorManager.java package org.antlr.tool final org.antlr.tool.ErrorManager$2 extends org.antlr.misc.BitSet { void <init> () }
org/antlr/tool/ErrorManager$3.class
ErrorManager.java package org.antlr.tool final org.antlr.tool.ErrorManager$3 extends java.util.HashMap { void <init> () }
org/antlr/tool/ErrorManager$4.class
ErrorManager.java package org.antlr.tool final org.antlr.tool.ErrorManager$4 extends java.lang.Object implements org.antlr.tool.ANTLRErrorListener { void <init> () public void info (java.lang.String) String msg public void error (org.antlr.tool.Message) org.antlr.tool.Message msg String outputMsg public void warning (org.antlr.tool.Message) org.antlr.tool.Message msg String outputMsg public void error (org.antlr.tool.ToolMessage) org.antlr.tool.ToolMessage msg String outputMsg }
org/antlr/tool/ErrorManager$5.class
ErrorManager.java package org.antlr.tool final org.antlr.tool.ErrorManager$5 extends java.lang.Object implements org.stringtemplate.v4.STErrorListener { void <init> () public void compileTimeError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void runTimeError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void IOError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void internalError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg }
org/antlr/tool/ErrorManager$6.class
ErrorManager.java package org.antlr.tool final org.antlr.tool.ErrorManager$6 extends java.lang.Object implements org.stringtemplate.v4.STErrorListener { void <init> () public void compileTimeError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void runTimeError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void IOError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void internalError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg }
org/antlr/tool/ErrorManager$7.class
ErrorManager.java package org.antlr.tool final org.antlr.tool.ErrorManager$7 extends java.lang.Object implements org.stringtemplate.v4.STErrorListener { void <init> () public void compileTimeError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void runTimeError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void IOError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void internalError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg }
org/antlr/tool/ErrorManager$ErrorState.class
ErrorManager.java package org.antlr.tool org.antlr.tool.ErrorManager$ErrorState extends java.lang.Object { public int errors public int warnings public int infos public org.antlr.misc.BitSet errorMsgIDs public org.antlr.misc.BitSet warningMsgIDs void <init> () }
org/antlr/tool/ErrorManager.class
ErrorManager.java package org.antlr.tool public org.antlr.tool.ErrorManager extends java.lang.Object { public static final int MSG_CANNOT_WRITE_FILE public static final int MSG_CANNOT_CLOSE_FILE public static final int MSG_CANNOT_FIND_TOKENS_FILE public static final int MSG_ERROR_READING_TOKENS_FILE public static final int MSG_DIR_NOT_FOUND public static final int MSG_OUTPUT_DIR_IS_FILE public static final int MSG_CANNOT_OPEN_FILE public static final int MSG_FILE_AND_GRAMMAR_NAME_DIFFER public static final int MSG_FILENAME_EXTENSION_ERROR public static final int MSG_INTERNAL_ERROR public static final int MSG_INTERNAL_WARNING public static final int MSG_ERROR_CREATING_ARTIFICIAL_RULE public static final int MSG_TOKENS_FILE_SYNTAX_ERROR public static final int MSG_CANNOT_GEN_DOT_FILE public static final int MSG_BAD_AST_STRUCTURE public static final int MSG_BAD_ACTION_AST_STRUCTURE public static final int MSG_MISSING_CODE_GEN_TEMPLATES public static final int MSG_MISSING_CYCLIC_DFA_CODE_GEN_TEMPLATES public static final int MSG_CODE_GEN_TEMPLATES_INCOMPLETE public static final int MSG_CANNOT_CREATE_TARGET_GENERATOR public static final int MSG_SYNTAX_ERROR public static final int MSG_RULE_REDEFINITION public static final int MSG_LEXER_RULES_NOT_ALLOWED public static final int MSG_PARSER_RULES_NOT_ALLOWED public static final int MSG_CANNOT_FIND_ATTRIBUTE_NAME_IN_DECL public static final int MSG_NO_TOKEN_DEFINITION public static final int MSG_UNDEFINED_RULE_REF public static final int MSG_LITERAL_NOT_ASSOCIATED_WITH_LEXER_RULE public static final int MSG_CANNOT_ALIAS_TOKENS_IN_LEXER public static final int MSG_ATTRIBUTE_REF_NOT_IN_RULE public static final int MSG_INVALID_RULE_SCOPE_ATTRIBUTE_REF public static final int MSG_UNKNOWN_ATTRIBUTE_IN_SCOPE public static final int MSG_UNKNOWN_SIMPLE_ATTRIBUTE public static final int MSG_INVALID_RULE_PARAMETER_REF public static final int MSG_UNKNOWN_RULE_ATTRIBUTE public static final int MSG_ISOLATED_RULE_SCOPE public static final int MSG_SYMBOL_CONFLICTS_WITH_GLOBAL_SCOPE public static final int MSG_LABEL_CONFLICTS_WITH_RULE public static final int MSG_LABEL_CONFLICTS_WITH_TOKEN public static final int MSG_LABEL_CONFLICTS_WITH_RULE_SCOPE_ATTRIBUTE public static final int MSG_LABEL_CONFLICTS_WITH_RULE_ARG_RETVAL public static final int MSG_ATTRIBUTE_CONFLICTS_WITH_RULE public static final int MSG_ATTRIBUTE_CONFLICTS_WITH_RULE_ARG_RETVAL public static final int MSG_LABEL_TYPE_CONFLICT public static final int MSG_ARG_RETVAL_CONFLICT public static final int MSG_NONUNIQUE_REF public static final int MSG_FORWARD_ELEMENT_REF public static final int MSG_MISSING_RULE_ARGS public static final int MSG_RULE_HAS_NO_ARGS public static final int MSG_ARGS_ON_TOKEN_REF public static final int MSG_RULE_REF_AMBIG_WITH_RULE_IN_ALT public static final int MSG_ILLEGAL_OPTION public static final int MSG_LIST_LABEL_INVALID_UNLESS_RETVAL_STRUCT public static final int MSG_UNDEFINED_TOKEN_REF_IN_REWRITE public static final int MSG_REWRITE_ELEMENT_NOT_PRESENT_ON_LHS public static final int MSG_UNDEFINED_LABEL_REF_IN_REWRITE public static final int MSG_NO_GRAMMAR_START_RULE public static final int MSG_EMPTY_COMPLEMENT public static final int MSG_UNKNOWN_DYNAMIC_SCOPE public static final int MSG_UNKNOWN_DYNAMIC_SCOPE_ATTRIBUTE public static final int MSG_ISOLATED_RULE_ATTRIBUTE public static final int MSG_INVALID_ACTION_SCOPE public static final int MSG_ACTION_REDEFINITION public static final int MSG_DOUBLE_QUOTES_ILLEGAL public static final int MSG_INVALID_TEMPLATE_ACTION public static final int MSG_MISSING_ATTRIBUTE_NAME public static final int MSG_ARG_INIT_VALUES_ILLEGAL public static final int MSG_REWRITE_OR_OP_WITH_NO_OUTPUT_OPTION public static final int MSG_NO_RULES public static final int MSG_WRITE_TO_READONLY_ATTR public static final int MSG_MISSING_AST_TYPE_IN_TREE_GRAMMAR public static final int MSG_REWRITE_FOR_MULTI_ELEMENT_ALT public static final int MSG_RULE_INVALID_SET public static final int MSG_HETERO_ILLEGAL_IN_REWRITE_ALT public static final int MSG_NO_SUCH_GRAMMAR_SCOPE public static final int MSG_NO_SUCH_RULE_IN_SCOPE public static final int MSG_TOKEN_ALIAS_CONFLICT public static final int MSG_TOKEN_ALIAS_REASSIGNMENT public static final int MSG_TOKEN_VOCAB_IN_DELEGATE public static final int MSG_INVALID_IMPORT public static final int MSG_IMPORTED_TOKENS_RULE_EMPTY public static final int MSG_IMPORT_NAME_CLASH public static final int MSG_AST_OP_WITH_NON_AST_OUTPUT_OPTION public static final int MSG_AST_OP_IN_ALT_WITH_REWRITE public static final int MSG_WILDCARD_AS_ROOT public static final int MSG_CONFLICTING_OPTION_IN_TREE_FILTER public static final int MSG_ILLEGAL_OPTION_VALUE public static final int MSG_ALL_OPS_NEED_SAME_ASSOC public static final int MSG_GRAMMAR_NONDETERMINISM public static final int MSG_UNREACHABLE_ALTS public static final int MSG_DANGLING_STATE public static final int MSG_INSUFFICIENT_PREDICATES public static final int MSG_DUPLICATE_SET_ENTRY public static final int MSG_ANALYSIS_ABORTED public static final int MSG_RECURSION_OVERLOW public static final int MSG_LEFT_RECURSION public static final int MSG_UNREACHABLE_TOKENS public static final int MSG_TOKEN_NONDETERMINISM public static final int MSG_LEFT_RECURSION_CYCLES public static final int MSG_NONREGULAR_DECISION public static final int MSG_CIRCULAR_DEPENDENCY public static final int MAX_MESSAGE_NUMBER public static final org.antlr.misc.BitSet ERRORS_FORCING_NO_ANALYSIS public static final org.antlr.misc.BitSet ERRORS_FORCING_NO_CODEGEN public static final java.util.Map emitSingleError private static java.util.Locale locale private static String formatName private static java.util.Map threadToListenerMap private static java.util.Map threadToErrorStateMap private static java.util.Map threadToToolMap private static org.stringtemplate.v4.STGroup messages private static org.stringtemplate.v4.STGroup format private static String[] idToMessageTemplateName static org.antlr.tool.ANTLRErrorListener theDefaultErrorListener static org.stringtemplate.v4.STErrorListener initSTListener static org.stringtemplate.v4.STErrorListener blankSTListener static org.stringtemplate.v4.STErrorListener theDefaultSTListener static Class class$org$antlr$tool$ErrorManager public void <init> () public static org.stringtemplate.v4.STErrorListener getSTErrorListener () public static void setLocale (java.util.Locale) IllegalArgumentException iae java.util.Locale locale String language String fileName boolean messagesOK public static void setFormat (java.lang.String) String formatName String fileName boolean formatOK public static void setErrorListener (org.antlr.tool.ANTLRErrorListener) org.antlr.tool.ANTLRErrorListener listener public static void removeErrorListener () public static void setTool (org.antlr.Tool) org.antlr.Tool tool public static org.stringtemplate.v4.ST getMessage (int) int msgID String msgName public static java.lang.String getMessageType (int) int msgID public static org.stringtemplate.v4.ST getLocationFormat () public static org.stringtemplate.v4.ST getReportFormat () public static org.stringtemplate.v4.ST getMessageFormat () public static boolean formatWantsSingleLineMessage () public static org.antlr.tool.ANTLRErrorListener getErrorListener () org.antlr.tool.ANTLRErrorListener el public static org.antlr.tool.ErrorManager$ErrorState getErrorState () org.antlr.tool.ErrorManager$ErrorState ec public static int getNumErrors () public static void resetErrorState () org.antlr.tool.ErrorManager$ErrorState ec public static void info (java.lang.String) String msg public static void error (int) int msgID public static void error (int, java.lang.Throwable) int msgID Throwable e public static void error (int, java.lang.Object) int msgID Object arg public static void error (int, java.lang.Object, java.lang.Object) int msgID Object arg Object arg2 public static void error (int, java.lang.Object, java.lang.Throwable) int msgID Object arg Throwable e public static void warning (int, java.lang.Object) int msgID Object arg public static void nondeterminism (org.antlr.analysis.DecisionProbe, org.antlr.analysis.DFAState) org.antlr.analysis.DecisionProbe probe org.antlr.analysis.DFAState d org.antlr.tool.Message msg public static void danglingState (org.antlr.analysis.DecisionProbe, org.antlr.analysis.DFAState) org.antlr.analysis.DecisionProbe probe org.antlr.analysis.DFAState d org.antlr.tool.Message msg java.util.Set seen public static void analysisAborted (org.antlr.analysis.DecisionProbe) org.antlr.analysis.DecisionProbe probe org.antlr.tool.Message msg public static void unreachableAlts (org.antlr.analysis.DecisionProbe, java.util.List) org.antlr.analysis.DecisionProbe probe java.util.List alts org.antlr.tool.Message msg public static void insufficientPredicates (org.antlr.analysis.DecisionProbe, org.antlr.analysis.DFAState, java.util.Map) org.antlr.analysis.DecisionProbe probe org.antlr.analysis.DFAState d java.util.Map altToUncoveredLocations org.antlr.tool.Message msg public static void nonLLStarDecision (org.antlr.analysis.DecisionProbe) org.antlr.analysis.DecisionProbe probe org.antlr.tool.Message msg public static void recursionOverflow (org.antlr.analysis.DecisionProbe, org.antlr.analysis.DFAState, int, java.util.Collection, java.util.Collection) org.antlr.analysis.DecisionProbe probe org.antlr.analysis.DFAState sampleBadState int alt java.util.Collection targetRules java.util.Collection callSiteStates org.antlr.tool.Message msg public static void leftRecursionCycles (java.util.Collection) java.util.Collection cycles org.antlr.tool.Message msg public static void grammarError (int, org.antlr.tool.Grammar, org.antlr.runtime.Token, java.lang.Object, java.lang.Object) int msgID org.antlr.tool.Grammar g org.antlr.runtime.Token token Object arg Object arg2 org.antlr.tool.Message msg public static void grammarError (int, org.antlr.tool.Grammar, org.antlr.runtime.Token, java.lang.Object) int msgID org.antlr.tool.Grammar g org.antlr.runtime.Token token Object arg public static void grammarError (int, org.antlr.tool.Grammar, org.antlr.runtime.Token) int msgID org.antlr.tool.Grammar g org.antlr.runtime.Token token public static void grammarWarning (int, org.antlr.tool.Grammar, org.antlr.runtime.Token, java.lang.Object, java.lang.Object) int msgID org.antlr.tool.Grammar g org.antlr.runtime.Token token Object arg Object arg2 org.antlr.tool.Message msg public static void grammarWarning (int, org.antlr.tool.Grammar, org.antlr.runtime.Token, java.lang.Object) int msgID org.antlr.tool.Grammar g org.antlr.runtime.Token token Object arg public static void grammarWarning (int, org.antlr.tool.Grammar, org.antlr.runtime.Token) int msgID org.antlr.tool.Grammar g org.antlr.runtime.Token token public static void syntaxError (int, org.antlr.tool.Grammar, org.antlr.runtime.Token, java.lang.Object, org.antlr.runtime.RecognitionException) int msgID org.antlr.tool.Grammar grammar org.antlr.runtime.Token token Object arg org.antlr.runtime.RecognitionException re public static void internalError (java.lang.Object, java.lang.Throwable) Object error Throwable e StackTraceElement location String msg public static void internalError (java.lang.Object) Object error StackTraceElement location String msg public static boolean doNotAttemptAnalysis () public static boolean doNotAttemptCodeGen () private static java.lang.StackTraceElement getLastNonErrorManagerCodeLocation (java.lang.Throwable) StackTraceElement t Throwable e StackTraceElement[] stack int i StackTraceElement location public static void assertTrue (boolean, java.lang.String) boolean condition String message protected static boolean initIdToMessageNameMapping () int i IllegalAccessException iae java.lang.reflect.Field f String fieldName String templateName int msgID int i java.lang.reflect.Field[] fields protected static boolean verifyMessages () java.lang.reflect.Field f String fieldName String templateName int i boolean ok java.lang.reflect.Field[] fields protected static boolean verifyFormat () boolean ok static void rawError (java.lang.String) String msg static void rawError (java.lang.String, java.lang.Throwable) String msg Throwable e public static void panic () org.antlr.Tool tool static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 static void <clinit> () }
org/antlr/tool/FASerializer.class
FASerializer.java package org.antlr.tool public org.antlr.tool.FASerializer extends java.lang.Object { protected java.util.Set markedStates protected int stateCounter protected java.util.Map stateNumberTranslator protected org.antlr.tool.Grammar grammar public void <init> (org.antlr.tool.Grammar) org.antlr.tool.Grammar grammar public java.lang.String serialize (org.antlr.analysis.State) org.antlr.analysis.State s public java.lang.String serialize (org.antlr.analysis.State, boolean) String s0 String line int i org.antlr.analysis.State s boolean renumber java.util.List lines StringBuffer buf protected void walkFANormalizingStateNumbers (org.antlr.analysis.State) org.antlr.analysis.Transition edge int i org.antlr.analysis.State s protected void walkSerializingFA (java.util.List, org.antlr.analysis.State) Integer normalizedStateNumberI org.antlr.analysis.SemanticContext preds String predsStr Integer normalizedTargetStateNumberI org.antlr.analysis.Transition edge StringBuffer buf int normalizedTargetStateNumber int i java.util.List lines org.antlr.analysis.State s int normalizedStateNumber String stateStr private java.lang.String getStateString (int, org.antlr.analysis.State) int n org.antlr.analysis.State s String stateStr }
org/antlr/tool/Grammar$1.class
Grammar.java package org.antlr.tool final org.antlr.tool.Grammar$1 extends org.antlr.misc.MultiMap { void <init> () }
org/antlr/tool/Grammar$10.class
Grammar.java package org.antlr.tool final org.antlr.tool.Grammar$10 extends java.util.HashSet { void <init> () }
org/antlr/tool/Grammar$2.class
Grammar.java package org.antlr.tool final org.antlr.tool.Grammar$2 extends java.util.HashSet { void <init> () }
org/antlr/tool/Grammar$3.class
Grammar.java package org.antlr.tool final org.antlr.tool.Grammar$3 extends java.util.HashSet { void <init> () }
org/antlr/tool/Grammar$4.class
Grammar.java package org.antlr.tool final org.antlr.tool.Grammar$4 extends java.util.HashSet { void <init> () }
org/antlr/tool/Grammar$5.class
Grammar.java package org.antlr.tool final org.antlr.tool.Grammar$5 extends java.util.HashSet { void <init> () }
org/antlr/tool/Grammar$6.class
Grammar.java package org.antlr.tool final org.antlr.tool.Grammar$6 extends java.util.HashMap { void <init> () }
org/antlr/tool/Grammar$7.class
Grammar.java package org.antlr.tool final org.antlr.tool.Grammar$7 extends java.util.HashSet { void <init> () }
org/antlr/tool/Grammar$8.class
Grammar.java package org.antlr.tool final org.antlr.tool.Grammar$8 extends java.util.HashMap { void <init> () }
org/antlr/tool/Grammar$9.class
Grammar.java package org.antlr.tool final org.antlr.tool.Grammar$9 extends java.util.HashMap { void <init> () }
org/antlr/tool/Grammar$Decision.class
Grammar.java package org.antlr.tool public org.antlr.tool.Grammar$Decision extends java.lang.Object { public org.antlr.tool.Grammar grammar public int decision public org.antlr.analysis.NFAState startState public org.antlr.tool.GrammarAST blockAST public org.antlr.analysis.DFA dfa public void <init> () }
org/antlr/tool/Grammar$LabelElementPair.class
Grammar.java package org.antlr.tool public org.antlr.tool.Grammar$LabelElementPair extends java.lang.Object { public org.antlr.runtime.Token label public org.antlr.tool.GrammarAST elementRef public String referencedRuleName public boolean actionReferencesLabel public int type private final org.antlr.tool.Grammar this$0 public void <init> (org.antlr.tool.Grammar, org.antlr.runtime.Token, org.antlr.tool.GrammarAST) org.antlr.runtime.Token label org.antlr.tool.GrammarAST elementRef public org.antlr.tool.Rule getReferencedRule () public java.lang.String toString () }
org/antlr/tool/Grammar.class
Grammar.java package org.antlr.tool public org.antlr.tool.Grammar extends java.lang.Object { public static final String SYNPRED_RULE_PREFIX public static final String GRAMMAR_FILE_EXTENSION public static final String LEXER_GRAMMAR_FILE_EXTENSION public static final int INITIAL_DECISION_LIST_SIZE public static final int INVALID_RULE_INDEX public static final int RULE_LABEL public static final int TOKEN_LABEL public static final int RULE_LIST_LABEL public static final int TOKEN_LIST_LABEL public static final int CHAR_LABEL public static final int WILDCARD_TREE_LABEL public static final int WILDCARD_TREE_LIST_LABEL public static String[] LabelTypeToString public static final String ARTIFICIAL_TOKENS_RULENAME public static final String FRAGMENT_RULE_MODIFIER public static final String SYNPREDGATE_ACTION_NAME public static int[] ANTLRLiteralEscapedCharValue public static String[] ANTLRLiteralCharValueEscape public static final int LEXER public static final int PARSER public static final int TREE_PARSER public static final int COMBINED public static final String[] grammarTypeToString public static final String[] grammarTypeToFileNameSuffix public static org.antlr.misc.MultiMap validDelegations public org.antlr.runtime.CommonTokenStream tokenBuffer public static final String IGNORE_STRING_IN_GRAMMAR_FILE_NAME public static final String AUTO_GENERATED_TOKEN_NAME_PREFIX public String name public int type protected java.util.Map options public static final java.util.Set legalLexerOptions public static final java.util.Set legalParserOptions public static final java.util.Set legalTreeParserOptions public static final java.util.Set doNotCopyOptionsToLexer public static final java.util.Map defaultOptions public static final java.util.Set legalBlockOptions public static final java.util.Map defaultBlockOptions public static final java.util.Map defaultLexerBlockOptions public static final java.util.Set legalTokenOptions public static final String defaultTokenOption protected int global_k private java.util.Map actions public org.antlr.analysis.NFA nfa protected org.antlr.tool.NFAFactory factory public org.antlr.tool.CompositeGrammar composite public org.antlr.tool.CompositeGrammarTree compositeTreeNode public String label protected org.antlr.misc.IntSet charVocabulary java.util.Map lineColumnToLookaheadDFAMap public org.antlr.Tool tool protected java.util.Set ruleRefs protected java.util.Set scopedRuleRefs protected java.util.Set tokenIDRefs protected int decisionCount protected java.util.Set leftRecursiveRules protected boolean externalAnalysisAbort public int numNonLLStar protected java.util.LinkedHashMap nameToSynpredASTMap public java.util.List precRuleInitCodeBlocks public boolean atLeastOneRuleMemoizes public boolean atLeastOneBacktrackOption public boolean implicitLexer protected java.util.LinkedHashMap nameToRuleMap public java.util.Set overriddenRules protected java.util.Set delegatedRuleReferences public java.util.List lexerRuleNamesInCombined protected java.util.Map scopes protected org.antlr.tool.GrammarAST grammarTree protected java.util.Vector indexToDecision protected org.antlr.codegen.CodeGenerator generator public org.antlr.tool.NameSpaceChecker nameSpaceChecker public org.antlr.analysis.LL1Analyzer ll1Analyzer protected String lexerGrammarTemplate protected org.stringtemplate.v4.ST lexerGrammarST protected String fileName public long DFACreationWallClockTimeInMS public int numberOfSemanticPredicates public int numberOfManualLookaheadOptions public java.util.Set setOfNondeterministicDecisionNumbers public java.util.Set setOfNondeterministicDecisionNumbersResolvedWithPredicates public java.util.Set blocksWithSynPreds public java.util.Set decisionsWhoseDFAsUsesSynPreds public java.util.Set synPredNamesUsedInDFA public java.util.Set blocksWithSemPreds public java.util.Set decisionsWhoseDFAsUsesSemPreds protected boolean allDecisionDFACreated protected boolean builtFromString org.antlr.tool.GrammarSanity sanity org.antlr.codegen.Target target public void <init> (org.antlr.Tool, java.lang.String, org.antlr.tool.CompositeGrammar) org.antlr.Tool tool String fileName org.antlr.tool.CompositeGrammar composite org.stringtemplate.v4.STGroup lexerGrammarSTG public void <init> () public void <init> (org.antlr.Tool) org.antlr.Tool tool org.stringtemplate.v4.STGroup lexerGrammarSTG public void <init> (java.lang.String) throws org.antlr.runtime.RecognitionException String grammarString public void <init> (org.antlr.Tool, java.lang.String) throws org.antlr.runtime.RecognitionException org.antlr.Tool tool String grammarString java.io.StringReader r public void setFileName (java.lang.String) String fileName public java.lang.String getFileName () public void setName (java.lang.String) int lastDot String onlyFileNameNoSuffix String name String saneFile int lastSlash String onlyFileName public void setGrammarContent (java.lang.String) throws org.antlr.runtime.RecognitionException String grammarString java.io.StringReader r public void parseAndBuildAST () throws java.io.IOException java.io.FileReader fr java.io.BufferedReader br public void parseAndBuildAST (java.io.Reader) java.io.IOException e org.antlr.runtime.RecognitionException re Object value java.io.Reader r org.antlr.grammar.v3.ANTLRLexer lexer org.antlr.grammar.v3.ANTLRParser parser org.antlr.grammar.v3.ANTLRParser$grammar__return result protected void dealWithTreeFilterMode () Object backtrack Object output Object rewrite Object filterMode public void translateLeftRecursiveRule (org.antlr.tool.GrammarAST) org.antlr.runtime.RecognitionException re org.antlr.tool.GrammarAST t String r java.util.Iterator i$ org.antlr.tool.GrammarAST ruleAST org.antlr.runtime.tree.CommonTreeNodeStream input org.antlr.tool.LeftRecursiveRuleAnalyzer leftRecursiveRuleWalker boolean isLeftRec java.util.List rules public void defineGrammarSymbols () org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.DefineGrammarItemsWalker defineItemsWalker public void checkNameSpaceAndActions () public boolean validImport (org.antlr.tool.Grammar) org.antlr.tool.Grammar delegate java.util.List validDelegators public java.lang.String getLexerGrammar () Object value String optionName java.util.Iterator optionNames public java.lang.String getImplicitlyGeneratedLexerFileName () public java.lang.String getRecognizerName () org.antlr.tool.Grammar g java.util.Iterator i$ StringBuffer buf String suffix java.util.List grammarsFromRootToMe String qualifiedName public org.antlr.tool.GrammarAST addArtificialMatchTokensRule (org.antlr.tool.GrammarAST, java.util.List, java.util.List, boolean) String rname int i String dname int i org.antlr.tool.GrammarAST grammarAST java.util.List ruleNames java.util.List delegateNames boolean filterMode org.stringtemplate.v4.ST matchTokenRuleST org.antlr.tool.GrammarAST r public org.antlr.tool.GrammarAST parseArtificialRule (java.lang.String) org.antlr.grammar.v3.ANTLRParser$rule_return result Exception e String ruleText org.antlr.grammar.v3.ANTLRLexer lexer org.antlr.grammar.v3.ANTLRParser parser public void addRule (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) int i org.antlr.tool.GrammarAST grammarTree org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST p protected java.util.List getArtificialRulesForSyntacticPredicates (java.util.LinkedHashMap) org.antlr.tool.GrammarAST fragmentAST org.antlr.tool.GrammarAST ruleAST String synpredName java.util.Iterator i$ java.util.LinkedHashMap nameToSynpredASTMap java.util.List rules boolean isLexer public void addRulesForSyntacticPredicates () org.antlr.tool.GrammarAST rAST int i java.util.List synpredRules public void createRuleStartAndStopNFAStates () org.antlr.tool.Rule r String ruleName org.antlr.analysis.NFAState ruleBeginState org.antlr.analysis.NFAState ruleEndState java.util.Iterator itr java.util.Collection rules public void buildNFA () org.antlr.runtime.RecognitionException re org.antlr.runtime.tree.CommonTreeNodeStream input org.antlr.grammar.v3.TreeToNFAConverter nfaBuilder public void createLookaheadDFAs () public void createLookaheadDFAs (boolean) org.antlr.tool.FASerializer serializer String result org.antlr.tool.Rule r org.antlr.analysis.DFA dfa org.antlr.analysis.NFAState decisionStartState int decision InterruptedException e org.antlr.misc.Barrier barrier int midpoint org.antlr.analysis.NFAConversionThread t1 org.antlr.analysis.NFAConversionThread t2 boolean wackTempStructures long start int numDecisions long stop public org.antlr.analysis.DFA createLL_1_LookaheadDFA (int) int walkAlt org.antlr.analysis.NFAState altLeftEdge org.antlr.analysis.NFAState altStartState int alt org.antlr.analysis.LookaheadSet collision int j int i org.antlr.analysis.DFA lookaheadDFA org.antlr.analysis.LookaheadSet s int i org.antlr.analysis.LookaheadSet look int alt org.antlr.misc.IntervalSet ds int i int decision org.antlr.tool.Grammar$Decision d String enclosingRule org.antlr.tool.Rule r org.antlr.analysis.NFAState decisionStartState int numAlts org.antlr.analysis.LookaheadSet[] altLook boolean decisionIsLL_1 boolean foundConfoundingPredicate java.util.List edges java.util.List disjoint org.antlr.misc.MultiMap edgeMap org.antlr.analysis.DFA lookaheadDFA private void updateLineColumnToLookaheadDFAMap (org.antlr.analysis.DFA) org.antlr.analysis.DFA lookaheadDFA org.antlr.tool.GrammarAST decisionAST int line int col protected java.util.List makeEdgeSetsDisjoint (java.util.List) org.antlr.misc.IntervalSet s_i org.antlr.misc.IntervalSet intersection org.antlr.misc.IntSet existingMinusNewElements int i org.antlr.misc.IntervalSet t org.antlr.misc.IntervalSet remainder int numDisjointElements int e java.util.List edges org.antlr.misc.OrderedHashSet disjointSets int numEdges public org.antlr.analysis.DFA createLookaheadDFA (int, boolean) org.antlr.analysis.DFAState s java.util.Iterator i$ int decision boolean wackTempStructures org.antlr.tool.Grammar$Decision d String enclosingRule org.antlr.tool.Rule r org.antlr.analysis.NFAState decisionStartState long startDFA long stopDFA org.antlr.analysis.DFA lookaheadDFA boolean failed public void externallyAbortNFAToDFAConversion () public boolean NFAToDFAConversionExternallyAborted () public int getNewTokenType () public void defineToken (java.lang.String, int) String text int tokenType int index String prevToken public void defineRule (org.antlr.runtime.Token, java.lang.String, java.util.Map, org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) org.antlr.runtime.Token ruleToken String modifier java.util.Map options org.antlr.tool.GrammarAST tree org.antlr.tool.GrammarAST argActionAST int numAlts String ruleName org.antlr.tool.Rule r public java.lang.String defineSyntacticPredicate (org.antlr.tool.GrammarAST, java.lang.String) org.antlr.tool.GrammarAST blockAST String currentRuleName String predName public java.util.LinkedHashMap getSyntacticPredicates () public org.antlr.tool.GrammarAST getSyntacticPredicate (java.lang.String) String name public void synPredUsedInDFA (org.antlr.analysis.DFA, org.antlr.analysis.SemanticContext) org.antlr.analysis.DFA dfa org.antlr.analysis.SemanticContext semCtx public void defineNamedAction (org.antlr.tool.GrammarAST, java.lang.String, org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) org.antlr.tool.Grammar delegate java.util.Iterator i$ java.util.List allgrammars org.antlr.tool.GrammarAST ampersandAST String scope org.antlr.tool.GrammarAST nameAST org.antlr.tool.GrammarAST actionAST String actionName java.util.Map scopeActions Object a public void setSynPredGateIfNotAlready (org.stringtemplate.v4.ST) org.stringtemplate.v4.ST gateST String scope java.util.Map actionsForGrammarScope public java.util.Map getActions () public java.lang.String getDefaultActionScope (int) int grammarType public void defineLexerRuleFoundInParser (org.antlr.runtime.Token, org.antlr.tool.GrammarAST) org.antlr.runtime.CommonToken t int i org.antlr.runtime.Token ruleToken org.antlr.tool.GrammarAST ruleAST StringBuffer buf String ruleText public void defineLexerRuleForAliasedStringLiteral (java.lang.String, java.lang.String, int) String tokenID String literal int tokenType public void defineLexerRuleForStringLiteral (java.lang.String, int) String literal int tokenType String tokenID public org.antlr.tool.Rule getLocallyDefinedRule (java.lang.String) String ruleName org.antlr.tool.Rule r public org.antlr.tool.Rule getRule (java.lang.String) String ruleName org.antlr.tool.Rule r public org.antlr.tool.Rule getRule (java.lang.String, java.lang.String) org.antlr.tool.Grammar scope String scopeName String ruleName public int getRuleIndex (java.lang.String, java.lang.String) String scopeName String ruleName org.antlr.tool.Rule r public int getRuleIndex (java.lang.String) String ruleName public java.lang.String getRuleName (int) int ruleIndex org.antlr.tool.Rule r public boolean generateMethodForRule (java.lang.String) String ruleName org.antlr.tool.Rule r public org.antlr.tool.AttributeScope defineGlobalScope (java.lang.String, org.antlr.runtime.Token) String name org.antlr.runtime.Token scopeAction org.antlr.tool.AttributeScope scope public org.antlr.tool.AttributeScope createReturnScope (java.lang.String, org.antlr.runtime.Token) String ruleName org.antlr.runtime.Token retAction org.antlr.tool.AttributeScope scope public org.antlr.tool.AttributeScope createRuleScope (java.lang.String, org.antlr.runtime.Token) String ruleName org.antlr.runtime.Token scopeAction org.antlr.tool.AttributeScope scope public org.antlr.tool.AttributeScope createParameterScope (java.lang.String, org.antlr.runtime.Token) String ruleName org.antlr.runtime.Token argAction org.antlr.tool.AttributeScope scope public org.antlr.tool.AttributeScope getGlobalScope (java.lang.String) String name public java.util.Map getGlobalScopes () protected void defineLabel (org.antlr.tool.Rule, org.antlr.runtime.Token, org.antlr.tool.GrammarAST, int) org.antlr.tool.Rule r org.antlr.runtime.Token label org.antlr.tool.GrammarAST element int type boolean err public void defineTokenRefLabel (java.lang.String, org.antlr.runtime.Token, org.antlr.tool.GrammarAST) String ruleName org.antlr.runtime.Token label org.antlr.tool.GrammarAST tokenRef org.antlr.tool.Rule r public void defineWildcardTreeLabel (java.lang.String, org.antlr.runtime.Token, org.antlr.tool.GrammarAST) String ruleName org.antlr.runtime.Token label org.antlr.tool.GrammarAST tokenRef org.antlr.tool.Rule r public void defineWildcardTreeListLabel (java.lang.String, org.antlr.runtime.Token, org.antlr.tool.GrammarAST) String ruleName org.antlr.runtime.Token label org.antlr.tool.GrammarAST tokenRef org.antlr.tool.Rule r public void defineRuleRefLabel (java.lang.String, org.antlr.runtime.Token, org.antlr.tool.GrammarAST) String ruleName org.antlr.runtime.Token label org.antlr.tool.GrammarAST ruleRef org.antlr.tool.Rule r public void defineTokenListLabel (java.lang.String, org.antlr.runtime.Token, org.antlr.tool.GrammarAST) String ruleName org.antlr.runtime.Token label org.antlr.tool.GrammarAST element org.antlr.tool.Rule r public void defineRuleListLabel (java.lang.String, org.antlr.runtime.Token, org.antlr.tool.GrammarAST) String ruleName org.antlr.runtime.Token label org.antlr.tool.GrammarAST element org.antlr.tool.Rule r public java.util.Set getLabels (java.util.Set, int) String labelName org.antlr.tool.Rule enclosingRule org.antlr.tool.Grammar$LabelElementPair pair org.antlr.tool.GrammarAST el java.util.Iterator i$ java.util.Set rewriteElements int labelType java.util.Set labels protected void examineAllExecutableActions () org.antlr.tool.GrammarAST actionAST org.antlr.grammar.v3.ActionAnalysis sniffer int i org.antlr.tool.GrammarAST actionAST org.antlr.grammar.v3.ActionAnalysis sniffer java.util.Iterator it2 org.antlr.tool.Rule r java.util.List actions java.util.Collection namedActions java.util.Iterator it java.util.Collection rules public void checkAllRulesForUselessLabels () String ruleName org.antlr.tool.Rule r java.util.Iterator it java.util.Set rules protected void removeUselessLabels (java.util.Map) org.antlr.tool.Grammar$LabelElementPair pair org.antlr.tool.Rule refdRule java.util.Iterator labelit String labelToKill int i java.util.Map ruleToElementLabelPairMap java.util.Collection labels java.util.List kill public void altReferencesRule (java.lang.String, org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) String enclosingRuleName org.antlr.tool.GrammarAST refScopeAST org.antlr.tool.GrammarAST refAST int outerAltNum org.antlr.tool.Rule r org.antlr.runtime.Token refToken public void altReferencesTokenID (java.lang.String, org.antlr.tool.GrammarAST, int) String ruleName org.antlr.tool.GrammarAST refAST int outerAltNum org.antlr.tool.Rule r public void referenceRuleLabelPredefinedAttribute (java.lang.String) String ruleName org.antlr.tool.Rule r public java.util.List checkAllRulesForLeftRecursion () public java.util.Set getLeftRecursiveRules () public void checkRuleReference (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, java.lang.String) org.antlr.tool.GrammarAST scopeAST org.antlr.tool.GrammarAST refAST org.antlr.tool.GrammarAST argsAST String currentRuleName public boolean isEmptyRule (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST block org.antlr.tool.GrammarAST aTokenRefNode org.antlr.tool.GrammarAST aStringLiteralRefNode org.antlr.tool.GrammarAST aCharLiteralRefNode org.antlr.tool.GrammarAST aWildcardRefNode org.antlr.tool.GrammarAST aRuleRefNode public boolean isAtomTokenType (int) int ttype public int getTokenType (java.lang.String) String tokenName Integer I int i public java.util.Set getTokenIDs () public java.util.Collection getTokenTypesWithoutID () String name int t java.util.List types public java.util.Set getTokenDisplayNames () int t java.util.Set names public static int getCharValueFromGrammarCharLiteral (java.lang.String) int escChar int charVal String unicodeChars String literal public static java.lang.StringBuffer getUnescapedStringFromGrammarStringLiteral (java.lang.String) String unicodeChars int val char c int i String literal StringBuffer buf int last public int importTokenVocabulary (org.antlr.tool.Grammar) String tokenID int tokenType java.util.Iterator it org.antlr.tool.Grammar importFromGr java.util.Set importedTokenIDs public void importGrammar (org.antlr.tool.GrammarAST, java.lang.String) java.io.IOException ioe java.io.IOException ioe String fullName java.io.FileReader fr org.antlr.tool.Grammar delegateGrammar java.io.IOException ioe java.io.IOException ioe java.io.IOException ioe java.io.IOException ioe org.antlr.tool.GrammarAST grammarNameAST String label String grammarName String gname java.io.BufferedReader br protected void addDelegateGrammar (org.antlr.tool.Grammar) org.antlr.tool.Grammar delegateGrammar org.antlr.tool.CompositeGrammarTree t public int importTokenVocabulary (org.antlr.tool.GrammarAST, java.lang.String) String tokenID String tokenID String tokenID int tokenType java.io.FileReader fr java.io.BufferedReader br java.io.StreamTokenizer tokenizer int lineNum int token java.io.FileNotFoundException fnfe java.io.IOException ioe Exception e org.antlr.tool.GrammarAST tokenVocabOptionAST String vocabName java.io.File fullFile public java.lang.String getTokenDisplayName (int) int ttype String tokenName int index public java.util.Set getStringLiterals () public java.lang.String getGrammarTypeString () public int getGrammarMaxLookahead () Integer kI Object k public java.lang.String setOption (java.lang.String, java.lang.Object, org.antlr.runtime.Token) String key Object value org.antlr.runtime.Token optionsStartToken public boolean legalOption (java.lang.String) String key public void setOptions (java.util.Map, org.antlr.runtime.Token) String optionName Object optionValue String stored java.util.Iterator it java.util.Map options org.antlr.runtime.Token optionsStartToken java.util.Set keys public java.lang.Object getOption (java.lang.String) String key public java.lang.Object getLocallyDefinedOption (java.lang.String) String key Object value public java.lang.Object getBlockOption (org.antlr.tool.GrammarAST, java.lang.String) org.antlr.tool.GrammarAST blockAST String key String v public int getUserMaxLookahead (int) Integer kI int decision int user_k org.antlr.tool.GrammarAST blockAST Object k public boolean getAutoBacktrackMode (int) int decision org.antlr.analysis.NFAState decisionNFAStartState String autoBacktrack public boolean optionIsValid (java.lang.String, java.lang.Object) String key Object value public boolean buildAST () String outputType public boolean rewriteMode () Object outputType public boolean isBuiltFromString () public boolean buildTemplate () String outputType public java.util.Collection getRules () public java.util.Set getDelegatedRules () public java.util.Set getAllImportedRules () public java.util.List getDelegates () public boolean getHasDelegates () public java.util.List getDelegateNames () org.antlr.tool.Grammar g java.util.Iterator i$ java.util.List names java.util.List delegates public java.util.List getDirectDelegates () public java.util.List getIndirectDelegates () public java.util.List getDelegators () public org.antlr.tool.Grammar getDelegator () public java.util.Set getDelegatedRuleReferences () public boolean getGrammarIsRoot () public void setRuleAST (java.lang.String, org.antlr.tool.GrammarAST) String ruleName org.antlr.tool.GrammarAST t org.antlr.tool.Rule r public org.antlr.analysis.NFAState getRuleStartState (java.lang.String) String ruleName public org.antlr.analysis.NFAState getRuleStartState (java.lang.String, java.lang.String) String scopeName String ruleName org.antlr.tool.Rule r public java.lang.String getRuleModifier (java.lang.String) String ruleName org.antlr.tool.Rule r public org.antlr.analysis.NFAState getRuleStopState (java.lang.String) String ruleName org.antlr.tool.Rule r public int assignDecisionNumber (org.antlr.analysis.NFAState) org.antlr.analysis.NFAState state protected org.antlr.tool.Grammar$Decision getDecision (int) int decision int index org.antlr.tool.Grammar$Decision d public java.util.List getDecisions () protected org.antlr.tool.Grammar$Decision createDecision (int) int decision int index org.antlr.tool.Grammar$Decision d public java.util.List getDecisionNFAStartStateList () org.antlr.tool.Grammar$Decision dec int d java.util.List states public org.antlr.analysis.NFAState getDecisionNFAStartState (int) int decision org.antlr.tool.Grammar$Decision d public org.antlr.analysis.DFA getLookaheadDFA (int) int decision org.antlr.tool.Grammar$Decision d public org.antlr.tool.GrammarAST getDecisionBlockAST (int) int decision org.antlr.tool.Grammar$Decision d public java.util.List getLookaheadDFAColumnsForLineInFile (int) String key java.util.Iterator iter int line String prefix java.util.List columns public org.antlr.analysis.DFA getLookaheadDFAFromPositionInFile (int, int) int line int col public java.util.Map getLineColumnToLookaheadDFAMap () public int getNumberOfDecisions () public int getNumberOfCyclicDecisions () org.antlr.tool.Grammar$Decision d int i int n public void setLookaheadDFA (int, org.antlr.analysis.DFA) int decision org.antlr.analysis.DFA lookaheadDFA org.antlr.tool.Grammar$Decision d org.antlr.tool.GrammarAST ast public void setDecisionNFA (int, org.antlr.analysis.NFAState) int decision org.antlr.analysis.NFAState state org.antlr.tool.Grammar$Decision d public void setDecisionBlockAST (int, org.antlr.tool.GrammarAST) int decision org.antlr.tool.GrammarAST blockAST org.antlr.tool.Grammar$Decision d public boolean allDecisionDFAHaveBeenCreated () public int getMaxTokenType () public int getMaxCharValue () public org.antlr.misc.IntSet getTokenTypes () public org.antlr.misc.IntSet getAllCharValues () org.antlr.misc.IntSet allChar public static java.lang.String getANTLRCharLiteralForChar (int) int c String hex String unicodeStr public org.antlr.misc.IntSet complement (org.antlr.misc.IntSet) org.antlr.misc.IntSet set org.antlr.misc.IntSet c public org.antlr.misc.IntSet complement (int) int atom public boolean isValidSet (org.antlr.grammar.v3.TreeToNFAConverter, org.antlr.tool.GrammarAST) int alts org.antlr.runtime.RecognitionException re org.antlr.grammar.v3.TreeToNFAConverter nfabuilder org.antlr.tool.GrammarAST t boolean valid public org.antlr.misc.IntSet getSetFromRule (org.antlr.grammar.v3.TreeToNFAConverter, java.lang.String) throws org.antlr.runtime.RecognitionException org.antlr.grammar.v3.TreeToNFAConverter nfabuilder String ruleName org.antlr.tool.Rule r org.antlr.misc.IntSet elements public int getNumberOfAltsForDecisionNFA (org.antlr.analysis.NFAState) org.antlr.analysis.NFAState decisionState int n org.antlr.analysis.NFAState p public org.antlr.analysis.NFAState getNFAStateForAltOfDecision (org.antlr.analysis.NFAState, int) org.antlr.analysis.Transition next org.antlr.analysis.NFAState decisionState int alt int n org.antlr.analysis.NFAState p public org.antlr.analysis.LookaheadSet FIRST (org.antlr.analysis.NFAState) org.antlr.analysis.NFAState s public org.antlr.analysis.LookaheadSet LOOK (org.antlr.analysis.NFAState) org.antlr.analysis.NFAState s public void setCodeGenerator (org.antlr.codegen.CodeGenerator) org.antlr.codegen.CodeGenerator generator public org.antlr.codegen.CodeGenerator getCodeGenerator () public org.antlr.tool.GrammarAST getGrammarTree () public void setGrammarTree (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST value public org.antlr.Tool getTool () public void setTool (org.antlr.Tool) org.antlr.Tool tool public java.lang.String computeTokenNameFromLiteral (int, java.lang.String) int tokenType String literal public java.lang.String toString () public java.lang.String grammarTreeToString (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST t public java.lang.String grammarTreeToString (org.antlr.tool.GrammarAST, boolean) Exception e org.antlr.tool.GrammarAST t boolean showActions String s public void printGrammar (java.io.PrintStream) String g org.antlr.runtime.RecognitionException re java.io.PrintStream output org.antlr.grammar.v3.ANTLRTreePrinter printer static void <clinit> () }
org/antlr/tool/GrammarAnalysisAbortedMessage.class
GrammarAnalysisAbortedMessage.java package org.antlr.tool public org.antlr.tool.GrammarAnalysisAbortedMessage extends org.antlr.tool.Message { public org.antlr.analysis.DecisionProbe probe public void <init> (org.antlr.analysis.DecisionProbe) org.antlr.analysis.DecisionProbe probe public java.lang.String toString () org.antlr.tool.GrammarAST decisionASTNode String fileName org.stringtemplate.v4.ST st }
org/antlr/tool/GrammarAST.class
GrammarAST.java package org.antlr.tool public org.antlr.tool.GrammarAST extends org.antlr.runtime.tree.CommonTree { static int count public int ID private String textOverride public String enclosingRuleName public org.antlr.analysis.DFA lookaheadDFA public org.antlr.analysis.NFAState NFAStartState public org.antlr.analysis.NFAState NFATreeDownState public org.antlr.analysis.NFAState followingNFAState protected org.antlr.misc.IntSet setValue protected java.util.Map blockOptions public java.util.Set rewriteRefsShallow public java.util.Set rewriteRefsDeep public java.util.Map terminalOptions public int outerAltNum public org.stringtemplate.v4.ST code private static final org.antlr.tool.GrammarAST DescendantDownNode private static final org.antlr.tool.GrammarAST DescendantUpNode public java.util.Map getBlockOptions () public void setBlockOptions (java.util.Map) java.util.Map blockOptions public void <init> () public void <init> (int, java.lang.String) int t String txt public void <init> (org.antlr.runtime.Token) org.antlr.runtime.Token token public void initialize (int, java.lang.String) int i String s public void initialize (org.antlr.runtime.tree.Tree) org.antlr.runtime.tree.Tree ast org.antlr.tool.GrammarAST t public void initialize (org.antlr.runtime.Token) org.antlr.runtime.Token token public org.antlr.analysis.DFA getLookaheadDFA () public void setLookaheadDFA (org.antlr.analysis.DFA) org.antlr.analysis.DFA lookaheadDFA public org.antlr.analysis.NFAState getNFAStartState () public void setNFAStartState (org.antlr.analysis.NFAState) org.antlr.analysis.NFAState nfaStartState public java.lang.String setBlockOption (org.antlr.tool.Grammar, java.lang.String, java.lang.Object) org.antlr.tool.Grammar grammar String key Object value public java.lang.String setTerminalOption (org.antlr.tool.Grammar, java.lang.String, java.lang.Object) org.antlr.tool.Grammar grammar String key Object value public java.lang.String setOption (java.util.Map, java.util.Set, org.antlr.tool.Grammar, java.lang.String, java.lang.Object) String vs java.util.Map options java.util.Set legalOptions org.antlr.tool.Grammar grammar String key Object value public java.lang.Object getBlockOption (java.lang.String) String key Object value public void setOptions (org.antlr.tool.Grammar, java.util.Map) String stored String optionName String[] arr$ int len$ int i$ org.antlr.tool.Grammar grammar java.util.Map options String[] keys public java.lang.String getText () public void setType (int) int type public void setText (java.lang.String) String text public int getType () public int getLine () org.antlr.runtime.tree.Tree child int line public int getCharPositionInLine () org.antlr.runtime.tree.Tree child int col public void setLine (int) int line public void setCharPositionInLine (int) int value public org.antlr.misc.IntSet getSetValue () public void setSetValue (org.antlr.misc.IntSet) org.antlr.misc.IntSet setValue public org.antlr.tool.GrammarAST getLastChild () public org.antlr.tool.GrammarAST getNextSibling () public org.antlr.tool.GrammarAST getLastSibling () org.antlr.runtime.tree.Tree parent public org.antlr.tool.GrammarAST[] getChildrenAsArray () public static java.util.List descendants (org.antlr.runtime.tree.Tree) org.antlr.runtime.tree.Tree root public static java.util.List descendants (org.antlr.runtime.tree.Tree, boolean) org.antlr.runtime.tree.Tree subchild java.util.Iterator i$ org.antlr.runtime.tree.Tree child int i org.antlr.runtime.tree.Tree subchild java.util.Iterator i$ org.antlr.runtime.tree.Tree child int i org.antlr.runtime.tree.Tree root boolean insertDownUpNodes java.util.List result int count public org.antlr.tool.GrammarAST findFirstType (int) org.antlr.runtime.tree.Tree child java.util.Iterator i$ int ttype java.util.List descendants public java.util.List findAllType (int) int ttype java.util.List nodes public void _findAllType (int, java.util.List) org.antlr.tool.GrammarAST child int i int ttype java.util.List nodes public boolean equals (java.lang.Object) Object ast org.antlr.tool.GrammarAST t public int hashCode () public boolean hasSameTreeStructure (org.antlr.runtime.tree.Tree) org.antlr.runtime.tree.Tree other java.util.Iterator thisDescendants java.util.Iterator otherDescendants public static org.antlr.tool.GrammarAST dup (org.antlr.runtime.tree.Tree) org.antlr.runtime.tree.Tree t org.antlr.tool.GrammarAST dup_t public org.antlr.runtime.tree.Tree dupNode () public static org.antlr.tool.GrammarAST dupTreeNoActions (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST subchild java.util.Iterator i$ org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST parent org.antlr.tool.GrammarAST result private static java.util.List getChildrenForDupTree (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST subchild java.util.Iterator i$ org.antlr.tool.GrammarAST child int ttype int i org.antlr.tool.GrammarAST t java.util.List result public static org.antlr.tool.GrammarAST dupTree (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST child int i org.antlr.tool.GrammarAST t org.antlr.tool.GrammarAST root public void setTreeEnclosingRuleNameDeeply (java.lang.String) org.antlr.tool.GrammarAST grammarAST Object child java.util.Iterator i$ String rname java.lang.String toStringList () public void setTokenBoundaries (org.antlr.runtime.Token, org.antlr.runtime.Token) org.antlr.runtime.Token startToken org.antlr.runtime.Token stopToken public org.antlr.tool.GrammarAST getBlockALT (int) int j int i int alts static void <clinit> () }
org/antlr/tool/GrammarDanglingStateMessage.class
GrammarDanglingStateMessage.java package org.antlr.tool public org.antlr.tool.GrammarDanglingStateMessage extends org.antlr.tool.Message { public org.antlr.analysis.DecisionProbe probe public org.antlr.analysis.DFAState problemState public void <init> (org.antlr.analysis.DecisionProbe, org.antlr.analysis.DFAState) org.antlr.analysis.DecisionProbe probe org.antlr.analysis.DFAState problemState public java.lang.String toString () org.antlr.tool.GrammarAST decisionASTNode String fileName java.util.List labels String input org.stringtemplate.v4.ST st java.util.List alts }
org/antlr/tool/GrammarInsufficientPredicatesMessage.class
GrammarInsufficientPredicatesMessage.java package org.antlr.tool public org.antlr.tool.GrammarInsufficientPredicatesMessage extends org.antlr.tool.Message { public org.antlr.analysis.DecisionProbe probe public java.util.Map altToLocations public org.antlr.analysis.DFAState problemState public void <init> (org.antlr.analysis.DecisionProbe, org.antlr.analysis.DFAState, java.util.Map) org.antlr.analysis.DecisionProbe probe org.antlr.analysis.DFAState problemState java.util.Map altToLocations public java.lang.String toString () Integer altI java.util.Iterator i$ org.antlr.tool.GrammarAST decisionASTNode String fileName org.stringtemplate.v4.ST st java.util.Map altToLocationsWithStringKey java.util.List alts java.util.List sampleInputLabels String input }
org/antlr/tool/GrammarNonDeterminismMessage.class
GrammarNonDeterminismMessage.java package org.antlr.tool public org.antlr.tool.GrammarNonDeterminismMessage extends org.antlr.tool.Message { public org.antlr.analysis.DecisionProbe probe public org.antlr.analysis.DFAState problemState public void <init> (org.antlr.analysis.DecisionProbe, org.antlr.analysis.DFAState) org.antlr.analysis.DecisionProbe probe org.antlr.analysis.DFAState problemState public java.lang.String toString () Integer altI String tokenName org.antlr.analysis.NFAState ruleStart java.util.Iterator it java.util.Set disabledAlts int tracePathAlt java.util.List path String tokenName Integer displayAltI java.util.Iterator iter org.antlr.tool.GrammarAST decisionASTNode String fileName org.stringtemplate.v4.ST st java.util.List labels String input java.util.List nondetAlts org.antlr.analysis.NFAState nfaStart int firstAlt }
org/antlr/tool/GrammarReport$ReportData.class
GrammarReport.java package org.antlr.tool public org.antlr.tool.GrammarReport$ReportData extends java.lang.Object { String version String gname String gtype String language int numRules int numOuterProductions int numberOfDecisionsInRealRules int numberOfDecisions int numberOfCyclicDecisions int numberOfFixedKDecisions int numLL1 int mink int maxk double avgk int numTokens long DFACreationWallClockTimeInMS int numberOfSemanticPredicates int numberOfManualLookaheadOptions int numNonLLStarDecisions int numNondeterministicDecisions int numNondeterministicDecisionNumbersResolvedWithPredicates int errors int warnings int infos int blocksWithSynPreds int decisionsWhoseDFAsUsesSynPreds int blocksWithSemPreds int decisionsWhoseDFAsUsesSemPreds String output String grammarLevelk String grammarLevelBacktrack public void <init> () }
org/antlr/tool/GrammarReport.class
GrammarReport.java package org.antlr.tool public org.antlr.tool.GrammarReport extends java.lang.Object { public static final String Version public static final String GRAMMAR_STATS_FILENAME public static final String newline public org.antlr.tool.Grammar grammar static Class class$org$antlr$tool$GrammarReport$ReportData static Class class$java$lang$String public void <init> (org.antlr.tool.Grammar) org.antlr.tool.Grammar grammar public static org.antlr.tool.GrammarReport$ReportData getReportData (org.antlr.tool.Grammar) org.antlr.tool.Rule r java.util.Iterator it int maxk org.antlr.tool.Grammar$Decision d org.antlr.tool.Rule r int i org.antlr.tool.Grammar g org.antlr.tool.GrammarReport$ReportData data String k String backtrack int totalNonSynPredProductions int totalNonSynPredRules java.util.Collection rules int numACyclicDecisions java.util.List depths int[] acyclicDFAStates int[] cyclicDFAStates int acyclicIndex int cyclicIndex int numLL1 int blocksWithSynPreds int dfaWithSynPred int numDecisions int numCyclicDecisions public java.lang.String toNotifyString () Object v String s Exception e java.lang.reflect.Field f java.lang.reflect.Field[] arr$ int len$ int i$ StringBuffer buf org.antlr.tool.GrammarReport$ReportData data java.lang.reflect.Field[] fields int i public java.lang.String getBacktrackingReport () StringBuffer buf protected java.lang.String getDFALocations (java.util.Set) org.antlr.analysis.DFA dfa org.antlr.tool.GrammarAST decisionAST java.util.Set dfas java.util.Set decisions StringBuffer buf java.util.Iterator it public java.lang.String toString () protected static org.antlr.tool.GrammarReport$ReportData decodeReportData (java.lang.String) Exception e String v java.lang.reflect.Field f java.lang.reflect.Field[] arr$ int len$ int i$ String dataS org.antlr.tool.GrammarReport$ReportData data java.util.StringTokenizer st java.lang.reflect.Field[] fields public static java.lang.String toString (java.lang.String) String notifyDataLine org.antlr.tool.GrammarReport$ReportData data StringBuffer buf public static boolean blockHasSynPred (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST blockAST org.antlr.tool.GrammarAST c1 org.antlr.tool.GrammarAST c2 static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 static void <clinit> () }
org/antlr/tool/GrammarReport2.class
GrammarReport2.java package org.antlr.tool public org.antlr.tool.GrammarReport2 extends java.lang.Object { public static final String newline public org.antlr.tool.Grammar root public void <init> (org.antlr.tool.Grammar) org.antlr.tool.Grammar rootGrammar public java.lang.String toString () org.antlr.tool.Grammar g java.util.Iterator i$ StringBuilder buf org.antlr.tool.CompositeGrammar composite void stats (org.antlr.tool.Grammar, java.lang.StringBuilder) org.antlr.tool.Grammar$Decision d int k org.antlr.tool.Rule enclosingRule org.antlr.tool.GrammarAST decisionAST int decision org.antlr.tool.Grammar g StringBuilder buf int numDec void nl (java.lang.StringBuilder) StringBuilder buf static void <clinit> () }
org/antlr/tool/GrammarSanity.class
GrammarSanity.java package org.antlr.tool public org.antlr.tool.GrammarSanity extends java.lang.Object { protected java.util.Set visitedDuringRecursionCheck protected org.antlr.tool.Grammar grammar public void <init> (org.antlr.tool.Grammar) org.antlr.tool.Grammar grammar public java.util.List checkAllRulesForLeftRecursion () java.util.Set visitedStates org.antlr.tool.Rule r int i java.util.List listOfRecursiveCycles protected boolean traceStatesLookingForLeftRecursion (org.antlr.analysis.NFAState, java.util.Set, java.util.List) org.antlr.analysis.NFAState followingState boolean callReachedAcceptState org.antlr.analysis.RuleClosureTransition refTrans org.antlr.tool.Rule refRuleDef org.antlr.analysis.NFAState s java.util.Set visitedStates java.util.List listOfRecursiveCycles boolean stateReachesAcceptState org.antlr.analysis.Transition t0 org.antlr.analysis.Transition t1 protected void addRulesToCycle (org.antlr.tool.Rule, org.antlr.tool.Rule, java.util.List) java.util.Set rulesInCycle int i java.util.Set cycle org.antlr.tool.Rule targetRule org.antlr.tool.Rule enclosingRule java.util.List listOfRecursiveCycles boolean foundCycle public void checkRuleReference (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, java.lang.String) org.antlr.tool.GrammarAST scopeAST org.antlr.tool.GrammarAST refAST org.antlr.tool.GrammarAST argsAST String currentRuleName org.antlr.tool.Rule r public void ensureAltIsSimpleNodeOrTree (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST next org.antlr.tool.GrammarAST altAST org.antlr.tool.GrammarAST elementAST int outerAltNum protected boolean isValidSimpleElementNode (org.antlr.runtime.tree.Tree) org.antlr.runtime.tree.Tree t protected boolean isNextNonActionElementEOA (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST t }
org/antlr/tool/GrammarSemanticsMessage.class
GrammarSemanticsMessage.java package org.antlr.tool public org.antlr.tool.GrammarSemanticsMessage extends org.antlr.tool.Message { public org.antlr.tool.Grammar g public org.antlr.runtime.Token offendingToken public void <init> (int, org.antlr.tool.Grammar, org.antlr.runtime.Token) int msgID org.antlr.tool.Grammar g org.antlr.runtime.Token offendingToken public void <init> (int, org.antlr.tool.Grammar, org.antlr.runtime.Token, java.lang.Object) int msgID org.antlr.tool.Grammar g org.antlr.runtime.Token offendingToken Object arg public void <init> (int, org.antlr.tool.Grammar, org.antlr.runtime.Token, java.lang.Object, java.lang.Object) int msgID org.antlr.tool.Grammar g org.antlr.runtime.Token offendingToken Object arg Object arg2 public java.lang.String toString () org.stringtemplate.v4.ST st }
org/antlr/tool/GrammarSerializerFoo.class
GrammarSerializerFoo.java package org.antlr.tool public org.antlr.tool.GrammarSerializerFoo extends java.lang.Object { protected java.io.DataOutputStream out protected String filename protected org.antlr.tool.Grammar g protected java.util.Stack streams protected java.io.ByteArrayOutputStream altBuf protected int numElementsInAlt public void <init> (org.antlr.tool.Grammar) org.antlr.tool.Grammar g public void open (java.lang.String) throws java.io.IOException String filename java.io.FileOutputStream fos java.io.BufferedOutputStream bos public void close () throws java.io.IOException public void grammar (int, java.lang.String) java.io.IOException ioe int grammarTokenType String name public void rule (java.lang.String) java.io.IOException ioe String name public void endRule () java.io.IOException ioe public void block (int) java.io.IOException ioe int nalts public void alt (org.antlr.tool.GrammarAST) java.io.IOException ioe org.antlr.tool.GrammarAST alt public void endAlt () java.io.IOException ioe public void ruleRef (org.antlr.tool.GrammarAST) java.io.IOException ioe org.antlr.tool.GrammarAST t public void token (org.antlr.tool.GrammarAST) int ttype java.io.IOException ioe org.antlr.tool.GrammarAST t public void charLiteral (org.antlr.tool.GrammarAST) int ttype java.io.IOException ioe org.antlr.tool.GrammarAST t public void wildcard (org.antlr.tool.GrammarAST) java.io.IOException ioe org.antlr.tool.GrammarAST t public void range () java.io.IOException ioe public void not () java.io.IOException ioe public void writeString (java.io.DataOutputStream, java.lang.String) throws java.io.IOException java.io.DataOutputStream out String s }
org/antlr/tool/GrammarSpelunker$Scanner.class
GrammarSpelunker.java package org.antlr.tool public org.antlr.tool.GrammarSpelunker$Scanner extends java.lang.Object { public static final int EOF java.io.Reader input int c public void <init> (java.io.Reader) throws java.io.IOException java.io.Reader input boolean isDIGIT () boolean isID_START () boolean isID_LETTER () void consume () throws java.io.IOException public java.lang.String nextToken () throws java.io.IOException java.lang.String ID () throws java.io.IOException StringBuffer buf java.lang.String INT () throws java.io.IOException StringBuffer buf java.lang.String STRING () throws java.io.IOException StringBuffer buf void COMMENT () throws java.io.IOException }
org/antlr/tool/GrammarSpelunker.class
GrammarSpelunker.java package org.antlr.tool public org.antlr.tool.GrammarSpelunker extends java.lang.Object { protected String grammarFileName protected String token protected org.antlr.tool.GrammarSpelunker$Scanner scanner protected String grammarModifier protected String grammarName protected String tokenVocab protected String language protected String inputDirectory protected java.util.List importedGrammars public void <init> (java.lang.String, java.lang.String) String inputDirectory String grammarFileName void consume () throws java.io.IOException protected void match (java.lang.String) throws java.io.IOException String expecting public void parse () throws java.io.IOException java.io.Reader r java.io.BufferedReader br protected void grammarHeader () throws java.io.IOException protected void options () throws java.io.IOException String name String value protected void imports () throws java.io.IOException public java.lang.String getGrammarModifier () public java.lang.String getGrammarName () public java.lang.String getTokenVocab () public java.lang.String getLanguage () public java.util.List getImportedGrammars () public static void main (java.lang.String[]) throws java.io.IOException String[] args org.antlr.tool.GrammarSpelunker g }
org/antlr/tool/GrammarSyntaxMessage.class
GrammarSyntaxMessage.java package org.antlr.tool public org.antlr.tool.GrammarSyntaxMessage extends org.antlr.tool.Message { public org.antlr.tool.Grammar g public org.antlr.runtime.Token offendingToken public org.antlr.runtime.RecognitionException exception public void <init> (int, org.antlr.tool.Grammar, org.antlr.runtime.Token, org.antlr.runtime.RecognitionException) int msgID org.antlr.tool.Grammar grammar org.antlr.runtime.Token offendingToken org.antlr.runtime.RecognitionException exception public void <init> (int, org.antlr.tool.Grammar, org.antlr.runtime.Token, java.lang.Object, org.antlr.runtime.RecognitionException) int msgID org.antlr.tool.Grammar grammar org.antlr.runtime.Token offendingToken Object arg org.antlr.runtime.RecognitionException exception public java.lang.String toString () org.stringtemplate.v4.ST st }
org/antlr/tool/GrammarUnreachableAltsMessage.class
GrammarUnreachableAltsMessage.java package org.antlr.tool public org.antlr.tool.GrammarUnreachableAltsMessage extends org.antlr.tool.Message { public org.antlr.analysis.DecisionProbe probe public java.util.List alts public void <init> (org.antlr.analysis.DecisionProbe, java.util.List) org.antlr.analysis.DecisionProbe probe java.util.List alts public java.lang.String toString () Integer altI String tokenName org.antlr.analysis.NFAState ruleStart int i org.antlr.tool.GrammarAST decisionASTNode String fileName org.stringtemplate.v4.ST st }
org/antlr/tool/Interp$FilteringTokenStream.class
Interp.java package org.antlr.tool public org.antlr.tool.Interp$FilteringTokenStream extends org.antlr.runtime.CommonTokenStream { java.util.Set hide public void <init> (org.antlr.runtime.TokenSource) org.antlr.runtime.TokenSource src protected void sync (int) int i public void setTokenTypeChannel (int, int) int ttype int channel }
org/antlr/tool/Interp.class
Interp.java package org.antlr.tool public org.antlr.tool.Interp extends java.lang.Object { public void <init> () public static void main (java.lang.String[]) throws java.lang.Exception String tokenName String[] args String grammarFileName String ignoreTokens String startRule String inputFileName org.antlr.Tool tool org.antlr.tool.CompositeGrammar composite org.antlr.tool.Grammar parser java.io.FileReader fr java.io.BufferedReader br java.util.List leftRecursiveRules String lexerGrammarText org.antlr.tool.Grammar lexer org.antlr.runtime.CharStream input org.antlr.tool.Interpreter lexEngine org.antlr.tool.Interp$FilteringTokenStream tokens java.util.StringTokenizer tk org.antlr.tool.Interpreter parseEngine org.antlr.runtime.tree.ParseTree t }
org/antlr/tool/Interpreter$LexerActionGetTokenType.class
Interpreter.java package org.antlr.tool org.antlr.tool.Interpreter$LexerActionGetTokenType extends org.antlr.runtime.debug.BlankDebugEventListener { public org.antlr.runtime.CommonToken token org.antlr.tool.Grammar g private final org.antlr.tool.Interpreter this$0 public void <init> (org.antlr.tool.Interpreter, org.antlr.tool.Grammar) org.antlr.tool.Grammar g public void exitRule (java.lang.String, java.lang.String) int type int channel String grammarFileName String ruleName }
org/antlr/tool/Interpreter.class
Interpreter.java package org.antlr.tool public org.antlr.tool.Interpreter extends java.lang.Object implements org.antlr.runtime.TokenSource { protected org.antlr.tool.Grammar grammar protected org.antlr.runtime.IntStream input public void <init> (org.antlr.tool.Grammar, org.antlr.runtime.IntStream) org.antlr.tool.Grammar grammar org.antlr.runtime.IntStream input public org.antlr.runtime.Token nextToken () org.antlr.runtime.RecognitionException re int start int charPos org.antlr.runtime.CommonToken token int stop public void scan (java.lang.String, org.antlr.runtime.debug.DebugEventListener, java.util.List) throws org.antlr.runtime.RecognitionException String startRule org.antlr.runtime.debug.DebugEventListener actions java.util.List visitedStates org.antlr.runtime.CharStream in java.util.Stack ruleInvocationStack org.antlr.analysis.NFAState start org.antlr.analysis.NFAState stop public org.antlr.runtime.CommonToken scan (java.lang.String) throws org.antlr.runtime.RecognitionException String startRule public org.antlr.runtime.CommonToken scan (java.lang.String, java.util.List) throws org.antlr.runtime.RecognitionException String startRule java.util.List visitedStates org.antlr.tool.Interpreter$LexerActionGetTokenType actions public void parse (java.lang.String, org.antlr.runtime.debug.DebugEventListener, java.util.List) throws org.antlr.runtime.RecognitionException String startRule org.antlr.runtime.debug.DebugEventListener actions java.util.List visitedStates java.util.Stack ruleInvocationStack org.antlr.analysis.NFAState start org.antlr.analysis.NFAState stop public org.antlr.runtime.tree.ParseTree parse (java.lang.String) throws org.antlr.runtime.RecognitionException String startRule public org.antlr.runtime.tree.ParseTree parse (java.lang.String, java.util.List) throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re String startRule java.util.List visitedStates org.antlr.runtime.debug.ParseTreeBuilder actions protected void parseEngine (java.lang.String, org.antlr.analysis.NFAState, org.antlr.analysis.NFAState, org.antlr.runtime.IntStream, java.util.Stack, org.antlr.runtime.debug.DebugEventListener, java.util.List) throws org.antlr.runtime.RecognitionException String description org.antlr.runtime.NoViableAltException nvae org.antlr.analysis.NFAState alt org.antlr.analysis.DFA dfa int m int predictedAlt int parseAlt org.antlr.analysis.NFAState alt org.antlr.analysis.NFAState invokingState org.antlr.analysis.RuleClosureTransition invokingTransition org.antlr.runtime.FailedPredicateException fpe org.antlr.runtime.MismatchedTokenException mte org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.FailedPredicateException fpe org.antlr.analysis.Transition trans org.antlr.analysis.Label label String startRule org.antlr.analysis.NFAState start org.antlr.analysis.NFAState stop org.antlr.runtime.IntStream input java.util.Stack ruleInvocationStack org.antlr.runtime.debug.DebugEventListener actions java.util.List visitedStates org.antlr.analysis.NFAState s int t public int predict (org.antlr.analysis.DFA) org.antlr.analysis.Transition t int i org.antlr.analysis.DFA dfa org.antlr.analysis.DFAState s int c org.antlr.analysis.Transition eotTransition public void reportScanError (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException re org.antlr.runtime.CharStream cs public java.lang.String getSourceName () }
org/antlr/tool/LeftRecursionCyclesMessage.class
LeftRecursionCyclesMessage.java package org.antlr.tool public org.antlr.tool.LeftRecursionCyclesMessage extends org.antlr.tool.Message { public java.util.Collection cycles public void <init> (java.util.Collection) java.util.Collection cycles public java.lang.String toString () org.stringtemplate.v4.ST st }
org/antlr/tool/LeftRecursiveRuleAnalyzer$ASSOC.class
LeftRecursiveRuleAnalyzer.java package org.antlr.tool public final org.antlr.tool.LeftRecursiveRuleAnalyzer$ASSOC extends java.lang.Enum { public static final org.antlr.tool.LeftRecursiveRuleAnalyzer$ASSOC left public static final org.antlr.tool.LeftRecursiveRuleAnalyzer$ASSOC right private static final org.antlr.tool.LeftRecursiveRuleAnalyzer$ASSOC[] $VALUES public static org.antlr.tool.LeftRecursiveRuleAnalyzer$ASSOC[] values () public static org.antlr.tool.LeftRecursiveRuleAnalyzer$ASSOC valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/antlr/tool/LeftRecursiveRuleAnalyzer.class
LeftRecursiveRuleAnalyzer.java package org.antlr.tool public org.antlr.tool.LeftRecursiveRuleAnalyzer extends org.antlr.grammar.v3.LeftRecursiveRuleWalker { public org.antlr.tool.Grammar g public org.antlr.codegen.CodeGenerator generator public String ruleName java.util.Map tokenToPrec public java.util.LinkedHashMap binaryAlts public java.util.LinkedHashMap ternaryAlts public java.util.LinkedHashMap suffixAlts public java.util.List prefixAlts public java.util.List otherAlts public org.antlr.tool.GrammarAST retvals public org.stringtemplate.v4.STGroup recRuleTemplates public String language public java.util.Map altAssociativity static Class class$org$antlr$tool$LeftRecursiveRuleAnalyzer$ASSOC public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.tool.Grammar, java.lang.String) org.antlr.runtime.tree.TreeNodeStream input org.antlr.tool.Grammar g String ruleName public void loadPrecRuleTemplates () public void setReturnValues (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST t public void setTokenPrec (org.antlr.tool.GrammarAST, int) String a org.antlr.tool.GrammarAST t int alt int ttype org.antlr.tool.LeftRecursiveRuleAnalyzer$ASSOC assoc public void binaryAlt (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST altTree org.antlr.tool.GrammarAST rewriteTree int alt int nextPrec org.stringtemplate.v4.ST refST String altText org.stringtemplate.v4.ST nameST String rewriteText public void ternaryAlt (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST altTree org.antlr.tool.GrammarAST rewriteTree int alt int nextPrec org.stringtemplate.v4.ST refST String altText org.stringtemplate.v4.ST nameST String rewriteText public void prefixAlt (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST altTree org.antlr.tool.GrammarAST rewriteTree int alt int nextPrec org.stringtemplate.v4.ST refST String altText org.stringtemplate.v4.ST nameST String rewriteText public void suffixAlt (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST altTree org.antlr.tool.GrammarAST rewriteTree int alt org.stringtemplate.v4.ST nameST String rewriteText String altText public void otherAlt (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST altTree org.antlr.tool.GrammarAST rewriteTree int alt String altText String rewriteText public java.lang.String getArtificialPrecStartRule () org.stringtemplate.v4.ST ruleST public java.lang.String getArtificialOpPrecRule () String altText org.stringtemplate.v4.ST altST org.stringtemplate.v4.ST predST int alt java.util.Iterator i$ org.stringtemplate.v4.ST ruleST org.stringtemplate.v4.ST argDefST org.stringtemplate.v4.ST ruleArgST org.stringtemplate.v4.ST setResultST java.util.LinkedHashMap opPrecRuleAlts public java.lang.String getArtificialPrimaryRule () org.stringtemplate.v4.ST ruleST public org.antlr.tool.GrammarAST replaceRuleRefs (org.antlr.tool.GrammarAST, java.lang.String) org.antlr.tool.GrammarAST rref java.util.Iterator i$ org.antlr.tool.GrammarAST t String name public static boolean hasImmediateRecursiveRuleRefs (org.antlr.tool.GrammarAST, java.lang.String) org.antlr.tool.GrammarAST rref java.util.Iterator i$ org.antlr.tool.GrammarAST t String ruleName public org.antlr.tool.GrammarAST replaceLastRuleRef (org.antlr.tool.GrammarAST, java.lang.String) org.antlr.tool.GrammarAST rref java.util.Iterator i$ org.antlr.tool.GrammarAST t String name org.antlr.tool.GrammarAST last public void stripSynPred (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST altAST org.antlr.tool.GrammarAST t public void stripLeftRecursion (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST newFirstChild org.antlr.tool.GrammarAST altAST org.antlr.tool.GrammarAST rref public java.lang.String text (org.antlr.tool.GrammarAST) Exception e org.antlr.tool.GrammarAST t public int precedence (int) int alt public int nextPrecedence (int) int alt int p public void fillRetValAssignments (org.stringtemplate.v4.ST, java.lang.String) org.stringtemplate.v4.ST setRetValST org.stringtemplate.v4.ST ruleNameST String name java.util.Iterator i$ org.stringtemplate.v4.ST ruleST String srcName public java.util.Collection getNamesFromArgAction (org.antlr.runtime.Token) org.antlr.runtime.Token t org.antlr.tool.AttributeScope returnScope public java.lang.String toString () static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 }
org/antlr/tool/Message.class
Message.java package org.antlr.tool public abstract org.antlr.tool.Message extends java.lang.Object { public org.stringtemplate.v4.ST msgST public org.stringtemplate.v4.ST locationST public org.stringtemplate.v4.ST reportST public org.stringtemplate.v4.ST messageFormatST public int msgID public Object arg public Object arg2 public Throwable e public String file public int line public int column public void <init> () public void <init> (int) int msgID public void <init> (int, java.lang.Object, java.lang.Object) int msgID Object arg Object arg2 public void setLine (int) int line public void setColumn (int) int column public void setMessageID (int) int msgID public org.stringtemplate.v4.ST getMessageTemplate () public org.stringtemplate.v4.ST getLocationTemplate () public java.lang.String toString (org.stringtemplate.v4.ST) org.stringtemplate.v4.ST messageST boolean locationValid }
org/antlr/tool/NameSpaceChecker.class
NameSpaceChecker.java package org.antlr.tool public org.antlr.tool.NameSpaceChecker extends java.lang.Object { protected org.antlr.tool.Grammar grammar public void <init> (org.antlr.tool.Grammar) org.antlr.tool.Grammar grammar public void checkConflicts () org.antlr.tool.Grammar$LabelElementPair pair java.util.Iterator it org.antlr.tool.Attribute attribute int j java.util.List attributes org.antlr.tool.Rule r int i org.antlr.tool.AttributeScope scope java.util.Iterator it protected void checkForRuleArgumentAndReturnValueConflicts (org.antlr.tool.Rule) String key java.util.Iterator it java.util.Set conflictingKeys org.antlr.tool.Rule r protected void checkForRuleDefinitionProblems (org.antlr.tool.Rule) org.antlr.tool.Rule r String ruleName org.antlr.runtime.Token ruleToken int msgID protected void lookForReferencesToUndefinedSymbols () org.antlr.tool.GrammarAST refAST org.antlr.runtime.Token tok String ruleName org.antlr.tool.Rule localRule org.antlr.tool.Rule rule java.util.Iterator iter org.antlr.runtime.Token tok String tokenID java.util.Iterator iter org.antlr.tool.Rule rule org.antlr.tool.GrammarAST scopeAST org.antlr.tool.Grammar scopeG org.antlr.tool.GrammarAST refAST String ruleName java.util.Iterator it protected void checkForGlobalScopeTokenConflict (org.antlr.tool.AttributeScope) org.antlr.tool.AttributeScope scope public void checkForRuleScopeAttributeConflict (org.antlr.tool.Rule, org.antlr.tool.Attribute) org.antlr.tool.Rule r org.antlr.tool.Attribute attribute int msgID Object arg2 String attrName protected void checkForLabelConflict (org.antlr.tool.Rule, org.antlr.runtime.Token) org.antlr.tool.Rule r org.antlr.runtime.Token label int msgID Object arg2 public boolean checkForLabelTypeMismatch (org.antlr.tool.Rule, org.antlr.runtime.Token, int) String typeMismatchExpr org.antlr.tool.Rule r org.antlr.runtime.Token label int type org.antlr.tool.Grammar$LabelElementPair prevLabelPair }
org/antlr/tool/NFAFactory.class
NFAFactory.java package org.antlr.tool public org.antlr.tool.NFAFactory extends java.lang.Object { org.antlr.analysis.NFA nfa org.antlr.tool.Rule currentRule public org.antlr.tool.Rule getCurrentRule () public void setCurrentRule (org.antlr.tool.Rule) org.antlr.tool.Rule currentRule public void <init> (org.antlr.analysis.NFA) org.antlr.analysis.NFA nfa public org.antlr.analysis.NFAState newState () org.antlr.analysis.NFAState n int state public void optimizeAlternative (org.antlr.analysis.StateCluster) org.antlr.analysis.NFAState epsilonTarget org.antlr.analysis.Transition t org.antlr.analysis.StateCluster alt org.antlr.analysis.NFAState s public org.antlr.analysis.StateCluster build_Atom (int, org.antlr.tool.GrammarAST) int label org.antlr.tool.GrammarAST associatedAST org.antlr.analysis.NFAState left org.antlr.analysis.NFAState right org.antlr.analysis.StateCluster g public org.antlr.analysis.StateCluster build_Atom (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST atomAST int tokenType public org.antlr.analysis.StateCluster build_Set (org.antlr.misc.IntSet, org.antlr.tool.GrammarAST) org.antlr.misc.IntSet set org.antlr.tool.GrammarAST associatedAST org.antlr.analysis.NFAState left org.antlr.analysis.NFAState right org.antlr.analysis.Label label org.antlr.analysis.Transition e org.antlr.analysis.StateCluster g public org.antlr.analysis.StateCluster build_Range (int, int) int a int b org.antlr.analysis.NFAState left org.antlr.analysis.NFAState right org.antlr.analysis.Label label org.antlr.analysis.Transition e org.antlr.analysis.StateCluster g public org.antlr.analysis.StateCluster build_CharLiteralAtom (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST charLiteralAST int c public org.antlr.analysis.StateCluster build_CharRange (java.lang.String, java.lang.String) String a String b int from int to public org.antlr.analysis.StateCluster build_StringLiteralAtom (org.antlr.tool.GrammarAST) int c org.antlr.analysis.NFAState next int i StringBuffer chars org.antlr.analysis.NFAState first org.antlr.analysis.NFAState last org.antlr.analysis.NFAState prev org.antlr.tool.GrammarAST stringLiteralAST int tokenType public org.antlr.analysis.StateCluster build_RuleRef (org.antlr.tool.Rule, org.antlr.analysis.NFAState) org.antlr.tool.Rule refDef org.antlr.analysis.NFAState ruleStart org.antlr.analysis.NFAState left org.antlr.analysis.NFAState right org.antlr.analysis.Transition e org.antlr.analysis.StateCluster g public org.antlr.analysis.StateCluster build_Epsilon () org.antlr.analysis.NFAState left org.antlr.analysis.NFAState right org.antlr.analysis.StateCluster g public org.antlr.analysis.StateCluster build_SemanticPredicate (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST pred org.antlr.analysis.NFAState left org.antlr.analysis.NFAState right org.antlr.analysis.Transition e org.antlr.analysis.StateCluster g public org.antlr.analysis.StateCluster build_Action (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST action org.antlr.analysis.NFAState left org.antlr.analysis.NFAState right org.antlr.analysis.Transition e public int build_EOFStates (java.util.Collection) org.antlr.tool.Rule r org.antlr.analysis.NFAState endNFAState java.util.Iterator iterator java.util.Collection rules int numberUnInvokedRules private void build_EOFState (org.antlr.analysis.NFAState) org.antlr.analysis.NFAState endNFAState org.antlr.analysis.NFAState end int label org.antlr.analysis.Transition toEnd public org.antlr.analysis.StateCluster build_AB (org.antlr.analysis.StateCluster, org.antlr.analysis.StateCluster) org.antlr.analysis.StateCluster A org.antlr.analysis.StateCluster B org.antlr.analysis.StateCluster g public org.antlr.analysis.StateCluster build_AlternativeBlockFromSet (org.antlr.analysis.StateCluster) org.antlr.analysis.StateCluster set org.antlr.analysis.NFAState startOfAlt public org.antlr.analysis.StateCluster build_AlternativeBlock (java.util.List) org.antlr.analysis.StateCluster g org.antlr.analysis.NFAState startOfAlt org.antlr.analysis.StateCluster g org.antlr.analysis.NFAState left java.util.Iterator iter java.util.List alternativeStateClusters org.antlr.analysis.StateCluster result org.antlr.analysis.NFAState prevAlternative org.antlr.analysis.NFAState firstAlt org.antlr.analysis.NFAState blockEndNFAState int altNum public org.antlr.analysis.StateCluster build_Aoptional (org.antlr.analysis.StateCluster) org.antlr.analysis.NFAState decisionState org.antlr.analysis.NFAState emptyAlt org.antlr.analysis.NFAState blockEndNFAState org.antlr.analysis.NFAState lastRealAlt org.antlr.analysis.NFAState emptyAlt org.antlr.analysis.StateCluster A org.antlr.analysis.StateCluster g int n public org.antlr.analysis.StateCluster build_Aplus (org.antlr.analysis.StateCluster) org.antlr.analysis.NFAState extraRightEdge org.antlr.analysis.StateCluster A org.antlr.analysis.NFAState left org.antlr.analysis.NFAState blockEndNFAState org.antlr.analysis.StateCluster g public org.antlr.analysis.StateCluster build_Astar (org.antlr.analysis.StateCluster) org.antlr.analysis.NFAState extraRightEdge org.antlr.analysis.StateCluster A org.antlr.analysis.NFAState bypassDecisionState org.antlr.analysis.NFAState optionalAlt org.antlr.analysis.NFAState blockEndNFAState org.antlr.analysis.StateCluster g public org.antlr.analysis.StateCluster build_Wildcard (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST associatedAST org.antlr.analysis.NFAState left org.antlr.analysis.NFAState right org.antlr.analysis.Label label org.antlr.analysis.Transition e org.antlr.analysis.StateCluster g public org.antlr.analysis.StateCluster build_WildcardTree (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST associatedAST org.antlr.analysis.StateCluster wildRoot org.antlr.analysis.StateCluster down org.antlr.analysis.StateCluster wildChildren org.antlr.analysis.StateCluster up org.antlr.analysis.StateCluster optionalNodeAlt java.util.List alts org.antlr.analysis.StateCluster blk protected org.antlr.misc.IntSet getCollapsedBlockAsSet (org.antlr.analysis.State) org.antlr.analysis.Label label org.antlr.analysis.State s1 org.antlr.analysis.State blk org.antlr.analysis.State s0 private void transitionBetweenStates (org.antlr.analysis.NFAState, org.antlr.analysis.NFAState, int) org.antlr.analysis.NFAState a org.antlr.analysis.NFAState b int label org.antlr.analysis.Transition e }
org/antlr/tool/NonRegularDecisionMessage.class
NonRegularDecisionMessage.java package org.antlr.tool public org.antlr.tool.NonRegularDecisionMessage extends org.antlr.tool.Message { public org.antlr.analysis.DecisionProbe probe public java.util.Set altsWithRecursion public void <init> (org.antlr.analysis.DecisionProbe, java.util.Set) org.antlr.analysis.DecisionProbe probe java.util.Set altsWithRecursion public java.lang.String toString () org.antlr.tool.GrammarAST decisionASTNode String fileName org.stringtemplate.v4.ST st String ruleName java.util.List sortedAlts }
org/antlr/tool/RandomPhrase.class
RandomPhrase.java package org.antlr.tool public org.antlr.tool.RandomPhrase extends java.lang.Object { public static final boolean debug protected static java.util.Random random public void <init> () protected static void randomPhrase (org.antlr.tool.Grammar, java.util.List, java.lang.String) org.antlr.analysis.NFAState invokingState org.antlr.analysis.RuleClosureTransition invokingTransition org.antlr.analysis.Transition t0 int decisionNumber int n int randomAlt org.antlr.analysis.NFAState altStartState org.antlr.analysis.Transition t org.antlr.tool.Grammar g java.util.List tokenTypes String startRule org.antlr.analysis.NFAState state org.antlr.analysis.NFAState stopState java.util.Stack ruleInvocationStack protected static java.lang.Integer getTokenType (org.antlr.analysis.Label) org.antlr.misc.IntervalSet typeSet int randomIndex org.antlr.analysis.Label label public static void main (java.lang.String[]) String seedStr Integer cI int j java.util.List charsInToken String literal Integer ttypeI int ttype String ttypeDisplayName int i org.antlr.tool.CompositeGrammar composite org.antlr.Tool tool org.antlr.tool.Grammar parser java.io.FileReader fr java.io.BufferedReader br java.util.List leftRecursiveRules String lexerGrammarText org.antlr.tool.Grammar lexer java.util.List tokenTypes Error er Exception e String[] args String grammarFileName String startRule long seed }
org/antlr/tool/RecursionOverflowMessage.class
RecursionOverflowMessage.java package org.antlr.tool public org.antlr.tool.RecursionOverflowMessage extends org.antlr.tool.Message { public org.antlr.analysis.DecisionProbe probe public org.antlr.analysis.DFAState sampleBadState public int alt public java.util.Collection targetRules public java.util.Collection callSiteStates public void <init> (org.antlr.analysis.DecisionProbe, org.antlr.analysis.DFAState, int, java.util.Collection, java.util.Collection) org.antlr.analysis.DecisionProbe probe org.antlr.analysis.DFAState sampleBadState int alt java.util.Collection targetRules java.util.Collection callSiteStates public java.lang.String toString () org.antlr.tool.GrammarAST decisionASTNode String fileName org.stringtemplate.v4.ST st java.util.List labels String input }
org/antlr/tool/Rule$1.class
Rule.java package org.antlr.tool final org.antlr.tool.Rule$1 extends java.util.HashSet { void <init> () }
org/antlr/tool/Rule.class
Rule.java package org.antlr.tool public org.antlr.tool.Rule extends java.lang.Object { public String name public int index public String modifier public org.antlr.analysis.NFAState startState public org.antlr.analysis.NFAState stopState protected java.util.Map options public static final java.util.Set legalOptions public org.antlr.tool.GrammarAST tree public org.antlr.tool.Grammar grammar public org.antlr.tool.GrammarAST argActionAST public org.antlr.tool.GrammarAST EORNode public org.antlr.tool.AttributeScope returnScope public org.antlr.tool.AttributeScope parameterScope public org.antlr.tool.AttributeScope ruleScope public java.util.List useScopes public java.util.Set throwsSpec public java.util.LinkedHashMap tokenLabels public java.util.LinkedHashMap wildcardTreeLabels public java.util.LinkedHashMap wildcardTreeListLabels public java.util.LinkedHashMap charLabels public java.util.LinkedHashMap ruleLabels public java.util.LinkedHashMap tokenListLabels public java.util.LinkedHashMap ruleListLabels protected java.util.Map labelNameSpace protected java.util.Map actions protected java.util.List inlineActions public int numberOfAlts protected java.util.Map[] altToTokenRefMap protected java.util.Map[] altToRuleRefMap public boolean referencedPredefinedRuleAttributes public boolean isSynPred public boolean imported public void <init> (org.antlr.tool.Grammar, java.lang.String, int, int) int alt org.antlr.tool.Grammar grammar String ruleName int ruleIndex int numberOfAlts public static int getRuleType (java.lang.String) String ruleName public void defineLabel (org.antlr.runtime.Token, org.antlr.tool.GrammarAST, int) org.antlr.runtime.Token label org.antlr.tool.GrammarAST elementRef int type org.antlr.tool.Grammar$LabelElementPair pair public org.antlr.tool.Grammar$LabelElementPair getLabel (java.lang.String) String name public org.antlr.tool.Grammar$LabelElementPair getTokenLabel (java.lang.String) String name org.antlr.tool.Grammar$LabelElementPair pair public java.util.Map getRuleLabels () public java.util.Map getRuleListLabels () public org.antlr.tool.Grammar$LabelElementPair getRuleLabel (java.lang.String) String name org.antlr.tool.Grammar$LabelElementPair pair public org.antlr.tool.Grammar$LabelElementPair getTokenListLabel (java.lang.String) String name org.antlr.tool.Grammar$LabelElementPair pair public org.antlr.tool.Grammar$LabelElementPair getRuleListLabel (java.lang.String) String name org.antlr.tool.Grammar$LabelElementPair pair public void trackTokenReferenceInAlt (org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST refAST int outerAltNum java.util.List refs public java.util.List getTokenRefsInAlt (java.lang.String, int) java.util.List tokenRefASTs String ref int outerAltNum public void trackRuleReferenceInAlt (org.antlr.tool.GrammarAST, int) org.antlr.tool.GrammarAST refAST int outerAltNum java.util.List refs public java.util.List getRuleRefsInAlt (java.lang.String, int) java.util.List ruleRefASTs String ref int outerAltNum public java.util.Set getTokenRefsInAlt (int) int altNum public java.util.Set getAllTokenRefsInAltsWithRewrites () int ttype String label String tokenName java.util.Iterator i$ java.util.Map m int i String output java.util.Set tokens public java.util.Set getRuleRefsInAlt (int) int outerAltNum public java.util.Set getAllRuleRefsInAltsWithRewrites () java.util.Map m int i java.util.Set rules public java.util.List getInlineActions () public boolean hasRewrite (int) int i org.antlr.tool.GrammarAST blk org.antlr.tool.GrammarAST alt org.antlr.tool.GrammarAST rew public org.antlr.tool.AttributeScope getAttributeScope (java.lang.String) String name org.antlr.tool.AttributeScope scope public org.antlr.tool.AttributeScope getLocalAttributeScope (java.lang.String) org.antlr.tool.AttributeScope rulePropertiesScope String name org.antlr.tool.AttributeScope scope public java.lang.String getElementLabel (java.lang.String, int, org.antlr.codegen.CodeGenerator) java.util.List tokenRefs org.antlr.tool.GrammarAST uniqueRefAST java.util.List ruleRefs org.antlr.runtime.CommonToken label String refdSymbol int outerAltNum org.antlr.codegen.CodeGenerator generator org.antlr.tool.GrammarAST uniqueRefAST String labelName String existingLabelName public boolean getHasMultipleReturnValues () public boolean getHasSingleReturnValue () public boolean getHasReturnValue () public java.lang.String getSingleValueReturnType () java.util.Collection retvalAttrs Object[] javaSucks public java.lang.String getSingleValueReturnName () java.util.Collection retvalAttrs Object[] javaSucks public void defineNamedAction (org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST, org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST ampersandAST org.antlr.tool.GrammarAST nameAST org.antlr.tool.GrammarAST actionAST String actionName org.antlr.tool.GrammarAST a public void trackInlineAction (org.antlr.tool.GrammarAST) org.antlr.tool.GrammarAST actionAST public java.util.Map getActions () public void setActions (java.util.Map) java.util.Map actions public java.lang.String setOption (java.lang.String, java.lang.Object, org.antlr.runtime.Token) String key Object value org.antlr.runtime.Token optionsStartToken public void setOptions (java.util.Map, org.antlr.runtime.Token) String optionName Object optionValue String stored java.util.Iterator it java.util.Map options org.antlr.runtime.Token optionsStartToken java.util.Set keys public java.lang.String toString () static void <clinit> () }
org/antlr/tool/RuleLabelScope$1.class
RuleLabelScope.java package org.antlr.tool final org.antlr.tool.RuleLabelScope$1 extends org.antlr.tool.AttributeScope { void <init> (java.lang.String, org.antlr.runtime.Token) String x0 org.antlr.runtime.Token x1 }
org/antlr/tool/RuleLabelScope$2.class
RuleLabelScope.java package org.antlr.tool final org.antlr.tool.RuleLabelScope$2 extends org.antlr.tool.AttributeScope { void <init> (java.lang.String, org.antlr.runtime.Token) String x0 org.antlr.runtime.Token x1 }
org/antlr/tool/RuleLabelScope$3.class
RuleLabelScope.java package org.antlr.tool final org.antlr.tool.RuleLabelScope$3 extends org.antlr.tool.AttributeScope { void <init> (java.lang.String, org.antlr.runtime.Token) String x0 org.antlr.runtime.Token x1 }
org/antlr/tool/RuleLabelScope.class
RuleLabelScope.java package org.antlr.tool public org.antlr.tool.RuleLabelScope extends org.antlr.tool.AttributeScope { public static org.antlr.tool.AttributeScope predefinedRulePropertiesScope public static org.antlr.tool.AttributeScope predefinedTreeRulePropertiesScope public static org.antlr.tool.AttributeScope predefinedLexerRulePropertiesScope public static org.antlr.tool.AttributeScope[] grammarTypeToRulePropertiesScope public org.antlr.tool.Rule referencedRule public void <init> (org.antlr.tool.Rule, org.antlr.runtime.Token) org.antlr.tool.Rule referencedRule org.antlr.runtime.Token actionToken public org.antlr.tool.Attribute getAttribute (java.lang.String) String name org.antlr.tool.AttributeScope rulePropertiesScope static void <clinit> () }
org/antlr/tool/Strip$1.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$1 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) Object t }
org/antlr/tool/Strip$10.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$10 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) Object t org.antlr.runtime.tree.CommonTree a org.antlr.runtime.tree.CommonTree child }
org/antlr/tool/Strip$11.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$11 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) org.antlr.runtime.tree.CommonTree rew Object t org.antlr.runtime.tree.CommonTree a org.antlr.runtime.tree.CommonTree child int stop }
org/antlr/tool/Strip$12.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$12 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) Object t }
org/antlr/tool/Strip$13.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$13 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) Object t }
org/antlr/tool/Strip$2.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$2 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) Object t org.antlr.runtime.tree.CommonTree a org.antlr.runtime.tree.CommonTree action }
org/antlr/tool/Strip$3.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$3 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) Object t org.antlr.runtime.tree.CommonTree a }
org/antlr/tool/Strip$4.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$4 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) Object t org.antlr.runtime.tree.CommonTree a org.antlr.runtime.tree.CommonTree ret }
org/antlr/tool/Strip$5.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$5 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) Object t org.antlr.runtime.tree.CommonTree a }
org/antlr/tool/Strip$6.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$6 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) Object t org.antlr.runtime.tree.CommonTree a String text }
org/antlr/tool/Strip$7.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$7 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) Object t org.antlr.runtime.tree.CommonTree a }
org/antlr/tool/Strip$8.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$8 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) Object t org.antlr.runtime.tree.CommonTree a }
org/antlr/tool/Strip$9.class
Strip.java package org.antlr.tool org.antlr.tool.Strip$9 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final org.antlr.tool.Strip this$0 void <init> (org.antlr.tool.Strip) public void visit (java.lang.Object) org.antlr.runtime.tree.CommonTree child Object t org.antlr.runtime.tree.CommonTree a }
org/antlr/tool/Strip.class
Strip.java package org.antlr.tool public org.antlr.tool.Strip extends java.lang.Object { protected String filename protected org.antlr.runtime.TokenRewriteStream tokens protected boolean tree_option protected String[] args public static void main (java.lang.String[]) throws java.lang.Exception String[] args org.antlr.tool.Strip s public void <init> (java.lang.String[]) String[] args public org.antlr.runtime.TokenRewriteStream getTokenStream () public void parseAndRewrite () throws java.lang.Exception org.antlr.runtime.CharStream input org.antlr.grammar.v3.ANTLRv3Lexer lex org.antlr.grammar.v3.ANTLRv3Parser g org.antlr.grammar.v3.ANTLRv3Parser$grammarDef_return r org.antlr.runtime.tree.CommonTree t public void rewrite (org.antlr.runtime.tree.TreeAdaptor, org.antlr.runtime.tree.CommonTree, java.lang.String[]) throws java.lang.Exception org.antlr.runtime.tree.TreeAdaptor adaptor org.antlr.runtime.tree.CommonTree t String[] tokenNames org.antlr.runtime.tree.TreeWizard wiz public static void ACTION (org.antlr.runtime.TokenRewriteStream, org.antlr.runtime.tree.CommonTree) org.antlr.runtime.tree.CommonTree rule org.antlr.runtime.TokenRewriteStream tokens org.antlr.runtime.tree.CommonTree t org.antlr.runtime.tree.CommonTree parent int ptype org.antlr.runtime.tree.CommonTree root private static void killTrailingNewline (org.antlr.runtime.TokenRewriteStream, int) int space int tab org.antlr.runtime.TokenRewriteStream tokens int index java.util.List all org.antlr.runtime.Token tok org.antlr.runtime.Token after String ws public void processArgs (java.lang.String[]) int i String[] args private static void help () static void access$000 (org.antlr.runtime.TokenRewriteStream, int) org.antlr.runtime.TokenRewriteStream x0 int x1 }
org/antlr/tool/templates/depend.stg
org/antlr/tool/templates/dot/action-edge.st
org/antlr/tool/templates/dot/decision-rank.st
org/antlr/tool/templates/dot/dfa.st
org/antlr/tool/templates/dot/dot.stg
org/antlr/tool/templates/dot/edge.st
org/antlr/tool/templates/dot/epsilon-edge.st
org/antlr/tool/templates/dot/nfa.st
org/antlr/tool/templates/dot/state.st
org/antlr/tool/templates/dot/stopstate.st
org/antlr/tool/templates/messages/formats/antlr.stg
org/antlr/tool/templates/messages/formats/gnu.stg
org/antlr/tool/templates/messages/formats/vs2005.stg
org/antlr/tool/templates/messages/languages/en.stg
org/antlr/tool/ToolMessage.class
ToolMessage.java package org.antlr.tool public org.antlr.tool.ToolMessage extends org.antlr.tool.Message { public void <init> (int) int msgID public void <init> (int, java.lang.Object) int msgID Object arg public void <init> (int, java.lang.Throwable) int msgID Throwable e public void <init> (int, java.lang.Object, java.lang.Object) int msgID Object arg Object arg2 public void <init> (int, java.lang.Object, java.lang.Throwable) int msgID Object arg Throwable e public java.lang.String toString () org.stringtemplate.v4.ST st }
org/antlr/Tool.class
Tool.java package org.antlr public org.antlr.Tool extends java.lang.Object { public final java.util.Properties antlrSettings public String VERSION public static final String UNINITIALIZED_DIR private java.util.List grammarFileNames private boolean generate_NFA_dot private boolean generate_DFA_dot private String outputDirectory private boolean haveOutputDir private String inputDirectory private String parentGrammarDirectory private String grammarOutputDirectory private boolean haveInputDir private String libDirectory private boolean debug private boolean trace private boolean profile private boolean report private boolean printGrammar private boolean depend private boolean forceAllFilesToOutputDir private boolean forceRelativeOutput protected boolean deleteTempLexer private boolean verbose private boolean make private boolean showBanner private static boolean exitNow private static boolean return_dont_exit public String forcedLanguageOption public static boolean internalOption_PrintGrammarTree public static boolean internalOption_PrintDFA public static boolean internalOption_ShowNFAConfigsInDFA public static boolean internalOption_watchNFAConversion public static void main (java.lang.String[]) String[] args org.antlr.Tool antlr private void loadResources () Exception e java.io.InputStream in public void <init> () public void <init> (java.lang.String[]) String[] args public void processArgs (java.lang.String[]) java.io.File outDir java.io.File outDir int i String[] args public boolean buildRequired (java.lang.String) throws java.io.IOException java.io.File grammarFile java.io.File inputFile java.util.Iterator i$ java.io.File outputFile java.util.Iterator i$ String grammarFileName org.antlr.tool.BuildDependencyGenerator bd java.util.List outputFiles java.util.List inputFiles java.io.File grammarFile long grammarLastModified public void process () Exception e Error e Exception e org.antlr.tool.BuildDependencyGenerator dep org.antlr.tool.GrammarReport2 greport org.antlr.tool.GrammarReport greport java.io.Writer w java.io.IOException e java.io.StringReader sr org.antlr.tool.Grammar lexerGrammar java.io.File lexerGrammarFullFile java.io.File outputDir java.io.File outputFile java.io.File outputDir java.io.File outputFile org.antlr.tool.Grammar rootGrammar String lexerGrammarStr java.io.IOException e Exception e String grammarFileName java.util.Iterator i$ boolean exceptionWhenWritingLexerFile String lexerGrammarFileName public void sortGrammarFiles () throws java.io.IOException org.antlr.tool.GrammarSpelunker grammar String vocabName String grammarName java.io.FileNotFoundException fnfe String gfile java.util.Iterator i$ String f int i org.antlr.misc.Graph g java.util.List missingFiles java.util.List sorted public org.antlr.tool.Grammar getRootGrammar (java.lang.String) throws java.io.IOException String grammarFileName org.antlr.tool.CompositeGrammar composite org.antlr.tool.Grammar grammar java.io.FileReader fr java.io.File f java.io.BufferedReader br protected void generateRecognizer (org.antlr.tool.Grammar) org.antlr.tool.Grammar delegate int i org.antlr.codegen.CodeGenerator generator java.util.List delegates org.antlr.tool.Grammar grammar String language public void generateDFAs (org.antlr.tool.Grammar) java.io.IOException ioe org.antlr.analysis.DFA dfa org.antlr.tool.DOTGenerator dotGenerator String dot String dotFileName int d org.antlr.tool.Grammar g protected void generateNFAs (org.antlr.tool.Grammar) String dot java.io.IOException ioe org.antlr.tool.Rule r java.util.Iterator itr org.antlr.tool.Grammar g org.antlr.tool.DOTGenerator dotGenerator java.util.Collection rules protected void writeDOTFile (org.antlr.tool.Grammar, org.antlr.tool.Rule, java.lang.String) throws java.io.IOException org.antlr.tool.Grammar g org.antlr.tool.Rule r String dot protected void writeDOTFile (org.antlr.tool.Grammar, java.lang.String, java.lang.String) throws java.io.IOException org.antlr.tool.Grammar g String name String dot java.io.Writer fw private static void version () private static void help () private static void Xhelp () public void setMaxSwitchCaseLabels (int) int maxSwitchCaseLabels public void setMinSwitchAlts (int) int minSwitchAlts public void setOutputDirectory (java.lang.String) String outputDirectory public void setForceRelativeOutput (boolean) boolean forceRelativeOutput public void setInputDirectory (java.lang.String) String inputDirectory public java.io.Writer getOutputFile (org.antlr.tool.Grammar, java.lang.String) throws java.io.IOException java.io.File outputDir java.io.File outputDir org.antlr.tool.Grammar g String fileName java.io.File outputDir java.io.File outputFile java.io.FileWriter fw public java.io.File getOutputDirectory (java.lang.String) String fileDirectory String fileNameWithPath java.io.File outputDir String fileDirectory public java.lang.String getLibraryFile (java.lang.String) throws java.io.IOException String fileName java.io.File f public java.lang.String getFileDirectory (java.lang.String) java.io.File f String fileName java.io.File f public java.io.File getImportedVocabFile (java.lang.String) String vocabName java.io.File f public void panic () public static java.lang.String getCurrentTimeStamp () java.util.GregorianCalendar calendar int y int m int d int h int min int sec String sy String sm String sd String sh String smin String ssec public java.util.List getGrammarFileNames () public boolean isGenerate_NFA_dot () public boolean isGenerate_DFA_dot () public java.lang.String getOutputDirectory () public java.lang.String getLibraryDirectory () public boolean isDebug () public boolean isTrace () public boolean isProfile () public boolean isReport () public boolean isPrintGrammar () public boolean isDepend () public boolean isForceAllFilesToOutputDir () public boolean isVerbose () public int getConversionTimeout () public java.lang.String getMessageFormat () public int getNumErrors () public boolean getMake () public void setMessageFormat (java.lang.String) String format public void setGrammarFileNames (java.util.List) java.util.List grammarFileNames public void addGrammarFile (java.lang.String) String grammarFileName public void setGenerate_NFA_dot (boolean) boolean generate_NFA_dot public void setGenerate_DFA_dot (boolean) boolean generate_DFA_dot public void setLibDirectory (java.lang.String) String libDirectory public void setDebug (boolean) boolean debug public void setTrace (boolean) boolean trace public void setProfile (boolean) boolean profile public void setReport (boolean) boolean report public void setPrintGrammar (boolean) boolean printGrammar public void setDepend (boolean) boolean depend public void setForceAllFilesToOutputDir (boolean) boolean forceAllFilesToOutputDir public void setVerbose (boolean) boolean verbose public void setMake (boolean) boolean make static void <clinit> () }
META-INF/maven/
META-INF/maven/org.antlr/
META-INF/maven/org.antlr/antlr/
META-INF/maven/org.antlr/antlr/pom.xml
META-INF/maven/org.antlr/antlr/pom.properties
org/antlr/runtime/
org/antlr/runtime/debug/
org/antlr/runtime/misc/
org/antlr/runtime/tree/
org/antlr/runtime/ANTLRFileStream.class
ANTLRFileStream.java package org.antlr.runtime public org.antlr.runtime.ANTLRFileStream extends org.antlr.runtime.ANTLRStringStream { protected String fileName public void <init> (java.lang.String) throws java.io.IOException String fileName public void <init> (java.lang.String, java.lang.String) throws java.io.IOException String fileName String encoding public void load (java.lang.String, java.lang.String) throws java.io.IOException java.io.InputStreamReader isr String fileName String encoding java.io.File f int size java.io.InputStreamReader isr java.io.FileInputStream fis public java.lang.String getSourceName () }
org/antlr/runtime/ANTLRInputStream.class
ANTLRInputStream.java package org.antlr.runtime public org.antlr.runtime.ANTLRInputStream extends org.antlr.runtime.ANTLRReaderStream { public void <init> () public void <init> (java.io.InputStream) throws java.io.IOException java.io.InputStream input public void <init> (java.io.InputStream, int) throws java.io.IOException java.io.InputStream input int size public void <init> (java.io.InputStream, java.lang.String) throws java.io.IOException java.io.InputStream input String encoding public void <init> (java.io.InputStream, int, java.lang.String) throws java.io.IOException java.io.InputStream input int size String encoding public void <init> (java.io.InputStream, int, int, java.lang.String) throws java.io.IOException java.io.InputStreamReader isr java.io.InputStream input int size int readBufferSize String encoding java.io.InputStreamReader isr }
org/antlr/runtime/ANTLRReaderStream.class
ANTLRReaderStream.java package org.antlr.runtime public org.antlr.runtime.ANTLRReaderStream extends org.antlr.runtime.ANTLRStringStream { public static final int READ_BUFFER_SIZE public static final int INITIAL_BUFFER_SIZE public void <init> () public void <init> (java.io.Reader) throws java.io.IOException java.io.Reader r public void <init> (java.io.Reader, int) throws java.io.IOException java.io.Reader r int size public void <init> (java.io.Reader, int, int) throws java.io.IOException java.io.Reader r int size int readChunkSize public void load (java.io.Reader, int, int) throws java.io.IOException char[] newdata int numRead int p java.io.Reader r int size int readChunkSize }
org/antlr/runtime/ANTLRStringStream.class
ANTLRStringStream.java package org.antlr.runtime public org.antlr.runtime.ANTLRStringStream extends java.lang.Object implements org.antlr.runtime.CharStream { protected char[] data protected int n protected int p protected int line protected int charPositionInLine protected int markDepth protected java.util.List markers protected int lastMarker public String name public void <init> () public void <init> (java.lang.String) String input public void <init> (char[], int) char[] data int numberOfActualCharsInArray public void reset () public void consume () public int LA (int) int i public int LT (int) int i public int index () public int size () public int mark () org.antlr.runtime.CharStreamState state public void rewind (int) int m org.antlr.runtime.CharStreamState state public void rewind () public void release (int) int marker public void seek (int) int index public java.lang.String substring (int, int) int start int stop public int getLine () public int getCharPositionInLine () public void setLine (int) int line public void setCharPositionInLine (int) int pos public java.lang.String getSourceName () public java.lang.String toString () }
org/antlr/runtime/BaseRecognizer.class
BaseRecognizer.java package org.antlr.runtime public abstract org.antlr.runtime.BaseRecognizer extends java.lang.Object { public static final int MEMO_RULE_FAILED public static final int MEMO_RULE_UNKNOWN public static final int INITIAL_FOLLOW_STACK_SIZE public static final int DEFAULT_TOKEN_CHANNEL public static final int HIDDEN public static final String NEXT_TOKEN_RULE_NAME protected org.antlr.runtime.RecognizerSharedState state public void <init> () public void <init> (org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.RecognizerSharedState state public void reset () int i public java.lang.Object match (org.antlr.runtime.IntStream, int, org.antlr.runtime.BitSet) throws org.antlr.runtime.RecognitionException org.antlr.runtime.IntStream input int ttype org.antlr.runtime.BitSet follow Object matchedSymbol public void matchAny (org.antlr.runtime.IntStream) org.antlr.runtime.IntStream input public boolean mismatchIsUnwantedToken (org.antlr.runtime.IntStream, int) org.antlr.runtime.IntStream input int ttype public boolean mismatchIsMissingToken (org.antlr.runtime.IntStream, org.antlr.runtime.BitSet) org.antlr.runtime.BitSet viableTokensFollowingThisRule org.antlr.runtime.IntStream input org.antlr.runtime.BitSet follow public void reportError (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException e public void displayRecognitionError (java.lang.String[], org.antlr.runtime.RecognitionException) String[] tokenNames org.antlr.runtime.RecognitionException e String hdr String msg public java.lang.String getErrorMessage (org.antlr.runtime.RecognitionException, java.lang.String[]) org.antlr.runtime.UnwantedTokenException ute String tokenName org.antlr.runtime.MissingTokenException mte String tokenName org.antlr.runtime.MismatchedTokenException mte String tokenName org.antlr.runtime.MismatchedTreeNodeException mtne String tokenName org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.MismatchedNotSetException mse org.antlr.runtime.FailedPredicateException fpe org.antlr.runtime.RecognitionException e String[] tokenNames String msg public int getNumberOfSyntaxErrors () public java.lang.String getErrorHeader (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException e public java.lang.String getTokenErrorDisplay (org.antlr.runtime.Token) org.antlr.runtime.Token t String s public void emitErrorMessage (java.lang.String) String msg public void recover (org.antlr.runtime.IntStream, org.antlr.runtime.RecognitionException) org.antlr.runtime.IntStream input org.antlr.runtime.RecognitionException re org.antlr.runtime.BitSet followSet public void beginResync () public void endResync () protected org.antlr.runtime.BitSet computeErrorRecoverySet () protected org.antlr.runtime.BitSet computeContextSensitiveRuleFOLLOW () protected org.antlr.runtime.BitSet combineFollows (boolean) org.antlr.runtime.BitSet localFollowSet int i boolean exact int top org.antlr.runtime.BitSet followSet protected java.lang.Object recoverFromMismatchedToken (org.antlr.runtime.IntStream, int, org.antlr.runtime.BitSet) throws org.antlr.runtime.RecognitionException Object matchedSymbol Object inserted org.antlr.runtime.IntStream input int ttype org.antlr.runtime.BitSet follow org.antlr.runtime.RecognitionException e public java.lang.Object recoverFromMismatchedSet (org.antlr.runtime.IntStream, org.antlr.runtime.RecognitionException, org.antlr.runtime.BitSet) throws org.antlr.runtime.RecognitionException org.antlr.runtime.IntStream input org.antlr.runtime.RecognitionException e org.antlr.runtime.BitSet follow protected java.lang.Object getCurrentInputSymbol (org.antlr.runtime.IntStream) org.antlr.runtime.IntStream input protected java.lang.Object getMissingSymbol (org.antlr.runtime.IntStream, org.antlr.runtime.RecognitionException, int, org.antlr.runtime.BitSet) org.antlr.runtime.IntStream input org.antlr.runtime.RecognitionException e int expectedTokenType org.antlr.runtime.BitSet follow public void consumeUntil (org.antlr.runtime.IntStream, int) org.antlr.runtime.IntStream input int tokenType int ttype public void consumeUntil (org.antlr.runtime.IntStream, org.antlr.runtime.BitSet) org.antlr.runtime.IntStream input org.antlr.runtime.BitSet set int ttype protected void pushFollow (org.antlr.runtime.BitSet) org.antlr.runtime.BitSet[] f org.antlr.runtime.BitSet fset public java.util.List getRuleInvocationStack () String parserClassName public static java.util.List getRuleInvocationStack (java.lang.Throwable, java.lang.String) StackTraceElement t Throwable e String recognizerClassName java.util.List rules StackTraceElement[] stack int i public int getBacktrackingLevel () public void setBacktrackingLevel (int) int n public boolean failed () public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public abstract java.lang.String getSourceName () public java.util.List toStrings (java.util.List) int i java.util.List tokens java.util.List strings public int getRuleMemoization (int, int) int ruleIndex int ruleStartIndex Integer stopIndexI public boolean alreadyParsedRule (org.antlr.runtime.IntStream, int) org.antlr.runtime.IntStream input int ruleIndex int stopIndex public void memoize (org.antlr.runtime.IntStream, int, int) org.antlr.runtime.IntStream input int ruleIndex int ruleStartIndex int stopTokenIndex public int getRuleMemoizationCacheSize () java.util.Map ruleMap int i int n public void traceIn (java.lang.String, int, java.lang.Object) String ruleName int ruleIndex Object inputSymbol public void traceOut (java.lang.String, int, java.lang.Object) String ruleName int ruleIndex Object inputSymbol }
org/antlr/runtime/BitSet.class
BitSet.java package org.antlr.runtime public org.antlr.runtime.BitSet extends java.lang.Object implements java.lang.Cloneable { protected static final int BITS protected static final int LOG_BITS protected static final int MOD_MASK protected long[] bits public void <init> () public void <init> (long[]) long[] bits_ public void <init> (java.util.List) Integer v int i java.util.List items public void <init> (int) int nbits public static org.antlr.runtime.BitSet of (int) int el org.antlr.runtime.BitSet s public static org.antlr.runtime.BitSet of (int, int) int a int b org.antlr.runtime.BitSet s public static org.antlr.runtime.BitSet of (int, int, int) int a int b int c org.antlr.runtime.BitSet s public static org.antlr.runtime.BitSet of (int, int, int, int) int a int b int c int d org.antlr.runtime.BitSet s public org.antlr.runtime.BitSet or (org.antlr.runtime.BitSet) org.antlr.runtime.BitSet a org.antlr.runtime.BitSet s public void add (int) int el int n public void growToInclude (int) int bit int newSize long[] newbits public void orInPlace (org.antlr.runtime.BitSet) int i org.antlr.runtime.BitSet a int min private void setSize (int) int nwords long[] newbits int n private static final long bitMask (int) int bitNumber int bitPosition public java.lang.Object clone () CloneNotSupportedException e org.antlr.runtime.BitSet s public int size () int bit long word int i int deg public boolean equals (java.lang.Object) int i int i int i Object other org.antlr.runtime.BitSet otherSet int n public boolean member (int) int el int n public void remove (int) int el int n public boolean isNil () int i private final int numWordsToHold (int) int el public int numBits () public int lengthInLongWords () public int[] toArray () int i int[] elems int en public long[] toPackedArray () private static final int wordNumber (int) int bit public java.lang.String toString () public java.lang.String toString (java.lang.String[]) int i String[] tokenNames StringBuffer buf String separator boolean havePrintedAnElement }
org/antlr/runtime/BufferedTokenStream.class
BufferedTokenStream.java package org.antlr.runtime public org.antlr.runtime.BufferedTokenStream extends java.lang.Object implements org.antlr.runtime.TokenStream { protected org.antlr.runtime.TokenSource tokenSource protected java.util.List tokens protected int lastMarker protected int p protected int range public void <init> () public void <init> (org.antlr.runtime.TokenSource) org.antlr.runtime.TokenSource tokenSource public org.antlr.runtime.TokenSource getTokenSource () public int index () public int range () public int mark () public void release (int) int marker public void rewind (int) int marker public void rewind () public void reset () public void seek (int) int index public int size () public void consume () protected void sync (int) int i int n protected void fetch (int) org.antlr.runtime.Token t int i int n public org.antlr.runtime.Token get (int) int i public java.util.List get (int, int) org.antlr.runtime.Token t int i int start int stop java.util.List subset public int LA (int) int i protected org.antlr.runtime.Token LB (int) int k public org.antlr.runtime.Token LT (int) int k int i protected void setup () public void setTokenSource (org.antlr.runtime.TokenSource) org.antlr.runtime.TokenSource tokenSource public java.util.List getTokens () public java.util.List getTokens (int, int) int start int stop public java.util.List getTokens (int, int, org.antlr.runtime.BitSet) org.antlr.runtime.Token t int i int start int stop org.antlr.runtime.BitSet types java.util.List filteredTokens public java.util.List getTokens (int, int, java.util.List) int start int stop java.util.List types public java.util.List getTokens (int, int, int) int start int stop int ttype public java.lang.String getSourceName () public java.lang.String toString () public java.lang.String toString (int, int) org.antlr.runtime.Token t int i int start int stop StringBuffer buf public java.lang.String toString (org.antlr.runtime.Token, org.antlr.runtime.Token) org.antlr.runtime.Token start org.antlr.runtime.Token stop public void fill () int i }
org/antlr/runtime/CharStream.class
CharStream.java package org.antlr.runtime public abstract org.antlr.runtime.CharStream extends java.lang.Object implements org.antlr.runtime.IntStream { public static final int EOF public abstract java.lang.String substring (int, int) public abstract int LT (int) public abstract int getLine () public abstract void setLine (int) public abstract void setCharPositionInLine (int) public abstract int getCharPositionInLine () }
org/antlr/runtime/CharStreamState.class
CharStreamState.java package org.antlr.runtime public org.antlr.runtime.CharStreamState extends java.lang.Object { int p int line int charPositionInLine public void <init> () }
org/antlr/runtime/ClassicToken.class
ClassicToken.java package org.antlr.runtime public org.antlr.runtime.ClassicToken extends java.lang.Object implements org.antlr.runtime.Token { protected String text protected int type protected int line protected int charPositionInLine protected int channel protected int index public void <init> (int) int type public void <init> (org.antlr.runtime.Token) org.antlr.runtime.Token oldToken public void <init> (int, java.lang.String) int type String text public void <init> (int, java.lang.String, int) int type String text int channel public int getType () public void setLine (int) int line public java.lang.String getText () public void setText (java.lang.String) String text public int getLine () public int getCharPositionInLine () public void setCharPositionInLine (int) int charPositionInLine public int getChannel () public void setChannel (int) int channel public void setType (int) int type public int getTokenIndex () public void setTokenIndex (int) int index public org.antlr.runtime.CharStream getInputStream () public void setInputStream (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public java.lang.String toString () String channelStr String txt }
org/antlr/runtime/CommonToken.class
CommonToken.java package org.antlr.runtime public org.antlr.runtime.CommonToken extends java.lang.Object implements org.antlr.runtime.Token java.io.Serializable { protected int type protected int line protected int charPositionInLine protected int channel protected transient org.antlr.runtime.CharStream input protected String text protected int index protected int start protected int stop public void <init> (int) int type public void <init> (org.antlr.runtime.CharStream, int, int, int, int) org.antlr.runtime.CharStream input int type int channel int start int stop public void <init> (int, java.lang.String) int type String text public void <init> (org.antlr.runtime.Token) org.antlr.runtime.Token oldToken public int getType () public void setLine (int) int line public java.lang.String getText () int n public void setText (java.lang.String) String text public int getLine () public int getCharPositionInLine () public void setCharPositionInLine (int) int charPositionInLine public int getChannel () public void setChannel (int) int channel public void setType (int) int type public int getStartIndex () public void setStartIndex (int) int start public int getStopIndex () public void setStopIndex (int) int stop public int getTokenIndex () public void setTokenIndex (int) int index public org.antlr.runtime.CharStream getInputStream () public void setInputStream (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public java.lang.String toString () String channelStr String txt }
org/antlr/runtime/CommonTokenStream.class
CommonTokenStream.java package org.antlr.runtime public org.antlr.runtime.CommonTokenStream extends org.antlr.runtime.BufferedTokenStream { protected int channel public void <init> () public void <init> (org.antlr.runtime.TokenSource) org.antlr.runtime.TokenSource tokenSource public void <init> (org.antlr.runtime.TokenSource, int) org.antlr.runtime.TokenSource tokenSource int channel public void consume () protected org.antlr.runtime.Token LB (int) int k int i int n public org.antlr.runtime.Token LT (int) int k int i int n protected int skipOffTokenChannels (int) int i protected int skipOffTokenChannelsReverse (int) int i public void reset () protected void setup () int i public int getNumberOfOnChannelTokens () org.antlr.runtime.Token t int i int n public void setTokenSource (org.antlr.runtime.TokenSource) org.antlr.runtime.TokenSource tokenSource }
org/antlr/runtime/debug/BlankDebugEventListener.class
BlankDebugEventListener.java package org.antlr.runtime.debug public org.antlr.runtime.debug.BlankDebugEventListener extends java.lang.Object implements org.antlr.runtime.debug.DebugEventListener { public void <init> () public void enterRule (java.lang.String, java.lang.String) String grammarFileName String ruleName public void exitRule (java.lang.String, java.lang.String) String grammarFileName String ruleName public void enterAlt (int) int alt public void enterSubRule (int) int decisionNumber public void exitSubRule (int) int decisionNumber public void enterDecision (int, boolean) int decisionNumber boolean couldBacktrack public void exitDecision (int) int decisionNumber public void location (int, int) int line int pos public void consumeToken (org.antlr.runtime.Token) org.antlr.runtime.Token token public void consumeHiddenToken (org.antlr.runtime.Token) org.antlr.runtime.Token token public void LT (int, org.antlr.runtime.Token) int i org.antlr.runtime.Token t public void mark (int) int i public void rewind (int) int i public void rewind () public void beginBacktrack (int) int level public void endBacktrack (int, boolean) int level boolean successful public void recognitionException (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException e public void beginResync () public void endResync () public void semanticPredicate (boolean, java.lang.String) boolean result String predicate public void commence () public void terminate () public void consumeNode (java.lang.Object) Object t public void LT (int, java.lang.Object) int i Object t public void nilNode (java.lang.Object) Object t public void errorNode (java.lang.Object) Object t public void createNode (java.lang.Object) Object t public void createNode (java.lang.Object, org.antlr.runtime.Token) Object node org.antlr.runtime.Token token public void becomeRoot (java.lang.Object, java.lang.Object) Object newRoot Object oldRoot public void addChild (java.lang.Object, java.lang.Object) Object root Object child public void setTokenBoundaries (java.lang.Object, int, int) Object t int tokenStartIndex int tokenStopIndex }
org/antlr/runtime/debug/DebugEventHub.class
DebugEventHub.java package org.antlr.runtime.debug public org.antlr.runtime.debug.DebugEventHub extends java.lang.Object implements org.antlr.runtime.debug.DebugEventListener { protected java.util.List listeners public void <init> (org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.debug.DebugEventListener listener public void <init> (org.antlr.runtime.debug.DebugEventListener, org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.debug.DebugEventListener a org.antlr.runtime.debug.DebugEventListener b public void addListener (org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.debug.DebugEventListener listener public void enterRule (java.lang.String, java.lang.String) org.antlr.runtime.debug.DebugEventListener listener int i String grammarFileName String ruleName public void exitRule (java.lang.String, java.lang.String) org.antlr.runtime.debug.DebugEventListener listener int i String grammarFileName String ruleName public void enterAlt (int) org.antlr.runtime.debug.DebugEventListener listener int i int alt public void enterSubRule (int) org.antlr.runtime.debug.DebugEventListener listener int i int decisionNumber public void exitSubRule (int) org.antlr.runtime.debug.DebugEventListener listener int i int decisionNumber public void enterDecision (int, boolean) org.antlr.runtime.debug.DebugEventListener listener int i int decisionNumber boolean couldBacktrack public void exitDecision (int) org.antlr.runtime.debug.DebugEventListener listener int i int decisionNumber public void location (int, int) org.antlr.runtime.debug.DebugEventListener listener int i int line int pos public void consumeToken (org.antlr.runtime.Token) org.antlr.runtime.debug.DebugEventListener listener int i org.antlr.runtime.Token token public void consumeHiddenToken (org.antlr.runtime.Token) org.antlr.runtime.debug.DebugEventListener listener int i org.antlr.runtime.Token token public void LT (int, org.antlr.runtime.Token) org.antlr.runtime.debug.DebugEventListener listener int i int index org.antlr.runtime.Token t public void mark (int) org.antlr.runtime.debug.DebugEventListener listener int i int index public void rewind (int) org.antlr.runtime.debug.DebugEventListener listener int i int index public void rewind () org.antlr.runtime.debug.DebugEventListener listener int i public void beginBacktrack (int) org.antlr.runtime.debug.DebugEventListener listener int i int level public void endBacktrack (int, boolean) org.antlr.runtime.debug.DebugEventListener listener int i int level boolean successful public void recognitionException (org.antlr.runtime.RecognitionException) org.antlr.runtime.debug.DebugEventListener listener int i org.antlr.runtime.RecognitionException e public void beginResync () org.antlr.runtime.debug.DebugEventListener listener int i public void endResync () org.antlr.runtime.debug.DebugEventListener listener int i public void semanticPredicate (boolean, java.lang.String) org.antlr.runtime.debug.DebugEventListener listener int i boolean result String predicate public void commence () org.antlr.runtime.debug.DebugEventListener listener int i public void terminate () org.antlr.runtime.debug.DebugEventListener listener int i public void consumeNode (java.lang.Object) org.antlr.runtime.debug.DebugEventListener listener int i Object t public void LT (int, java.lang.Object) org.antlr.runtime.debug.DebugEventListener listener int i int index Object t public void nilNode (java.lang.Object) org.antlr.runtime.debug.DebugEventListener listener int i Object t public void errorNode (java.lang.Object) org.antlr.runtime.debug.DebugEventListener listener int i Object t public void createNode (java.lang.Object) org.antlr.runtime.debug.DebugEventListener listener int i Object t public void createNode (java.lang.Object, org.antlr.runtime.Token) org.antlr.runtime.debug.DebugEventListener listener int i Object node org.antlr.runtime.Token token public void becomeRoot (java.lang.Object, java.lang.Object) org.antlr.runtime.debug.DebugEventListener listener int i Object newRoot Object oldRoot public void addChild (java.lang.Object, java.lang.Object) org.antlr.runtime.debug.DebugEventListener listener int i Object root Object child public void setTokenBoundaries (java.lang.Object, int, int) org.antlr.runtime.debug.DebugEventListener listener int i Object t int tokenStartIndex int tokenStopIndex }
org/antlr/runtime/debug/DebugEventListener.class
DebugEventListener.java package org.antlr.runtime.debug public abstract org.antlr.runtime.debug.DebugEventListener extends java.lang.Object { public static final String PROTOCOL_VERSION public static final int TRUE public static final int FALSE public abstract void enterRule (java.lang.String, java.lang.String) public abstract void enterAlt (int) public abstract void exitRule (java.lang.String, java.lang.String) public abstract void enterSubRule (int) public abstract void exitSubRule (int) public abstract void enterDecision (int, boolean) public abstract void exitDecision (int) public abstract void consumeToken (org.antlr.runtime.Token) public abstract void consumeHiddenToken (org.antlr.runtime.Token) public abstract void LT (int, org.antlr.runtime.Token) public abstract void mark (int) public abstract void rewind (int) public abstract void rewind () public abstract void beginBacktrack (int) public abstract void endBacktrack (int, boolean) public abstract void location (int, int) public abstract void recognitionException (org.antlr.runtime.RecognitionException) public abstract void beginResync () public abstract void endResync () public abstract void semanticPredicate (boolean, java.lang.String) public abstract void commence () public abstract void terminate () public abstract void consumeNode (java.lang.Object) public abstract void LT (int, java.lang.Object) public abstract void nilNode (java.lang.Object) public abstract void errorNode (java.lang.Object) public abstract void createNode (java.lang.Object) public abstract void createNode (java.lang.Object, org.antlr.runtime.Token) public abstract void becomeRoot (java.lang.Object, java.lang.Object) public abstract void addChild (java.lang.Object, java.lang.Object) public abstract void setTokenBoundaries (java.lang.Object, int, int) }
org/antlr/runtime/debug/DebugEventRepeater.class
DebugEventRepeater.java package org.antlr.runtime.debug public org.antlr.runtime.debug.DebugEventRepeater extends java.lang.Object implements org.antlr.runtime.debug.DebugEventListener { protected org.antlr.runtime.debug.DebugEventListener listener public void <init> (org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.debug.DebugEventListener listener public void enterRule (java.lang.String, java.lang.String) String grammarFileName String ruleName public void exitRule (java.lang.String, java.lang.String) String grammarFileName String ruleName public void enterAlt (int) int alt public void enterSubRule (int) int decisionNumber public void exitSubRule (int) int decisionNumber public void enterDecision (int, boolean) int decisionNumber boolean couldBacktrack public void exitDecision (int) int decisionNumber public void location (int, int) int line int pos public void consumeToken (org.antlr.runtime.Token) org.antlr.runtime.Token token public void consumeHiddenToken (org.antlr.runtime.Token) org.antlr.runtime.Token token public void LT (int, org.antlr.runtime.Token) int i org.antlr.runtime.Token t public void mark (int) int i public void rewind (int) int i public void rewind () public void beginBacktrack (int) int level public void endBacktrack (int, boolean) int level boolean successful public void recognitionException (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException e public void beginResync () public void endResync () public void semanticPredicate (boolean, java.lang.String) boolean result String predicate public void commence () public void terminate () public void consumeNode (java.lang.Object) Object t public void LT (int, java.lang.Object) int i Object t public void nilNode (java.lang.Object) Object t public void errorNode (java.lang.Object) Object t public void createNode (java.lang.Object) Object t public void createNode (java.lang.Object, org.antlr.runtime.Token) Object node org.antlr.runtime.Token token public void becomeRoot (java.lang.Object, java.lang.Object) Object newRoot Object oldRoot public void addChild (java.lang.Object, java.lang.Object) Object root Object child public void setTokenBoundaries (java.lang.Object, int, int) Object t int tokenStartIndex int tokenStopIndex }
org/antlr/runtime/debug/DebugEventSocketProxy.class
DebugEventSocketProxy.java package org.antlr.runtime.debug public org.antlr.runtime.debug.DebugEventSocketProxy extends org.antlr.runtime.debug.BlankDebugEventListener { public static final int DEFAULT_DEBUGGER_PORT protected int port protected java.net.ServerSocket serverSocket protected java.net.Socket socket protected String grammarFileName protected java.io.PrintWriter out protected java.io.BufferedReader in protected org.antlr.runtime.BaseRecognizer recognizer protected org.antlr.runtime.tree.TreeAdaptor adaptor public void <init> (org.antlr.runtime.BaseRecognizer, org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.BaseRecognizer recognizer org.antlr.runtime.tree.TreeAdaptor adaptor public void <init> (org.antlr.runtime.BaseRecognizer, int, org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.BaseRecognizer recognizer int port org.antlr.runtime.tree.TreeAdaptor adaptor public void handshake () throws java.io.IOException java.io.OutputStream os java.io.OutputStreamWriter osw java.io.InputStream is java.io.InputStreamReader isr public void commence () public void terminate () java.io.IOException ioe protected void ack () java.io.IOException ioe protected void transmit (java.lang.String) String event public void enterRule (java.lang.String, java.lang.String) String grammarFileName String ruleName public void enterAlt (int) int alt public void exitRule (java.lang.String, java.lang.String) String grammarFileName String ruleName public void enterSubRule (int) int decisionNumber public void exitSubRule (int) int decisionNumber public void enterDecision (int, boolean) int decisionNumber boolean couldBacktrack public void exitDecision (int) int decisionNumber public void consumeToken (org.antlr.runtime.Token) org.antlr.runtime.Token t String buf public void consumeHiddenToken (org.antlr.runtime.Token) org.antlr.runtime.Token t String buf public void LT (int, org.antlr.runtime.Token) int i org.antlr.runtime.Token t public void mark (int) int i public void rewind (int) int i public void rewind () public void beginBacktrack (int) int level public void endBacktrack (int, boolean) int level boolean successful public void location (int, int) int line int pos public void recognitionException (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException e StringBuffer buf public void beginResync () public void endResync () public void semanticPredicate (boolean, java.lang.String) boolean result String predicate StringBuffer buf public void consumeNode (java.lang.Object) Object t StringBuffer buf public void LT (int, java.lang.Object) int i Object t int ID String text int type StringBuffer buf protected void serializeNode (java.lang.StringBuffer, java.lang.Object) StringBuffer buf Object t int ID String text int type org.antlr.runtime.Token token int line int pos int tokenIndex public void nilNode (java.lang.Object) Object t int ID public void errorNode (java.lang.Object) Object t int ID String text StringBuffer buf public void createNode (java.lang.Object) Object t int ID String text int type StringBuffer buf public void createNode (java.lang.Object, org.antlr.runtime.Token) Object node org.antlr.runtime.Token token int ID int tokenIndex public void becomeRoot (java.lang.Object, java.lang.Object) Object newRoot Object oldRoot int newRootID int oldRootID public void addChild (java.lang.Object, java.lang.Object) Object root Object child int rootID int childID public void setTokenBoundaries (java.lang.Object, int, int) Object t int tokenStartIndex int tokenStopIndex int ID public void setTreeAdaptor (org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.tree.TreeAdaptor adaptor public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor () protected java.lang.String serializeToken (org.antlr.runtime.Token) org.antlr.runtime.Token t StringBuffer buf protected void serializeText (java.lang.StringBuffer, java.lang.String) StringBuffer buf String text protected java.lang.String escapeNewlines (java.lang.String) String txt }
org/antlr/runtime/debug/DebugParser.class
DebugParser.java package org.antlr.runtime.debug public org.antlr.runtime.debug.DebugParser extends org.antlr.runtime.Parser { protected org.antlr.runtime.debug.DebugEventListener dbg public boolean isCyclicDecision public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.debug.DebugEventListener, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.TokenStream input org.antlr.runtime.debug.DebugEventListener dbg org.antlr.runtime.RecognizerSharedState state public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.TokenStream input org.antlr.runtime.RecognizerSharedState state public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.TokenStream input org.antlr.runtime.debug.DebugEventListener dbg public void setDebugListener (org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.debug.DebugEventListener dbg public org.antlr.runtime.debug.DebugEventListener getDebugListener () public void reportError (java.io.IOException) java.io.IOException e public void beginResync () public void endResync () public void beginBacktrack (int) int level public void endBacktrack (int, boolean) int level boolean successful public void reportError (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException e }
org/antlr/runtime/debug/DebugTokenStream.class
DebugTokenStream.java package org.antlr.runtime.debug public org.antlr.runtime.debug.DebugTokenStream extends java.lang.Object implements org.antlr.runtime.TokenStream { protected org.antlr.runtime.debug.DebugEventListener dbg public org.antlr.runtime.TokenStream input protected boolean initialStreamState protected int lastMarker public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.TokenStream input org.antlr.runtime.debug.DebugEventListener dbg public void setDebugListener (org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.debug.DebugEventListener dbg public void consume () int i int a org.antlr.runtime.Token t int b protected void consumeInitialHiddenTokens () int i int firstOnChannelTokenIndex public org.antlr.runtime.Token LT (int) int i public int LA (int) int i public org.antlr.runtime.Token get (int) int i public int mark () public int index () public int range () public void rewind (int) int marker public void rewind () public void release (int) int marker public void seek (int) int index public int size () public org.antlr.runtime.TokenSource getTokenSource () public java.lang.String getSourceName () public java.lang.String toString () public java.lang.String toString (int, int) int start int stop public java.lang.String toString (org.antlr.runtime.Token, org.antlr.runtime.Token) org.antlr.runtime.Token start org.antlr.runtime.Token stop }
org/antlr/runtime/debug/DebugTreeAdaptor.class
DebugTreeAdaptor.java package org.antlr.runtime.debug public org.antlr.runtime.debug.DebugTreeAdaptor extends java.lang.Object implements org.antlr.runtime.tree.TreeAdaptor { protected org.antlr.runtime.debug.DebugEventListener dbg protected org.antlr.runtime.tree.TreeAdaptor adaptor public void <init> (org.antlr.runtime.debug.DebugEventListener, org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.debug.DebugEventListener dbg org.antlr.runtime.tree.TreeAdaptor adaptor public java.lang.Object create (org.antlr.runtime.Token) org.antlr.runtime.Token payload Object node public java.lang.Object errorNode (org.antlr.runtime.TokenStream, org.antlr.runtime.Token, org.antlr.runtime.Token, org.antlr.runtime.RecognitionException) org.antlr.runtime.TokenStream input org.antlr.runtime.Token start org.antlr.runtime.Token stop org.antlr.runtime.RecognitionException e Object node public java.lang.Object dupTree (java.lang.Object) Object tree Object t protected void simulateTreeConstruction (java.lang.Object) Object child int i Object t int n public java.lang.Object dupNode (java.lang.Object) Object treeNode Object d public java.lang.Object nil () Object node public boolean isNil (java.lang.Object) Object tree public void addChild (java.lang.Object, java.lang.Object) Object t Object child public java.lang.Object becomeRoot (java.lang.Object, java.lang.Object) Object newRoot Object oldRoot Object n public java.lang.Object rulePostProcessing (java.lang.Object) Object root public void addChild (java.lang.Object, org.antlr.runtime.Token) Object t org.antlr.runtime.Token child Object n public java.lang.Object becomeRoot (org.antlr.runtime.Token, java.lang.Object) org.antlr.runtime.Token newRoot Object oldRoot Object n public java.lang.Object create (int, org.antlr.runtime.Token) int tokenType org.antlr.runtime.Token fromToken Object node public java.lang.Object create (int, org.antlr.runtime.Token, java.lang.String) int tokenType org.antlr.runtime.Token fromToken String text Object node public java.lang.Object create (int, java.lang.String) int tokenType String text Object node public int getType (java.lang.Object) Object t public void setType (java.lang.Object, int) Object t int type public java.lang.String getText (java.lang.Object) Object t public void setText (java.lang.Object, java.lang.String) Object t String text public org.antlr.runtime.Token getToken (java.lang.Object) Object t public void setTokenBoundaries (java.lang.Object, org.antlr.runtime.Token, org.antlr.runtime.Token) Object t org.antlr.runtime.Token startToken org.antlr.runtime.Token stopToken public int getTokenStartIndex (java.lang.Object) Object t public int getTokenStopIndex (java.lang.Object) Object t public java.lang.Object getChild (java.lang.Object, int) Object t int i public void setChild (java.lang.Object, int, java.lang.Object) Object t int i Object child public java.lang.Object deleteChild (java.lang.Object, int) Object t int i public int getChildCount (java.lang.Object) Object t public int getUniqueID (java.lang.Object) Object node public java.lang.Object getParent (java.lang.Object) Object t public int getChildIndex (java.lang.Object) Object t public void setParent (java.lang.Object, java.lang.Object) Object t Object parent public void setChildIndex (java.lang.Object, int) Object t int index public void replaceChildren (java.lang.Object, int, int, java.lang.Object) Object parent int startChildIndex int stopChildIndex Object t public org.antlr.runtime.debug.DebugEventListener getDebugListener () public void setDebugListener (org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.debug.DebugEventListener dbg public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor () }
org/antlr/runtime/debug/DebugTreeNodeStream.class
DebugTreeNodeStream.java package org.antlr.runtime.debug public org.antlr.runtime.debug.DebugTreeNodeStream extends java.lang.Object implements org.antlr.runtime.tree.TreeNodeStream { protected org.antlr.runtime.debug.DebugEventListener dbg protected org.antlr.runtime.tree.TreeAdaptor adaptor protected org.antlr.runtime.tree.TreeNodeStream input protected boolean initialStreamState protected int lastMarker public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.debug.DebugEventListener dbg public void setDebugListener (org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.debug.DebugEventListener dbg public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor () public void consume () Object node public java.lang.Object get (int) int i public java.lang.Object LT (int) int i Object node int ID String text int type public int LA (int) int i Object node int ID String text int type public int mark () public int index () public void rewind (int) int marker public void rewind () public void release (int) int marker public void seek (int) int index public int size () public void reset () public java.lang.Object getTreeSource () public java.lang.String getSourceName () public org.antlr.runtime.TokenStream getTokenStream () public void setUniqueNavigationNodes (boolean) boolean uniqueNavigationNodes public void replaceChildren (java.lang.Object, int, int, java.lang.Object) Object parent int startChildIndex int stopChildIndex Object t public java.lang.String toString (java.lang.Object, java.lang.Object) Object start Object stop }
org/antlr/runtime/debug/DebugTreeParser.class
DebugTreeParser.java package org.antlr.runtime.debug public org.antlr.runtime.debug.DebugTreeParser extends org.antlr.runtime.tree.TreeParser { protected org.antlr.runtime.debug.DebugEventListener dbg public boolean isCyclicDecision public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.debug.DebugEventListener, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.debug.DebugEventListener dbg org.antlr.runtime.RecognizerSharedState state public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.RecognizerSharedState state public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.debug.DebugEventListener dbg public void setDebugListener (org.antlr.runtime.debug.DebugEventListener) org.antlr.runtime.debug.DebugEventListener dbg public org.antlr.runtime.debug.DebugEventListener getDebugListener () public void reportError (java.io.IOException) java.io.IOException e public void reportError (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException e protected java.lang.Object getMissingSymbol (org.antlr.runtime.IntStream, org.antlr.runtime.RecognitionException, int, org.antlr.runtime.BitSet) org.antlr.runtime.IntStream input org.antlr.runtime.RecognitionException e int expectedTokenType org.antlr.runtime.BitSet follow Object o public void beginResync () public void endResync () public void beginBacktrack (int) int level public void endBacktrack (int, boolean) int level boolean successful }
org/antlr/runtime/debug/ParseTreeBuilder.class
ParseTreeBuilder.java package org.antlr.runtime.debug public org.antlr.runtime.debug.ParseTreeBuilder extends org.antlr.runtime.debug.BlankDebugEventListener { public static final String EPSILON_PAYLOAD java.util.Stack callStack java.util.List hiddenTokens int backtracking public void <init> (java.lang.String) String grammarName org.antlr.runtime.tree.ParseTree root public org.antlr.runtime.tree.ParseTree getTree () public org.antlr.runtime.tree.ParseTree create (java.lang.Object) Object payload public org.antlr.runtime.tree.ParseTree epsilonNode () public void enterDecision (int, boolean) int d boolean couldBacktrack public void exitDecision (int) int i public void enterRule (java.lang.String, java.lang.String) String filename String ruleName org.antlr.runtime.tree.ParseTree parentRuleNode org.antlr.runtime.tree.ParseTree ruleNode public void exitRule (java.lang.String, java.lang.String) String filename String ruleName org.antlr.runtime.tree.ParseTree ruleNode public void consumeToken (org.antlr.runtime.Token) org.antlr.runtime.Token token org.antlr.runtime.tree.ParseTree ruleNode org.antlr.runtime.tree.ParseTree elementNode public void consumeHiddenToken (org.antlr.runtime.Token) org.antlr.runtime.Token token public void recognitionException (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException e org.antlr.runtime.tree.ParseTree ruleNode org.antlr.runtime.tree.ParseTree errorNode }
org/antlr/runtime/debug/Profiler$DecisionDescriptor.class
Profiler.java package org.antlr.runtime.debug public org.antlr.runtime.debug.Profiler$DecisionDescriptor extends java.lang.Object { public int decision public String fileName public String ruleName public int line public int pos public boolean couldBacktrack public int n public float avgk public int maxk public int numBacktrackOccurrences public int numSemPredEvals public void <init> () }
org/antlr/runtime/debug/Profiler$DecisionEvent.class
Profiler.java package org.antlr.runtime.debug public org.antlr.runtime.debug.Profiler$DecisionEvent extends java.lang.Object { public org.antlr.runtime.debug.Profiler$DecisionDescriptor decision public int startIndex public int k public boolean backtracks public boolean evalSemPred public long startTime public long stopTime public int numMemoizationCacheHits public int numMemoizationCacheMisses public void <init> () }
org/antlr/runtime/debug/Profiler$ProfileStats.class
Profiler.java package org.antlr.runtime.debug public org.antlr.runtime.debug.Profiler$ProfileStats extends java.lang.Object { public String Version public String name public int numRuleInvocations public int numUniqueRulesInvoked public int numDecisionEvents public int numDecisionsCovered public int numDecisionsThatPotentiallyBacktrack public int numDecisionsThatDoBacktrack public int maxRuleInvocationDepth public float avgkPerDecisionEvent public float avgkPerBacktrackingDecisionEvent public float averageDecisionPercentBacktracks public int numBacktrackOccurrences public int numFixedDecisions public int minDecisionMaxFixedLookaheads public int maxDecisionMaxFixedLookaheads public int avgDecisionMaxFixedLookaheads public int stddevDecisionMaxFixedLookaheads public int numCyclicDecisions public int minDecisionMaxCyclicLookaheads public int maxDecisionMaxCyclicLookaheads public int avgDecisionMaxCyclicLookaheads public int stddevDecisionMaxCyclicLookaheads public int numSemanticPredicates public int numTokens public int numHiddenTokens public int numCharsMatched public int numHiddenCharsMatched public int numReportedErrors public int numMemoizationCacheHits public int numMemoizationCacheMisses public int numGuessingRuleInvocations public int numMemoizationCacheEntries public void <init> () }
org/antlr/runtime/debug/Profiler.class
Profiler.java package org.antlr.runtime.debug public org.antlr.runtime.debug.Profiler extends org.antlr.runtime.debug.BlankDebugEventListener { public static final String DATA_SEP public static final String newline static boolean dump public static final String Version public static final String RUNTIME_STATS_FILENAME public org.antlr.runtime.debug.DebugParser parser protected int ruleLevel protected org.antlr.runtime.Token lastRealTokenTouchedInDecision protected java.util.Set uniqueRules protected java.util.Stack currentGrammarFileName protected java.util.Stack currentRuleName protected java.util.Stack currentLine protected java.util.Stack currentPos protected org.antlr.runtime.misc.DoubleKeyMap decisions protected java.util.List decisionEvents protected java.util.Stack decisionStack protected int backtrackDepth org.antlr.runtime.debug.Profiler$ProfileStats stats public void <init> () public void <init> (org.antlr.runtime.debug.DebugParser) org.antlr.runtime.debug.DebugParser parser public void enterRule (java.lang.String, java.lang.String) String grammarFileName String ruleName public void exitRule (java.lang.String, java.lang.String) String grammarFileName String ruleName public void examineRuleMemoization (org.antlr.runtime.IntStream, int, int, java.lang.String) org.antlr.runtime.IntStream input int ruleIndex int stopIndex String ruleName public void memoize (org.antlr.runtime.IntStream, int, int, java.lang.String) org.antlr.runtime.IntStream input int ruleIndex int ruleStartIndex String ruleName public void location (int, int) int line int pos public void enterDecision (int, boolean) int decisionNumber boolean couldBacktrack int startingLookaheadIndex org.antlr.runtime.TokenStream input String g org.antlr.runtime.debug.Profiler$DecisionDescriptor descriptor org.antlr.runtime.debug.Profiler$DecisionEvent d public void exitDecision (int) int decisionNumber org.antlr.runtime.debug.Profiler$DecisionEvent d int lastTokenIndex int numHidden int depth public void consumeToken (org.antlr.runtime.Token) org.antlr.runtime.Token token org.antlr.runtime.debug.Profiler$DecisionEvent d int thisRefIndex int numHidden int depth public boolean inDecision () public void consumeHiddenToken (org.antlr.runtime.Token) org.antlr.runtime.Token token public void LT (int, org.antlr.runtime.Token) org.antlr.runtime.debug.Profiler$DecisionEvent d int i org.antlr.runtime.Token t public void beginBacktrack (int) int level org.antlr.runtime.debug.Profiler$DecisionEvent e public void endBacktrack (int, boolean) int level boolean successful public void mark (int) int i public void rewind (int) int i public void rewind () protected org.antlr.runtime.debug.Profiler$DecisionEvent currentDecision () public void recognitionException (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException e public void semanticPredicate (boolean, java.lang.String) org.antlr.runtime.debug.Profiler$DecisionEvent d boolean result String predicate public void terminate () org.antlr.runtime.debug.Profiler$DecisionEvent e java.util.Iterator i$ float percentBacktracks org.antlr.runtime.debug.Profiler$DecisionDescriptor d java.util.Iterator i$ public void setParser (org.antlr.runtime.debug.DebugParser) org.antlr.runtime.debug.DebugParser parser public java.lang.String toNotifyString () StringBuffer buf public java.lang.String toString () public org.antlr.runtime.debug.Profiler$ProfileStats getReport () public org.antlr.runtime.misc.DoubleKeyMap getDecisionStats () public java.util.List getDecisionEvents () public static java.lang.String toString (org.antlr.runtime.debug.Profiler$ProfileStats) org.antlr.runtime.debug.Profiler$ProfileStats stats StringBuffer buf public java.lang.String getDecisionStatsDump () org.antlr.runtime.debug.Profiler$DecisionDescriptor s int d java.util.Iterator i$ String fileName java.util.Iterator i$ StringBuffer buf protected int[] trim (int[], int) int[] trimmed int[] X int n protected int[] toArray (java.util.List) Integer I int i java.util.List a int[] x public int getNumberOfHiddenTokens (int, int) org.antlr.runtime.Token t int ti int i int j int n org.antlr.runtime.TokenStream input protected java.lang.String locationDescription () protected java.lang.String locationDescription (java.lang.String, java.lang.String, int, int) String file String rule int line int pos static void <clinit> () }
org/antlr/runtime/debug/RemoteDebugEventSocketListener$ProxyToken.class
RemoteDebugEventSocketListener.java package org.antlr.runtime.debug public org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyToken extends java.lang.Object implements org.antlr.runtime.Token { int index int type int channel int line int charPos String text public void <init> (int) int index public void <init> (int, int, int, int, int, java.lang.String) int index int type int channel int line int charPos String text public java.lang.String getText () public void setText (java.lang.String) String text public int getType () public void setType (int) int ttype public int getLine () public void setLine (int) int line public int getCharPositionInLine () public void setCharPositionInLine (int) int pos public int getChannel () public void setChannel (int) int channel public int getTokenIndex () public void setTokenIndex (int) int index public org.antlr.runtime.CharStream getInputStream () public void setInputStream (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public java.lang.String toString () String channelStr }
org/antlr/runtime/debug/RemoteDebugEventSocketListener$ProxyTree.class
RemoteDebugEventSocketListener.java package org.antlr.runtime.debug public org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree extends org.antlr.runtime.tree.BaseTree { public int ID public int type public int line public int charPos public int tokenIndex public String text public void <init> (int, int, int, int, int, java.lang.String) int ID int type int line int charPos int tokenIndex String text public void <init> (int) int ID public int getTokenStartIndex () public void setTokenStartIndex (int) int index public int getTokenStopIndex () public void setTokenStopIndex (int) int index public org.antlr.runtime.tree.Tree dupNode () public int getType () public java.lang.String getText () public java.lang.String toString () }
org/antlr/runtime/debug/RemoteDebugEventSocketListener.class
RemoteDebugEventSocketListener.java package org.antlr.runtime.debug public org.antlr.runtime.debug.RemoteDebugEventSocketListener extends java.lang.Object implements java.lang.Runnable { static final int MAX_EVENT_ELEMENTS org.antlr.runtime.debug.DebugEventListener listener String machine int port java.net.Socket channel java.io.PrintWriter out java.io.BufferedReader in String event public String version public String grammarFileName int previousTokenIndex boolean tokenIndexesInvalid public void <init> (org.antlr.runtime.debug.DebugEventListener, java.lang.String, int) throws java.io.IOException org.antlr.runtime.debug.DebugEventListener listener String machine int port protected void eventHandler () Exception e protected boolean openConnection () java.io.OutputStream os java.io.OutputStreamWriter osw java.io.InputStream is java.io.InputStreamReader isr Exception e boolean success protected void closeConnection () java.io.IOException ioe java.io.IOException ioe Exception e java.io.IOException ioe java.io.IOException ioe java.io.IOException ioe java.io.IOException ioe protected void handshake () throws java.io.IOException String antlrLine String[] antlrElements String grammarLine String[] grammarElements protected void ack () protected void dispatch (java.lang.String) org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyToken t org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyToken t org.antlr.runtime.Token t int level int successI org.antlr.runtime.RecognitionException e ClassNotFoundException cnfe InstantiationException ie IllegalAccessException iae String excName String indexS String lineS String posS Class excClass Boolean result String predicateText org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree node int i org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree node int ID int type String text org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree node int ID int tokenIndex org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree node org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyToken token int ID org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree node int ID int type String text org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree node int newRootID int oldRootID org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree newRoot org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree oldRoot int rootID int childID org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree root org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree child int ID org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree node String line String[] elements protected org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyTree deserializeNode (java.lang.String[], int) String[] elements int offset int ID int type int tokenLine int charPositionInLine int tokenIndex String text protected org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyToken deserializeToken (java.lang.String[], int) String[] elements int offset String indexS String typeS String channelS String lineS String posS String text int index org.antlr.runtime.debug.RemoteDebugEventSocketListener$ProxyToken t public void start () Thread t public void run () public java.lang.String[] getEventElements (java.lang.String) String eventWithoutString int firstQuoteIndex java.util.StringTokenizer st int i Exception e String event String[] elements String str protected java.lang.String unEscapeNewlines (java.lang.String) String txt public boolean tokenIndexesAreInvalid () }
org/antlr/runtime/debug/TraceDebugEventListener.class
TraceDebugEventListener.java package org.antlr.runtime.debug public org.antlr.runtime.debug.TraceDebugEventListener extends org.antlr.runtime.debug.BlankDebugEventListener { org.antlr.runtime.tree.TreeAdaptor adaptor public void <init> (org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.tree.TreeAdaptor adaptor public void enterRule (java.lang.String) String ruleName public void exitRule (java.lang.String) String ruleName public void enterSubRule (int) int decisionNumber public void exitSubRule (int) int decisionNumber public void location (int, int) int line int pos public void consumeNode (java.lang.Object) Object t int ID String text int type public void LT (int, java.lang.Object) int i Object t int ID String text int type public void nilNode (java.lang.Object) Object t public void createNode (java.lang.Object) Object t int ID String text int type public void createNode (java.lang.Object, org.antlr.runtime.Token) Object node org.antlr.runtime.Token token int ID String text int tokenIndex public void becomeRoot (java.lang.Object, java.lang.Object) Object newRoot Object oldRoot public void addChild (java.lang.Object, java.lang.Object) Object root Object child public void setTokenBoundaries (java.lang.Object, int, int) Object t int tokenStartIndex int tokenStopIndex }
org/antlr/runtime/debug/Tracer.class
Tracer.java package org.antlr.runtime.debug public org.antlr.runtime.debug.Tracer extends org.antlr.runtime.debug.BlankDebugEventListener { public org.antlr.runtime.IntStream input protected int level public void <init> (org.antlr.runtime.IntStream) org.antlr.runtime.IntStream input public void enterRule (java.lang.String) int i String ruleName public void exitRule (java.lang.String) int i String ruleName public java.lang.Object getInputSymbol (int) int k }
org/antlr/runtime/DFA.class
DFA.java package org.antlr.runtime public org.antlr.runtime.DFA extends java.lang.Object { protected short[] eot protected short[] eof protected char[] min protected char[] max protected short[] accept protected short[] special protected short[][] transition protected int decisionNumber protected org.antlr.runtime.BaseRecognizer recognizer public static final boolean debug public void <init> () public int predict (org.antlr.runtime.IntStream) throws org.antlr.runtime.RecognitionException int snext int specialState char c org.antlr.runtime.IntStream input int mark int s protected void noViableAlt (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int s org.antlr.runtime.IntStream input org.antlr.runtime.NoViableAltException nvae protected void error (org.antlr.runtime.NoViableAltException) org.antlr.runtime.NoViableAltException nvae public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int s org.antlr.runtime.IntStream input public java.lang.String getDescription () public static short[] unpackEncodedString (java.lang.String) int i int j char n char v int i String encodedString int size short[] data int di public static char[] unpackEncodedStringToUnsignedChars (java.lang.String) int i int j char n char v int i String encodedString int size char[] data int di }
org/antlr/runtime/EarlyExitException.class
EarlyExitException.java package org.antlr.runtime public org.antlr.runtime.EarlyExitException extends org.antlr.runtime.RecognitionException { public int decisionNumber public void <init> () public void <init> (int, org.antlr.runtime.IntStream) int decisionNumber org.antlr.runtime.IntStream input }
org/antlr/runtime/FailedPredicateException.class
FailedPredicateException.java package org.antlr.runtime public org.antlr.runtime.FailedPredicateException extends org.antlr.runtime.RecognitionException { public String ruleName public String predicateText public void <init> () public void <init> (org.antlr.runtime.IntStream, java.lang.String, java.lang.String) org.antlr.runtime.IntStream input String ruleName String predicateText public java.lang.String toString () }
org/antlr/runtime/IntStream.class
IntStream.java package org.antlr.runtime public abstract org.antlr.runtime.IntStream extends java.lang.Object { public abstract void consume () public abstract int LA (int) public abstract int mark () public abstract int index () public abstract void rewind (int) public abstract void rewind () public abstract void release (int) public abstract void seek (int) public abstract int size () public abstract java.lang.String getSourceName () }
org/antlr/runtime/LegacyCommonTokenStream.class
LegacyCommonTokenStream.java package org.antlr.runtime public org.antlr.runtime.LegacyCommonTokenStream extends java.lang.Object implements org.antlr.runtime.TokenStream { protected org.antlr.runtime.TokenSource tokenSource protected java.util.List tokens protected java.util.Map channelOverrideMap protected java.util.Set discardSet protected int channel protected boolean discardOffChannelTokens protected int lastMarker protected int range protected int p public void <init> () public void <init> (org.antlr.runtime.TokenSource) org.antlr.runtime.TokenSource tokenSource public void <init> (org.antlr.runtime.TokenSource, int) org.antlr.runtime.TokenSource tokenSource int channel public void setTokenSource (org.antlr.runtime.TokenSource) org.antlr.runtime.TokenSource tokenSource protected void fillBuffer () Integer channelI boolean discard int index org.antlr.runtime.Token t public void consume () protected int skipOffTokenChannels (int) int i int n protected int skipOffTokenChannelsReverse (int) int i public void setTokenTypeChannel (int, int) int ttype int channel public void discardTokenType (int) int ttype public void discardOffChannelTokens (boolean) boolean discardOffChannelTokens public java.util.List getTokens () public java.util.List getTokens (int, int) int start int stop public java.util.List getTokens (int, int, org.antlr.runtime.BitSet) org.antlr.runtime.Token t int i int start int stop org.antlr.runtime.BitSet types java.util.List filteredTokens public java.util.List getTokens (int, int, java.util.List) int start int stop java.util.List types public java.util.List getTokens (int, int, int) int start int stop int ttype public org.antlr.runtime.Token LT (int) int k int i int n protected org.antlr.runtime.Token LB (int) int k int i int n public org.antlr.runtime.Token get (int) int i public java.util.List get (int, int) int start int stop public int LA (int) int i public int mark () public void release (int) int marker public int size () public int index () public int range () public void rewind (int) int marker public void rewind () public void reset () public void seek (int) int index public org.antlr.runtime.TokenSource getTokenSource () public java.lang.String getSourceName () public java.lang.String toString () public java.lang.String toString (int, int) org.antlr.runtime.Token t int i int start int stop StringBuffer buf public java.lang.String toString (org.antlr.runtime.Token, org.antlr.runtime.Token) org.antlr.runtime.Token start org.antlr.runtime.Token stop }
org/antlr/runtime/Lexer.class
Lexer.java package org.antlr.runtime public abstract org.antlr.runtime.Lexer extends org.antlr.runtime.BaseRecognizer implements org.antlr.runtime.TokenSource { protected org.antlr.runtime.CharStream input public void <init> () public void <init> (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public void <init> (org.antlr.runtime.CharStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.CharStream input org.antlr.runtime.RecognizerSharedState state public void reset () public org.antlr.runtime.Token nextToken () org.antlr.runtime.Token eof org.antlr.runtime.MismatchedRangeException re org.antlr.runtime.MismatchedTokenException re org.antlr.runtime.RecognitionException re public void skip () public abstract void mTokens () throws org.antlr.runtime.RecognitionException public void setCharStream (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public org.antlr.runtime.CharStream getCharStream () public java.lang.String getSourceName () public void emit (org.antlr.runtime.Token) org.antlr.runtime.Token token public org.antlr.runtime.Token emit () org.antlr.runtime.Token t public void match (java.lang.String) throws org.antlr.runtime.MismatchedTokenException org.antlr.runtime.MismatchedTokenException mte String s int i public void matchAny () public void match (int) throws org.antlr.runtime.MismatchedTokenException org.antlr.runtime.MismatchedTokenException mte int c public void matchRange (int, int) throws org.antlr.runtime.MismatchedRangeException org.antlr.runtime.MismatchedRangeException mre int a int b public int getLine () public int getCharPositionInLine () public int getCharIndex () public java.lang.String getText () public void setText (java.lang.String) String text public void reportError (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException e public java.lang.String getErrorMessage (org.antlr.runtime.RecognitionException, java.lang.String[]) org.antlr.runtime.MismatchedTokenException mte org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee org.antlr.runtime.MismatchedNotSetException mse org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.MismatchedRangeException mre org.antlr.runtime.RecognitionException e String[] tokenNames String msg public java.lang.String getCharErrorDisplay (int) int c String s public void recover (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException re public void traceIn (java.lang.String, int) String ruleName int ruleIndex String inputSymbol public void traceOut (java.lang.String, int) String ruleName int ruleIndex String inputSymbol }
org/antlr/runtime/misc/DoubleKeyMap.class
DoubleKeyMap.java package org.antlr.runtime.misc public org.antlr.runtime.misc.DoubleKeyMap extends java.lang.Object { java.util.Map data public void <init> () public java.lang.Object put (java.lang.Object, java.lang.Object, java.lang.Object) Object k1 Object k2 Object v java.util.Map data2 Object prev public java.lang.Object get (java.lang.Object, java.lang.Object) Object k1 Object k2 java.util.Map data2 public java.util.Map get (java.lang.Object) Object k1 public java.util.Collection values (java.lang.Object) Object k1 java.util.Map data2 public java.util.Set keySet () public java.util.Set keySet (java.lang.Object) Object k1 java.util.Map data2 public java.util.Collection values () Object v java.util.Iterator i$ java.util.Map k2 java.util.Iterator i$ java.util.Set s }
org/antlr/runtime/misc/FastQueue.class
FastQueue.java package org.antlr.runtime.misc public org.antlr.runtime.misc.FastQueue extends java.lang.Object { protected java.util.List data protected int p protected int range public void <init> () public void reset () public void clear () public java.lang.Object remove () Object o public void add (java.lang.Object) Object o public int size () public int range () public java.lang.Object head () public java.lang.Object elementAt (int) int i int absIndex public java.lang.String toString () int i StringBuffer buf int n }
org/antlr/runtime/misc/IntArray.class
IntArray.java package org.antlr.runtime.misc public org.antlr.runtime.misc.IntArray extends java.lang.Object { public static final int INITIAL_SIZE public int[] data protected int p public void <init> () public void add (int) int v public void push (int) int v public int pop () int v public int size () public void clear () public void ensureCapacity (int) int newSize int[] newData int index }
org/antlr/runtime/misc/LookaheadStream.class
LookaheadStream.java package org.antlr.runtime.misc public abstract org.antlr.runtime.misc.LookaheadStream extends org.antlr.runtime.misc.FastQueue { public static final int UNINITIALIZED_EOF_ELEMENT_INDEX protected int currentElementIndex protected Object prevElement public Object eof protected int lastMarker protected int markDepth public void <init> () public void reset () public abstract java.lang.Object nextElement () public abstract boolean isEOF (java.lang.Object) public java.lang.Object remove () Object o public void consume () protected void syncAhead (int) int need int n public void fill (int) Object o int i int n public int size () public java.lang.Object LT (int) int k public int index () public int mark () public void release (int) int marker public void rewind (int) int marker public void rewind () public void seek (int) int index protected java.lang.Object LB (int) int k }
org/antlr/runtime/misc/Stats.class
Stats.java package org.antlr.runtime.misc public org.antlr.runtime.misc.Stats extends java.lang.Object { public static final String ANTLRWORKS_DIR public void <init> () public static double stddev (int[]) int i int[] X int m double xbar double s2 public static double avg (int[]) int i int[] X double xbar int m public static int min (int[]) int i int[] X int min int m public static int max (int[]) int i int[] X int max int m public static double avg (java.util.List) int i java.util.List X double xbar int m public static int min (java.util.List) int i java.util.List X int min int m public static int max (java.util.List) int i java.util.List X int max int m public static int sum (int[]) int i int[] X int s int m public static void writeReport (java.lang.String, java.lang.String) throws java.io.IOException String filename String data String absoluteFilename java.io.File f java.io.File parent java.io.FileOutputStream fos java.io.BufferedOutputStream bos java.io.PrintStream ps public static java.lang.String getAbsoluteFileName (java.lang.String) String filename }
org/antlr/runtime/MismatchedNotSetException.class
MismatchedNotSetException.java package org.antlr.runtime public org.antlr.runtime.MismatchedNotSetException extends org.antlr.runtime.MismatchedSetException { public void <init> () public void <init> (org.antlr.runtime.BitSet, org.antlr.runtime.IntStream) org.antlr.runtime.BitSet expecting org.antlr.runtime.IntStream input public java.lang.String toString () }
org/antlr/runtime/MismatchedRangeException.class
MismatchedRangeException.java package org.antlr.runtime public org.antlr.runtime.MismatchedRangeException extends org.antlr.runtime.RecognitionException { public int a public int b public void <init> () public void <init> (int, int, org.antlr.runtime.IntStream) int a int b org.antlr.runtime.IntStream input public java.lang.String toString () }
org/antlr/runtime/MismatchedSetException.class
MismatchedSetException.java package org.antlr.runtime public org.antlr.runtime.MismatchedSetException extends org.antlr.runtime.RecognitionException { public org.antlr.runtime.BitSet expecting public void <init> () public void <init> (org.antlr.runtime.BitSet, org.antlr.runtime.IntStream) org.antlr.runtime.BitSet expecting org.antlr.runtime.IntStream input public java.lang.String toString () }
org/antlr/runtime/MismatchedTokenException.class
MismatchedTokenException.java package org.antlr.runtime public org.antlr.runtime.MismatchedTokenException extends org.antlr.runtime.RecognitionException { public int expecting public void <init> () public void <init> (int, org.antlr.runtime.IntStream) int expecting org.antlr.runtime.IntStream input public java.lang.String toString () }
org/antlr/runtime/MismatchedTreeNodeException.class
MismatchedTreeNodeException.java package org.antlr.runtime public org.antlr.runtime.MismatchedTreeNodeException extends org.antlr.runtime.RecognitionException { public int expecting public void <init> () public void <init> (int, org.antlr.runtime.tree.TreeNodeStream) int expecting org.antlr.runtime.tree.TreeNodeStream input public java.lang.String toString () }
org/antlr/runtime/MissingTokenException.class
MissingTokenException.java package org.antlr.runtime public org.antlr.runtime.MissingTokenException extends org.antlr.runtime.MismatchedTokenException { public Object inserted public void <init> () public void <init> (int, org.antlr.runtime.IntStream, java.lang.Object) int expecting org.antlr.runtime.IntStream input Object inserted public int getMissingType () public java.lang.String toString () }
org/antlr/runtime/NoViableAltException.class
NoViableAltException.java package org.antlr.runtime public org.antlr.runtime.NoViableAltException extends org.antlr.runtime.RecognitionException { public String grammarDecisionDescription public int decisionNumber public int stateNumber public void <init> () public void <init> (java.lang.String, int, int, org.antlr.runtime.IntStream) String grammarDecisionDescription int decisionNumber int stateNumber org.antlr.runtime.IntStream input public java.lang.String toString () }
org/antlr/runtime/Parser.class
Parser.java package org.antlr.runtime public org.antlr.runtime.Parser extends org.antlr.runtime.BaseRecognizer { public org.antlr.runtime.TokenStream input public void <init> (org.antlr.runtime.TokenStream) org.antlr.runtime.TokenStream input public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.TokenStream input org.antlr.runtime.RecognizerSharedState state public void reset () protected java.lang.Object getCurrentInputSymbol (org.antlr.runtime.IntStream) org.antlr.runtime.IntStream input protected java.lang.Object getMissingSymbol (org.antlr.runtime.IntStream, org.antlr.runtime.RecognitionException, int, org.antlr.runtime.BitSet) org.antlr.runtime.IntStream input org.antlr.runtime.RecognitionException e int expectedTokenType org.antlr.runtime.BitSet follow String tokenText org.antlr.runtime.CommonToken t org.antlr.runtime.Token current public void setTokenStream (org.antlr.runtime.TokenStream) org.antlr.runtime.TokenStream input public org.antlr.runtime.TokenStream getTokenStream () public java.lang.String getSourceName () public void traceIn (java.lang.String, int) String ruleName int ruleIndex public void traceOut (java.lang.String, int) String ruleName int ruleIndex }
org/antlr/runtime/ParserRuleReturnScope.class
ParserRuleReturnScope.java package org.antlr.runtime public org.antlr.runtime.ParserRuleReturnScope extends org.antlr.runtime.RuleReturnScope { public org.antlr.runtime.Token start public org.antlr.runtime.Token stop public Object tree public void <init> () public java.lang.Object getStart () public java.lang.Object getStop () public java.lang.Object getTree () }
org/antlr/runtime/RecognitionException.class
RecognitionException.java package org.antlr.runtime public org.antlr.runtime.RecognitionException extends java.lang.Exception { public transient org.antlr.runtime.IntStream input public int index public org.antlr.runtime.Token token public Object node public int c public int line public int charPositionInLine public boolean approximateLineInfo public void <init> () public void <init> (org.antlr.runtime.IntStream) org.antlr.runtime.IntStream input protected void extractInformationFromTreeNodeStream (org.antlr.runtime.IntStream) org.antlr.runtime.Token priorPayload int i Object priorNode int type String text org.antlr.runtime.IntStream input org.antlr.runtime.tree.TreeNodeStream nodes org.antlr.runtime.tree.TreeAdaptor adaptor org.antlr.runtime.Token payload public int getUnexpectedType () org.antlr.runtime.tree.TreeNodeStream nodes org.antlr.runtime.tree.TreeAdaptor adaptor }
org/antlr/runtime/RecognizerSharedState.class
RecognizerSharedState.java package org.antlr.runtime public org.antlr.runtime.RecognizerSharedState extends java.lang.Object { public org.antlr.runtime.BitSet[] following public int _fsp public boolean errorRecovery public int lastErrorIndex public boolean failed public int syntaxErrors public int backtracking public java.util.Map[] ruleMemo public org.antlr.runtime.Token token public int tokenStartCharIndex public int tokenStartLine public int tokenStartCharPositionInLine public int channel public int type public String text public void <init> () public void <init> (org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.RecognizerSharedState state }
org/antlr/runtime/RuleReturnScope.class
RuleReturnScope.java package org.antlr.runtime public org.antlr.runtime.RuleReturnScope extends java.lang.Object { public void <init> () public java.lang.Object getStart () public java.lang.Object getStop () public java.lang.Object getTree () public java.lang.Object getTemplate () }
org/antlr/runtime/SerializedGrammar$Block.class
SerializedGrammar.java package org.antlr.runtime org.antlr.runtime.SerializedGrammar$Block extends java.lang.Object { java.util.List[] alts private final org.antlr.runtime.SerializedGrammar this$0 public void <init> (org.antlr.runtime.SerializedGrammar, java.util.List[]) java.util.List[] alts public java.lang.String toString () java.util.List alt int i StringBuffer buf }
org/antlr/runtime/SerializedGrammar$Rule.class
SerializedGrammar.java package org.antlr.runtime org.antlr.runtime.SerializedGrammar$Rule extends java.lang.Object { String name org.antlr.runtime.SerializedGrammar$Block block private final org.antlr.runtime.SerializedGrammar this$0 public void <init> (org.antlr.runtime.SerializedGrammar, java.lang.String, org.antlr.runtime.SerializedGrammar$Block) String name org.antlr.runtime.SerializedGrammar$Block block public java.lang.String toString () }
org/antlr/runtime/SerializedGrammar$RuleRef.class
SerializedGrammar.java package org.antlr.runtime org.antlr.runtime.SerializedGrammar$RuleRef extends java.lang.Object { int ruleIndex private final org.antlr.runtime.SerializedGrammar this$0 public void <init> (org.antlr.runtime.SerializedGrammar, int) int ruleIndex public java.lang.String toString () }
org/antlr/runtime/SerializedGrammar$TokenRef.class
SerializedGrammar.java package org.antlr.runtime org.antlr.runtime.SerializedGrammar$TokenRef extends java.lang.Object { int ttype private final org.antlr.runtime.SerializedGrammar this$0 public void <init> (org.antlr.runtime.SerializedGrammar, int) int ttype public java.lang.String toString () }
org/antlr/runtime/SerializedGrammar.class
SerializedGrammar.java package org.antlr.runtime public org.antlr.runtime.SerializedGrammar extends java.lang.Object { public static final String COOKIE public static final int FORMAT_VERSION public String name public char type public java.util.List rules public void <init> (java.lang.String) throws java.io.IOException String filename java.io.FileInputStream fis java.io.BufferedInputStream bos java.io.DataInputStream in protected void readFile (java.io.DataInputStream) throws java.io.IOException java.io.DataInputStream in String cookie int version char grammarType String grammarName int numRules protected java.util.List readRules (java.io.DataInputStream, int) throws java.io.IOException org.antlr.runtime.SerializedGrammar$Rule r int i java.io.DataInputStream in int numRules java.util.List rules protected org.antlr.runtime.SerializedGrammar$Rule readRule (java.io.DataInputStream) throws java.io.IOException java.io.DataInputStream in byte R String name byte B org.antlr.runtime.SerializedGrammar$Block b byte period protected org.antlr.runtime.SerializedGrammar$Block readBlock (java.io.DataInputStream) throws java.io.IOException java.util.List alt int i java.io.DataInputStream in int nalts java.util.List[] alts protected java.util.List readAlt (java.io.DataInputStream) throws java.io.IOException org.antlr.runtime.SerializedGrammar$Block b int ttype int ruleIndex int from int to int notThisTokenType java.io.DataInputStream in java.util.List alt byte A byte cmd protected java.lang.String readString (java.io.DataInputStream) throws java.io.IOException java.io.DataInputStream in byte c StringBuffer buf public java.lang.String toString () StringBuffer buf }
org/antlr/runtime/Token.class
Token.java package org.antlr.runtime public abstract org.antlr.runtime.Token extends java.lang.Object { public static final int EOR_TOKEN_TYPE public static final int DOWN public static final int UP public static final int MIN_TOKEN_TYPE public static final int EOF public static final org.antlr.runtime.Token EOF_TOKEN public static final int INVALID_TOKEN_TYPE public static final org.antlr.runtime.Token INVALID_TOKEN public static final org.antlr.runtime.Token SKIP_TOKEN public static final int DEFAULT_CHANNEL public static final int HIDDEN_CHANNEL public abstract java.lang.String getText () public abstract void setText (java.lang.String) public abstract int getType () public abstract void setType (int) public abstract int getLine () public abstract void setLine (int) public abstract int getCharPositionInLine () public abstract void setCharPositionInLine (int) public abstract int getChannel () public abstract void setChannel (int) public abstract int getTokenIndex () public abstract void setTokenIndex (int) public abstract org.antlr.runtime.CharStream getInputStream () public abstract void setInputStream (org.antlr.runtime.CharStream) static void <clinit> () }
org/antlr/runtime/TokenRewriteStream$InsertBeforeOp.class
TokenRewriteStream.java package org.antlr.runtime org.antlr.runtime.TokenRewriteStream$InsertBeforeOp extends org.antlr.runtime.TokenRewriteStream$RewriteOperation { private final org.antlr.runtime.TokenRewriteStream this$0 public void <init> (org.antlr.runtime.TokenRewriteStream, int, java.lang.Object) int index Object text public int execute (java.lang.StringBuffer) StringBuffer buf }
org/antlr/runtime/TokenRewriteStream$ReplaceOp.class
TokenRewriteStream.java package org.antlr.runtime org.antlr.runtime.TokenRewriteStream$ReplaceOp extends org.antlr.runtime.TokenRewriteStream$RewriteOperation { protected int lastIndex private final org.antlr.runtime.TokenRewriteStream this$0 public void <init> (org.antlr.runtime.TokenRewriteStream, int, int, java.lang.Object) int from int to Object text public int execute (java.lang.StringBuffer) StringBuffer buf public java.lang.String toString () }
org/antlr/runtime/TokenRewriteStream$RewriteOperation.class
TokenRewriteStream.java package org.antlr.runtime org.antlr.runtime.TokenRewriteStream$RewriteOperation extends java.lang.Object { protected int instructionIndex protected int index protected Object text private final org.antlr.runtime.TokenRewriteStream this$0 protected void <init> (org.antlr.runtime.TokenRewriteStream, int) int index protected void <init> (org.antlr.runtime.TokenRewriteStream, int, java.lang.Object) int index Object text public int execute (java.lang.StringBuffer) StringBuffer buf public java.lang.String toString () String opName int $index }
org/antlr/runtime/TokenRewriteStream.class
TokenRewriteStream.java package org.antlr.runtime public org.antlr.runtime.TokenRewriteStream extends org.antlr.runtime.CommonTokenStream { public static final String DEFAULT_PROGRAM_NAME public static final int PROGRAM_INIT_SIZE public static final int MIN_TOKEN_INDEX protected java.util.Map programs protected java.util.Map lastRewriteTokenIndexes static Class class$org$antlr$runtime$TokenRewriteStream$InsertBeforeOp static Class class$org$antlr$runtime$TokenRewriteStream$ReplaceOp public void <init> () protected void init () public void <init> (org.antlr.runtime.TokenSource) org.antlr.runtime.TokenSource tokenSource public void <init> (org.antlr.runtime.TokenSource, int) org.antlr.runtime.TokenSource tokenSource int channel public void rollback (int) int instructionIndex public void rollback (java.lang.String, int) String programName int instructionIndex java.util.List is public void deleteProgram () public void deleteProgram (java.lang.String) String programName public void insertAfter (org.antlr.runtime.Token, java.lang.Object) org.antlr.runtime.Token t Object text public void insertAfter (int, java.lang.Object) int index Object text public void insertAfter (java.lang.String, org.antlr.runtime.Token, java.lang.Object) String programName org.antlr.runtime.Token t Object text public void insertAfter (java.lang.String, int, java.lang.Object) String programName int index Object text public void insertBefore (org.antlr.runtime.Token, java.lang.Object) org.antlr.runtime.Token t Object text public void insertBefore (int, java.lang.Object) int index Object text public void insertBefore (java.lang.String, org.antlr.runtime.Token, java.lang.Object) String programName org.antlr.runtime.Token t Object text public void insertBefore (java.lang.String, int, java.lang.Object) String programName int index Object text org.antlr.runtime.TokenRewriteStream$RewriteOperation op java.util.List rewrites public void replace (int, java.lang.Object) int index Object text public void replace (int, int, java.lang.Object) int from int to Object text public void replace (org.antlr.runtime.Token, java.lang.Object) org.antlr.runtime.Token indexT Object text public void replace (org.antlr.runtime.Token, org.antlr.runtime.Token, java.lang.Object) org.antlr.runtime.Token from org.antlr.runtime.Token to Object text public void replace (java.lang.String, int, int, java.lang.Object) String programName int from int to Object text org.antlr.runtime.TokenRewriteStream$RewriteOperation op java.util.List rewrites public void replace (java.lang.String, org.antlr.runtime.Token, org.antlr.runtime.Token, java.lang.Object) String programName org.antlr.runtime.Token from org.antlr.runtime.Token to Object text public void delete (int) int index public void delete (int, int) int from int to public void delete (org.antlr.runtime.Token) org.antlr.runtime.Token indexT public void delete (org.antlr.runtime.Token, org.antlr.runtime.Token) org.antlr.runtime.Token from org.antlr.runtime.Token to public void delete (java.lang.String, int, int) String programName int from int to public void delete (java.lang.String, org.antlr.runtime.Token, org.antlr.runtime.Token) String programName org.antlr.runtime.Token from org.antlr.runtime.Token to public int getLastRewriteTokenIndex () protected int getLastRewriteTokenIndex (java.lang.String) String programName Integer I protected void setLastRewriteTokenIndex (java.lang.String, int) String programName int i protected java.util.List getProgram (java.lang.String) String name java.util.List is private java.util.List initializeProgram (java.lang.String) String name java.util.List is public java.lang.String toOriginalString () public java.lang.String toOriginalString (int, int) int i int start int end StringBuffer buf public java.lang.String toString () public java.lang.String toString (java.lang.String) String programName public java.lang.String toString (int, int) int start int end public java.lang.String toString (java.lang.String, int, int) org.antlr.runtime.TokenRewriteStream$RewriteOperation op org.antlr.runtime.Token t org.antlr.runtime.TokenRewriteStream$RewriteOperation op java.util.Iterator it String programName int start int end java.util.List rewrites StringBuffer buf java.util.Map indexToOp int i protected java.util.Map reduceToSingleOperationPerIndex (java.util.List) org.antlr.runtime.TokenRewriteStream$InsertBeforeOp iop int j org.antlr.runtime.TokenRewriteStream$ReplaceOp prevRop boolean disjoint boolean same int j org.antlr.runtime.TokenRewriteStream$RewriteOperation op org.antlr.runtime.TokenRewriteStream$ReplaceOp rop java.util.List inserts java.util.List prevReplaces int i org.antlr.runtime.TokenRewriteStream$InsertBeforeOp prevIop int j org.antlr.runtime.TokenRewriteStream$ReplaceOp rop int j org.antlr.runtime.TokenRewriteStream$RewriteOperation op org.antlr.runtime.TokenRewriteStream$InsertBeforeOp iop java.util.List prevInserts java.util.List prevReplaces int i org.antlr.runtime.TokenRewriteStream$RewriteOperation op int i java.util.List rewrites java.util.Map m protected java.lang.String catOpText (java.lang.Object, java.lang.Object) Object a Object b String x String y protected java.util.List getKindOfOps (java.util.List, java.lang.Class) java.util.List rewrites Class kind protected java.util.List getKindOfOps (java.util.List, java.lang.Class, int) org.antlr.runtime.TokenRewriteStream$RewriteOperation op int i java.util.List rewrites Class kind int before java.util.List ops public java.lang.String toDebugString () public java.lang.String toDebugString (int, int) int i int start int end StringBuffer buf static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 }
org/antlr/runtime/TokenSource.class
TokenSource.java package org.antlr.runtime public abstract org.antlr.runtime.TokenSource extends java.lang.Object { public abstract org.antlr.runtime.Token nextToken () public abstract java.lang.String getSourceName () }
org/antlr/runtime/TokenStream.class
TokenStream.java package org.antlr.runtime public abstract org.antlr.runtime.TokenStream extends java.lang.Object implements org.antlr.runtime.IntStream { public abstract org.antlr.runtime.Token LT (int) public abstract int range () public abstract org.antlr.runtime.Token get (int) public abstract org.antlr.runtime.TokenSource getTokenSource () public abstract java.lang.String toString (int, int) public abstract java.lang.String toString (org.antlr.runtime.Token, org.antlr.runtime.Token) }
org/antlr/runtime/tree/BaseTree.class
BaseTree.java package org.antlr.runtime.tree public abstract org.antlr.runtime.tree.BaseTree extends java.lang.Object implements org.antlr.runtime.tree.Tree { protected java.util.List children public void <init> () public void <init> (org.antlr.runtime.tree.Tree) org.antlr.runtime.tree.Tree node public org.antlr.runtime.tree.Tree getChild (int) int i public java.util.List getChildren () public org.antlr.runtime.tree.Tree getFirstChildWithType (int) org.antlr.runtime.tree.Tree t int i int type public int getChildCount () public void addChild (org.antlr.runtime.tree.Tree) org.antlr.runtime.tree.Tree c int i int n org.antlr.runtime.tree.Tree t org.antlr.runtime.tree.BaseTree childTree public void addChildren (java.util.List) org.antlr.runtime.tree.Tree t int i java.util.List kids public void setChild (int, org.antlr.runtime.tree.Tree) int i org.antlr.runtime.tree.Tree t public void insertChild (int, java.lang.Object) int i Object t public java.lang.Object deleteChild (int) int i org.antlr.runtime.tree.Tree killed public void replaceChildren (int, int, java.lang.Object) org.antlr.runtime.tree.BaseTree child int i int j int j int c int indexToDelete int j int j int numToInsert int startChildIndex int stopChildIndex Object t int replacingHowMany int replacingWithHowMany org.antlr.runtime.tree.BaseTree newTree java.util.List newChildren int numNewChildren int delta protected java.util.List createChildrenList () public boolean isNil () public void freshenParentAndChildIndexes () public void freshenParentAndChildIndexes (int) org.antlr.runtime.tree.Tree child int c int offset int n public void freshenParentAndChildIndexesDeeply () public void freshenParentAndChildIndexesDeeply (int) org.antlr.runtime.tree.BaseTree child int c int offset int n public void sanityCheckParentAndChildIndexes () public void sanityCheckParentAndChildIndexes (org.antlr.runtime.tree.Tree, int) org.antlr.runtime.tree.CommonTree child int c org.antlr.runtime.tree.Tree parent int i int n public int getChildIndex () public void setChildIndex (int) int index public org.antlr.runtime.tree.Tree getParent () public void setParent (org.antlr.runtime.tree.Tree) org.antlr.runtime.tree.Tree t public boolean hasAncestor (int) int ttype public org.antlr.runtime.tree.Tree getAncestor (int) int ttype org.antlr.runtime.tree.Tree t public java.util.List getAncestors () java.util.List ancestors org.antlr.runtime.tree.Tree t public java.lang.String toStringTree () org.antlr.runtime.tree.Tree t int i StringBuffer buf public int getLine () public int getCharPositionInLine () public abstract java.lang.String toString () }
org/antlr/runtime/tree/BaseTreeAdaptor.class
BaseTreeAdaptor.java package org.antlr.runtime.tree public abstract org.antlr.runtime.tree.BaseTreeAdaptor extends java.lang.Object implements org.antlr.runtime.tree.TreeAdaptor { protected java.util.Map treeToUniqueIDMap protected int uniqueNodeID public void <init> () public java.lang.Object nil () public java.lang.Object errorNode (org.antlr.runtime.TokenStream, org.antlr.runtime.Token, org.antlr.runtime.Token, org.antlr.runtime.RecognitionException) org.antlr.runtime.TokenStream input org.antlr.runtime.Token start org.antlr.runtime.Token stop org.antlr.runtime.RecognitionException e org.antlr.runtime.tree.CommonErrorNode t public boolean isNil (java.lang.Object) Object tree public java.lang.Object dupTree (java.lang.Object) Object tree public java.lang.Object dupTree (java.lang.Object, java.lang.Object) Object child Object newSubTree int i Object t Object parent Object newTree int n public void addChild (java.lang.Object, java.lang.Object) Object t Object child public java.lang.Object becomeRoot (java.lang.Object, java.lang.Object) int nc Object newRoot Object oldRoot org.antlr.runtime.tree.Tree newRootTree org.antlr.runtime.tree.Tree oldRootTree public java.lang.Object rulePostProcessing (java.lang.Object) Object root org.antlr.runtime.tree.Tree r public java.lang.Object becomeRoot (org.antlr.runtime.Token, java.lang.Object) org.antlr.runtime.Token newRoot Object oldRoot public java.lang.Object create (int, org.antlr.runtime.Token) int tokenType org.antlr.runtime.Token fromToken org.antlr.runtime.tree.Tree t public java.lang.Object create (int, org.antlr.runtime.Token, java.lang.String) int tokenType org.antlr.runtime.Token fromToken String text org.antlr.runtime.tree.Tree t public java.lang.Object create (int, java.lang.String) int tokenType String text org.antlr.runtime.Token fromToken org.antlr.runtime.tree.Tree t public int getType (java.lang.Object) Object t public void setType (java.lang.Object, int) Object t int type public java.lang.String getText (java.lang.Object) Object t public void setText (java.lang.Object, java.lang.String) Object t String text public java.lang.Object getChild (java.lang.Object, int) Object t int i public void setChild (java.lang.Object, int, java.lang.Object) Object t int i Object child public java.lang.Object deleteChild (java.lang.Object, int) Object t int i public int getChildCount (java.lang.Object) Object t public int getUniqueID (java.lang.Object) Object node Integer prevID int ID public abstract org.antlr.runtime.Token createToken (int, java.lang.String) public abstract org.antlr.runtime.Token createToken (org.antlr.runtime.Token) }
org/antlr/runtime/tree/BufferedTreeNodeStream$StreamIterator.class
BufferedTreeNodeStream.java package org.antlr.runtime.tree public org.antlr.runtime.tree.BufferedTreeNodeStream$StreamIterator extends java.lang.Object implements java.util.Iterator { int i private final org.antlr.runtime.tree.BufferedTreeNodeStream this$0 protected void <init> (org.antlr.runtime.tree.BufferedTreeNodeStream) public boolean hasNext () public java.lang.Object next () int current public void remove () }
org/antlr/runtime/tree/BufferedTreeNodeStream.class
BufferedTreeNodeStream.java package org.antlr.runtime.tree public org.antlr.runtime.tree.BufferedTreeNodeStream extends java.lang.Object implements org.antlr.runtime.tree.TreeNodeStream { public static final int DEFAULT_INITIAL_BUFFER_SIZE public static final int INITIAL_CALL_STACK_SIZE protected Object down protected Object up protected Object eof protected java.util.List nodes protected Object root protected org.antlr.runtime.TokenStream tokens org.antlr.runtime.tree.TreeAdaptor adaptor protected boolean uniqueNavigationNodes protected int p protected int lastMarker protected org.antlr.runtime.misc.IntArray calls public void <init> (java.lang.Object) Object tree public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.Object) org.antlr.runtime.tree.TreeAdaptor adaptor Object tree public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.Object, int) org.antlr.runtime.tree.TreeAdaptor adaptor Object tree int initialBufferSize protected void fillBuffer () public void fillBuffer (java.lang.Object) Object child int c Object t boolean nil int n protected int getNodeIndex (java.lang.Object) Object t int i Object node protected void addNavigationNode (int) int ttype Object navNode public java.lang.Object get (int) int i public java.lang.Object LT (int) int k public java.lang.Object getCurrentSymbol () protected java.lang.Object LB (int) int k public java.lang.Object getTreeSource () public java.lang.String getSourceName () public org.antlr.runtime.TokenStream getTokenStream () public void setTokenStream (org.antlr.runtime.TokenStream) org.antlr.runtime.TokenStream tokens public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor () public void setTreeAdaptor (org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.tree.TreeAdaptor adaptor public boolean hasUniqueNavigationNodes () public void setUniqueNavigationNodes (boolean) boolean uniqueNavigationNodes public void consume () public int LA (int) int i public int mark () public void release (int) int marker public int index () public void rewind (int) int marker public void rewind () public void seek (int) int index public void push (int) int index public int pop () int ret public void reset () public int size () public java.util.Iterator iterator () public void replaceChildren (java.lang.Object, int, int, java.lang.Object) Object parent int startChildIndex int stopChildIndex Object t public java.lang.String toTokenTypeString () Object t int i StringBuffer buf public java.lang.String toTokenString (int, int) Object t int i int start int stop StringBuffer buf public java.lang.String toString (java.lang.Object, java.lang.Object) int beginTokenIndex int endTokenIndex String text Object start Object stop Object t int i StringBuffer buf String text }
org/antlr/runtime/tree/CommonErrorNode.class
CommonErrorNode.java package org.antlr.runtime.tree public org.antlr.runtime.tree.CommonErrorNode extends org.antlr.runtime.tree.CommonTree { public org.antlr.runtime.IntStream input public org.antlr.runtime.Token start public org.antlr.runtime.Token stop public org.antlr.runtime.RecognitionException trappedException public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.Token, org.antlr.runtime.Token, org.antlr.runtime.RecognitionException) org.antlr.runtime.TokenStream input org.antlr.runtime.Token start org.antlr.runtime.Token stop org.antlr.runtime.RecognitionException e public boolean isNil () public int getType () public java.lang.String getText () int i int j String badText public java.lang.String toString () }
org/antlr/runtime/tree/CommonTree.class
CommonTree.java package org.antlr.runtime.tree public org.antlr.runtime.tree.CommonTree extends org.antlr.runtime.tree.BaseTree { public org.antlr.runtime.Token token protected int startIndex protected int stopIndex public org.antlr.runtime.tree.CommonTree parent public int childIndex public void <init> () public void <init> (org.antlr.runtime.tree.CommonTree) org.antlr.runtime.tree.CommonTree node public void <init> (org.antlr.runtime.Token) org.antlr.runtime.Token t public org.antlr.runtime.Token getToken () public org.antlr.runtime.tree.Tree dupNode () public boolean isNil () public int getType () public java.lang.String getText () public int getLine () public int getCharPositionInLine () public int getTokenStartIndex () public void setTokenStartIndex (int) int index public int getTokenStopIndex () public void setTokenStopIndex (int) int index public void setUnknownTokenBoundaries () int i org.antlr.runtime.tree.CommonTree firstChild org.antlr.runtime.tree.CommonTree lastChild public int getChildIndex () public org.antlr.runtime.tree.Tree getParent () public void setParent (org.antlr.runtime.tree.Tree) org.antlr.runtime.tree.Tree t public void setChildIndex (int) int index public java.lang.String toString () }
org/antlr/runtime/tree/CommonTreeAdaptor.class
CommonTreeAdaptor.java package org.antlr.runtime.tree public org.antlr.runtime.tree.CommonTreeAdaptor extends org.antlr.runtime.tree.BaseTreeAdaptor { public void <init> () public java.lang.Object dupNode (java.lang.Object) Object t public java.lang.Object create (org.antlr.runtime.Token) org.antlr.runtime.Token payload public org.antlr.runtime.Token createToken (int, java.lang.String) int tokenType String text public org.antlr.runtime.Token createToken (org.antlr.runtime.Token) org.antlr.runtime.Token fromToken public void setTokenBoundaries (java.lang.Object, org.antlr.runtime.Token, org.antlr.runtime.Token) Object t org.antlr.runtime.Token startToken org.antlr.runtime.Token stopToken int start int stop public int getTokenStartIndex (java.lang.Object) Object t public int getTokenStopIndex (java.lang.Object) Object t public java.lang.String getText (java.lang.Object) Object t public int getType (java.lang.Object) Object t public org.antlr.runtime.Token getToken (java.lang.Object) Object t public java.lang.Object getChild (java.lang.Object, int) Object t int i public int getChildCount (java.lang.Object) Object t public java.lang.Object getParent (java.lang.Object) Object t public void setParent (java.lang.Object, java.lang.Object) Object t Object parent public int getChildIndex (java.lang.Object) Object t public void setChildIndex (java.lang.Object, int) Object t int index public void replaceChildren (java.lang.Object, int, int, java.lang.Object) Object parent int startChildIndex int stopChildIndex Object t }
org/antlr/runtime/tree/CommonTreeNodeStream.class
CommonTreeNodeStream.java package org.antlr.runtime.tree public org.antlr.runtime.tree.CommonTreeNodeStream extends org.antlr.runtime.misc.LookaheadStream implements org.antlr.runtime.tree.TreeNodeStream { public static final int DEFAULT_INITIAL_BUFFER_SIZE public static final int INITIAL_CALL_STACK_SIZE protected Object root protected org.antlr.runtime.TokenStream tokens org.antlr.runtime.tree.TreeAdaptor adaptor protected org.antlr.runtime.tree.TreeIterator it protected org.antlr.runtime.misc.IntArray calls protected boolean hasNilRoot protected int level public void <init> (java.lang.Object) Object tree public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.Object) org.antlr.runtime.tree.TreeAdaptor adaptor Object tree public void reset () public java.lang.Object nextElement () Object t public boolean isEOF (java.lang.Object) Object o public void setUniqueNavigationNodes (boolean) boolean uniqueNavigationNodes public java.lang.Object getTreeSource () public java.lang.String getSourceName () public org.antlr.runtime.TokenStream getTokenStream () public void setTokenStream (org.antlr.runtime.TokenStream) org.antlr.runtime.TokenStream tokens public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor () public void setTreeAdaptor (org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.tree.TreeAdaptor adaptor public java.lang.Object get (int) int i public int LA (int) int i public void push (int) int index public int pop () int ret public void replaceChildren (java.lang.Object, int, int, java.lang.Object) Object parent int startChildIndex int stopChildIndex Object t public java.lang.String toString (java.lang.Object, java.lang.Object) Object start Object stop public java.lang.String toTokenTypeString () StringBuffer buf Object o int type }
org/antlr/runtime/tree/DOTTreeGenerator.class
DOTTreeGenerator.java package org.antlr.runtime.tree public org.antlr.runtime.tree.DOTTreeGenerator extends java.lang.Object { public static org.antlr.stringtemplate.StringTemplate _treeST public static org.antlr.stringtemplate.StringTemplate _nodeST public static org.antlr.stringtemplate.StringTemplate _edgeST java.util.HashMap nodeToNumberMap int nodeNumber public void <init> () public org.antlr.stringtemplate.StringTemplate toDOT (java.lang.Object, org.antlr.runtime.tree.TreeAdaptor, org.antlr.stringtemplate.StringTemplate, org.antlr.stringtemplate.StringTemplate) Object tree org.antlr.runtime.tree.TreeAdaptor adaptor org.antlr.stringtemplate.StringTemplate _treeST org.antlr.stringtemplate.StringTemplate _edgeST org.antlr.stringtemplate.StringTemplate treeST public org.antlr.stringtemplate.StringTemplate toDOT (java.lang.Object, org.antlr.runtime.tree.TreeAdaptor) Object tree org.antlr.runtime.tree.TreeAdaptor adaptor public org.antlr.stringtemplate.StringTemplate toDOT (org.antlr.runtime.tree.Tree) org.antlr.runtime.tree.Tree tree protected void toDOTDefineNodes (java.lang.Object, org.antlr.runtime.tree.TreeAdaptor, org.antlr.stringtemplate.StringTemplate) Object child org.antlr.stringtemplate.StringTemplate nodeST int i Object tree org.antlr.runtime.tree.TreeAdaptor adaptor org.antlr.stringtemplate.StringTemplate treeST int n org.antlr.stringtemplate.StringTemplate parentNodeST protected void toDOTDefineEdges (java.lang.Object, org.antlr.runtime.tree.TreeAdaptor, org.antlr.stringtemplate.StringTemplate) Object child String childText String childName org.antlr.stringtemplate.StringTemplate edgeST int i Object tree org.antlr.runtime.tree.TreeAdaptor adaptor org.antlr.stringtemplate.StringTemplate treeST int n String parentName String parentText protected org.antlr.stringtemplate.StringTemplate getNodeST (org.antlr.runtime.tree.TreeAdaptor, java.lang.Object) org.antlr.runtime.tree.TreeAdaptor adaptor Object t String text org.antlr.stringtemplate.StringTemplate nodeST String uniqueName protected int getNodeNumber (java.lang.Object) Object t Integer nI protected java.lang.String fixString (java.lang.String) String in String text static void <clinit> () }
org/antlr/runtime/tree/ParseTree.class
ParseTree.java package org.antlr.runtime.tree public org.antlr.runtime.tree.ParseTree extends org.antlr.runtime.tree.BaseTree { public Object payload public java.util.List hiddenTokens public void <init> (java.lang.Object) Object label public org.antlr.runtime.tree.Tree dupNode () public int getType () public java.lang.String getText () public int getTokenStartIndex () public void setTokenStartIndex (int) int index public int getTokenStopIndex () public void setTokenStopIndex (int) int index public java.lang.String toString () org.antlr.runtime.Token t public java.lang.String toStringWithHiddenTokens () org.antlr.runtime.Token hidden int i StringBuffer buf String nodeText public java.lang.String toInputString () StringBuffer buf public void _toStringLeaves (java.lang.StringBuffer) org.antlr.runtime.tree.ParseTree t int i StringBuffer buf }
org/antlr/runtime/tree/RewriteCardinalityException.class
RewriteCardinalityException.java package org.antlr.runtime.tree public org.antlr.runtime.tree.RewriteCardinalityException extends java.lang.RuntimeException { public String elementDescription public void <init> (java.lang.String) String elementDescription public java.lang.String getMessage () }
org/antlr/runtime/tree/RewriteEarlyExitException.class
RewriteEarlyExitException.java package org.antlr.runtime.tree public org.antlr.runtime.tree.RewriteEarlyExitException extends org.antlr.runtime.tree.RewriteCardinalityException { public void <init> () public void <init> (java.lang.String) String elementDescription }
org/antlr/runtime/tree/RewriteEmptyStreamException.class
RewriteEmptyStreamException.java package org.antlr.runtime.tree public org.antlr.runtime.tree.RewriteEmptyStreamException extends org.antlr.runtime.tree.RewriteCardinalityException { public void <init> (java.lang.String) String elementDescription }
org/antlr/runtime/tree/RewriteRuleElementStream.class
RewriteRuleElementStream.java package org.antlr.runtime.tree public abstract org.antlr.runtime.tree.RewriteRuleElementStream extends java.lang.Object { protected int cursor protected Object singleElement protected java.util.List elements protected boolean dirty protected String elementDescription protected org.antlr.runtime.tree.TreeAdaptor adaptor public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String) org.antlr.runtime.tree.TreeAdaptor adaptor String elementDescription public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String, java.lang.Object) org.antlr.runtime.tree.TreeAdaptor adaptor String elementDescription Object oneElement public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String, java.util.List) org.antlr.runtime.tree.TreeAdaptor adaptor String elementDescription java.util.List elements public void reset () public void add (java.lang.Object) Object el public java.lang.Object nextTree () Object el int n Object el protected java.lang.Object _next () int n Object o protected abstract java.lang.Object dup (java.lang.Object) protected java.lang.Object toTree (java.lang.Object) Object el public boolean hasNext () public int size () int n public java.lang.String getDescription () }
org/antlr/runtime/tree/RewriteRuleNodeStream.class
RewriteRuleNodeStream.java package org.antlr.runtime.tree public org.antlr.runtime.tree.RewriteRuleNodeStream extends org.antlr.runtime.tree.RewriteRuleElementStream { public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String) org.antlr.runtime.tree.TreeAdaptor adaptor String elementDescription public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String, java.lang.Object) org.antlr.runtime.tree.TreeAdaptor adaptor String elementDescription Object oneElement public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String, java.util.List) org.antlr.runtime.tree.TreeAdaptor adaptor String elementDescription java.util.List elements public java.lang.Object nextNode () protected java.lang.Object toTree (java.lang.Object) Object el protected java.lang.Object dup (java.lang.Object) Object el }
org/antlr/runtime/tree/RewriteRuleSubtreeStream.class
RewriteRuleSubtreeStream.java package org.antlr.runtime.tree public org.antlr.runtime.tree.RewriteRuleSubtreeStream extends org.antlr.runtime.tree.RewriteRuleElementStream { public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String) org.antlr.runtime.tree.TreeAdaptor adaptor String elementDescription public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String, java.lang.Object) org.antlr.runtime.tree.TreeAdaptor adaptor String elementDescription Object oneElement public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String, java.util.List) org.antlr.runtime.tree.TreeAdaptor adaptor String elementDescription java.util.List elements public java.lang.Object nextNode () Object el int n Object tree Object el protected java.lang.Object dup (java.lang.Object) Object el }
org/antlr/runtime/tree/RewriteRuleTokenStream.class
RewriteRuleTokenStream.java package org.antlr.runtime.tree public org.antlr.runtime.tree.RewriteRuleTokenStream extends org.antlr.runtime.tree.RewriteRuleElementStream { public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String) org.antlr.runtime.tree.TreeAdaptor adaptor String elementDescription public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String, java.lang.Object) org.antlr.runtime.tree.TreeAdaptor adaptor String elementDescription Object oneElement public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String, java.util.List) org.antlr.runtime.tree.TreeAdaptor adaptor String elementDescription java.util.List elements public java.lang.Object nextNode () org.antlr.runtime.Token t public org.antlr.runtime.Token nextToken () protected java.lang.Object toTree (java.lang.Object) Object el protected java.lang.Object dup (java.lang.Object) Object el }
org/antlr/runtime/tree/Tree.class
Tree.java package org.antlr.runtime.tree public abstract org.antlr.runtime.tree.Tree extends java.lang.Object { public static final org.antlr.runtime.tree.Tree INVALID_NODE public abstract org.antlr.runtime.tree.Tree getChild (int) public abstract int getChildCount () public abstract org.antlr.runtime.tree.Tree getParent () public abstract void setParent (org.antlr.runtime.tree.Tree) public abstract boolean hasAncestor (int) public abstract org.antlr.runtime.tree.Tree getAncestor (int) public abstract java.util.List getAncestors () public abstract int getChildIndex () public abstract void setChildIndex (int) public abstract void freshenParentAndChildIndexes () public abstract void addChild (org.antlr.runtime.tree.Tree) public abstract void setChild (int, org.antlr.runtime.tree.Tree) public abstract java.lang.Object deleteChild (int) public abstract void replaceChildren (int, int, java.lang.Object) public abstract boolean isNil () public abstract int getTokenStartIndex () public abstract void setTokenStartIndex (int) public abstract int getTokenStopIndex () public abstract void setTokenStopIndex (int) public abstract org.antlr.runtime.tree.Tree dupNode () public abstract int getType () public abstract java.lang.String getText () public abstract int getLine () public abstract int getCharPositionInLine () public abstract java.lang.String toStringTree () public abstract java.lang.String toString () static void <clinit> () }
org/antlr/runtime/tree/TreeAdaptor.class
TreeAdaptor.java package org.antlr.runtime.tree public abstract org.antlr.runtime.tree.TreeAdaptor extends java.lang.Object { public abstract java.lang.Object create (org.antlr.runtime.Token) public abstract java.lang.Object dupNode (java.lang.Object) public abstract java.lang.Object dupTree (java.lang.Object) public abstract java.lang.Object nil () public abstract java.lang.Object errorNode (org.antlr.runtime.TokenStream, org.antlr.runtime.Token, org.antlr.runtime.Token, org.antlr.runtime.RecognitionException) public abstract boolean isNil (java.lang.Object) public abstract void addChild (java.lang.Object, java.lang.Object) public abstract java.lang.Object becomeRoot (java.lang.Object, java.lang.Object) public abstract java.lang.Object rulePostProcessing (java.lang.Object) public abstract int getUniqueID (java.lang.Object) public abstract java.lang.Object becomeRoot (org.antlr.runtime.Token, java.lang.Object) public abstract java.lang.Object create (int, org.antlr.runtime.Token) public abstract java.lang.Object create (int, org.antlr.runtime.Token, java.lang.String) public abstract java.lang.Object create (int, java.lang.String) public abstract int getType (java.lang.Object) public abstract void setType (java.lang.Object, int) public abstract java.lang.String getText (java.lang.Object) public abstract void setText (java.lang.Object, java.lang.String) public abstract org.antlr.runtime.Token getToken (java.lang.Object) public abstract void setTokenBoundaries (java.lang.Object, org.antlr.runtime.Token, org.antlr.runtime.Token) public abstract int getTokenStartIndex (java.lang.Object) public abstract int getTokenStopIndex (java.lang.Object) public abstract java.lang.Object getChild (java.lang.Object, int) public abstract void setChild (java.lang.Object, int, java.lang.Object) public abstract java.lang.Object deleteChild (java.lang.Object, int) public abstract int getChildCount (java.lang.Object) public abstract java.lang.Object getParent (java.lang.Object) public abstract void setParent (java.lang.Object, java.lang.Object) public abstract int getChildIndex (java.lang.Object) public abstract void setChildIndex (java.lang.Object, int) public abstract void replaceChildren (java.lang.Object, int, int, java.lang.Object) }
org/antlr/runtime/tree/TreeFilter$1.class
TreeFilter.java package org.antlr.runtime.tree org.antlr.runtime.tree.TreeFilter$1 extends java.lang.Object implements org.antlr.runtime.tree.TreeVisitorAction { private final org.antlr.runtime.tree.TreeFilter this$0 void <init> (org.antlr.runtime.tree.TreeFilter) public java.lang.Object pre (java.lang.Object) Object t public java.lang.Object post (java.lang.Object) Object t }
org/antlr/runtime/tree/TreeFilter$2.class
TreeFilter.java package org.antlr.runtime.tree org.antlr.runtime.tree.TreeFilter$2 extends java.lang.Object implements org.antlr.runtime.tree.TreeFilter$fptr { private final org.antlr.runtime.tree.TreeFilter this$0 void <init> (org.antlr.runtime.tree.TreeFilter) public void rule () throws org.antlr.runtime.RecognitionException }
org/antlr/runtime/tree/TreeFilter$3.class
TreeFilter.java package org.antlr.runtime.tree org.antlr.runtime.tree.TreeFilter$3 extends java.lang.Object implements org.antlr.runtime.tree.TreeFilter$fptr { private final org.antlr.runtime.tree.TreeFilter this$0 void <init> (org.antlr.runtime.tree.TreeFilter) public void rule () throws org.antlr.runtime.RecognitionException }
org/antlr/runtime/tree/TreeFilter$fptr.class
TreeFilter.java package org.antlr.runtime.tree public abstract org.antlr.runtime.tree.TreeFilter$fptr extends java.lang.Object { public abstract void rule () throws org.antlr.runtime.RecognitionException }
org/antlr/runtime/tree/TreeFilter.class
TreeFilter.java package org.antlr.runtime.tree public org.antlr.runtime.tree.TreeFilter extends org.antlr.runtime.tree.TreeParser { protected org.antlr.runtime.TokenStream originalTokenStream protected org.antlr.runtime.tree.TreeAdaptor originalAdaptor org.antlr.runtime.tree.TreeFilter$fptr topdown_fptr org.antlr.runtime.tree.TreeFilter$fptr bottomup_fptr public void <init> (org.antlr.runtime.tree.TreeNodeStream) org.antlr.runtime.tree.TreeNodeStream input public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.RecognizerSharedState state public void applyOnce (java.lang.Object, org.antlr.runtime.tree.TreeFilter$fptr) org.antlr.runtime.RecognitionException e Object t org.antlr.runtime.tree.TreeFilter$fptr whichRule public void downup (java.lang.Object) Object t org.antlr.runtime.tree.TreeVisitor v org.antlr.runtime.tree.TreeVisitorAction actions public void topdown () throws org.antlr.runtime.RecognitionException public void bottomup () throws org.antlr.runtime.RecognitionException }
org/antlr/runtime/tree/TreeIterator.class
TreeIterator.java package org.antlr.runtime.tree public org.antlr.runtime.tree.TreeIterator extends java.lang.Object implements java.util.Iterator { protected org.antlr.runtime.tree.TreeAdaptor adaptor protected Object root protected Object tree protected boolean firstTime public Object up public Object down public Object eof protected org.antlr.runtime.misc.FastQueue nodes public void <init> (java.lang.Object) Object tree public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.Object) org.antlr.runtime.tree.TreeAdaptor adaptor Object tree public void reset () public boolean hasNext () public java.lang.Object next () Object parent int nextSiblingIndex public void remove () }
org/antlr/runtime/tree/TreeNodeStream.class
TreeNodeStream.java package org.antlr.runtime.tree public abstract org.antlr.runtime.tree.TreeNodeStream extends java.lang.Object implements org.antlr.runtime.IntStream { public abstract java.lang.Object get (int) public abstract java.lang.Object LT (int) public abstract java.lang.Object getTreeSource () public abstract org.antlr.runtime.TokenStream getTokenStream () public abstract org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor () public abstract void setUniqueNavigationNodes (boolean) public abstract void reset () public abstract java.lang.String toString (java.lang.Object, java.lang.Object) public abstract void replaceChildren (java.lang.Object, int, int, java.lang.Object) }
org/antlr/runtime/tree/TreeParser.class
TreeParser.java package org.antlr.runtime.tree public org.antlr.runtime.tree.TreeParser extends org.antlr.runtime.BaseRecognizer { public static final int DOWN public static final int UP static String dotdot static String doubleEtc static java.util.regex.Pattern dotdotPattern static java.util.regex.Pattern doubleEtcPattern protected org.antlr.runtime.tree.TreeNodeStream input public void <init> (org.antlr.runtime.tree.TreeNodeStream) org.antlr.runtime.tree.TreeNodeStream input public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.RecognizerSharedState state public void reset () public void setTreeNodeStream (org.antlr.runtime.tree.TreeNodeStream) org.antlr.runtime.tree.TreeNodeStream input public org.antlr.runtime.tree.TreeNodeStream getTreeNodeStream () public java.lang.String getSourceName () protected java.lang.Object getCurrentInputSymbol (org.antlr.runtime.IntStream) org.antlr.runtime.IntStream input protected java.lang.Object getMissingSymbol (org.antlr.runtime.IntStream, org.antlr.runtime.RecognitionException, int, org.antlr.runtime.BitSet) org.antlr.runtime.IntStream input org.antlr.runtime.RecognitionException e int expectedTokenType org.antlr.runtime.BitSet follow String tokenText org.antlr.runtime.tree.TreeAdaptor adaptor public void matchAny (org.antlr.runtime.IntStream) org.antlr.runtime.IntStream ignore Object look int level int tokenType protected java.lang.Object recoverFromMismatchedToken (org.antlr.runtime.IntStream, int, org.antlr.runtime.BitSet) throws org.antlr.runtime.RecognitionException org.antlr.runtime.IntStream input int ttype org.antlr.runtime.BitSet follow public java.lang.String getErrorHeader (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException e public java.lang.String getErrorMessage (org.antlr.runtime.RecognitionException, java.lang.String[]) org.antlr.runtime.tree.TreeAdaptor adaptor org.antlr.runtime.RecognitionException e String[] tokenNames public boolean inContext (java.lang.String) String context public static boolean inContext (org.antlr.runtime.tree.TreeAdaptor, java.lang.String[], java.lang.Object, java.lang.String) String goal Object ancestor String name org.antlr.runtime.tree.TreeAdaptor adaptor String[] tokenNames Object t String context java.util.regex.Matcher dotdotMatcher java.util.regex.Matcher doubleEtcMatcher String[] nodes int ni protected static java.lang.Object getAncestor (org.antlr.runtime.tree.TreeAdaptor, java.lang.String[], java.lang.Object, java.lang.String) String name org.antlr.runtime.tree.TreeAdaptor adaptor String[] tokenNames Object t String goal public void traceIn (java.lang.String, int) String ruleName int ruleIndex public void traceOut (java.lang.String, int) String ruleName int ruleIndex static void <clinit> () }
org/antlr/runtime/tree/TreePatternLexer.class
TreePatternLexer.java package org.antlr.runtime.tree public org.antlr.runtime.tree.TreePatternLexer extends java.lang.Object { public static final int EOF public static final int BEGIN public static final int END public static final int ID public static final int ARG public static final int PERCENT public static final int COLON public static final int DOT protected String pattern protected int p protected int c protected int n public StringBuffer sval public boolean error public void <init> (java.lang.String) String pattern public int nextToken () protected void consume () }
org/antlr/runtime/tree/TreePatternParser.class
TreePatternParser.java package org.antlr.runtime.tree public org.antlr.runtime.tree.TreePatternParser extends java.lang.Object { protected org.antlr.runtime.tree.TreePatternLexer tokenizer protected int ttype protected org.antlr.runtime.tree.TreeWizard wizard protected org.antlr.runtime.tree.TreeAdaptor adaptor static Class class$org$antlr$runtime$tree$TreeWizard$TreePattern public void <init> (org.antlr.runtime.tree.TreePatternLexer, org.antlr.runtime.tree.TreeWizard, org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.tree.TreePatternLexer tokenizer org.antlr.runtime.tree.TreeWizard wizard org.antlr.runtime.tree.TreeAdaptor adaptor public java.lang.Object pattern () Object node public java.lang.Object parseTree () Object subtree Object child Object root public java.lang.Object parseNode () org.antlr.runtime.Token wildcardPayload org.antlr.runtime.tree.TreeWizard$TreePattern node String label String tokenName String text String arg int treeNodeType Object node static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 }
org/antlr/runtime/tree/TreeRewriter$1.class
TreeRewriter.java package org.antlr.runtime.tree org.antlr.runtime.tree.TreeRewriter$1 extends java.lang.Object implements org.antlr.runtime.tree.TreeVisitorAction { private final org.antlr.runtime.tree.TreeRewriter this$0 void <init> (org.antlr.runtime.tree.TreeRewriter) public java.lang.Object pre (java.lang.Object) Object t public java.lang.Object post (java.lang.Object) Object t }
org/antlr/runtime/tree/TreeRewriter$2.class
TreeRewriter.java package org.antlr.runtime.tree org.antlr.runtime.tree.TreeRewriter$2 extends java.lang.Object implements org.antlr.runtime.tree.TreeRewriter$fptr { private final org.antlr.runtime.tree.TreeRewriter this$0 void <init> (org.antlr.runtime.tree.TreeRewriter) public java.lang.Object rule () throws org.antlr.runtime.RecognitionException }
org/antlr/runtime/tree/TreeRewriter$3.class
TreeRewriter.java package org.antlr.runtime.tree org.antlr.runtime.tree.TreeRewriter$3 extends java.lang.Object implements org.antlr.runtime.tree.TreeRewriter$fptr { private final org.antlr.runtime.tree.TreeRewriter this$0 void <init> (org.antlr.runtime.tree.TreeRewriter) public java.lang.Object rule () throws org.antlr.runtime.RecognitionException }
org/antlr/runtime/tree/TreeRewriter$fptr.class
TreeRewriter.java package org.antlr.runtime.tree public abstract org.antlr.runtime.tree.TreeRewriter$fptr extends java.lang.Object { public abstract java.lang.Object rule () throws org.antlr.runtime.RecognitionException }
org/antlr/runtime/tree/TreeRewriter.class
TreeRewriter.java package org.antlr.runtime.tree public org.antlr.runtime.tree.TreeRewriter extends org.antlr.runtime.tree.TreeParser { protected boolean showTransformations protected org.antlr.runtime.TokenStream originalTokenStream protected org.antlr.runtime.tree.TreeAdaptor originalAdaptor org.antlr.runtime.tree.TreeRewriter$fptr topdown_fptr org.antlr.runtime.tree.TreeRewriter$fptr bottomup_ftpr public void <init> (org.antlr.runtime.tree.TreeNodeStream) org.antlr.runtime.tree.TreeNodeStream input public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.RecognizerSharedState state public java.lang.Object applyOnce (java.lang.Object, org.antlr.runtime.tree.TreeRewriter$fptr) org.antlr.runtime.tree.TreeRuleReturnScope r org.antlr.runtime.RecognitionException e Object t org.antlr.runtime.tree.TreeRewriter$fptr whichRule public java.lang.Object applyRepeatedly (java.lang.Object, org.antlr.runtime.tree.TreeRewriter$fptr) Object u Object t org.antlr.runtime.tree.TreeRewriter$fptr whichRule boolean treeChanged public java.lang.Object downup (java.lang.Object) Object t public java.lang.Object downup (java.lang.Object, boolean) Object t boolean showTransformations org.antlr.runtime.tree.TreeVisitor v org.antlr.runtime.tree.TreeVisitorAction actions public void reportTransformation (java.lang.Object, java.lang.Object) Object oldTree Object newTree public java.lang.Object topdown () throws org.antlr.runtime.RecognitionException public java.lang.Object bottomup () throws org.antlr.runtime.RecognitionException }
org/antlr/runtime/tree/TreeRuleReturnScope.class
TreeRuleReturnScope.java package org.antlr.runtime.tree public org.antlr.runtime.tree.TreeRuleReturnScope extends org.antlr.runtime.RuleReturnScope { public Object start public void <init> () public java.lang.Object getStart () }
org/antlr/runtime/tree/TreeVisitor.class
TreeVisitor.java package org.antlr.runtime.tree public org.antlr.runtime.tree.TreeVisitor extends java.lang.Object { protected org.antlr.runtime.tree.TreeAdaptor adaptor public void <init> (org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.tree.TreeAdaptor adaptor public void <init> () public java.lang.Object visit (java.lang.Object, org.antlr.runtime.tree.TreeVisitorAction) Object child Object visitResult Object childAfterVisit int i Object t org.antlr.runtime.tree.TreeVisitorAction action boolean isNil }
org/antlr/runtime/tree/TreeVisitorAction.class
TreeVisitorAction.java package org.antlr.runtime.tree public abstract org.antlr.runtime.tree.TreeVisitorAction extends java.lang.Object { public abstract java.lang.Object pre (java.lang.Object) public abstract java.lang.Object post (java.lang.Object) }
org/antlr/runtime/tree/TreeWizard$1.class
TreeWizard.java package org.antlr.runtime.tree org.antlr.runtime.tree.TreeWizard$1 extends org.antlr.runtime.tree.TreeWizard$Visitor { private final java.util.List val$nodes private final org.antlr.runtime.tree.TreeWizard this$0 void <init> (org.antlr.runtime.tree.TreeWizard, java.util.List) public void visit (java.lang.Object) Object t }
org/antlr/runtime/tree/TreeWizard$2.class
TreeWizard.java package org.antlr.runtime.tree org.antlr.runtime.tree.TreeWizard$2 extends java.lang.Object implements org.antlr.runtime.tree.TreeWizard$ContextVisitor { private final org.antlr.runtime.tree.TreeWizard$TreePattern val$tpattern private final java.util.List val$subtrees private final org.antlr.runtime.tree.TreeWizard this$0 void <init> (org.antlr.runtime.tree.TreeWizard, org.antlr.runtime.tree.TreeWizard$TreePattern, java.util.List) public void visit (java.lang.Object, java.lang.Object, int, java.util.Map) Object t Object parent int childIndex java.util.Map labels }
org/antlr/runtime/tree/TreeWizard$3.class
TreeWizard.java package org.antlr.runtime.tree org.antlr.runtime.tree.TreeWizard$3 extends java.lang.Object implements org.antlr.runtime.tree.TreeWizard$ContextVisitor { private final java.util.Map val$labels private final org.antlr.runtime.tree.TreeWizard$TreePattern val$tpattern private final org.antlr.runtime.tree.TreeWizard$ContextVisitor val$visitor private final org.antlr.runtime.tree.TreeWizard this$0 void <init> (org.antlr.runtime.tree.TreeWizard, java.util.Map, org.antlr.runtime.tree.TreeWizard$TreePattern, org.antlr.runtime.tree.TreeWizard$ContextVisitor) public void visit (java.lang.Object, java.lang.Object, int, java.util.Map) Object t Object parent int childIndex java.util.Map unusedlabels }
org/antlr/runtime/tree/TreeWizard$ContextVisitor.class
TreeWizard.java package org.antlr.runtime.tree public abstract org.antlr.runtime.tree.TreeWizard$ContextVisitor extends java.lang.Object { public abstract void visit (java.lang.Object, java.lang.Object, int, java.util.Map) }
org/antlr/runtime/tree/TreeWizard$TreePattern.class
TreeWizard.java package org.antlr.runtime.tree public org.antlr.runtime.tree.TreeWizard$TreePattern extends org.antlr.runtime.tree.CommonTree { public String label public boolean hasTextArg public void <init> (org.antlr.runtime.Token) org.antlr.runtime.Token payload public java.lang.String toString () }
org/antlr/runtime/tree/TreeWizard$TreePatternTreeAdaptor.class
TreeWizard.java package org.antlr.runtime.tree public org.antlr.runtime.tree.TreeWizard$TreePatternTreeAdaptor extends org.antlr.runtime.tree.CommonTreeAdaptor { public void <init> () public java.lang.Object create (org.antlr.runtime.Token) org.antlr.runtime.Token payload }
org/antlr/runtime/tree/TreeWizard$Visitor.class
TreeWizard.java package org.antlr.runtime.tree public abstract org.antlr.runtime.tree.TreeWizard$Visitor extends java.lang.Object implements org.antlr.runtime.tree.TreeWizard$ContextVisitor { public void <init> () public void visit (java.lang.Object, java.lang.Object, int, java.util.Map) Object t Object parent int childIndex java.util.Map labels public abstract void visit (java.lang.Object) }
org/antlr/runtime/tree/TreeWizard$WildcardTreePattern.class
TreeWizard.java package org.antlr.runtime.tree public org.antlr.runtime.tree.TreeWizard$WildcardTreePattern extends org.antlr.runtime.tree.TreeWizard$TreePattern { public void <init> (org.antlr.runtime.Token) org.antlr.runtime.Token payload }
org/antlr/runtime/tree/TreeWizard.class
TreeWizard.java package org.antlr.runtime.tree public org.antlr.runtime.tree.TreeWizard extends java.lang.Object { protected org.antlr.runtime.tree.TreeAdaptor adaptor protected java.util.Map tokenNameToTypeMap static Class class$org$antlr$runtime$tree$TreeWizard$WildcardTreePattern public void <init> (org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.tree.TreeAdaptor adaptor public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.util.Map) org.antlr.runtime.tree.TreeAdaptor adaptor java.util.Map tokenNameToTypeMap public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.String[]) org.antlr.runtime.tree.TreeAdaptor adaptor String[] tokenNames public void <init> (java.lang.String[]) String[] tokenNames public java.util.Map computeTokenTypes (java.lang.String[]) String name int ttype String[] tokenNames java.util.Map m public int getTokenType (java.lang.String) String tokenName Integer ttypeI public java.util.Map index (java.lang.Object) Object t java.util.Map m protected void _index (java.lang.Object, java.util.Map) Object child int i Object t java.util.Map m int ttype java.util.List elements int n public java.util.List find (java.lang.Object, int) Object t int ttype java.util.List nodes public java.util.List find (java.lang.Object, java.lang.String) Object t String pattern java.util.List subtrees org.antlr.runtime.tree.TreePatternLexer tokenizer org.antlr.runtime.tree.TreePatternParser parser org.antlr.runtime.tree.TreeWizard$TreePattern tpattern int rootTokenType public java.lang.Object findFirst (java.lang.Object, int) Object t int ttype public java.lang.Object findFirst (java.lang.Object, java.lang.String) Object t String pattern public void visit (java.lang.Object, int, org.antlr.runtime.tree.TreeWizard$ContextVisitor) Object t int ttype org.antlr.runtime.tree.TreeWizard$ContextVisitor visitor protected void _visit (java.lang.Object, java.lang.Object, int, int, org.antlr.runtime.tree.TreeWizard$ContextVisitor) Object child int i Object t Object parent int childIndex int ttype org.antlr.runtime.tree.TreeWizard$ContextVisitor visitor int n public void visit (java.lang.Object, java.lang.String, org.antlr.runtime.tree.TreeWizard$ContextVisitor) Object t String pattern org.antlr.runtime.tree.TreeWizard$ContextVisitor visitor org.antlr.runtime.tree.TreePatternLexer tokenizer org.antlr.runtime.tree.TreePatternParser parser org.antlr.runtime.tree.TreeWizard$TreePattern tpattern java.util.Map labels int rootTokenType public boolean parse (java.lang.Object, java.lang.String, java.util.Map) Object t String pattern java.util.Map labels org.antlr.runtime.tree.TreePatternLexer tokenizer org.antlr.runtime.tree.TreePatternParser parser org.antlr.runtime.tree.TreeWizard$TreePattern tpattern boolean matched public boolean parse (java.lang.Object, java.lang.String) Object t String pattern protected boolean _parse (java.lang.Object, org.antlr.runtime.tree.TreeWizard$TreePattern, java.util.Map) Object child1 org.antlr.runtime.tree.TreeWizard$TreePattern child2 int i Object t1 org.antlr.runtime.tree.TreeWizard$TreePattern tpattern java.util.Map labels int n1 int n2 public java.lang.Object create (java.lang.String) String pattern org.antlr.runtime.tree.TreePatternLexer tokenizer org.antlr.runtime.tree.TreePatternParser parser Object t public static boolean equals (java.lang.Object, java.lang.Object, org.antlr.runtime.tree.TreeAdaptor) Object t1 Object t2 org.antlr.runtime.tree.TreeAdaptor adaptor public boolean equals (java.lang.Object, java.lang.Object) Object t1 Object t2 protected static boolean _equals (java.lang.Object, java.lang.Object, org.antlr.runtime.tree.TreeAdaptor) Object child1 Object child2 int i Object t1 Object t2 org.antlr.runtime.tree.TreeAdaptor adaptor int n1 int n2 static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 }
org/antlr/runtime/UnbufferedTokenStream.class
UnbufferedTokenStream.java package org.antlr.runtime public org.antlr.runtime.UnbufferedTokenStream extends org.antlr.runtime.misc.LookaheadStream implements org.antlr.runtime.TokenStream { protected org.antlr.runtime.TokenSource tokenSource protected int tokenIndex protected int channel public void <init> (org.antlr.runtime.TokenSource) org.antlr.runtime.TokenSource tokenSource public org.antlr.runtime.Token nextElement () org.antlr.runtime.Token t public boolean isEOF (org.antlr.runtime.Token) org.antlr.runtime.Token o public org.antlr.runtime.TokenSource getTokenSource () public java.lang.String toString (int, int) int start int stop public java.lang.String toString (org.antlr.runtime.Token, org.antlr.runtime.Token) org.antlr.runtime.Token start org.antlr.runtime.Token stop public int LA (int) int i public org.antlr.runtime.Token get (int) int i public java.lang.String getSourceName () public boolean isEOF (java.lang.Object) Object x0 public java.lang.Object nextElement () public org.antlr.runtime.Token LT (int) int x0 }
org/antlr/runtime/UnwantedTokenException.class
UnwantedTokenException.java package org.antlr.runtime public org.antlr.runtime.UnwantedTokenException extends org.antlr.runtime.MismatchedTokenException { public void <init> () public void <init> (int, org.antlr.runtime.IntStream) int expecting org.antlr.runtime.IntStream input public org.antlr.runtime.Token getUnexpectedToken () public java.lang.String toString () String exp }
META-INF/maven/org.antlr/antlr-runtime/
META-INF/maven/org.antlr/antlr-runtime/pom.xml
META-INF/maven/org.antlr/antlr-runtime/pom.properties
org/antlr/stringtemplate/
org/antlr/stringtemplate/misc/
org/antlr/stringtemplate/language/
org/antlr/stringtemplate/StringTemplateErrorListener.class
StringTemplateErrorListener.java package org.antlr.stringtemplate public abstract org.antlr.stringtemplate.StringTemplateErrorListener extends java.lang.Object { public abstract void error (java.lang.String, java.lang.Throwable) public abstract void warning (java.lang.String) }
org/antlr/stringtemplate/StringTemplate.class
StringTemplate.java package org.antlr.stringtemplate public org.antlr.stringtemplate.StringTemplate extends java.lang.Object { public static final String VERSION public static final int REGION_IMPLICIT public static final int REGION_EMBEDDED public static final int REGION_EXPLICIT public static final String ANONYMOUS_ST_NAME static boolean lintMode protected java.util.List referencedAttributes protected String name private static int templateCounter protected int templateID protected org.antlr.stringtemplate.StringTemplate enclosingInstance protected java.util.Map argumentContext protected org.antlr.stringtemplate.language.StringTemplateAST argumentsAST protected java.util.LinkedHashMap formalArguments protected int numberOfDefaultArgumentValues protected boolean passThroughAttributes protected org.antlr.stringtemplate.StringTemplateGroup nativeGroup protected org.antlr.stringtemplate.StringTemplateGroup group protected int groupFileLine org.antlr.stringtemplate.StringTemplateErrorListener listener protected String pattern protected java.util.Map attributes protected java.util.Map attributeRenderers protected java.util.List chunks protected int regionDefType protected boolean isRegion protected java.util.Set regions public static org.antlr.stringtemplate.StringTemplateGroup defaultGroup static Class class$org$antlr$stringtemplate$StringTemplate$STAttributeList static Class class$org$antlr$stringtemplate$StringTemplate static Class class$java$io$Reader private static synchronized int getNextTemplateCounter () public static void resetTemplateCounter () public void <init> () public void <init> (java.lang.String) String template public void <init> (java.lang.String, java.lang.Class) String template Class lexer public void <init> (org.antlr.stringtemplate.StringTemplateGroup, java.lang.String) org.antlr.stringtemplate.StringTemplateGroup group String template public void <init> (org.antlr.stringtemplate.StringTemplateGroup, java.lang.String, java.util.HashMap) org.antlr.stringtemplate.StringTemplateGroup group String template java.util.HashMap attributes protected void dup (org.antlr.stringtemplate.StringTemplate, org.antlr.stringtemplate.StringTemplate) org.antlr.stringtemplate.StringTemplate from org.antlr.stringtemplate.StringTemplate to public org.antlr.stringtemplate.StringTemplate getInstanceOf () org.antlr.stringtemplate.StringTemplate t public org.antlr.stringtemplate.StringTemplate getEnclosingInstance () public org.antlr.stringtemplate.StringTemplate getOutermostEnclosingInstance () public void setEnclosingInstance (org.antlr.stringtemplate.StringTemplate) org.antlr.stringtemplate.StringTemplate enclosingInstance public java.util.Map getArgumentContext () public void setArgumentContext (java.util.Map) java.util.Map ac public org.antlr.stringtemplate.language.StringTemplateAST getArgumentsAST () public void setArgumentsAST (org.antlr.stringtemplate.language.StringTemplateAST) org.antlr.stringtemplate.language.StringTemplateAST argumentsAST public java.lang.String getName () public java.lang.String getOutermostName () public void setName (java.lang.String) String name public org.antlr.stringtemplate.StringTemplateGroup getGroup () public void setGroup (org.antlr.stringtemplate.StringTemplateGroup) org.antlr.stringtemplate.StringTemplateGroup group public org.antlr.stringtemplate.StringTemplateGroup getNativeGroup () public void setNativeGroup (org.antlr.stringtemplate.StringTemplateGroup) org.antlr.stringtemplate.StringTemplateGroup nativeGroup public int getGroupFileLine () public void setGroupFileLine (int) int groupFileLine public void setTemplate (java.lang.String) String template public java.lang.String getTemplate () public void setErrorListener (org.antlr.stringtemplate.StringTemplateErrorListener) org.antlr.stringtemplate.StringTemplateErrorListener listener public org.antlr.stringtemplate.StringTemplateErrorListener getErrorListener () public void reset () public void setPredefinedAttributes () public void removeAttribute (java.lang.String) String name public void setAttribute (java.lang.String, java.lang.Object) java.util.List listAttr String name Object value Object o org.antlr.stringtemplate.StringTemplate$STAttributeList v public void setAttribute (java.lang.String, int) String name int value public void setAttribute (java.lang.String, java.lang.Object, java.lang.Object) String aggrSpec Object v1 Object v2 public void setAttribute (java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object) String aggrSpec Object v1 Object v2 Object v3 public void setAttribute (java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) String aggrSpec Object v1 Object v2 Object v3 Object v4 public void setAttribute (java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) String aggrSpec Object v1 Object v2 Object v3 Object v4 Object v5 protected void setAttribute (java.lang.String, java.lang.Object[]) Object value int i String aggrSpec Object[] values java.util.List properties String aggrName org.antlr.stringtemplate.StringTemplate$Aggregate aggr protected java.lang.String parseAggregateAttributeSpec (java.lang.String, java.util.List) String token String aggrSpec java.util.List properties int dot String aggrName String propString boolean error java.util.StringTokenizer tokenizer protected void rawSetAttribute (java.util.Map, java.lang.String, java.lang.Object) java.util.Map attributes String name Object value public void rawSetArgumentAttribute (org.antlr.stringtemplate.StringTemplate, java.util.Map, java.lang.String, java.lang.Object) org.antlr.stringtemplate.StringTemplate embedded java.util.Map attributes String name Object value public java.lang.Object getAttribute (java.lang.String) String name Object v public int write (org.antlr.stringtemplate.StringTemplateWriter) throws java.io.IOException org.antlr.stringtemplate.language.Expr a int chunkN int i org.antlr.stringtemplate.StringTemplateWriter out int n boolean missing public java.lang.Object get (org.antlr.stringtemplate.StringTemplate, java.lang.String) java.util.Map argContext Object valueFromEnclosing org.antlr.stringtemplate.StringTemplate self String attribute Object o protected void breakTemplateIntoChunks () Class lexerClass java.lang.reflect.Constructor ctor antlr.CharScanner chunkStream org.antlr.stringtemplate.language.TemplateParser chunkifier String name String outerName Exception e public org.antlr.stringtemplate.language.ASTExpr parseAction (java.lang.String) java.util.Map options antlr.collections.AST tree antlr.RecognitionException re antlr.TokenStreamException tse String action org.antlr.stringtemplate.language.ActionLexer lexer org.antlr.stringtemplate.language.ActionParser parser org.antlr.stringtemplate.language.ASTExpr a public int getTemplateID () public java.util.Map getAttributes () public java.util.List getChunks () public void addChunk (org.antlr.stringtemplate.language.Expr) org.antlr.stringtemplate.language.Expr e public void setAttributes (java.util.Map) java.util.Map attributes public java.util.Map getFormalArguments () public void setFormalArguments (java.util.LinkedHashMap) java.util.LinkedHashMap args public void setDefaultArgumentValues () org.antlr.stringtemplate.language.ASTExpr e Object a Object defaultValue int nchunks Object existingValue String argName org.antlr.stringtemplate.language.FormalArgument arg java.util.Iterator it java.util.Set argNames public org.antlr.stringtemplate.language.FormalArgument lookupFormalArgument (java.lang.String) String name org.antlr.stringtemplate.language.FormalArgument arg public org.antlr.stringtemplate.language.FormalArgument getFormalArgument (java.lang.String) String name public void defineEmptyFormalArgumentList () public void defineFormalArgument (java.lang.String) String name public void defineFormalArguments (java.util.List) String name int i java.util.List names public void defineFormalArgument (java.lang.String, org.antlr.stringtemplate.StringTemplate) String name org.antlr.stringtemplate.StringTemplate defaultValue org.antlr.stringtemplate.language.FormalArgument a public void setPassThroughAttributes (boolean) boolean passThroughAttributes public void setAttributeRenderers (java.util.Map) java.util.Map renderers public void registerRenderer (java.lang.Class, org.antlr.stringtemplate.AttributeRenderer) Class attributeClassType org.antlr.stringtemplate.AttributeRenderer renderer public org.antlr.stringtemplate.AttributeRenderer getAttributeRenderer (java.lang.Class) Class attributeClassType org.antlr.stringtemplate.AttributeRenderer renderer public void error (java.lang.String) String msg public void warning (java.lang.String) String msg public void error (java.lang.String, java.lang.Throwable) String msg Throwable e public static void setLintMode (boolean) boolean lint public static boolean inLintMode () protected void trackAttributeReference (java.lang.String) String name public static boolean isRecursiveEnclosingInstance (org.antlr.stringtemplate.StringTemplate) org.antlr.stringtemplate.StringTemplate st org.antlr.stringtemplate.StringTemplate p public java.lang.String getEnclosingInstanceStackTrace () org.antlr.stringtemplate.StringTemplate st org.antlr.stringtemplate.StringTemplate st Object listValue int j java.util.List list int n String attrName Object o java.util.Iterator iter int i StringBuffer buf java.util.Set seen org.antlr.stringtemplate.StringTemplate p public java.lang.String getTemplateDeclaratorString () StringBuffer buf protected java.lang.String getTemplateHeaderString (boolean) StringBuffer buf boolean showAttributes protected void checkNullAttributeAgainstFormalArguments (org.antlr.stringtemplate.StringTemplate, java.lang.String) org.antlr.stringtemplate.StringTemplate self String attribute org.antlr.stringtemplate.language.FormalArgument formalArg protected void checkForTrouble () String name java.util.Set names java.util.Iterator iter public java.lang.String getEnclosingInstanceStackString () String name java.util.List names org.antlr.stringtemplate.StringTemplate p public boolean isRegion () public void setIsRegion (boolean) boolean isRegion public void addRegionName (java.lang.String) String name public boolean containsRegionName (java.lang.String) String name public int getRegionDefType () public void setRegionDefType (int) int regionDefType public java.lang.String toDebugString () String name Object value java.util.Iterator iter java.util.Set attrNames int n StringBuffer buf public java.lang.String toStructureString () public java.lang.String toStructureString (int) int i Object o int i java.util.List alist Object o java.util.Iterator iterator java.util.Map m java.util.Collection mvalues String name Object value java.util.Iterator iter java.util.Set attrNames int indent StringBuffer buf public org.antlr.stringtemplate.StringTemplate getDOTForDependencyGraph (boolean) String trg java.util.Iterator it2 String src java.util.Set targetNodes java.util.Iterator it boolean showAttributes String structure org.antlr.stringtemplate.StringTemplate graphST java.util.HashMap edges java.util.Set sourceNodes public void getDependencyGraph (java.util.Map, boolean) String targetNode String targetNode Object o int i java.util.List alist String targetNode Object o java.util.Iterator iterator java.util.Map m java.util.Collection mvalues String name Object value java.util.Iterator iter java.util.Set attrNames org.antlr.stringtemplate.StringTemplate st antlr.collections.AST t String templateInclude org.antlr.stringtemplate.StringTemplateGroup group org.antlr.stringtemplate.language.ASTExpr e antlr.collections.AST tree antlr.collections.AST includeAST antlr.collections.ASTEnumeration it org.antlr.stringtemplate.language.Expr expr int i java.util.Map edges boolean showAttributes String srcNode protected void putToMultiValuedMap (java.util.Map, java.lang.Object, java.lang.Object) java.util.Map map Object key Object value java.util.HashSet bag public void printDebugString () Object o int i java.util.ArrayList alist String name Object value java.util.Iterator iter java.util.Set attrNames int n public java.lang.String toString () public java.lang.String toString (int) java.io.IOException io int lineWidth java.io.StringWriter out org.antlr.stringtemplate.StringTemplateWriter wr static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 static void <clinit> () }
org/antlr/stringtemplate/CommonGroupLoader.class
CommonGroupLoader.java package org.antlr.stringtemplate public org.antlr.stringtemplate.CommonGroupLoader extends org.antlr.stringtemplate.PathGroupLoader { public void <init> (org.antlr.stringtemplate.StringTemplateErrorListener) org.antlr.stringtemplate.StringTemplateErrorListener errors public void <init> (java.lang.String, org.antlr.stringtemplate.StringTemplateErrorListener) String dirStr org.antlr.stringtemplate.StringTemplateErrorListener errors protected java.io.BufferedReader locate (java.lang.String) throws java.io.IOException String dir String fileName ClassLoader cl java.io.InputStream is int i String name }
org/antlr/stringtemplate/misc/JTreeStringTemplateModel$MapEntryWrapper.class
JTreeStringTemplateModel.java package org.antlr.stringtemplate.misc org.antlr.stringtemplate.misc.JTreeStringTemplateModel$MapEntryWrapper extends org.antlr.stringtemplate.misc.JTreeStringTemplateModel$Wrapper { Object key Object value public void <init> (java.lang.Object, java.lang.Object) Object key Object value public java.lang.Object getWrappedObject () public int getChildCount (java.lang.Object) Object parent public int getIndexOfChild (java.lang.Object, java.lang.Object) Object parent Object child public java.lang.Object getChild (java.lang.Object, int) Object parent int index public boolean isLeaf (java.lang.Object) Object node public java.lang.String toString () }
org/antlr/stringtemplate/misc/JTreeStringTemplateModel$ListWrapper.class
JTreeStringTemplateModel.java package org.antlr.stringtemplate.misc org.antlr.stringtemplate.misc.JTreeStringTemplateModel$ListWrapper extends org.antlr.stringtemplate.misc.JTreeStringTemplateModel$Wrapper { java.util.List v public void <init> (java.lang.Object) Object o public int getChildCount (java.lang.Object) Object parent public int getIndexOfChild (java.lang.Object, java.lang.Object) Object parent Object child public java.lang.Object getChild (java.lang.Object, int) Object parent int index public java.lang.Object getWrappedObject () public boolean isLeaf (java.lang.Object) Object node }
org/antlr/stringtemplate/misc/JTreeStringTemplateModel.class
JTreeStringTemplateModel.java package org.antlr.stringtemplate.misc public org.antlr.stringtemplate.misc.JTreeStringTemplateModel extends java.lang.Object implements javax.swing.tree.TreeModel { static java.util.Map classNameToWrapperMap org.antlr.stringtemplate.misc.JTreeStringTemplateModel$Wrapper root static Class class$org$antlr$stringtemplate$misc$JTreeStringTemplateModel$StringTemplateWrapper static Class class$org$antlr$stringtemplate$misc$JTreeStringTemplateModel$ExprWrapper static Class class$org$antlr$stringtemplate$misc$JTreeStringTemplateModel$HashMapWrapper static Class class$org$antlr$stringtemplate$misc$JTreeStringTemplateModel$ListWrapper static Class class$java$lang$Object public static java.lang.Object wrap (java.lang.Object) java.lang.reflect.Constructor ctor Exception e Object o Object wrappedObject Class wrapperClass public void <init> (org.antlr.stringtemplate.StringTemplate) org.antlr.stringtemplate.StringTemplate st public void addTreeModelListener (javax.swing.event.TreeModelListener) javax.swing.event.TreeModelListener l public java.lang.Object getChild (java.lang.Object, int) Object parent int index public int getChildCount (java.lang.Object) Object parent public int getIndexOfChild (java.lang.Object, java.lang.Object) Object parent Object child public java.lang.Object getRoot () public boolean isLeaf (java.lang.Object) Object node public void removeTreeModelListener (javax.swing.event.TreeModelListener) javax.swing.event.TreeModelListener l public void valueForPathChanged (javax.swing.tree.TreePath, java.lang.Object) javax.swing.tree.TreePath path Object newValue static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 static void <clinit> () }
org/antlr/stringtemplate/misc/JTreeStringTemplatePanel.class
JTreeStringTemplatePanel.java package org.antlr.stringtemplate.misc public org.antlr.stringtemplate.misc.JTreeStringTemplatePanel extends javax.swing.JPanel { javax.swing.JTree tree public void <init> (javax.swing.tree.TreeModel, javax.swing.event.TreeSelectionListener) javax.swing.tree.TreeModel tm javax.swing.event.TreeSelectionListener listener javax.swing.JScrollPane sp }
org/antlr/stringtemplate/misc/StringTemplateTreeView.class
StringTemplateTreeView.java package org.antlr.stringtemplate.misc public org.antlr.stringtemplate.misc.StringTemplateTreeView extends javax.swing.JFrame { static final int WIDTH static final int HEIGHT public void <init> (java.lang.String, org.antlr.stringtemplate.StringTemplate) String label org.antlr.stringtemplate.StringTemplate st org.antlr.stringtemplate.misc.JTreeStringTemplatePanel tp java.awt.Container content public static void main (java.lang.String[]) String[] args org.antlr.stringtemplate.StringTemplateGroup group org.antlr.stringtemplate.StringTemplate bold org.antlr.stringtemplate.StringTemplate banner org.antlr.stringtemplate.StringTemplate st org.antlr.stringtemplate.misc.StringTemplateTreeView frame }
org/antlr/stringtemplate/misc/JTreeStringTemplateModel$ExprWrapper.class
JTreeStringTemplateModel.java package org.antlr.stringtemplate.misc org.antlr.stringtemplate.misc.JTreeStringTemplateModel$ExprWrapper extends org.antlr.stringtemplate.misc.JTreeStringTemplateModel$Wrapper { org.antlr.stringtemplate.language.Expr expr public void <init> (java.lang.Object) Object o public org.antlr.stringtemplate.language.Expr getExpr () public java.lang.Object getWrappedObject () public java.lang.Object getChild (java.lang.Object, int) String templateName org.antlr.stringtemplate.StringTemplate enclosingST org.antlr.stringtemplate.StringTemplateGroup group org.antlr.stringtemplate.StringTemplate embedded org.antlr.stringtemplate.language.ASTExpr astExpr antlr.collections.AST root Object parent int index org.antlr.stringtemplate.language.Expr expr public int getChildCount (java.lang.Object) Object parent antlr.collections.AST tree public int getIndexOfChild (java.lang.Object, java.lang.Object) Object parent Object child public boolean isLeaf (java.lang.Object) antlr.collections.AST tree Object node public java.lang.String toString () antlr.collections.AST tree }
org/antlr/stringtemplate/misc/JTreeStringTemplateModel$StringTemplateWrapper.class
JTreeStringTemplateModel.java package org.antlr.stringtemplate.misc org.antlr.stringtemplate.misc.JTreeStringTemplateModel$StringTemplateWrapper extends org.antlr.stringtemplate.misc.JTreeStringTemplateModel$Wrapper { org.antlr.stringtemplate.StringTemplate st public void <init> (java.lang.Object) Object o public java.lang.Object getWrappedObject () public org.antlr.stringtemplate.StringTemplate getStringTemplate () public java.lang.Object getChild (java.lang.Object, int) Object parent int index org.antlr.stringtemplate.StringTemplate st org.antlr.stringtemplate.language.Expr chunk public int getChildCount (java.lang.Object) Object parent public int getIndexOfChild (java.lang.Object, java.lang.Object) Object parent Object child int index public boolean isLeaf (java.lang.Object) Object node public java.lang.String toString () }
org/antlr/stringtemplate/misc/JTreeStringTemplateModel$HashMapWrapper.class
JTreeStringTemplateModel.java package org.antlr.stringtemplate.misc org.antlr.stringtemplate.misc.JTreeStringTemplateModel$HashMapWrapper extends org.antlr.stringtemplate.misc.JTreeStringTemplateModel$Wrapper { java.util.HashMap table public void <init> (java.lang.Object) Object o public java.lang.Object getWrappedObject () public java.lang.Object getChild (java.lang.Object, int) Object parent int index java.util.List attributes String key Object attr Object wrappedAttr public int getChildCount (java.lang.Object) Object parent java.util.List attributes public int getIndexOfChild (java.lang.Object, java.lang.Object) Object parent Object child java.util.List attributes public boolean isLeaf (java.lang.Object) Object node public java.lang.String toString () private java.util.List getTableAsListOfKeys () String attributeName java.util.Iterator itr java.util.Set keys java.util.List v }
org/antlr/stringtemplate/misc/JTreeStringTemplateModel$Wrapper.class
JTreeStringTemplateModel.java package org.antlr.stringtemplate.misc abstract org.antlr.stringtemplate.misc.JTreeStringTemplateModel$Wrapper extends java.lang.Object { void <init> () public abstract int getChildCount (java.lang.Object) public abstract int getIndexOfChild (java.lang.Object, java.lang.Object) public abstract java.lang.Object getChild (java.lang.Object, int) public abstract java.lang.Object getWrappedObject () public boolean isLeaf (java.lang.Object) Object node }
org/antlr/stringtemplate/misc/StringTemplateTreeView$1.class
StringTemplateTreeView.java package org.antlr.stringtemplate.misc org.antlr.stringtemplate.misc.StringTemplateTreeView$1 extends java.awt.event.WindowAdapter { private final org.antlr.stringtemplate.misc.StringTemplateTreeView this$0 void <init> (org.antlr.stringtemplate.misc.StringTemplateTreeView) public void windowClosing (java.awt.event.WindowEvent) java.awt.event.WindowEvent e java.awt.Frame f }
org/antlr/stringtemplate/StringTemplate$STAttributeList.class
StringTemplate.java package org.antlr.stringtemplate public final org.antlr.stringtemplate.StringTemplate$STAttributeList extends java.util.ArrayList { public void <init> (int) int size public void <init> () }
org/antlr/stringtemplate/PathGroupLoader.class
PathGroupLoader.java package org.antlr.stringtemplate public org.antlr.stringtemplate.PathGroupLoader extends java.lang.Object implements org.antlr.stringtemplate.StringTemplateGroupLoader { protected java.util.List dirs protected org.antlr.stringtemplate.StringTemplateErrorListener errors String fileCharEncoding static Class class$org$antlr$stringtemplate$language$AngleBracketTemplateLexer public void <init> (org.antlr.stringtemplate.StringTemplateErrorListener) org.antlr.stringtemplate.StringTemplateErrorListener errors public void <init> (java.lang.String, org.antlr.stringtemplate.StringTemplateErrorListener) String dir String dirStr org.antlr.stringtemplate.StringTemplateErrorListener errors java.util.StringTokenizer tokenizer public org.antlr.stringtemplate.StringTemplateGroup loadGroup (java.lang.String, java.lang.Class, org.antlr.stringtemplate.StringTemplateGroup) java.io.IOException ioe2 java.io.IOException ioe2 java.io.IOException ioe java.io.IOException ioe2 java.io.IOException ioe2 String groupName Class templateLexer org.antlr.stringtemplate.StringTemplateGroup superGroup org.antlr.stringtemplate.StringTemplateGroup group java.io.BufferedReader br Class lexer public org.antlr.stringtemplate.StringTemplateGroup loadGroup (java.lang.String, org.antlr.stringtemplate.StringTemplateGroup) String groupName org.antlr.stringtemplate.StringTemplateGroup superGroup public org.antlr.stringtemplate.StringTemplateGroup loadGroup (java.lang.String) String groupName public org.antlr.stringtemplate.StringTemplateGroupInterface loadInterface (java.lang.String) java.io.BufferedReader br java.io.IOException ioe String interfaceName org.antlr.stringtemplate.StringTemplateGroupInterface I protected java.io.BufferedReader locate (java.lang.String) throws java.io.IOException java.io.FileInputStream fis java.io.InputStreamReader isr String dir String fileName int i String name protected java.io.InputStreamReader getInputStreamReader (java.io.InputStream) java.io.UnsupportedEncodingException uee java.io.InputStream in java.io.InputStreamReader isr public java.lang.String getFileCharEncoding () public void setFileCharEncoding (java.lang.String) String fileCharEncoding public void error (java.lang.String) String msg public void error (java.lang.String, java.lang.Exception) String msg Exception e static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 }
org/antlr/stringtemplate/AutoIndentWriter.class
AutoIndentWriter.java package org.antlr.stringtemplate public org.antlr.stringtemplate.AutoIndentWriter extends java.lang.Object implements org.antlr.stringtemplate.StringTemplateWriter { protected java.util.List indents protected int[] anchors protected int anchors_sp protected String newline protected java.io.Writer out protected boolean atStartOfLine protected int charPosition protected int lineWidth protected int charPositionOfStartOfExpr public void <init> (java.io.Writer, java.lang.String) java.io.Writer out String newline public void <init> (java.io.Writer) java.io.Writer out public void setLineWidth (int) int lineWidth public void pushIndentation (java.lang.String) StringBuffer buf String indent int lastAnchor int indentWidth public java.lang.String popIndentation () public void pushAnchorPoint () int[] a public void popAnchorPoint () public int getIndentationWidth () String ind int i int n public int write (java.lang.String) throws java.io.IOException char c int i String str int n public int writeSeparator (java.lang.String) throws java.io.IOException String str public int write (java.lang.String, java.lang.String) throws java.io.IOException String str String wrap int n public int writeWrapSeparator (java.lang.String) throws java.io.IOException char c int i String wrap int n public int indent () throws java.io.IOException String ind int i int n public int indent (int) throws java.io.IOException int i int spaces protected java.lang.StringBuffer getIndentString (int) int i int spaces StringBuffer buf }
org/antlr/stringtemplate/StringTemplateGroupInterface$1.class
StringTemplateGroupInterface.java package org.antlr.stringtemplate final org.antlr.stringtemplate.StringTemplateGroupInterface$1 extends java.lang.Object implements org.antlr.stringtemplate.StringTemplateErrorListener { void <init> () public void error (java.lang.String, java.lang.Throwable) String s Throwable e public void warning (java.lang.String) String s }
org/antlr/stringtemplate/AttributeRenderer.class
AttributeRenderer.java package org.antlr.stringtemplate public abstract org.antlr.stringtemplate.AttributeRenderer extends java.lang.Object { public abstract java.lang.String toString (java.lang.Object) public abstract java.lang.String toString (java.lang.Object, java.lang.String) }
org/antlr/stringtemplate/StringTemplateGroupInterface$TemplateDefinition.class
StringTemplateGroupInterface.java package org.antlr.stringtemplate org.antlr.stringtemplate.StringTemplateGroupInterface$TemplateDefinition extends java.lang.Object { public String name public java.util.LinkedHashMap formalArgs public boolean optional public void <init> (java.lang.String, java.util.LinkedHashMap, boolean) String name java.util.LinkedHashMap formalArgs boolean optional }
org/antlr/stringtemplate/StringTemplate$Aggregate.class
StringTemplate.java package org.antlr.stringtemplate public final org.antlr.stringtemplate.StringTemplate$Aggregate extends java.lang.Object { protected java.util.HashMap properties public void <init> () protected void put (java.lang.String, java.lang.Object) String propName Object propValue public java.lang.Object get (java.lang.String) String propName public java.lang.String toString () }
org/antlr/stringtemplate/StringTemplateGroupInterface.class
StringTemplateGroupInterface.java package org.antlr.stringtemplate public org.antlr.stringtemplate.StringTemplateGroupInterface extends java.lang.Object { protected String name protected java.util.Map templates protected org.antlr.stringtemplate.StringTemplateGroupInterface superInterface protected org.antlr.stringtemplate.StringTemplateErrorListener listener public static org.antlr.stringtemplate.StringTemplateErrorListener DEFAULT_ERROR_LISTENER public void <init> (java.io.Reader) java.io.Reader r public void <init> (java.io.Reader, org.antlr.stringtemplate.StringTemplateErrorListener) java.io.Reader r org.antlr.stringtemplate.StringTemplateErrorListener errors public void <init> (java.io.Reader, org.antlr.stringtemplate.StringTemplateErrorListener, org.antlr.stringtemplate.StringTemplateGroupInterface) java.io.Reader r org.antlr.stringtemplate.StringTemplateErrorListener errors org.antlr.stringtemplate.StringTemplateGroupInterface superInterface public org.antlr.stringtemplate.StringTemplateGroupInterface getSuperInterface () public void setSuperInterface (org.antlr.stringtemplate.StringTemplateGroupInterface) org.antlr.stringtemplate.StringTemplateGroupInterface superInterface protected void parseInterface (java.io.Reader) org.antlr.stringtemplate.language.InterfaceLexer lexer org.antlr.stringtemplate.language.InterfaceParser parser String name Exception e java.io.Reader r public void defineTemplate (java.lang.String, java.util.LinkedHashMap, boolean) String name java.util.LinkedHashMap formalArgs boolean optional org.antlr.stringtemplate.StringTemplateGroupInterface$TemplateDefinition d public java.util.List getMissingTemplates (org.antlr.stringtemplate.StringTemplateGroup) String name org.antlr.stringtemplate.StringTemplateGroupInterface$TemplateDefinition d java.util.Iterator it org.antlr.stringtemplate.StringTemplateGroup group java.util.List missing public java.util.List getMismatchedTemplates (org.antlr.stringtemplate.StringTemplateGroup) String argName java.util.Iterator it2 org.antlr.stringtemplate.StringTemplate defST java.util.Map formalArgs boolean ack String name org.antlr.stringtemplate.StringTemplateGroupInterface$TemplateDefinition d java.util.Iterator it org.antlr.stringtemplate.StringTemplateGroup group java.util.List mismatched public java.lang.String getName () public void setName (java.lang.String) String name public void error (java.lang.String) String msg public void error (java.lang.String, java.lang.Exception) String msg Exception e public java.lang.String toString () String name org.antlr.stringtemplate.StringTemplateGroupInterface$TemplateDefinition d java.util.Iterator it StringBuffer buf protected java.lang.String getTemplateSignature (org.antlr.stringtemplate.StringTemplateGroupInterface$TemplateDefinition) String name java.util.Iterator it StringBuffer args int i org.antlr.stringtemplate.StringTemplateGroupInterface$TemplateDefinition d StringBuffer buf static void <clinit> () }
org/antlr/stringtemplate/StringTemplateWriter.class
StringTemplateWriter.java package org.antlr.stringtemplate public abstract org.antlr.stringtemplate.StringTemplateWriter extends java.lang.Object { public static final int NO_WRAP public abstract void pushIndentation (java.lang.String) public abstract java.lang.String popIndentation () public abstract void pushAnchorPoint () public abstract void popAnchorPoint () public abstract void setLineWidth (int) public abstract int write (java.lang.String) throws java.io.IOException public abstract int write (java.lang.String, java.lang.String) throws java.io.IOException public abstract int writeWrapSeparator (java.lang.String) throws java.io.IOException public abstract int writeSeparator (java.lang.String) throws java.io.IOException }
org/antlr/stringtemplate/language/ActionEvaluator.class
ActionEvaluator.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.ActionEvaluator extends antlr.TreeParser implements org.antlr.stringtemplate.language.ActionEvaluatorTokenTypes { protected org.antlr.stringtemplate.StringTemplate self protected org.antlr.stringtemplate.StringTemplateWriter out protected org.antlr.stringtemplate.language.ASTExpr chunk public static final String[] _tokenNames public static final antlr.collections.impl.BitSet _tokenSet_0 public void <init> (org.antlr.stringtemplate.StringTemplate, org.antlr.stringtemplate.language.ASTExpr, org.antlr.stringtemplate.StringTemplateWriter) org.antlr.stringtemplate.StringTemplate self org.antlr.stringtemplate.language.ASTExpr chunk org.antlr.stringtemplate.StringTemplateWriter out public void reportError (antlr.RecognitionException) antlr.RecognitionException e public void <init> () public final int action (antlr.collections.AST) throws antlr.RecognitionException antlr.RecognitionException ex antlr.collections.AST _t int numCharsWritten org.antlr.stringtemplate.language.StringTemplateAST action_AST_in Object e public final java.lang.Object expr (antlr.collections.AST) throws antlr.RecognitionException antlr.collections.AST __t3 org.antlr.stringtemplate.language.StringTemplateAST tmp1_AST_in antlr.collections.AST __t4 org.antlr.stringtemplate.language.StringTemplateAST tmp2_AST_in java.io.StringWriter buf org.antlr.stringtemplate.StringTemplateWriter sw int n antlr.RecognitionException ex antlr.collections.AST _t Object value org.antlr.stringtemplate.language.StringTemplateAST expr_AST_in Object a Object b Object e java.util.Map argumentContext public final java.lang.Object templateApplication (antlr.collections.AST) throws antlr.RecognitionException int _cnt16 antlr.collections.AST __t14 org.antlr.stringtemplate.language.StringTemplateAST tmp3_AST_in int _cnt19 antlr.collections.AST __t17 org.antlr.stringtemplate.language.StringTemplateAST tmp4_AST_in org.antlr.stringtemplate.language.StringTemplateAST tmp5_AST_in org.antlr.stringtemplate.StringTemplate anonymous antlr.RecognitionException ex antlr.collections.AST _t Object value org.antlr.stringtemplate.language.StringTemplateAST templateApplication_AST_in org.antlr.stringtemplate.language.StringTemplateAST anon Object a java.util.Vector templatesToApply java.util.List attributes public final java.lang.Object attribute (antlr.collections.AST) throws antlr.RecognitionException antlr.collections.AST __t35 org.antlr.stringtemplate.language.StringTemplateAST tmp7_AST_in antlr.collections.AST __t33 org.antlr.stringtemplate.language.StringTemplateAST tmp6_AST_in org.antlr.stringtemplate.StringTemplate valueST antlr.RecognitionException ex antlr.collections.AST _t Object value org.antlr.stringtemplate.language.StringTemplateAST attribute_AST_in org.antlr.stringtemplate.language.StringTemplateAST prop org.antlr.stringtemplate.language.StringTemplateAST i3 org.antlr.stringtemplate.language.StringTemplateAST i org.antlr.stringtemplate.language.StringTemplateAST s org.antlr.stringtemplate.language.StringTemplateAST at Object obj Object propName Object e public final java.lang.Object templateInclude (antlr.collections.AST) throws antlr.RecognitionException antlr.collections.AST __t12 org.antlr.stringtemplate.language.StringTemplateAST tmp9_AST_in antlr.collections.AST __t10 org.antlr.stringtemplate.language.StringTemplateAST tmp8_AST_in antlr.RecognitionException ex antlr.collections.AST _t Object value org.antlr.stringtemplate.language.StringTemplateAST templateInclude_AST_in org.antlr.stringtemplate.language.StringTemplateAST id org.antlr.stringtemplate.language.StringTemplateAST a1 org.antlr.stringtemplate.language.StringTemplateAST a2 org.antlr.stringtemplate.language.StringTemplateAST args String name Object n public final java.lang.Object function (antlr.collections.AST) throws antlr.RecognitionException org.antlr.stringtemplate.language.StringTemplateAST tmp11_AST_in org.antlr.stringtemplate.language.StringTemplateAST tmp12_AST_in org.antlr.stringtemplate.language.StringTemplateAST tmp13_AST_in org.antlr.stringtemplate.language.StringTemplateAST tmp14_AST_in org.antlr.stringtemplate.language.StringTemplateAST tmp15_AST_in org.antlr.stringtemplate.language.StringTemplateAST tmp16_AST_in antlr.collections.AST __t21 org.antlr.stringtemplate.language.StringTemplateAST tmp10_AST_in antlr.RecognitionException ex antlr.collections.AST _t Object value org.antlr.stringtemplate.language.StringTemplateAST function_AST_in Object a public final java.lang.Object list (antlr.collections.AST) throws antlr.RecognitionException org.antlr.stringtemplate.language.StringTemplateAST tmp18_AST_in java.util.List nullSingleton int _cnt8 antlr.collections.AST __t6 org.antlr.stringtemplate.language.StringTemplateAST tmp17_AST_in antlr.RecognitionException ex antlr.collections.AST _t Object value org.antlr.stringtemplate.language.StringTemplateAST list_AST_in Object e java.util.List elements public final void template (antlr.collections.AST, java.util.Vector) throws antlr.RecognitionException String templateName org.antlr.stringtemplate.StringTemplateGroup group org.antlr.stringtemplate.StringTemplate embedded org.antlr.stringtemplate.StringTemplate anonymous String templateName org.antlr.stringtemplate.StringTemplateGroup group antlr.collections.AST __t28 org.antlr.stringtemplate.language.StringTemplateAST tmp20_AST_in org.antlr.stringtemplate.StringTemplate embedded antlr.collections.AST __t26 org.antlr.stringtemplate.language.StringTemplateAST tmp19_AST_in antlr.RecognitionException ex antlr.collections.AST _t java.util.Vector templatesToApply org.antlr.stringtemplate.language.StringTemplateAST template_AST_in org.antlr.stringtemplate.language.StringTemplateAST t org.antlr.stringtemplate.language.StringTemplateAST args org.antlr.stringtemplate.language.StringTemplateAST anon org.antlr.stringtemplate.language.StringTemplateAST args2 java.util.Map argumentContext Object n public final java.lang.Object singleFunctionArg (antlr.collections.AST) throws antlr.RecognitionException antlr.collections.AST __t24 org.antlr.stringtemplate.language.StringTemplateAST tmp21_AST_in antlr.RecognitionException ex antlr.collections.AST _t Object value org.antlr.stringtemplate.language.StringTemplateAST singleFunctionArg_AST_in public final boolean ifCondition (antlr.collections.AST) throws antlr.RecognitionException antlr.collections.AST __t30 org.antlr.stringtemplate.language.StringTemplateAST tmp22_AST_in antlr.RecognitionException ex antlr.collections.AST _t boolean value org.antlr.stringtemplate.language.StringTemplateAST ifCondition_AST_in Object a Object b public final java.lang.Object ifAtom (antlr.collections.AST) throws antlr.RecognitionException antlr.RecognitionException ex antlr.collections.AST _t Object value org.antlr.stringtemplate.language.StringTemplateAST ifAtom_AST_in public final java.util.Map argList (antlr.collections.AST, org.antlr.stringtemplate.StringTemplate, java.util.Map) throws antlr.RecognitionException antlr.collections.AST __t37 org.antlr.stringtemplate.language.StringTemplateAST tmp23_AST_in antlr.RecognitionException ex antlr.collections.AST _t org.antlr.stringtemplate.StringTemplate embedded java.util.Map initialContext java.util.Map argumentContext org.antlr.stringtemplate.language.StringTemplateAST argList_AST_in public final void argumentAssignment (antlr.collections.AST, org.antlr.stringtemplate.StringTemplate, java.util.Map) throws antlr.RecognitionException antlr.collections.AST __t43 org.antlr.stringtemplate.language.StringTemplateAST tmp24_AST_in org.antlr.stringtemplate.language.StringTemplateAST tmp25_AST_in antlr.RecognitionException ex antlr.collections.AST _t org.antlr.stringtemplate.StringTemplate embedded java.util.Map argumentContext org.antlr.stringtemplate.language.StringTemplateAST argumentAssignment_AST_in org.antlr.stringtemplate.language.StringTemplateAST arg Object e public final void singleTemplateArg (antlr.collections.AST, org.antlr.stringtemplate.StringTemplate, java.util.Map) throws antlr.RecognitionException java.util.Set argNames String soleArgName boolean error java.util.Map formalArgs antlr.collections.AST __t41 org.antlr.stringtemplate.language.StringTemplateAST tmp26_AST_in antlr.RecognitionException ex antlr.collections.AST _t org.antlr.stringtemplate.StringTemplate embedded java.util.Map argumentContext org.antlr.stringtemplate.language.StringTemplateAST singleTemplateArg_AST_in Object e private static final long[] mk_tokenSet_0 () long[] data static void <clinit> () }
org/antlr/stringtemplate/language/NewlineRef.class
NewlineRef.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.NewlineRef extends org.antlr.stringtemplate.language.StringRef { public void <init> (org.antlr.stringtemplate.StringTemplate, java.lang.String) org.antlr.stringtemplate.StringTemplate enclosingTemplate String str }
org/antlr/stringtemplate/language/InterfaceParserTokenTypes.txt
org/antlr/stringtemplate/language/ActionParserTokenTypes.class
ActionParserTokenTypes.java package org.antlr.stringtemplate.language public abstract org.antlr.stringtemplate.language.ActionParserTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int APPLY public static final int MULTI_APPLY public static final int ARGS public static final int INCLUDE public static final int CONDITIONAL public static final int VALUE public static final int TEMPLATE public static final int FUNCTION public static final int SINGLEVALUEARG public static final int LIST public static final int NOTHING public static final int SEMI public static final int LPAREN public static final int RPAREN public static final int LITERAL_elseif public static final int COMMA public static final int ID public static final int ASSIGN public static final int COLON public static final int NOT public static final int PLUS public static final int DOT public static final int LITERAL_first public static final int LITERAL_rest public static final int LITERAL_last public static final int LITERAL_length public static final int LITERAL_strip public static final int LITERAL_trunc public static final int LITERAL_super public static final int ANONYMOUS_TEMPLATE public static final int STRING public static final int INT public static final int LBRACK public static final int RBRACK public static final int DOTDOTDOT public static final int TEMPLATE_ARGS public static final int NESTED_ANONYMOUS_TEMPLATE public static final int ESC_CHAR public static final int WS public static final int WS_CHAR }
org/antlr/stringtemplate/language/ActionLexer.class
ActionLexer.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.ActionLexer extends antlr.CharScanner implements org.antlr.stringtemplate.language.ActionParserTokenTypes antlr.TokenStream { public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public static final antlr.collections.impl.BitSet _tokenSet_6 public void <init> (java.io.InputStream) java.io.InputStream in public void <init> (java.io.Reader) java.io.Reader in public void <init> (antlr.InputBuffer) antlr.InputBuffer ib public void <init> (antlr.LexerSharedInputState) antlr.LexerSharedInputState state public antlr.Token nextToken () throws antlr.TokenStreamException antlr.RecognitionException e antlr.CharStreamException cse antlr.Token _token int _ttype antlr.Token theRetToken public final void mID (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mINT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt63 boolean _createToken int _ttype antlr.Token _token int _begin public final void mSTRING (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin int _saveIndex protected final void mESC_CHAR (boolean, boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken boolean doEscape int _ttype antlr.Token _token int _begin char c public final void mANONYMOUS_TEMPLATE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException antlr.RecognitionException pe int _m70 boolean synPredMatched70 boolean _createToken int _ttype antlr.Token _token int _begin int _saveIndex java.util.List args org.antlr.stringtemplate.language.StringTemplateToken t protected final java.util.List mTEMPLATE_ARGS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken java.util.List args int _ttype antlr.Token _token int _begin int _saveIndex antlr.Token a antlr.Token a2 protected final void mWS_CHAR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin protected final void mNESTED_ANONYMOUS_TEMPLATE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _saveIndex int _saveIndex boolean _createToken int _ttype antlr.Token _token int _begin public final void mLBRACK (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mRBRACK (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mLPAREN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mRPAREN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mCOMMA (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mDOT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mASSIGN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mCOLON (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mPLUS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mSEMI (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mNOT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mDOTDOTDOT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mWS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt100 boolean _createToken int _ttype antlr.Token _token int _begin private static final long[] mk_tokenSet_0 () int i long[] data private static final long[] mk_tokenSet_1 () long[] data private static final long[] mk_tokenSet_2 () long[] data private static final long[] mk_tokenSet_3 () long[] data private static final long[] mk_tokenSet_4 () int i long[] data private static final long[] mk_tokenSet_5 () long[] data private static final long[] mk_tokenSet_6 () long[] data static void <clinit> () }
org/antlr/stringtemplate/language/ActionEvaluator$1.class
ActionEvaluator.java package org.antlr.stringtemplate.language org.antlr.stringtemplate.language.ActionEvaluator$1 extends java.util.ArrayList { private final org.antlr.stringtemplate.language.ActionEvaluator this$0 void <init> (org.antlr.stringtemplate.language.ActionEvaluator) }
org/antlr/stringtemplate/language/InterfaceParserTokenTypes.class
InterfaceParserTokenTypes.java package org.antlr.stringtemplate.language public abstract org.antlr.stringtemplate.language.InterfaceParserTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int LITERAL_interface public static final int ID public static final int SEMI public static final int LITERAL_optional public static final int LPAREN public static final int RPAREN public static final int COMMA public static final int COLON public static final int SL_COMMENT public static final int ML_COMMENT public static final int WS }
org/antlr/stringtemplate/language/AngleBracketTemplateLexer.class
AngleBracketTemplateLexer.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.AngleBracketTemplateLexer extends antlr.CharScanner implements org.antlr.stringtemplate.language.AngleBracketTemplateLexerTokenTypes antlr.TokenStream { protected String currentIndent protected org.antlr.stringtemplate.StringTemplate self public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public static final antlr.collections.impl.BitSet _tokenSet_6 public static final antlr.collections.impl.BitSet _tokenSet_7 public static final antlr.collections.impl.BitSet _tokenSet_8 public static final antlr.collections.impl.BitSet _tokenSet_9 public static final antlr.collections.impl.BitSet _tokenSet_10 public static final antlr.collections.impl.BitSet _tokenSet_11 public static final antlr.collections.impl.BitSet _tokenSet_12 public static final antlr.collections.impl.BitSet _tokenSet_13 public void <init> (org.antlr.stringtemplate.StringTemplate, java.io.Reader) org.antlr.stringtemplate.StringTemplate self java.io.Reader r public void reportError (antlr.RecognitionException) antlr.RecognitionException e protected boolean upcomingELSE (int) throws antlr.CharStreamException int i protected boolean upcomingENDIF (int) throws antlr.CharStreamException int i protected boolean upcomingAtEND (int) throws antlr.CharStreamException int i protected boolean upcomingNewline (int) throws antlr.CharStreamException int i public void <init> (java.io.InputStream) java.io.InputStream in public void <init> (java.io.Reader) java.io.Reader in public void <init> (antlr.InputBuffer) antlr.InputBuffer ib public void <init> (antlr.LexerSharedInputState) antlr.LexerSharedInputState state public antlr.Token nextToken () throws antlr.TokenStreamException antlr.RecognitionException e antlr.CharStreamException cse antlr.Token _token int _ttype antlr.Token theRetToken public final void mLITERAL (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _saveIndex int _saveIndex int _saveIndex int loopStartIndex int col int _cnt5 boolean _createToken int _ttype antlr.Token _token int _begin antlr.Token ind protected final void mINDENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt8 boolean _createToken int _ttype antlr.Token _token int _begin public final void mNEWLINE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt13 StringBuffer buf char uc int _saveIndex int _saveIndex int _saveIndex int _saveIndex int _saveIndex int _cnt29 int _cnt36 String t boolean atLeft int _saveIndex int _saveIndex org.antlr.stringtemplate.language.ChunkToken t int _saveIndex boolean _createToken int _ttype antlr.Token _token int _begin int startCol protected final void mLINE_BREAK (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin protected final char mESC_CHAR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _saveIndex int _saveIndex int _saveIndex int _saveIndex int _saveIndex boolean _createToken char uc int _ttype antlr.Token _token int _begin int _saveIndex antlr.Token a antlr.Token b antlr.Token c antlr.Token d protected final void mCOMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin int startCol protected final void mIF_EXPR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt61 boolean _createToken int _ttype antlr.Token _token int _begin protected final void mEXPR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt49 boolean _createToken int _ttype antlr.Token _token int _begin protected final void mESC (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin protected final void mSUBTEMPLATE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin protected final void mTEMPLATE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _saveIndex int _saveIndex int _saveIndex boolean _createToken int _ttype antlr.Token _token int _begin protected final void mNESTED_PARENS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt70 boolean _createToken int _ttype antlr.Token _token int _begin protected final void mHEX (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin private static final long[] mk_tokenSet_0 () int i long[] data private static final long[] mk_tokenSet_1 () int i long[] data private static final long[] mk_tokenSet_2 () long[] data private static final long[] mk_tokenSet_3 () long[] data private static final long[] mk_tokenSet_4 () long[] data private static final long[] mk_tokenSet_5 () int i long[] data private static final long[] mk_tokenSet_6 () int i long[] data private static final long[] mk_tokenSet_7 () int i long[] data private static final long[] mk_tokenSet_8 () int i long[] data private static final long[] mk_tokenSet_9 () int i long[] data private static final long[] mk_tokenSet_10 () int i long[] data private static final long[] mk_tokenSet_11 () int i long[] data private static final long[] mk_tokenSet_12 () int i long[] data private static final long[] mk_tokenSet_13 () int i long[] data static void <clinit> () }
org/antlr/stringtemplate/language/TemplateParserTokenTypes.class
TemplateParserTokenTypes.java package org.antlr.stringtemplate.language public abstract org.antlr.stringtemplate.language.TemplateParserTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int LITERAL public static final int NEWLINE public static final int ACTION public static final int IF public static final int ELSEIF public static final int ELSE public static final int ENDIF public static final int REGION_REF public static final int REGION_DEF public static final int EXPR public static final int TEMPLATE public static final int IF_EXPR public static final int ESC_CHAR public static final int ESC public static final int HEX public static final int SUBTEMPLATE public static final int NESTED_PARENS public static final int INDENT public static final int COMMENT public static final int LINE_BREAK }
org/antlr/stringtemplate/language/GroupParserTokenTypes.class
GroupParserTokenTypes.java package org.antlr.stringtemplate.language public abstract org.antlr.stringtemplate.language.GroupParserTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int LITERAL_group public static final int ID public static final int COLON public static final int LITERAL_implements public static final int COMMA public static final int SEMI public static final int AT public static final int DOT public static final int LPAREN public static final int RPAREN public static final int DEFINED_TO_BE public static final int STRING public static final int BIGSTRING public static final int ASSIGN public static final int ANONYMOUS_TEMPLATE public static final int LBRACK public static final int RBRACK public static final int LITERAL_default public static final int STAR public static final int PLUS public static final int OPTIONAL public static final int SL_COMMENT public static final int ML_COMMENT public static final int WS }
org/antlr/stringtemplate/language/ActionEvaluatorTokenTypes.class
ActionEvaluatorTokenTypes.java package org.antlr.stringtemplate.language public abstract org.antlr.stringtemplate.language.ActionEvaluatorTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int APPLY public static final int MULTI_APPLY public static final int ARGS public static final int INCLUDE public static final int CONDITIONAL public static final int VALUE public static final int TEMPLATE public static final int FUNCTION public static final int SINGLEVALUEARG public static final int LIST public static final int NOTHING public static final int SEMI public static final int LPAREN public static final int RPAREN public static final int LITERAL_elseif public static final int COMMA public static final int ID public static final int ASSIGN public static final int COLON public static final int NOT public static final int PLUS public static final int DOT public static final int LITERAL_first public static final int LITERAL_rest public static final int LITERAL_last public static final int LITERAL_length public static final int LITERAL_strip public static final int LITERAL_trunc public static final int LITERAL_super public static final int ANONYMOUS_TEMPLATE public static final int STRING public static final int INT public static final int LBRACK public static final int RBRACK public static final int DOTDOTDOT public static final int TEMPLATE_ARGS public static final int NESTED_ANONYMOUS_TEMPLATE public static final int ESC_CHAR public static final int WS public static final int WS_CHAR }
org/antlr/stringtemplate/language/StringRef.class
StringRef.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.StringRef extends org.antlr.stringtemplate.language.Expr { String str public void <init> (org.antlr.stringtemplate.StringTemplate, java.lang.String) org.antlr.stringtemplate.StringTemplate enclosingTemplate String str public int write (org.antlr.stringtemplate.StringTemplate, org.antlr.stringtemplate.StringTemplateWriter) throws java.io.IOException int n org.antlr.stringtemplate.StringTemplate self org.antlr.stringtemplate.StringTemplateWriter out public java.lang.String toString () }
org/antlr/stringtemplate/language/GroupLexer.class
GroupLexer.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.GroupLexer extends antlr.CharScanner implements org.antlr.stringtemplate.language.GroupParserTokenTypes antlr.TokenStream { public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public void <init> (java.io.InputStream) java.io.InputStream in public void <init> (java.io.Reader) java.io.Reader in public void <init> (antlr.InputBuffer) antlr.InputBuffer ib public void <init> (antlr.LexerSharedInputState) antlr.LexerSharedInputState state public antlr.Token nextToken () throws antlr.TokenStreamException antlr.RecognitionException e antlr.CharStreamException cse antlr.Token _token int _ttype antlr.Token theRetToken public final void mID (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mSTRING (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin int _saveIndex public final void mBIGSTRING (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin int _saveIndex public final void mANONYMOUS_TEMPLATE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin int _saveIndex java.util.List args org.antlr.stringtemplate.language.StringTemplateToken t public final void mAT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mLPAREN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mRPAREN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mLBRACK (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mRBRACK (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mCOMMA (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mDOT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mDEFINED_TO_BE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mSEMI (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mCOLON (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mSTAR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mPLUS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mASSIGN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mOPTIONAL (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mSL_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mML_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mWS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt70 boolean _createToken int _ttype antlr.Token _token int _begin private static final long[] mk_tokenSet_0 () int i long[] data private static final long[] mk_tokenSet_1 () int i long[] data private static final long[] mk_tokenSet_2 () int i long[] data static void <clinit> () }
org/antlr/stringtemplate/language/StringTemplateAST.class
StringTemplateAST.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.StringTemplateAST extends antlr.CommonAST { protected org.antlr.stringtemplate.StringTemplate st public void <init> () public void <init> (int, java.lang.String) int type String text public org.antlr.stringtemplate.StringTemplate getStringTemplate () public void setStringTemplate (org.antlr.stringtemplate.StringTemplate) org.antlr.stringtemplate.StringTemplate st }
org/antlr/stringtemplate/language/ConditionalExpr.class
ConditionalExpr.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.ConditionalExpr extends org.antlr.stringtemplate.language.ASTExpr { org.antlr.stringtemplate.StringTemplate subtemplate java.util.List elseIfSubtemplates org.antlr.stringtemplate.StringTemplate elseSubtemplate public void <init> (org.antlr.stringtemplate.StringTemplate, antlr.collections.AST) org.antlr.stringtemplate.StringTemplate enclosingTemplate antlr.collections.AST tree public void setSubtemplate (org.antlr.stringtemplate.StringTemplate) org.antlr.stringtemplate.StringTemplate subtemplate public void addElseIfSubtemplate (org.antlr.stringtemplate.language.ASTExpr, org.antlr.stringtemplate.StringTemplate) org.antlr.stringtemplate.language.ASTExpr conditionalTree org.antlr.stringtemplate.StringTemplate subtemplate org.antlr.stringtemplate.language.ConditionalExpr$ElseIfClauseData d public org.antlr.stringtemplate.StringTemplate getSubtemplate () public org.antlr.stringtemplate.StringTemplate getElseSubtemplate () public void setElseSubtemplate (org.antlr.stringtemplate.StringTemplate) org.antlr.stringtemplate.StringTemplate elseSubtemplate public int write (org.antlr.stringtemplate.StringTemplate, org.antlr.stringtemplate.StringTemplateWriter) throws java.io.IOException org.antlr.stringtemplate.language.ConditionalExpr$ElseIfClauseData elseIfClause int i org.antlr.stringtemplate.StringTemplate s boolean testedTrue antlr.collections.AST cond boolean includeSubtemplate antlr.RecognitionException re org.antlr.stringtemplate.StringTemplate self org.antlr.stringtemplate.StringTemplateWriter out org.antlr.stringtemplate.language.ActionEvaluator eval int n protected int writeSubTemplate (org.antlr.stringtemplate.StringTemplate, org.antlr.stringtemplate.StringTemplateWriter, org.antlr.stringtemplate.StringTemplate) throws java.io.IOException org.antlr.stringtemplate.StringTemplate self org.antlr.stringtemplate.StringTemplateWriter out org.antlr.stringtemplate.StringTemplate subtemplate org.antlr.stringtemplate.StringTemplate s }
org/antlr/stringtemplate/language/ChunkToken.class
ChunkToken.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.ChunkToken extends antlr.CommonToken { protected String indentation public void <init> () public void <init> (int, java.lang.String, java.lang.String) int type String text String indentation public java.lang.String getIndentation () public void setIndentation (java.lang.String) String indentation public java.lang.String toString () }
org/antlr/stringtemplate/language/InterfaceParser.class
InterfaceParser.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.InterfaceParser extends antlr.LLkParser implements org.antlr.stringtemplate.language.InterfaceParserTokenTypes { protected org.antlr.stringtemplate.StringTemplateGroupInterface groupI public static final String[] _tokenNames public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public void reportError (antlr.RecognitionException) antlr.RecognitionException e protected void <init> (antlr.TokenBuffer, int) antlr.TokenBuffer tokenBuf int k public void <init> (antlr.TokenBuffer) antlr.TokenBuffer tokenBuf protected void <init> (antlr.TokenStream, int) antlr.TokenStream lexer int k public void <init> (antlr.TokenStream) antlr.TokenStream lexer public void <init> (antlr.ParserSharedInputState) antlr.ParserSharedInputState state public final void groupInterface (org.antlr.stringtemplate.StringTemplateGroupInterface) throws antlr.RecognitionException antlr.TokenStreamException int _cnt3 antlr.RecognitionException ex org.antlr.stringtemplate.StringTemplateGroupInterface groupI antlr.Token name public final void template (org.antlr.stringtemplate.StringTemplateGroupInterface) throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex org.antlr.stringtemplate.StringTemplateGroupInterface groupI antlr.Token opt antlr.Token name java.util.LinkedHashMap formalArgs String templateName public final java.util.LinkedHashMap args () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex java.util.LinkedHashMap args antlr.Token a antlr.Token b private static final long[] mk_tokenSet_0 () long[] data private static final long[] mk_tokenSet_1 () long[] data private static final long[] mk_tokenSet_2 () long[] data static void <clinit> () }
org/antlr/stringtemplate/language/ActionEvaluator$NameValuePair.class
ActionEvaluator.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.ActionEvaluator$NameValuePair extends java.lang.Object { public String name public Object value public void <init> () }
org/antlr/stringtemplate/language/TemplateParser.class
TemplateParser.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.TemplateParser extends antlr.LLkParser implements org.antlr.stringtemplate.language.TemplateParserTokenTypes { protected org.antlr.stringtemplate.StringTemplate self public static final String[] _tokenNames public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public void reportError (antlr.RecognitionException) antlr.RecognitionException e org.antlr.stringtemplate.StringTemplateGroup group protected void <init> (antlr.TokenBuffer, int) antlr.TokenBuffer tokenBuf int k public void <init> (antlr.TokenBuffer) antlr.TokenBuffer tokenBuf protected void <init> (antlr.TokenStream, int) antlr.TokenStream lexer int k public void <init> (antlr.TokenStream) antlr.TokenStream lexer public void <init> (antlr.ParserSharedInputState) antlr.ParserSharedInputState state public final void template (org.antlr.stringtemplate.StringTemplate) throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex org.antlr.stringtemplate.StringTemplate self antlr.Token s antlr.Token nl public final void action (org.antlr.stringtemplate.StringTemplate) throws antlr.RecognitionException antlr.TokenStreamException String indent org.antlr.stringtemplate.language.ASTExpr c org.antlr.stringtemplate.language.ASTExpr ec org.antlr.stringtemplate.StringTemplate elseIfSubtemplate org.antlr.stringtemplate.StringTemplate elseSubtemplate org.antlr.stringtemplate.language.ConditionalExpr c org.antlr.stringtemplate.StringTemplate subtemplate String regionRef String templateScope org.antlr.stringtemplate.StringTemplate scopeST org.antlr.stringtemplate.StringTemplate regionST String indent org.antlr.stringtemplate.language.ASTExpr c String regionName String mangledRef boolean err String regionName String template org.antlr.stringtemplate.StringTemplate regionST String indent org.antlr.stringtemplate.language.ASTExpr c String combinedNameTemplateStr int indexOfDefSymbol antlr.RecognitionException ex org.antlr.stringtemplate.StringTemplate self antlr.Token a antlr.Token i antlr.Token ei antlr.Token rr antlr.Token rd private static final long[] mk_tokenSet_0 () long[] data private static final long[] mk_tokenSet_1 () long[] data static void <clinit> () }
org/antlr/stringtemplate/language/ASTExpr$2.class
ASTExpr.java package org.antlr.stringtemplate.language final org.antlr.stringtemplate.language.ASTExpr$2 extends java.util.HashSet { void <init> () }
org/antlr/stringtemplate/language/Expr.class
Expr.java package org.antlr.stringtemplate.language public abstract org.antlr.stringtemplate.language.Expr extends java.lang.Object { protected org.antlr.stringtemplate.StringTemplate enclosingTemplate protected String indentation public void <init> (org.antlr.stringtemplate.StringTemplate) org.antlr.stringtemplate.StringTemplate enclosingTemplate public abstract int write (org.antlr.stringtemplate.StringTemplate, org.antlr.stringtemplate.StringTemplateWriter) throws java.io.IOException public org.antlr.stringtemplate.StringTemplate getEnclosingTemplate () public java.lang.String getIndentation () public void setIndentation (java.lang.String) String indentation }
org/antlr/stringtemplate/language/ASTExpr$1.class
ASTExpr.java package org.antlr.stringtemplate.language final org.antlr.stringtemplate.language.ASTExpr$1 extends java.util.HashMap { void <init> () }
org/antlr/stringtemplate/language/ArrayWrappedInList.class
ArrayWrappedInList.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.ArrayWrappedInList extends java.util.ArrayList { protected Object array protected int n public void <init> (java.lang.Object) Object array public java.lang.Object get (int) int i public int size () public boolean isEmpty () public java.lang.Object[] toArray () public java.util.Iterator iterator () }
org/antlr/stringtemplate/language/ConditionalExpr$1.class
ConditionalExpr.java package org.antlr.stringtemplate.language org.antlr.stringtemplate.language.ConditionalExpr$1 extends org.antlr.stringtemplate.language.ConditionalExpr$ElseIfClauseData { private final org.antlr.stringtemplate.language.ASTExpr val$conditionalTree private final org.antlr.stringtemplate.StringTemplate val$subtemplate private final org.antlr.stringtemplate.language.ConditionalExpr this$0 void <init> (org.antlr.stringtemplate.language.ConditionalExpr, org.antlr.stringtemplate.language.ASTExpr, org.antlr.stringtemplate.StringTemplate) }
org/antlr/stringtemplate/language/ActionEvaluatorTokenTypes.txt
org/antlr/stringtemplate/language/GroupParser.class
GroupParser.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.GroupParser extends antlr.LLkParser implements org.antlr.stringtemplate.language.GroupParserTokenTypes { protected org.antlr.stringtemplate.StringTemplateGroup group public static final String[] _tokenNames public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public void reportError (antlr.RecognitionException) antlr.RecognitionException e protected void <init> (antlr.TokenBuffer, int) antlr.TokenBuffer tokenBuf int k public void <init> (antlr.TokenBuffer) antlr.TokenBuffer tokenBuf protected void <init> (antlr.TokenStream, int) antlr.TokenStream lexer int k public void <init> (antlr.TokenStream) antlr.TokenStream lexer public void <init> (antlr.ParserSharedInputState) antlr.ParserSharedInputState state public final void group (org.antlr.stringtemplate.StringTemplateGroup) throws antlr.RecognitionException antlr.TokenStreamException int _cnt7 antlr.RecognitionException ex org.antlr.stringtemplate.StringTemplateGroup g antlr.Token name antlr.Token s antlr.Token i antlr.Token i2 public final void template (org.antlr.stringtemplate.StringTemplateGroup) throws antlr.RecognitionException antlr.TokenStreamException boolean err org.antlr.stringtemplate.StringTemplate scopeST antlr.RecognitionException ex org.antlr.stringtemplate.StringTemplateGroup g antlr.Token scope antlr.Token region antlr.Token name antlr.Token t antlr.Token bt antlr.Token alias antlr.Token target java.util.Map formalArgs org.antlr.stringtemplate.StringTemplate st boolean ignore String templateName int line public final void mapdef (org.antlr.stringtemplate.StringTemplateGroup) throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex org.antlr.stringtemplate.StringTemplateGroup g antlr.Token name java.util.Map m public final void args (org.antlr.stringtemplate.StringTemplate) throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex org.antlr.stringtemplate.StringTemplate st public final void arg (org.antlr.stringtemplate.StringTemplate) throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex org.antlr.stringtemplate.StringTemplate st antlr.Token name antlr.Token s antlr.Token bs org.antlr.stringtemplate.StringTemplate defaultValue public final java.util.Map map () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex java.util.Map mapping public final void mapPairs (java.util.Map) throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex java.util.Map mapping public final void keyValuePair (java.util.Map) throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex java.util.Map mapping antlr.Token key org.antlr.stringtemplate.StringTemplate v public final void defaultValuePair (java.util.Map) throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex java.util.Map mapping org.antlr.stringtemplate.StringTemplate v public final org.antlr.stringtemplate.StringTemplate keyValue () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex org.antlr.stringtemplate.StringTemplate value antlr.Token s1 antlr.Token s2 antlr.Token k private static final long[] mk_tokenSet_0 () long[] data private static final long[] mk_tokenSet_1 () long[] data private static final long[] mk_tokenSet_2 () long[] data private static final long[] mk_tokenSet_3 () long[] data private static final long[] mk_tokenSet_4 () long[] data private static final long[] mk_tokenSet_5 () long[] data static void <clinit> () }
org/antlr/stringtemplate/language/ConditionalExpr$ElseIfClauseData.class
ConditionalExpr.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.ConditionalExpr$ElseIfClauseData extends java.lang.Object { org.antlr.stringtemplate.language.ASTExpr expr org.antlr.stringtemplate.StringTemplate st protected void <init> () }
org/antlr/stringtemplate/language/Cat.class
Cat.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.Cat extends java.util.AbstractList { protected java.util.List elements public java.util.Iterator iterator () public java.lang.Object get (int) int index public int size () public void <init> (java.util.List) Object o java.util.Iterator it Object attribute int i java.util.List attributes public java.lang.String toString () Object o int i StringBuffer buf }
org/antlr/stringtemplate/language/DefaultTemplateLexer.class
DefaultTemplateLexer.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.DefaultTemplateLexer extends antlr.CharScanner implements org.antlr.stringtemplate.language.TemplateParserTokenTypes antlr.TokenStream { protected String currentIndent protected org.antlr.stringtemplate.StringTemplate self public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public static final antlr.collections.impl.BitSet _tokenSet_6 public static final antlr.collections.impl.BitSet _tokenSet_7 public static final antlr.collections.impl.BitSet _tokenSet_8 public static final antlr.collections.impl.BitSet _tokenSet_9 public static final antlr.collections.impl.BitSet _tokenSet_10 public static final antlr.collections.impl.BitSet _tokenSet_11 public static final antlr.collections.impl.BitSet _tokenSet_12 public void <init> (org.antlr.stringtemplate.StringTemplate, java.io.Reader) org.antlr.stringtemplate.StringTemplate self java.io.Reader r public void reportError (antlr.RecognitionException) antlr.RecognitionException e protected boolean upcomingELSE (int) throws antlr.CharStreamException int i protected boolean upcomingENDIF (int) throws antlr.CharStreamException int i protected boolean upcomingAtEND (int) throws antlr.CharStreamException int i protected boolean upcomingNewline (int) throws antlr.CharStreamException int i public void <init> (java.io.InputStream) java.io.InputStream in public void <init> (java.io.Reader) java.io.Reader in public void <init> (antlr.InputBuffer) antlr.InputBuffer ib public void <init> (antlr.LexerSharedInputState) antlr.LexerSharedInputState state public antlr.Token nextToken () throws antlr.TokenStreamException antlr.RecognitionException e antlr.CharStreamException cse antlr.Token _token int _ttype antlr.Token theRetToken public final void mLITERAL (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _saveIndex int _saveIndex int loopStartIndex int col int _cnt11 boolean _createToken int _ttype antlr.Token _token int _begin antlr.Token ind protected final void mINDENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt76 boolean _createToken int _ttype antlr.Token _token int _begin public final void mNEWLINE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt16 StringBuffer buf char uc int _saveIndex int _saveIndex int _saveIndex int _saveIndex int _saveIndex int _cnt32 int _cnt39 String t boolean atLeft int _saveIndex int _saveIndex org.antlr.stringtemplate.language.ChunkToken t int _saveIndex boolean _createToken int _ttype antlr.Token _token int _begin int startCol protected final void mLINE_BREAK (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin protected final char mESC_CHAR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _saveIndex int _saveIndex int _saveIndex int _saveIndex int _saveIndex boolean _createToken char uc int _ttype antlr.Token _token int _begin int _saveIndex antlr.Token a antlr.Token b antlr.Token c antlr.Token d protected final void mCOMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin int startCol protected final void mIF_EXPR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt64 boolean _createToken int _ttype antlr.Token _token int _begin protected final void mEXPR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt52 boolean _createToken int _ttype antlr.Token _token int _begin protected final void mESC (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin protected final void mSUBTEMPLATE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin protected final void mTEMPLATE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _saveIndex int _saveIndex int _saveIndex boolean _createToken int _ttype antlr.Token _token int _begin protected final void mNESTED_PARENS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt73 boolean _createToken int _ttype antlr.Token _token int _begin protected final void mHEX (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin private static final long[] mk_tokenSet_0 () int i long[] data private static final long[] mk_tokenSet_1 () int i long[] data private static final long[] mk_tokenSet_2 () long[] data private static final long[] mk_tokenSet_3 () long[] data private static final long[] mk_tokenSet_4 () long[] data private static final long[] mk_tokenSet_5 () int i long[] data private static final long[] mk_tokenSet_6 () int i long[] data private static final long[] mk_tokenSet_7 () int i long[] data private static final long[] mk_tokenSet_8 () int i long[] data private static final long[] mk_tokenSet_9 () int i long[] data private static final long[] mk_tokenSet_10 () int i long[] data private static final long[] mk_tokenSet_11 () int i long[] data private static final long[] mk_tokenSet_12 () int i long[] data static void <clinit> () }
org/antlr/stringtemplate/language/GroupParserTokenTypes.txt
org/antlr/stringtemplate/language/ArrayIterator.class
ArrayIterator.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.ArrayIterator extends java.lang.Object implements java.util.Iterator { protected int i protected Object array protected int n public void <init> (java.lang.Object) Object array public boolean hasNext () public java.lang.Object next () public void remove () }
org/antlr/stringtemplate/language/ActionParser.class
ActionParser.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.ActionParser extends antlr.LLkParser implements org.antlr.stringtemplate.language.ActionParserTokenTypes { protected org.antlr.stringtemplate.StringTemplate self public static final String[] _tokenNames public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public static final antlr.collections.impl.BitSet _tokenSet_6 public static final antlr.collections.impl.BitSet _tokenSet_7 public static final antlr.collections.impl.BitSet _tokenSet_8 public static final antlr.collections.impl.BitSet _tokenSet_9 public static final antlr.collections.impl.BitSet _tokenSet_10 public static final antlr.collections.impl.BitSet _tokenSet_11 public static final antlr.collections.impl.BitSet _tokenSet_12 public static final antlr.collections.impl.BitSet _tokenSet_13 public static final antlr.collections.impl.BitSet _tokenSet_14 public void <init> (antlr.TokenStream, org.antlr.stringtemplate.StringTemplate) antlr.TokenStream lexer org.antlr.stringtemplate.StringTemplate self public void reportError (antlr.RecognitionException) antlr.RecognitionException e org.antlr.stringtemplate.StringTemplateGroup group protected void <init> (antlr.TokenBuffer, int) antlr.TokenBuffer tokenBuf int k public void <init> (antlr.TokenBuffer) antlr.TokenBuffer tokenBuf protected void <init> (antlr.TokenStream, int) antlr.TokenStream lexer int k public void <init> (antlr.TokenStream) antlr.TokenStream lexer public void <init> (antlr.ParserSharedInputState) antlr.ParserSharedInputState state public final java.util.Map action () throws antlr.RecognitionException antlr.TokenStreamException org.antlr.stringtemplate.language.StringTemplateAST tmp2_AST antlr.RecognitionException ex java.util.Map opts antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST action_AST public final void templatesExpr () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException pe int _m10 boolean synPredMatched10 antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST templatesExpr_AST antlr.Token c org.antlr.stringtemplate.language.StringTemplateAST c_AST public final java.util.Map optionList () throws antlr.RecognitionException antlr.TokenStreamException org.antlr.stringtemplate.language.StringTemplateAST tmp9_AST antlr.RecognitionException ex java.util.Map opts antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST optionList_AST public final void ifCondition () throws antlr.RecognitionException antlr.TokenStreamException org.antlr.stringtemplate.language.StringTemplateAST tmp10_AST antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST ifCondition_AST public final void option (java.util.Map) throws antlr.RecognitionException antlr.TokenStreamException org.antlr.stringtemplate.language.StringTemplateAST tmp11_AST antlr.RecognitionException ex java.util.Map opts antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST option_AST antlr.Token i org.antlr.stringtemplate.language.StringTemplateAST i_AST org.antlr.stringtemplate.language.StringTemplateAST e_AST Object v public final void nonAlternatingTemplateExpr () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST nonAlternatingTemplateExpr_AST antlr.Token c org.antlr.stringtemplate.language.StringTemplateAST c_AST public final void parallelArrayTemplateApplication () throws antlr.RecognitionException antlr.TokenStreamException int _cnt17 antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST parallelArrayTemplateApplication_AST antlr.Token c org.antlr.stringtemplate.language.StringTemplateAST c_AST public final void expr () throws antlr.RecognitionException antlr.TokenStreamException org.antlr.stringtemplate.language.StringTemplateAST tmp13_AST antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST expr_AST public final void template () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST template_AST public final void anonymousTemplate () throws antlr.RecognitionException antlr.TokenStreamException org.antlr.stringtemplate.StringTemplate anonymous antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST anonymousTemplate_AST antlr.Token t org.antlr.stringtemplate.language.StringTemplateAST t_AST public final void ifAtom () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST ifAtom_AST public final void primaryExpr () throws antlr.RecognitionException antlr.TokenStreamException org.antlr.stringtemplate.language.StringTemplateAST tmp15_AST org.antlr.stringtemplate.language.StringTemplateAST tmp14_AST antlr.RecognitionException pe int _m25 org.antlr.stringtemplate.language.StringTemplateAST tmp17_AST org.antlr.stringtemplate.language.StringTemplateAST tmp16_AST boolean synPredMatched25 antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST primaryExpr_AST public final void templateInclude () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST templateInclude_AST antlr.Token id org.antlr.stringtemplate.language.StringTemplateAST id_AST antlr.Token qid org.antlr.stringtemplate.language.StringTemplateAST qid_AST public final void atom () throws antlr.RecognitionException antlr.TokenStreamException org.antlr.stringtemplate.language.StringTemplateAST tmp20_AST org.antlr.stringtemplate.language.StringTemplateAST tmp21_AST org.antlr.stringtemplate.language.StringTemplateAST tmp22_AST org.antlr.stringtemplate.language.StringTemplateAST tmp23_AST antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST atom_AST public final void valueExpr () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST valueExpr_AST antlr.Token eval org.antlr.stringtemplate.language.StringTemplateAST eval_AST public final void function () throws antlr.RecognitionException antlr.TokenStreamException org.antlr.stringtemplate.language.StringTemplateAST tmp25_AST org.antlr.stringtemplate.language.StringTemplateAST tmp26_AST org.antlr.stringtemplate.language.StringTemplateAST tmp27_AST org.antlr.stringtemplate.language.StringTemplateAST tmp28_AST org.antlr.stringtemplate.language.StringTemplateAST tmp29_AST org.antlr.stringtemplate.language.StringTemplateAST tmp30_AST antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST function_AST public final void list () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST list_AST antlr.Token lb org.antlr.stringtemplate.language.StringTemplateAST lb_AST public final void singleArg () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST singleArg_AST public final void namedTemplate () throws antlr.RecognitionException antlr.TokenStreamException org.antlr.stringtemplate.language.StringTemplateAST tmp35_AST antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST namedTemplate_AST antlr.Token qid org.antlr.stringtemplate.language.StringTemplateAST qid_AST public final void argList () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException pe int _m52 boolean synPredMatched52 antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST argList_AST public final void indirectTemplate () throws antlr.RecognitionException antlr.TokenStreamException org.antlr.stringtemplate.language.StringTemplateAST tmp43_AST org.antlr.stringtemplate.language.StringTemplateAST tmp44_AST antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST indirectTemplate_AST org.antlr.stringtemplate.language.StringTemplateAST e_AST org.antlr.stringtemplate.language.StringTemplateAST args_AST public final void listElement () throws antlr.RecognitionException antlr.TokenStreamException antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST listElement_AST public final void argumentAssignment () throws antlr.RecognitionException antlr.TokenStreamException org.antlr.stringtemplate.language.StringTemplateAST tmp45_AST org.antlr.stringtemplate.language.StringTemplateAST tmp46_AST org.antlr.stringtemplate.language.StringTemplateAST tmp47_AST antlr.RecognitionException ex antlr.ASTPair currentAST org.antlr.stringtemplate.language.StringTemplateAST argumentAssignment_AST protected void buildTokenTypeASTClassMap () private static final long[] mk_tokenSet_0 () long[] data private static final long[] mk_tokenSet_1 () long[] data private static final long[] mk_tokenSet_2 () long[] data private static final long[] mk_tokenSet_3 () long[] data private static final long[] mk_tokenSet_4 () long[] data private static final long[] mk_tokenSet_5 () long[] data private static final long[] mk_tokenSet_6 () long[] data private static final long[] mk_tokenSet_7 () long[] data private static final long[] mk_tokenSet_8 () long[] data private static final long[] mk_tokenSet_9 () long[] data private static final long[] mk_tokenSet_10 () long[] data private static final long[] mk_tokenSet_11 () long[] data private static final long[] mk_tokenSet_12 () long[] data private static final long[] mk_tokenSet_13 () long[] data private static final long[] mk_tokenSet_14 () long[] data static void <clinit> () }
org/antlr/stringtemplate/language/ActionParserTokenTypes.txt
org/antlr/stringtemplate/language/FormalArgument.class
FormalArgument.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.FormalArgument extends java.lang.Object { public static final int OPTIONAL public static final int REQUIRED public static final int ZERO_OR_MORE public static final int ONE_OR_MORE public static final String[] suffixes public static final java.util.LinkedHashMap UNKNOWN public String name public org.antlr.stringtemplate.StringTemplate defaultValueST public void <init> (java.lang.String) String name public void <init> (java.lang.String, org.antlr.stringtemplate.StringTemplate) String name org.antlr.stringtemplate.StringTemplate defaultValueST public static java.lang.String getCardinalityName (int) int cardinality public boolean equals (java.lang.Object) Object o org.antlr.stringtemplate.language.FormalArgument other public java.lang.String toString () static void <clinit> () }
org/antlr/stringtemplate/language/StringTemplateToken.class
StringTemplateToken.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.StringTemplateToken extends antlr.CommonToken { public java.util.List args public void <init> () public void <init> (int, java.lang.String) int type String text public void <init> (java.lang.String) String text public void <init> (int, java.lang.String, java.util.List) int type String text java.util.List args public java.lang.String toString () }
org/antlr/stringtemplate/language/TemplateParserTokenTypes.txt
org/antlr/stringtemplate/language/AngleBracketTemplateLexerTokenTypes.class
AngleBracketTemplateLexerTokenTypes.java package org.antlr.stringtemplate.language public abstract org.antlr.stringtemplate.language.AngleBracketTemplateLexerTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int LITERAL public static final int NEWLINE public static final int ACTION public static final int IF public static final int ELSEIF public static final int ELSE public static final int ENDIF public static final int REGION_REF public static final int REGION_DEF public static final int EXPR public static final int TEMPLATE public static final int IF_EXPR public static final int ESC_CHAR public static final int ESC public static final int HEX public static final int SUBTEMPLATE public static final int NESTED_PARENS public static final int INDENT public static final int COMMENT public static final int LINE_BREAK }
org/antlr/stringtemplate/language/ASTExpr.class
ASTExpr.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.ASTExpr extends org.antlr.stringtemplate.language.Expr { public static final int MISSING public static final String DEFAULT_ATTRIBUTE_NAME public static final String DEFAULT_ATTRIBUTE_NAME_DEPRECATED public static final String DEFAULT_INDEX_VARIABLE_NAME public static final String DEFAULT_INDEX0_VARIABLE_NAME public static final String DEFAULT_MAP_VALUE_NAME public static final String DEFAULT_MAP_KEY_NAME public static final org.antlr.stringtemplate.StringTemplate MAP_KEY_VALUE public static final String EMPTY_OPTION public static final java.util.Map defaultOptionValues public static final java.util.Set supportedOptions antlr.collections.AST exprTree java.util.Map options String wrapString String nullValue String separatorString String formatString static Class class$org$antlr$stringtemplate$StringTemplate$Aggregate static Class class$org$antlr$stringtemplate$StringTemplate static Class class$java$lang$String public void <init> (org.antlr.stringtemplate.StringTemplate, antlr.collections.AST, java.util.Map) org.antlr.stringtemplate.StringTemplate enclosingTemplate antlr.collections.AST exprTree java.util.Map options public antlr.collections.AST getAST () public int write (org.antlr.stringtemplate.StringTemplate, org.antlr.stringtemplate.StringTemplateWriter) throws java.io.IOException antlr.RecognitionException re org.antlr.stringtemplate.StringTemplate self org.antlr.stringtemplate.StringTemplateWriter out org.antlr.stringtemplate.language.StringTemplateAST anchorAST org.antlr.stringtemplate.language.ActionEvaluator eval int n protected void handleExprOptions (org.antlr.stringtemplate.StringTemplate) String option java.util.Iterator it org.antlr.stringtemplate.StringTemplate self org.antlr.stringtemplate.language.StringTemplateAST wrapAST org.antlr.stringtemplate.language.StringTemplateAST nullValueAST org.antlr.stringtemplate.language.StringTemplateAST separatorAST org.antlr.stringtemplate.language.StringTemplateAST formatAST public java.lang.Object applyTemplateToListOfAttributes (org.antlr.stringtemplate.StringTemplate, java.util.List, org.antlr.stringtemplate.StringTemplate) Object o int a int shorterSize Object[] newFormalArgumentNames String argName Object iteratedValue java.util.Iterator it int a int numEmpty org.antlr.stringtemplate.StringTemplate embedded org.antlr.stringtemplate.StringTemplate self java.util.List attributes org.antlr.stringtemplate.StringTemplate templateToApply java.util.Map argumentContext java.util.List results int numAttributes java.util.Map formalArguments Object[] formalArgumentNames int i public java.lang.Object applyListOfAlternatingTemplates (org.antlr.stringtemplate.StringTemplate, java.lang.Object, java.util.List) Object ithValue int templateIndex org.antlr.stringtemplate.language.StringTemplateAST args java.util.Map formalArgs boolean isAnonymous java.util.List resultVector java.util.Iterator iter int i java.util.Map formalArgs org.antlr.stringtemplate.language.StringTemplateAST args boolean isAnonymous org.antlr.stringtemplate.StringTemplate self Object attributeValue java.util.List templatesToApply org.antlr.stringtemplate.StringTemplate embedded java.util.Map argumentContext protected void setSoleFormalArgumentToIthValue (org.antlr.stringtemplate.StringTemplate, java.util.Map, java.lang.Object) java.util.Set argNames String soleArgName boolean isAnonymous org.antlr.stringtemplate.StringTemplate embedded java.util.Map argumentContext Object ithValue java.util.Map formalArgs public java.lang.Object getObjectProperty (org.antlr.stringtemplate.StringTemplate, java.lang.Object, java.lang.Object) org.antlr.stringtemplate.StringTemplate self Object o Object propertyName Object value protected java.lang.Object rawGetObjectProperty (org.antlr.stringtemplate.StringTemplate, java.lang.Object, java.lang.Object) String propertyName String propertyName java.util.Map attributes java.util.Map map Exception e IllegalAccessException iae java.lang.reflect.Field f NoSuchFieldException nsfe org.antlr.stringtemplate.StringTemplate self Object o Object property Class c Object value java.lang.reflect.Method m String propertyName String methodSuffix protected java.lang.Object accessField (java.lang.reflect.Field, java.lang.Object, java.lang.Object) throws java.lang.IllegalAccessException SecurityException se java.lang.reflect.Field f Object o Object value protected java.lang.Object invokeMethod (java.lang.reflect.Method, java.lang.Object, java.lang.Object) throws java.lang.IllegalAccessException java.lang.reflect.InvocationTargetException SecurityException se java.lang.reflect.Method m Object o Object value protected java.lang.reflect.Method getMethod (java.lang.Class, java.lang.String) NoSuchMethodException nsme Class c String methodName java.lang.reflect.Method m public boolean testAttributeTrue (java.lang.Object) Object a public java.lang.Object add (java.lang.Object, java.lang.Object) Object a Object b public org.antlr.stringtemplate.StringTemplate getTemplateInclude (org.antlr.stringtemplate.StringTemplate, java.lang.String, org.antlr.stringtemplate.language.StringTemplateAST) org.antlr.stringtemplate.StringTemplate enclosing String templateName org.antlr.stringtemplate.language.StringTemplateAST argumentsAST org.antlr.stringtemplate.StringTemplateGroup group org.antlr.stringtemplate.StringTemplate embedded public int writeAttribute (org.antlr.stringtemplate.StringTemplate, java.lang.Object, org.antlr.stringtemplate.StringTemplateWriter) org.antlr.stringtemplate.StringTemplate self Object o org.antlr.stringtemplate.StringTemplateWriter out protected int write (org.antlr.stringtemplate.StringTemplate, java.lang.Object, org.antlr.stringtemplate.StringTemplateWriter) java.io.IOException io org.antlr.stringtemplate.StringTemplate self Object o org.antlr.stringtemplate.StringTemplateWriter out int n protected int writePOJO (org.antlr.stringtemplate.StringTemplate, java.lang.Object, org.antlr.stringtemplate.StringTemplateWriter) throws java.io.IOException org.antlr.stringtemplate.StringTemplate self Object o org.antlr.stringtemplate.StringTemplateWriter out int n org.antlr.stringtemplate.AttributeRenderer renderer String v protected int writeTemplate (org.antlr.stringtemplate.StringTemplate, java.lang.Object, org.antlr.stringtemplate.StringTemplateWriter) throws java.io.IOException java.io.StringWriter buf org.antlr.stringtemplate.StringTemplateWriter sw org.antlr.stringtemplate.AttributeRenderer renderer org.antlr.stringtemplate.StringTemplate self Object o org.antlr.stringtemplate.StringTemplateWriter out int n org.antlr.stringtemplate.StringTemplate stToWrite protected int writeIterableValue (org.antlr.stringtemplate.StringTemplate, java.lang.Object, org.antlr.stringtemplate.StringTemplateWriter) throws java.io.IOException int nw org.antlr.stringtemplate.language.Expr a int i int nw org.antlr.stringtemplate.StringTemplate st int nchunks boolean nullable int nw int nw java.io.StringWriter buf org.antlr.stringtemplate.StringTemplateWriter sw int tmpsize Object iterValue org.antlr.stringtemplate.StringTemplate self Object o org.antlr.stringtemplate.StringTemplateWriter out int n java.util.Iterator iter boolean seenAValue public java.lang.String evaluateExpression (org.antlr.stringtemplate.StringTemplate, java.lang.Object) antlr.RecognitionException re org.antlr.stringtemplate.language.ActionEvaluator eval org.antlr.stringtemplate.language.StringTemplateAST exprAST java.io.StringWriter buf org.antlr.stringtemplate.StringTemplateWriter sw org.antlr.stringtemplate.StringTemplate self Object expr protected void evaluateArguments (org.antlr.stringtemplate.StringTemplate) java.util.Map ac antlr.RecognitionException re org.antlr.stringtemplate.StringTemplate self org.antlr.stringtemplate.language.StringTemplateAST argumentsAST org.antlr.stringtemplate.StringTemplate enclosing org.antlr.stringtemplate.StringTemplate argContextST org.antlr.stringtemplate.language.ActionEvaluator eval public static java.lang.Object convertArrayToList (java.lang.Object) Object value protected static java.lang.Object convertAnythingIteratableToIterator (java.lang.Object) Object o java.util.Iterator iter protected static java.util.Iterator convertAnythingToIterator (java.lang.Object) java.util.List singleton Object o java.util.Iterator iter public java.lang.Object first (java.lang.Object) java.util.Iterator it Object attribute Object f public java.lang.Object rest (java.lang.Object) Object o java.util.List a java.util.Iterator it Object attribute Object theRest public java.lang.Object last (java.lang.Object) java.util.Iterator it Object attribute Object last public java.lang.Object strip (java.lang.Object) Object o java.util.List a java.util.Iterator it Object attribute public java.lang.Object trunc (java.lang.Object) Object o java.util.List a java.util.Iterator it Object attribute public java.lang.Object length (java.lang.Object) Object[] list int[] list long[] list float[] list double[] list java.util.Iterator it Object attribute int i public java.lang.Object getOption (java.lang.String) String name Object value public java.lang.String toString () static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 static void <clinit> () }
org/antlr/stringtemplate/language/AngleBracketTemplateLexerTokenTypes.txt
org/antlr/stringtemplate/language/InterfaceLexer.class
InterfaceLexer.java package org.antlr.stringtemplate.language public org.antlr.stringtemplate.language.InterfaceLexer extends antlr.CharScanner implements org.antlr.stringtemplate.language.InterfaceParserTokenTypes antlr.TokenStream { public static final antlr.collections.impl.BitSet _tokenSet_0 public void <init> (java.io.InputStream) java.io.InputStream in public void <init> (java.io.Reader) java.io.Reader in public void <init> (antlr.InputBuffer) antlr.InputBuffer ib public void <init> (antlr.LexerSharedInputState) antlr.LexerSharedInputState state public antlr.Token nextToken () throws antlr.TokenStreamException antlr.RecognitionException e antlr.CharStreamException cse antlr.Token _token int _ttype antlr.Token theRetToken public final void mID (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mLPAREN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mRPAREN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mCOMMA (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mSEMI (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mCOLON (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mSL_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mML_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException boolean _createToken int _ttype antlr.Token _token int _begin public final void mWS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException int _cnt32 boolean _createToken int _ttype antlr.Token _token int _begin private static final long[] mk_tokenSet_0 () int i long[] data static void <clinit> () }
org/antlr/stringtemplate/StringTemplateGroup$1.class
StringTemplateGroup.java package org.antlr.stringtemplate final org.antlr.stringtemplate.StringTemplateGroup$1 extends java.lang.Object implements org.antlr.stringtemplate.StringTemplateErrorListener { void <init> () public void error (java.lang.String, java.lang.Throwable) String s Throwable e public void warning (java.lang.String) String s }
org/antlr/stringtemplate/NoIndentWriter.class
NoIndentWriter.java package org.antlr.stringtemplate public org.antlr.stringtemplate.NoIndentWriter extends org.antlr.stringtemplate.AutoIndentWriter { public void <init> (java.io.Writer) java.io.Writer out public int write (java.lang.String) throws java.io.IOException String str }
org/antlr/stringtemplate/StringTemplateGroupLoader.class
StringTemplateGroupLoader.java package org.antlr.stringtemplate public abstract org.antlr.stringtemplate.StringTemplateGroupLoader extends java.lang.Object { public abstract org.antlr.stringtemplate.StringTemplateGroup loadGroup (java.lang.String) public abstract org.antlr.stringtemplate.StringTemplateGroup loadGroup (java.lang.String, org.antlr.stringtemplate.StringTemplateGroup) public abstract org.antlr.stringtemplate.StringTemplateGroup loadGroup (java.lang.String, java.lang.Class, org.antlr.stringtemplate.StringTemplateGroup) public abstract org.antlr.stringtemplate.StringTemplateGroupInterface loadInterface (java.lang.String) }
org/antlr/stringtemplate/StringTemplateGroup.class
StringTemplateGroup.java package org.antlr.stringtemplate public org.antlr.stringtemplate.StringTemplateGroup extends java.lang.Object { protected String name protected java.util.Map templates protected java.util.Map maps protected Class templateLexerClass protected static Class defaultTemplateLexerClass protected String rootDir protected static java.util.Map nameToGroupMap protected static java.util.Map nameToInterfaceMap protected org.antlr.stringtemplate.StringTemplateGroup superGroup protected java.util.List interfaces protected boolean templatesDefinedInGroupFile protected Class userSpecifiedWriter protected boolean debugTemplateOutput protected java.util.Set noDebugStartStopStrings protected java.util.Map attributeRenderers private static org.antlr.stringtemplate.StringTemplateGroupLoader groupLoader protected org.antlr.stringtemplate.StringTemplateErrorListener listener public static org.antlr.stringtemplate.StringTemplateErrorListener DEFAULT_ERROR_LISTENER protected static final org.antlr.stringtemplate.StringTemplate NOT_FOUND_ST protected int refreshIntervalInSeconds protected long lastCheckedDisk String fileCharEncoding static Class class$org$antlr$stringtemplate$language$DefaultTemplateLexer static Class class$org$antlr$stringtemplate$language$AngleBracketTemplateLexer static Class class$java$io$Writer public void <init> (java.lang.String, java.lang.String) String name String rootDir public void <init> (java.lang.String, java.lang.String, java.lang.Class) String name String rootDir Class lexer public void <init> (java.lang.String) String name public void <init> (java.lang.String, java.lang.Class) String name Class lexer public void <init> (java.io.Reader) java.io.Reader r public void <init> (java.io.Reader, org.antlr.stringtemplate.StringTemplateErrorListener) java.io.Reader r org.antlr.stringtemplate.StringTemplateErrorListener errors public void <init> (java.io.Reader, java.lang.Class) java.io.Reader r Class lexer public void <init> (java.io.Reader, java.lang.Class, org.antlr.stringtemplate.StringTemplateErrorListener) java.io.Reader r Class lexer org.antlr.stringtemplate.StringTemplateErrorListener errors public void <init> (java.io.Reader, java.lang.Class, org.antlr.stringtemplate.StringTemplateErrorListener, org.antlr.stringtemplate.StringTemplateGroup) java.io.Reader r Class lexer org.antlr.stringtemplate.StringTemplateErrorListener errors org.antlr.stringtemplate.StringTemplateGroup superGroup public java.lang.Class getTemplateLexerClass () public java.lang.String getName () public void setName (java.lang.String) String name public void setSuperGroup (org.antlr.stringtemplate.StringTemplateGroup) org.antlr.stringtemplate.StringTemplateGroup superGroup public void setSuperGroup (java.lang.String) String superGroupName org.antlr.stringtemplate.StringTemplateGroup superGroup public void implementInterface (org.antlr.stringtemplate.StringTemplateGroupInterface) org.antlr.stringtemplate.StringTemplateGroupInterface I public void implementInterface (java.lang.String) String interfaceName org.antlr.stringtemplate.StringTemplateGroupInterface I public org.antlr.stringtemplate.StringTemplateGroup getSuperGroup () public java.lang.String getGroupHierarchyStackString () java.util.List groupNames org.antlr.stringtemplate.StringTemplateGroup p public java.lang.String getRootDir () public void setRootDir (java.lang.String) String rootDir public org.antlr.stringtemplate.StringTemplate createStringTemplate () org.antlr.stringtemplate.StringTemplate st protected org.antlr.stringtemplate.StringTemplate getInstanceOf (org.antlr.stringtemplate.StringTemplate, java.lang.String) throws java.lang.IllegalArgumentException org.antlr.stringtemplate.StringTemplate instanceST org.antlr.stringtemplate.StringTemplate enclosingInstance String name org.antlr.stringtemplate.StringTemplate st public org.antlr.stringtemplate.StringTemplate getInstanceOf (java.lang.String) String name public org.antlr.stringtemplate.StringTemplate getInstanceOf (java.lang.String, java.util.Map) String name java.util.Map attributes org.antlr.stringtemplate.StringTemplate st public org.antlr.stringtemplate.StringTemplate getEmbeddedInstanceOf (org.antlr.stringtemplate.StringTemplate, java.lang.String) throws java.lang.IllegalArgumentException org.antlr.stringtemplate.StringTemplate enclosingInstance String name org.antlr.stringtemplate.StringTemplate st public synchronized org.antlr.stringtemplate.StringTemplate lookupTemplate (org.antlr.stringtemplate.StringTemplate, java.lang.String) throws java.lang.IllegalArgumentException int dot org.antlr.stringtemplate.StringTemplate superScopeST String context String hier org.antlr.stringtemplate.StringTemplate enclosingInstance String name org.antlr.stringtemplate.StringTemplate st public org.antlr.stringtemplate.StringTemplate lookupTemplate (java.lang.String) String name protected void checkRefreshInterval () boolean timeToFlush protected org.antlr.stringtemplate.StringTemplate loadTemplate (java.lang.String, java.io.BufferedReader) throws java.io.IOException String name java.io.BufferedReader r String line String nl StringBuffer buf String pattern protected org.antlr.stringtemplate.StringTemplate loadTemplateFromBeneathRootDirOrCLASSPATH (java.lang.String) java.io.IOException ioe2 java.io.IOException ioe java.io.IOException ioe2 java.io.IOException ioe2 ClassLoader cl java.io.InputStream is java.io.BufferedReader br String fileName org.antlr.stringtemplate.StringTemplate template String name public java.lang.String getFileNameFromTemplateName (java.lang.String) String templateName public java.lang.String getTemplateNameFromFileName (java.lang.String) String fileName String name int suffix protected org.antlr.stringtemplate.StringTemplate loadTemplate (java.lang.String, java.lang.String) java.io.InputStream fin java.io.InputStreamReader isr java.io.IOException ioe2 java.io.IOException ioe String name String fileName java.io.BufferedReader br org.antlr.stringtemplate.StringTemplate template protected java.io.InputStreamReader getInputStreamReader (java.io.InputStream) java.io.UnsupportedEncodingException uee java.io.InputStream in java.io.InputStreamReader isr public java.lang.String getFileCharEncoding () public void setFileCharEncoding (java.lang.String) String fileCharEncoding public synchronized org.antlr.stringtemplate.StringTemplate defineTemplate (java.lang.String, java.lang.String) String name String template org.antlr.stringtemplate.StringTemplate st public org.antlr.stringtemplate.StringTemplate defineRegionTemplate (java.lang.String, java.lang.String, java.lang.String, int) String enclosingTemplateName String regionName String template int type String mangledName org.antlr.stringtemplate.StringTemplate regionST public org.antlr.stringtemplate.StringTemplate defineRegionTemplate (org.antlr.stringtemplate.StringTemplate, java.lang.String, java.lang.String, int) org.antlr.stringtemplate.StringTemplate enclosingTemplate String regionName String template int type org.antlr.stringtemplate.StringTemplate regionST public org.antlr.stringtemplate.StringTemplate defineImplicitRegionTemplate (org.antlr.stringtemplate.StringTemplate, java.lang.String) org.antlr.stringtemplate.StringTemplate enclosingTemplate String name public java.lang.String getMangledRegionName (java.lang.String, java.lang.String) String enclosingTemplateName String name public java.lang.String getUnMangledTemplateName (java.lang.String) String mangledName public synchronized org.antlr.stringtemplate.StringTemplate defineTemplateAlias (java.lang.String, java.lang.String) String name String target org.antlr.stringtemplate.StringTemplate targetST public synchronized boolean isDefinedInThisGroup (java.lang.String) String name org.antlr.stringtemplate.StringTemplate st public synchronized org.antlr.stringtemplate.StringTemplate getTemplateDefinition (java.lang.String) String name public boolean isDefined (java.lang.String) IllegalArgumentException iae String name protected void parseGroup (java.io.Reader) org.antlr.stringtemplate.language.GroupLexer lexer org.antlr.stringtemplate.language.GroupParser parser String name Exception e java.io.Reader r protected void verifyInterfaceImplementations () org.antlr.stringtemplate.StringTemplateGroupInterface I java.util.List missing java.util.List mismatched int i public int getRefreshInterval () public void setRefreshInterval (int) int refreshInterval public void setErrorListener (org.antlr.stringtemplate.StringTemplateErrorListener) org.antlr.stringtemplate.StringTemplateErrorListener listener public org.antlr.stringtemplate.StringTemplateErrorListener getErrorListener () public void setStringTemplateWriter (java.lang.Class) Class c public org.antlr.stringtemplate.StringTemplateWriter getStringTemplateWriter (java.io.Writer) java.lang.reflect.Constructor ctor Exception e java.io.Writer w org.antlr.stringtemplate.StringTemplateWriter stw public void setAttributeRenderers (java.util.Map) java.util.Map renderers public void registerRenderer (java.lang.Class, java.lang.Object) Class attributeClassType Object renderer public org.antlr.stringtemplate.AttributeRenderer getAttributeRenderer (java.lang.Class) Class attributeClassType org.antlr.stringtemplate.AttributeRenderer renderer public java.util.Map getMap (java.lang.String) String name java.util.Map m public void defineMap (java.lang.String, java.util.Map) String name java.util.Map mapping public static void registerDefaultLexer (java.lang.Class) Class lexerClass public static void registerGroupLoader (org.antlr.stringtemplate.StringTemplateGroupLoader) org.antlr.stringtemplate.StringTemplateGroupLoader loader public static org.antlr.stringtemplate.StringTemplateGroup loadGroup (java.lang.String) String name public static org.antlr.stringtemplate.StringTemplateGroup loadGroup (java.lang.String, org.antlr.stringtemplate.StringTemplateGroup) String name org.antlr.stringtemplate.StringTemplateGroup superGroup public static org.antlr.stringtemplate.StringTemplateGroup loadGroup (java.lang.String, java.lang.Class, org.antlr.stringtemplate.StringTemplateGroup) String name Class lexer org.antlr.stringtemplate.StringTemplateGroup superGroup public static org.antlr.stringtemplate.StringTemplateGroupInterface loadInterface (java.lang.String) String name public void error (java.lang.String) String msg public void error (java.lang.String, java.lang.Exception) String msg Exception e public synchronized java.util.Set getTemplateNames () public void emitDebugStartStopStrings (boolean) boolean emit public void doNotEmitDebugStringsForTemplate (java.lang.String) String templateName public void emitTemplateStartDebugString (org.antlr.stringtemplate.StringTemplate, org.antlr.stringtemplate.StringTemplateWriter) throws java.io.IOException String groupPrefix org.antlr.stringtemplate.StringTemplate st org.antlr.stringtemplate.StringTemplateWriter out public void emitTemplateStopDebugString (org.antlr.stringtemplate.StringTemplate, org.antlr.stringtemplate.StringTemplateWriter) throws java.io.IOException String groupPrefix org.antlr.stringtemplate.StringTemplate st org.antlr.stringtemplate.StringTemplateWriter out public java.lang.String toString () public java.lang.String toString (boolean) String tname org.antlr.stringtemplate.StringTemplate st boolean showTemplatePatterns StringBuffer buf java.util.Set templateNameSet java.util.List sortedNames java.util.Iterator iter org.antlr.stringtemplate.StringTemplate formalArgs static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 static void <clinit> () }
META-INF/maven/org.antlr/stringtemplate/
META-INF/maven/org.antlr/stringtemplate/pom.xml
META-INF/maven/org.antlr/stringtemplate/pom.properties
antlr/
antlr/ActionElement.class
ActionElement.java package antlr antlr.ActionElement extends antlr.AlternativeElement { protected String actionText protected boolean isSemPred public void <init> (antlr.Grammar, antlr.Token) public void generate () public antlr.Lookahead look (int) public java.lang.String toString () }
antlr/actions/
antlr/actions/cpp/
antlr/actions/cpp/ActionLexer.class
ActionLexer.java package antlr.actions.cpp public antlr.actions.cpp.ActionLexer extends antlr.CharScanner implements antlr.actions.cpp.ActionLexerTokenTypes antlr.TokenStream { protected antlr.RuleBlock currentRule protected antlr.CodeGenerator generator protected int lineOffset private antlr.Tool antlrTool antlr.ActionTransInfo transInfo public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public static final antlr.collections.impl.BitSet _tokenSet_6 public static final antlr.collections.impl.BitSet _tokenSet_7 public static final antlr.collections.impl.BitSet _tokenSet_8 public static final antlr.collections.impl.BitSet _tokenSet_9 public static final antlr.collections.impl.BitSet _tokenSet_10 public static final antlr.collections.impl.BitSet _tokenSet_11 public static final antlr.collections.impl.BitSet _tokenSet_12 public static final antlr.collections.impl.BitSet _tokenSet_13 public static final antlr.collections.impl.BitSet _tokenSet_14 public static final antlr.collections.impl.BitSet _tokenSet_15 public static final antlr.collections.impl.BitSet _tokenSet_16 public static final antlr.collections.impl.BitSet _tokenSet_17 public static final antlr.collections.impl.BitSet _tokenSet_18 public static final antlr.collections.impl.BitSet _tokenSet_19 public static final antlr.collections.impl.BitSet _tokenSet_20 public static final antlr.collections.impl.BitSet _tokenSet_21 public static final antlr.collections.impl.BitSet _tokenSet_22 public static final antlr.collections.impl.BitSet _tokenSet_23 public static final antlr.collections.impl.BitSet _tokenSet_24 public static final antlr.collections.impl.BitSet _tokenSet_25 public static final antlr.collections.impl.BitSet _tokenSet_26 public void <init> (java.lang.String, antlr.RuleBlock, antlr.CodeGenerator, antlr.ActionTransInfo) public void setLineOffset (int) public void setTool (antlr.Tool) public void reportError (antlr.RecognitionException) public void reportError (java.lang.String) public void reportWarning (java.lang.String) public void <init> (java.io.InputStream) public void <init> (java.io.Reader) public void <init> (antlr.InputBuffer) public void <init> (antlr.LexerSharedInputState) public antlr.Token nextToken () throws antlr.TokenStreamException public final void mACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSTUFF (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mAST_ITEM (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ITEM (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mCOMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSTRING (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mCHAR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTREE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mWS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mID (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mVAR_ASSIGN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mAST_CONSTRUCTOR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ARG (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTREE_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final boolean mID_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mAST_CTOR_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mINT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mARG (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ARG_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ARG_ID_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mINT_OR_FLOAT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSL_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mML_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mESC (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mDIGIT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException private static final long[] mk_tokenSet_0 () private static final long[] mk_tokenSet_1 () private static final long[] mk_tokenSet_2 () private static final long[] mk_tokenSet_3 () private static final long[] mk_tokenSet_4 () private static final long[] mk_tokenSet_5 () private static final long[] mk_tokenSet_6 () private static final long[] mk_tokenSet_7 () private static final long[] mk_tokenSet_8 () private static final long[] mk_tokenSet_9 () private static final long[] mk_tokenSet_10 () private static final long[] mk_tokenSet_11 () private static final long[] mk_tokenSet_12 () private static final long[] mk_tokenSet_13 () private static final long[] mk_tokenSet_14 () private static final long[] mk_tokenSet_15 () private static final long[] mk_tokenSet_16 () private static final long[] mk_tokenSet_17 () private static final long[] mk_tokenSet_18 () private static final long[] mk_tokenSet_19 () private static final long[] mk_tokenSet_20 () private static final long[] mk_tokenSet_21 () private static final long[] mk_tokenSet_22 () private static final long[] mk_tokenSet_23 () private static final long[] mk_tokenSet_24 () private static final long[] mk_tokenSet_25 () private static final long[] mk_tokenSet_26 () static void <clinit> () }
antlr/actions/cpp/ActionLexerTokenTypes.class
ActionLexerTokenTypes.java package antlr.actions.cpp public abstract antlr.actions.cpp.ActionLexerTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int ACTION public static final int STUFF public static final int AST_ITEM public static final int TEXT_ITEM public static final int TREE public static final int TREE_ELEMENT public static final int AST_CONSTRUCTOR public static final int AST_CTOR_ELEMENT public static final int ID_ELEMENT public static final int TEXT_ARG public static final int TEXT_ARG_ELEMENT public static final int TEXT_ARG_ID_ELEMENT public static final int ARG public static final int ID public static final int VAR_ASSIGN public static final int COMMENT public static final int SL_COMMENT public static final int ML_COMMENT public static final int CHAR public static final int STRING public static final int ESC public static final int DIGIT public static final int INT public static final int INT_OR_FLOAT public static final int WS }
antlr/actions/csharp/
antlr/actions/csharp/ActionLexer.class
ActionLexer.java package antlr.actions.csharp public antlr.actions.csharp.ActionLexer extends antlr.CharScanner implements antlr.actions.csharp.ActionLexerTokenTypes antlr.TokenStream { protected antlr.RuleBlock currentRule protected antlr.CodeGenerator generator protected int lineOffset private antlr.Tool antlrTool antlr.ActionTransInfo transInfo public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public static final antlr.collections.impl.BitSet _tokenSet_6 public static final antlr.collections.impl.BitSet _tokenSet_7 public static final antlr.collections.impl.BitSet _tokenSet_8 public static final antlr.collections.impl.BitSet _tokenSet_9 public static final antlr.collections.impl.BitSet _tokenSet_10 public static final antlr.collections.impl.BitSet _tokenSet_11 public static final antlr.collections.impl.BitSet _tokenSet_12 public static final antlr.collections.impl.BitSet _tokenSet_13 public static final antlr.collections.impl.BitSet _tokenSet_14 public static final antlr.collections.impl.BitSet _tokenSet_15 public static final antlr.collections.impl.BitSet _tokenSet_16 public static final antlr.collections.impl.BitSet _tokenSet_17 public static final antlr.collections.impl.BitSet _tokenSet_18 public static final antlr.collections.impl.BitSet _tokenSet_19 public static final antlr.collections.impl.BitSet _tokenSet_20 public static final antlr.collections.impl.BitSet _tokenSet_21 public static final antlr.collections.impl.BitSet _tokenSet_22 public static final antlr.collections.impl.BitSet _tokenSet_23 public static final antlr.collections.impl.BitSet _tokenSet_24 public static final antlr.collections.impl.BitSet _tokenSet_25 public static final antlr.collections.impl.BitSet _tokenSet_26 public void <init> (java.lang.String, antlr.RuleBlock, antlr.CodeGenerator, antlr.ActionTransInfo) public void setLineOffset (int) public void setTool (antlr.Tool) public void reportError (antlr.RecognitionException) public void reportError (java.lang.String) public void reportWarning (java.lang.String) public void <init> (java.io.InputStream) public void <init> (java.io.Reader) public void <init> (antlr.InputBuffer) public void <init> (antlr.LexerSharedInputState) public antlr.Token nextToken () throws antlr.TokenStreamException public final void mACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSTUFF (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mAST_ITEM (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ITEM (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mCOMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSTRING (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mCHAR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTREE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mWS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mID (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mVAR_ASSIGN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mAST_CONSTRUCTOR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ARG (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTREE_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final boolean mID_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mAST_CTOR_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mINT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mARG (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ARG_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ARG_ID_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mINT_OR_FLOAT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSL_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mML_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mESC (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mDIGIT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException private static final long[] mk_tokenSet_0 () private static final long[] mk_tokenSet_1 () private static final long[] mk_tokenSet_2 () private static final long[] mk_tokenSet_3 () private static final long[] mk_tokenSet_4 () private static final long[] mk_tokenSet_5 () private static final long[] mk_tokenSet_6 () private static final long[] mk_tokenSet_7 () private static final long[] mk_tokenSet_8 () private static final long[] mk_tokenSet_9 () private static final long[] mk_tokenSet_10 () private static final long[] mk_tokenSet_11 () private static final long[] mk_tokenSet_12 () private static final long[] mk_tokenSet_13 () private static final long[] mk_tokenSet_14 () private static final long[] mk_tokenSet_15 () private static final long[] mk_tokenSet_16 () private static final long[] mk_tokenSet_17 () private static final long[] mk_tokenSet_18 () private static final long[] mk_tokenSet_19 () private static final long[] mk_tokenSet_20 () private static final long[] mk_tokenSet_21 () private static final long[] mk_tokenSet_22 () private static final long[] mk_tokenSet_23 () private static final long[] mk_tokenSet_24 () private static final long[] mk_tokenSet_25 () private static final long[] mk_tokenSet_26 () static void <clinit> () }
antlr/actions/csharp/ActionLexerTokenTypes.class
ActionLexerTokenTypes.java package antlr.actions.csharp public abstract antlr.actions.csharp.ActionLexerTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int ACTION public static final int STUFF public static final int AST_ITEM public static final int TEXT_ITEM public static final int TREE public static final int TREE_ELEMENT public static final int AST_CONSTRUCTOR public static final int AST_CTOR_ELEMENT public static final int ID_ELEMENT public static final int TEXT_ARG public static final int TEXT_ARG_ELEMENT public static final int TEXT_ARG_ID_ELEMENT public static final int ARG public static final int ID public static final int VAR_ASSIGN public static final int COMMENT public static final int SL_COMMENT public static final int ML_COMMENT public static final int CHAR public static final int STRING public static final int ESC public static final int DIGIT public static final int INT public static final int INT_OR_FLOAT public static final int WS }
antlr/actions/java/
antlr/actions/java/ActionLexer.class
ActionLexer.java package antlr.actions.java public antlr.actions.java.ActionLexer extends antlr.CharScanner implements antlr.actions.java.ActionLexerTokenTypes antlr.TokenStream { protected antlr.RuleBlock currentRule protected antlr.CodeGenerator generator protected int lineOffset private antlr.Tool antlrTool antlr.ActionTransInfo transInfo public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public static final antlr.collections.impl.BitSet _tokenSet_6 public static final antlr.collections.impl.BitSet _tokenSet_7 public static final antlr.collections.impl.BitSet _tokenSet_8 public static final antlr.collections.impl.BitSet _tokenSet_9 public static final antlr.collections.impl.BitSet _tokenSet_10 public static final antlr.collections.impl.BitSet _tokenSet_11 public static final antlr.collections.impl.BitSet _tokenSet_12 public static final antlr.collections.impl.BitSet _tokenSet_13 public static final antlr.collections.impl.BitSet _tokenSet_14 public static final antlr.collections.impl.BitSet _tokenSet_15 public static final antlr.collections.impl.BitSet _tokenSet_16 public static final antlr.collections.impl.BitSet _tokenSet_17 public static final antlr.collections.impl.BitSet _tokenSet_18 public static final antlr.collections.impl.BitSet _tokenSet_19 public static final antlr.collections.impl.BitSet _tokenSet_20 public static final antlr.collections.impl.BitSet _tokenSet_21 public static final antlr.collections.impl.BitSet _tokenSet_22 public static final antlr.collections.impl.BitSet _tokenSet_23 public static final antlr.collections.impl.BitSet _tokenSet_24 public static final antlr.collections.impl.BitSet _tokenSet_25 public void <init> (java.lang.String, antlr.RuleBlock, antlr.CodeGenerator, antlr.ActionTransInfo) public void setLineOffset (int) public void setTool (antlr.Tool) public void reportError (antlr.RecognitionException) public void reportError (java.lang.String) public void reportWarning (java.lang.String) public void <init> (java.io.InputStream) public void <init> (java.io.Reader) public void <init> (antlr.InputBuffer) public void <init> (antlr.LexerSharedInputState) public antlr.Token nextToken () throws antlr.TokenStreamException public final void mACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSTUFF (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mAST_ITEM (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ITEM (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mCOMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSTRING (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mCHAR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTREE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mID (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mWS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mVAR_ASSIGN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mAST_CONSTRUCTOR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ARG (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTREE_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final boolean mID_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mAST_CTOR_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mINT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mARG (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ARG_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ARG_ID_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mINT_OR_FLOAT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSL_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mML_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mESC (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mDIGIT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException private static final long[] mk_tokenSet_0 () private static final long[] mk_tokenSet_1 () private static final long[] mk_tokenSet_2 () private static final long[] mk_tokenSet_3 () private static final long[] mk_tokenSet_4 () private static final long[] mk_tokenSet_5 () private static final long[] mk_tokenSet_6 () private static final long[] mk_tokenSet_7 () private static final long[] mk_tokenSet_8 () private static final long[] mk_tokenSet_9 () private static final long[] mk_tokenSet_10 () private static final long[] mk_tokenSet_11 () private static final long[] mk_tokenSet_12 () private static final long[] mk_tokenSet_13 () private static final long[] mk_tokenSet_14 () private static final long[] mk_tokenSet_15 () private static final long[] mk_tokenSet_16 () private static final long[] mk_tokenSet_17 () private static final long[] mk_tokenSet_18 () private static final long[] mk_tokenSet_19 () private static final long[] mk_tokenSet_20 () private static final long[] mk_tokenSet_21 () private static final long[] mk_tokenSet_22 () private static final long[] mk_tokenSet_23 () private static final long[] mk_tokenSet_24 () private static final long[] mk_tokenSet_25 () static void <clinit> () }
antlr/actions/java/ActionLexerTokenTypes.class
ActionLexerTokenTypes.java package antlr.actions.java public abstract antlr.actions.java.ActionLexerTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int ACTION public static final int STUFF public static final int AST_ITEM public static final int TEXT_ITEM public static final int TREE public static final int TREE_ELEMENT public static final int AST_CONSTRUCTOR public static final int AST_CTOR_ELEMENT public static final int ID_ELEMENT public static final int TEXT_ARG public static final int TEXT_ARG_ELEMENT public static final int TEXT_ARG_ID_ELEMENT public static final int ARG public static final int ID public static final int VAR_ASSIGN public static final int COMMENT public static final int SL_COMMENT public static final int ML_COMMENT public static final int CHAR public static final int STRING public static final int ESC public static final int DIGIT public static final int INT public static final int INT_OR_FLOAT public static final int WS }
antlr/actions/python/
antlr/actions/python/ActionLexer.class
ActionLexer.java package antlr.actions.python public antlr.actions.python.ActionLexer extends antlr.CharScanner implements antlr.actions.python.ActionLexerTokenTypes antlr.TokenStream { protected antlr.RuleBlock currentRule protected antlr.CodeGenerator generator protected int lineOffset private antlr.Tool antlrTool antlr.ActionTransInfo transInfo public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public static final antlr.collections.impl.BitSet _tokenSet_6 public static final antlr.collections.impl.BitSet _tokenSet_7 public static final antlr.collections.impl.BitSet _tokenSet_8 public static final antlr.collections.impl.BitSet _tokenSet_9 public static final antlr.collections.impl.BitSet _tokenSet_10 public static final antlr.collections.impl.BitSet _tokenSet_11 public static final antlr.collections.impl.BitSet _tokenSet_12 public static final antlr.collections.impl.BitSet _tokenSet_13 public static final antlr.collections.impl.BitSet _tokenSet_14 public static final antlr.collections.impl.BitSet _tokenSet_15 public static final antlr.collections.impl.BitSet _tokenSet_16 public static final antlr.collections.impl.BitSet _tokenSet_17 public static final antlr.collections.impl.BitSet _tokenSet_18 public static final antlr.collections.impl.BitSet _tokenSet_19 public static final antlr.collections.impl.BitSet _tokenSet_20 public static final antlr.collections.impl.BitSet _tokenSet_21 public static final antlr.collections.impl.BitSet _tokenSet_22 public static final antlr.collections.impl.BitSet _tokenSet_23 public static final antlr.collections.impl.BitSet _tokenSet_24 public static final antlr.collections.impl.BitSet _tokenSet_25 public void <init> (java.lang.String, antlr.RuleBlock, antlr.CodeGenerator, antlr.ActionTransInfo) public void setLineOffset (int) public void setTool (antlr.Tool) public void reportError (antlr.RecognitionException) public void reportError (java.lang.String) public void reportWarning (java.lang.String) public void <init> (java.io.InputStream) public void <init> (java.io.Reader) public void <init> (antlr.InputBuffer) public void <init> (antlr.LexerSharedInputState) public antlr.Token nextToken () throws antlr.TokenStreamException public final void mACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSTUFF (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mAST_ITEM (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ITEM (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mCOMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSTRING (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mCHAR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTREE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mID (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mWS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mVAR_ASSIGN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mAST_CONSTRUCTOR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ARG (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTREE_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final boolean mID_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mAST_CTOR_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mINT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mARG (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ARG_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mTEXT_ARG_ID_ELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mINT_OR_FLOAT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSL_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mML_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mIGNWS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mESC (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mDIGIT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException private static final long[] mk_tokenSet_0 () private static final long[] mk_tokenSet_1 () private static final long[] mk_tokenSet_2 () private static final long[] mk_tokenSet_3 () private static final long[] mk_tokenSet_4 () private static final long[] mk_tokenSet_5 () private static final long[] mk_tokenSet_6 () private static final long[] mk_tokenSet_7 () private static final long[] mk_tokenSet_8 () private static final long[] mk_tokenSet_9 () private static final long[] mk_tokenSet_10 () private static final long[] mk_tokenSet_11 () private static final long[] mk_tokenSet_12 () private static final long[] mk_tokenSet_13 () private static final long[] mk_tokenSet_14 () private static final long[] mk_tokenSet_15 () private static final long[] mk_tokenSet_16 () private static final long[] mk_tokenSet_17 () private static final long[] mk_tokenSet_18 () private static final long[] mk_tokenSet_19 () private static final long[] mk_tokenSet_20 () private static final long[] mk_tokenSet_21 () private static final long[] mk_tokenSet_22 () private static final long[] mk_tokenSet_23 () private static final long[] mk_tokenSet_24 () private static final long[] mk_tokenSet_25 () static void <clinit> () }
antlr/actions/python/ActionLexerTokenTypes.class
ActionLexerTokenTypes.java package antlr.actions.python public abstract antlr.actions.python.ActionLexerTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int ACTION public static final int STUFF public static final int AST_ITEM public static final int TEXT_ITEM public static final int TREE public static final int TREE_ELEMENT public static final int AST_CONSTRUCTOR public static final int AST_CTOR_ELEMENT public static final int ID_ELEMENT public static final int TEXT_ARG public static final int TEXT_ARG_ELEMENT public static final int TEXT_ARG_ID_ELEMENT public static final int ARG public static final int ID public static final int VAR_ASSIGN public static final int COMMENT public static final int SL_COMMENT public static final int IGNWS public static final int ML_COMMENT public static final int CHAR public static final int STRING public static final int ESC public static final int DIGIT public static final int INT public static final int INT_OR_FLOAT public static final int WS }
antlr/actions/python/CodeLexer.class
CodeLexer.java package antlr.actions.python public antlr.actions.python.CodeLexer extends antlr.CharScanner implements antlr.actions.python.CodeLexerTokenTypes antlr.TokenStream { protected int lineOffset private antlr.Tool antlrTool public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public void <init> (java.lang.String, java.lang.String, int, antlr.Tool) public void setLineOffset (int) public void reportError (antlr.RecognitionException) public void reportError (java.lang.String) public void reportWarning (java.lang.String) public void <init> (java.io.InputStream) public void <init> (java.io.Reader) public void <init> (antlr.InputBuffer) public void <init> (antlr.LexerSharedInputState) public antlr.Token nextToken () throws antlr.TokenStreamException public final void mACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSTUFF (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mCOMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSL_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mML_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mIGNWS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException private static final long[] mk_tokenSet_0 () private static final long[] mk_tokenSet_1 () static void <clinit> () }
antlr/actions/python/CodeLexerTokenTypes.class
CodeLexerTokenTypes.java package antlr.actions.python public abstract antlr.actions.python.CodeLexerTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int ACTION public static final int STUFF public static final int COMMENT public static final int SL_COMMENT public static final int IGNWS public static final int ML_COMMENT }
antlr/ActionTransInfo.class
ActionTransInfo.java package antlr public antlr.ActionTransInfo extends java.lang.Object { public boolean assignToRoot public String refRuleRoot public String followSetName public void <init> () public java.lang.String toString () }
antlr/Alternative.class
Alternative.java package antlr antlr.Alternative extends java.lang.Object { antlr.AlternativeElement head antlr.AlternativeElement tail protected antlr.SynPredBlock synPred protected String semPred protected antlr.ExceptionSpec exceptionSpec protected antlr.Lookahead[] cache protected int lookaheadDepth protected antlr.Token treeSpecifier private boolean doAutoGen public void <init> () public void <init> (antlr.AlternativeElement) public void addElement (antlr.AlternativeElement) public boolean atStart () public boolean getAutoGen () public antlr.Token getTreeSpecifier () public void setAutoGen (boolean) }
antlr/AlternativeBlock.class
AlternativeBlock.java package antlr antlr.AlternativeBlock extends antlr.AlternativeElement { protected String initAction protected antlr.collections.impl.Vector alternatives protected String label protected int alti protected int altj protected int analysisAlt protected boolean hasAnAction protected boolean hasASynPred protected int ID protected static int nblks boolean not boolean greedy boolean greedySet protected boolean doAutoGen protected boolean warnWhenFollowAmbig protected boolean generateAmbigWarnings public void <init> (antlr.Grammar) public void <init> (antlr.Grammar, antlr.Token, boolean) public void addAlternative (antlr.Alternative) public void generate () public antlr.Alternative getAlternativeAt (int) public antlr.collections.impl.Vector getAlternatives () public boolean getAutoGen () public java.lang.String getInitAction () public java.lang.String getLabel () public antlr.Lookahead look (int) public void prepareForAnalysis () public void removeTrackingOfRuleRefs (antlr.Grammar) public void setAlternatives (antlr.collections.impl.Vector) public void setAutoGen (boolean) public void setInitAction (java.lang.String) public void setLabel (java.lang.String) public void setOption (antlr.Token, antlr.Token) public java.lang.String toString () }
antlr/AlternativeElement.class
AlternativeElement.java package antlr abstract antlr.AlternativeElement extends antlr.GrammarElement { antlr.AlternativeElement next protected int autoGenType protected String enclosingRuleName public void <init> (antlr.Grammar) public void <init> (antlr.Grammar, antlr.Token) public void <init> (antlr.Grammar, antlr.Token, int) public int getAutoGenType () public void setAutoGenType (int) public java.lang.String getLabel () public void setLabel (java.lang.String) }
antlr/ANTLRError.class
ANTLRError.java package antlr public antlr.ANTLRError extends java.lang.Error { public void <init> () public void <init> (java.lang.String) }
antlr/ANTLRException.class
ANTLRException.java package antlr public antlr.ANTLRException extends java.lang.Exception { public void <init> () public void <init> (java.lang.String) public void <init> (java.lang.String, java.lang.Throwable) public void <init> (java.lang.Throwable) }
antlr/ANTLRGrammarParseBehavior.class
ANTLRGrammarParseBehavior.java package antlr public abstract antlr.ANTLRGrammarParseBehavior extends java.lang.Object { public abstract void abortGrammar () public abstract void beginAlt (boolean) public abstract void beginChildList () public abstract void beginExceptionGroup () public abstract void beginExceptionSpec (antlr.Token) public abstract void beginSubRule (antlr.Token, antlr.Token, boolean) public abstract void beginTree (antlr.Token) throws antlr.SemanticException public abstract void defineRuleName (antlr.Token, java.lang.String, boolean, java.lang.String) throws antlr.SemanticException public abstract void defineToken (antlr.Token, antlr.Token) public abstract void endAlt () public abstract void endChildList () public abstract void endExceptionGroup () public abstract void endExceptionSpec () public abstract void endGrammar () public abstract void endOptions () public abstract void endRule (java.lang.String) public abstract void endSubRule () public abstract void endTree () public abstract void hasError () public abstract void noASTSubRule () public abstract void oneOrMoreSubRule () public abstract void optionalSubRule () public abstract void refAction (antlr.Token) public abstract void refArgAction (antlr.Token) public abstract void setUserExceptions (java.lang.String) public abstract void refCharLiteral (antlr.Token, antlr.Token, boolean, int, boolean) public abstract void refCharRange (antlr.Token, antlr.Token, antlr.Token, int, boolean) public abstract void refElementOption (antlr.Token, antlr.Token) public abstract void refTokensSpecElementOption (antlr.Token, antlr.Token, antlr.Token) public abstract void refExceptionHandler (antlr.Token, antlr.Token) public abstract void refHeaderAction (antlr.Token, antlr.Token) public abstract void refInitAction (antlr.Token) public abstract void refMemberAction (antlr.Token) public abstract void refPreambleAction (antlr.Token) public abstract void refReturnAction (antlr.Token) public abstract void refRule (antlr.Token, antlr.Token, antlr.Token, antlr.Token, int) public abstract void refSemPred (antlr.Token) public abstract void refStringLiteral (antlr.Token, antlr.Token, int, boolean) public abstract void refToken (antlr.Token, antlr.Token, antlr.Token, antlr.Token, boolean, int, boolean) public abstract void refTokenRange (antlr.Token, antlr.Token, antlr.Token, int, boolean) public abstract void refTreeSpecifier (antlr.Token) public abstract void refWildcard (antlr.Token, antlr.Token, int) public abstract void setArgOfRuleRef (antlr.Token) public abstract void setCharVocabulary (antlr.collections.impl.BitSet) public abstract void setFileOption (antlr.Token, antlr.Token, java.lang.String) public abstract void setGrammarOption (antlr.Token, antlr.Token) public abstract void setRuleOption (antlr.Token, antlr.Token) public abstract void setSubruleOption (antlr.Token, antlr.Token) public abstract void startLexer (java.lang.String, antlr.Token, java.lang.String, java.lang.String) public abstract void startParser (java.lang.String, antlr.Token, java.lang.String, java.lang.String) public abstract void startTreeWalker (java.lang.String, antlr.Token, java.lang.String, java.lang.String) public abstract void synPred () public abstract void zeroOrMoreSubRule () }
antlr/ANTLRHashString.class
ANTLRHashString.java package antlr public antlr.ANTLRHashString extends java.lang.Object { private String s private char[] buf private int len private antlr.CharScanner lexer private static final int prime public void <init> (char[], int, antlr.CharScanner) public void <init> (antlr.CharScanner) public void <init> (java.lang.String, antlr.CharScanner) private final char charAt (int) public boolean equals (java.lang.Object) public int hashCode () private final int length () public void setBuffer (char[], int) public void setString (java.lang.String) }
antlr/ANTLRLexer.class
ANTLRLexer.java package antlr public antlr.ANTLRLexer extends antlr.CharScanner implements antlr.ANTLRTokenTypes antlr.TokenStream { public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public static int escapeCharValue (java.lang.String) public static int tokenTypeForCharLiteral (java.lang.String) public void <init> (java.io.InputStream) public void <init> (java.io.Reader) public void <init> (antlr.InputBuffer) public void <init> (antlr.LexerSharedInputState) public antlr.Token nextToken () throws antlr.TokenStreamException public final void mWS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mCOMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSL_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mML_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mOPEN_ELEMENT_OPTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mCLOSE_ELEMENT_OPTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mCOMMA (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mQUESTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mTREE_BEGIN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mLPAREN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mRPAREN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mCOLON (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mSTAR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mPLUS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mASSIGN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mIMPLIES (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mSEMI (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mCARET (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mBANG (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mOR (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mWILDCARD (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mRANGE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mNOT_OP (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mRCURLY (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mCHAR_LITERAL (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mESC (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mSTRING_LITERAL (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mXDIGIT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mDIGIT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mINT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mARG_ACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mNESTED_ARG_ACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mNESTED_ACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mTOKEN_REF (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mRULE_REF (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final int mINTERNAL_RULE_REF (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mWS_LOOP (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mWS_OPT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException private static final long[] mk_tokenSet_0 () private static final long[] mk_tokenSet_1 () private static final long[] mk_tokenSet_2 () private static final long[] mk_tokenSet_3 () private static final long[] mk_tokenSet_4 () private static final long[] mk_tokenSet_5 () static void <clinit> () }
antlr/ANTLRParser.class
ANTLRParser.java package antlr public antlr.ANTLRParser extends antlr.LLkParser implements antlr.ANTLRTokenTypes { private static final boolean DEBUG_PARSER antlr.ANTLRGrammarParseBehavior behavior antlr.Tool antlrTool protected int blockNesting public static final String[] _tokenNames public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public static final antlr.collections.impl.BitSet _tokenSet_6 public static final antlr.collections.impl.BitSet _tokenSet_7 public static final antlr.collections.impl.BitSet _tokenSet_8 public static final antlr.collections.impl.BitSet _tokenSet_9 public static final antlr.collections.impl.BitSet _tokenSet_10 public static final antlr.collections.impl.BitSet _tokenSet_11 public void <init> (antlr.TokenBuffer, antlr.ANTLRGrammarParseBehavior, antlr.Tool) public void reportError (java.lang.String) public void reportError (antlr.RecognitionException) public void reportError (antlr.RecognitionException, java.lang.String) public void reportWarning (java.lang.String) private boolean lastInRule () throws antlr.TokenStreamException private void checkForMissingEndRule (antlr.Token) protected void <init> (antlr.TokenBuffer, int) public void <init> (antlr.TokenBuffer) protected void <init> (antlr.TokenStream, int) public void <init> (antlr.TokenStream) public void <init> (antlr.ParserSharedInputState) public final void grammar () throws antlr.RecognitionException antlr.TokenStreamException public final void fileOptionsSpec () throws antlr.RecognitionException antlr.TokenStreamException public final void classDef () throws antlr.RecognitionException antlr.TokenStreamException public final antlr.Token id () throws antlr.RecognitionException antlr.TokenStreamException public final void lexerSpec (java.lang.String) throws antlr.RecognitionException antlr.TokenStreamException public final void treeParserSpec (java.lang.String) throws antlr.RecognitionException antlr.TokenStreamException public final void parserSpec (java.lang.String) throws antlr.RecognitionException antlr.TokenStreamException public final void rules () throws antlr.RecognitionException antlr.TokenStreamException public final antlr.Token optionValue () throws antlr.RecognitionException antlr.TokenStreamException public final void parserOptionsSpec () throws antlr.RecognitionException antlr.TokenStreamException public final void treeParserOptionsSpec () throws antlr.RecognitionException antlr.TokenStreamException public final void lexerOptionsSpec () throws antlr.RecognitionException antlr.TokenStreamException public final antlr.collections.impl.BitSet charSet () throws antlr.RecognitionException antlr.TokenStreamException public final void subruleOptionsSpec () throws antlr.RecognitionException antlr.TokenStreamException public final antlr.Token qualifiedID () throws antlr.RecognitionException antlr.TokenStreamException public final antlr.collections.impl.BitSet setBlockElement () throws antlr.RecognitionException antlr.TokenStreamException public final void tokensSpec () throws antlr.RecognitionException antlr.TokenStreamException public final void tokensSpecOptions (antlr.Token) throws antlr.RecognitionException antlr.TokenStreamException public final java.lang.String superClass () throws antlr.RecognitionException antlr.TokenStreamException public final void rule () throws antlr.RecognitionException antlr.TokenStreamException public final void throwsSpec () throws antlr.RecognitionException antlr.TokenStreamException public final void ruleOptionsSpec () throws antlr.RecognitionException antlr.TokenStreamException public final void block () throws antlr.RecognitionException antlr.TokenStreamException public final void exceptionGroup () throws antlr.RecognitionException antlr.TokenStreamException public final void alternative () throws antlr.RecognitionException antlr.TokenStreamException public final void element () throws antlr.RecognitionException antlr.TokenStreamException public final void exceptionSpecNoLabel () throws antlr.RecognitionException antlr.TokenStreamException public final void exceptionSpec () throws antlr.RecognitionException antlr.TokenStreamException public final void exceptionHandler () throws antlr.RecognitionException antlr.TokenStreamException public final void elementNoOptionSpec () throws antlr.RecognitionException antlr.TokenStreamException public final void elementOptionSpec () throws antlr.RecognitionException antlr.TokenStreamException public final void range (antlr.Token) throws antlr.RecognitionException antlr.TokenStreamException public final void terminal (antlr.Token) throws antlr.RecognitionException antlr.TokenStreamException public final void notTerminal (antlr.Token) throws antlr.RecognitionException antlr.TokenStreamException public final void ebnf (antlr.Token, boolean) throws antlr.RecognitionException antlr.TokenStreamException public final void tree () throws antlr.RecognitionException antlr.TokenStreamException public final void rootNode () throws antlr.RecognitionException antlr.TokenStreamException public final int ast_type_spec () throws antlr.RecognitionException antlr.TokenStreamException private static final long[] mk_tokenSet_0 () private static final long[] mk_tokenSet_1 () private static final long[] mk_tokenSet_2 () private static final long[] mk_tokenSet_3 () private static final long[] mk_tokenSet_4 () private static final long[] mk_tokenSet_5 () private static final long[] mk_tokenSet_6 () private static final long[] mk_tokenSet_7 () private static final long[] mk_tokenSet_8 () private static final long[] mk_tokenSet_9 () private static final long[] mk_tokenSet_10 () private static final long[] mk_tokenSet_11 () static void <clinit> () }
antlr/ANTLRStringBuffer.class
ANTLRStringBuffer.java package antlr public antlr.ANTLRStringBuffer extends java.lang.Object { protected char[] buffer protected int length public void <init> () public void <init> (int) public final void append (char) public final void append (java.lang.String) public final char charAt (int) public final char[] getBuffer () public final int length () public final void setCharAt (int, char) public final void setLength (int) public final java.lang.String toString () }
antlr/ANTLRTokdefLexer.class
ANTLRTokdefLexer.java package antlr public antlr.ANTLRTokdefLexer extends antlr.CharScanner implements antlr.ANTLRTokdefParserTokenTypes antlr.TokenStream { public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public void <init> (java.io.InputStream) public void <init> (java.io.Reader) public void <init> (antlr.InputBuffer) public void <init> (antlr.LexerSharedInputState) public antlr.Token nextToken () throws antlr.TokenStreamException public final void mWS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mSL_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mML_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mLPAREN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mRPAREN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mASSIGN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mSTRING (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mESC (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mDIGIT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mXDIGIT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mID (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mINT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException private static final long[] mk_tokenSet_0 () private static final long[] mk_tokenSet_1 () private static final long[] mk_tokenSet_2 () private static final long[] mk_tokenSet_3 () static void <clinit> () }
antlr/ANTLRTokdefParser.class
ANTLRTokdefParser.java package antlr public antlr.ANTLRTokdefParser extends antlr.LLkParser implements antlr.ANTLRTokdefParserTokenTypes { private antlr.Tool antlrTool public static final String[] _tokenNames public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public void setTool (antlr.Tool) protected antlr.Tool getTool () public void reportError (java.lang.String) public void reportError (antlr.RecognitionException) public void reportWarning (java.lang.String) protected void <init> (antlr.TokenBuffer, int) public void <init> (antlr.TokenBuffer) protected void <init> (antlr.TokenStream, int) public void <init> (antlr.TokenStream) public void <init> (antlr.ParserSharedInputState) public final void file (antlr.ImportVocabTokenManager) throws antlr.RecognitionException antlr.TokenStreamException public final void line (antlr.ImportVocabTokenManager) throws antlr.RecognitionException antlr.TokenStreamException private static final long[] mk_tokenSet_0 () private static final long[] mk_tokenSet_1 () static void <clinit> () }
antlr/ANTLRTokdefParserTokenTypes.class
ANTLRTokdefParserTokenTypes.java package antlr public abstract antlr.ANTLRTokdefParserTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int ID public static final int STRING public static final int ASSIGN public static final int LPAREN public static final int RPAREN public static final int INT public static final int WS public static final int SL_COMMENT public static final int ML_COMMENT public static final int ESC public static final int DIGIT public static final int XDIGIT }
antlr/ANTLRTokenTypes.class
ANTLRTokenTypes.java package antlr public abstract antlr.ANTLRTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int LITERAL_tokens public static final int LITERAL_header public static final int STRING_LITERAL public static final int ACTION public static final int DOC_COMMENT public static final int LITERAL_lexclass public static final int LITERAL_class public static final int LITERAL_extends public static final int LITERAL_Lexer public static final int LITERAL_TreeParser public static final int OPTIONS public static final int ASSIGN public static final int SEMI public static final int RCURLY public static final int LITERAL_charVocabulary public static final int CHAR_LITERAL public static final int INT public static final int OR public static final int RANGE public static final int TOKENS public static final int TOKEN_REF public static final int OPEN_ELEMENT_OPTION public static final int CLOSE_ELEMENT_OPTION public static final int LPAREN public static final int RPAREN public static final int LITERAL_Parser public static final int LITERAL_protected public static final int LITERAL_public public static final int LITERAL_private public static final int BANG public static final int ARG_ACTION public static final int LITERAL_returns public static final int COLON public static final int LITERAL_throws public static final int COMMA public static final int LITERAL_exception public static final int LITERAL_catch public static final int RULE_REF public static final int NOT_OP public static final int SEMPRED public static final int TREE_BEGIN public static final int QUESTION public static final int STAR public static final int PLUS public static final int IMPLIES public static final int CARET public static final int WILDCARD public static final int LITERAL_options public static final int WS public static final int COMMENT public static final int SL_COMMENT public static final int ML_COMMENT public static final int ESC public static final int DIGIT public static final int XDIGIT public static final int NESTED_ARG_ACTION public static final int NESTED_ACTION public static final int WS_LOOP public static final int INTERNAL_RULE_REF public static final int WS_OPT }
antlr/ASdebug/
antlr/ASdebug/ASDebugStream.class
ASDebugStream.java package antlr.ASdebug public final antlr.ASdebug.ASDebugStream extends java.lang.Object { public void <init> () public static java.lang.String getEntireText (antlr.TokenStream) public static antlr.ASdebug.TokenOffsetInfo getOffsetInfo (antlr.TokenStream, antlr.Token) }
antlr/ASdebug/IASDebugStream.class
IASDebugStream.java package antlr.ASdebug public abstract antlr.ASdebug.IASDebugStream extends java.lang.Object { public abstract java.lang.String getEntireText () public abstract antlr.ASdebug.TokenOffsetInfo getOffsetInfo (antlr.Token) }
antlr/ASdebug/TokenOffsetInfo.class
TokenOffsetInfo.java package antlr.ASdebug public antlr.ASdebug.TokenOffsetInfo extends java.lang.Object { public final int beginOffset public final int length public void <init> (int, int) public int getEndOffset () }
antlr/ASTFactory.class
ASTFactory.java package antlr public antlr.ASTFactory extends java.lang.Object { protected String theASTNodeType protected Class theASTNodeTypeClass protected java.util.Hashtable tokenTypeToASTClassMap static Class class$antlr$CommonAST static Class class$antlr$Token public void <init> () public void <init> (java.util.Hashtable) public void setTokenTypeASTNodeType (int, java.lang.String) throws java.lang.IllegalArgumentException public java.lang.Class getASTNodeType (int) public void addASTChild (antlr.ASTPair, antlr.collections.AST) public antlr.collections.AST create () public antlr.collections.AST create (int) public antlr.collections.AST create (int, java.lang.String) public antlr.collections.AST create (int, java.lang.String, java.lang.String) public antlr.collections.AST create (antlr.collections.AST) public antlr.collections.AST create (antlr.Token) public antlr.collections.AST create (antlr.Token, java.lang.String) public antlr.collections.AST create (java.lang.String) protected antlr.collections.AST createUsingCtor (antlr.Token, java.lang.String) protected antlr.collections.AST create (java.lang.Class) public antlr.collections.AST dup (antlr.collections.AST) public antlr.collections.AST dupList (antlr.collections.AST) public antlr.collections.AST dupTree (antlr.collections.AST) public antlr.collections.AST make (antlr.collections.AST[]) public antlr.collections.AST make (antlr.collections.impl.ASTArray) public void makeASTRoot (antlr.ASTPair, antlr.collections.AST) public void setASTNodeClass (java.lang.Class) public void setASTNodeClass (java.lang.String) public void setASTNodeType (java.lang.String) public java.util.Hashtable getTokenTypeToASTClassMap () public void setTokenTypeToASTClassMap (java.util.Hashtable) public void error (java.lang.String) static java.lang.Class class$ (java.lang.String) }
antlr/ASTIterator.class
ASTIterator.java package antlr public antlr.ASTIterator extends java.lang.Object { protected antlr.collections.AST cursor protected antlr.collections.AST original public void <init> (antlr.collections.AST) public boolean isSubtree (antlr.collections.AST, antlr.collections.AST) public antlr.collections.AST next (antlr.collections.AST) }
antlr/ASTNULLType.class
ASTNULLType.java package antlr public antlr.ASTNULLType extends java.lang.Object implements antlr.collections.AST { public void <init> () public void addChild (antlr.collections.AST) public boolean equals (antlr.collections.AST) public boolean equalsList (antlr.collections.AST) public boolean equalsListPartial (antlr.collections.AST) public boolean equalsTree (antlr.collections.AST) public boolean equalsTreePartial (antlr.collections.AST) public antlr.collections.ASTEnumeration findAll (antlr.collections.AST) public antlr.collections.ASTEnumeration findAllPartial (antlr.collections.AST) public antlr.collections.AST getFirstChild () public antlr.collections.AST getNextSibling () public java.lang.String getText () public int getType () public int getLine () public int getColumn () public int getNumberOfChildren () public void initialize (int, java.lang.String) public void initialize (antlr.collections.AST) public void initialize (antlr.Token) public void setFirstChild (antlr.collections.AST) public void setNextSibling (antlr.collections.AST) public void setText (java.lang.String) public void setType (int) public java.lang.String toString () public java.lang.String toStringList () public java.lang.String toStringTree () }
antlr/ASTPair.class
ASTPair.java package antlr public antlr.ASTPair extends java.lang.Object { public antlr.collections.AST root public antlr.collections.AST child public void <init> () public final void advanceChildToEnd () public antlr.ASTPair copy () public java.lang.String toString () }
antlr/ASTVisitor.class
ASTVisitor.java package antlr public abstract antlr.ASTVisitor extends java.lang.Object { public abstract void visit (antlr.collections.AST) }
antlr/BaseAST.class
BaseAST.java package antlr public abstract antlr.BaseAST extends java.lang.Object implements antlr.collections.AST java.io.Serializable { protected antlr.BaseAST down protected antlr.BaseAST right private static boolean verboseStringConversion private static String[] tokenNames public void <init> () public void addChild (antlr.collections.AST) public int getNumberOfChildren () private static void doWorkForFindAll (antlr.collections.AST, antlr.collections.impl.Vector, antlr.collections.AST, boolean) public boolean equals (antlr.collections.AST) public boolean equalsList (antlr.collections.AST) public boolean equalsListPartial (antlr.collections.AST) public boolean equalsTree (antlr.collections.AST) public boolean equalsTreePartial (antlr.collections.AST) public antlr.collections.ASTEnumeration findAll (antlr.collections.AST) public antlr.collections.ASTEnumeration findAllPartial (antlr.collections.AST) public antlr.collections.AST getFirstChild () public antlr.collections.AST getNextSibling () public java.lang.String getText () public int getType () public int getLine () public int getColumn () public abstract void initialize (int, java.lang.String) public abstract void initialize (antlr.collections.AST) public abstract void initialize (antlr.Token) public void removeChildren () public void setFirstChild (antlr.collections.AST) public void setNextSibling (antlr.collections.AST) public void setText (java.lang.String) public void setType (int) public static void setVerboseStringConversion (boolean, java.lang.String[]) public static java.lang.String[] getTokenNames () public java.lang.String toString () public java.lang.String toStringList () public java.lang.String toStringTree () public static java.lang.String decode (java.lang.String) public static java.lang.String encode (java.lang.String) public void xmlSerializeNode (java.io.Writer) throws java.io.IOException public void xmlSerializeRootOpen (java.io.Writer) throws java.io.IOException public void xmlSerializeRootClose (java.io.Writer) throws java.io.IOException public void xmlSerialize (java.io.Writer) throws java.io.IOException static void <clinit> () }
antlr/BlockContext.class
BlockContext.java package antlr antlr.BlockContext extends java.lang.Object { antlr.AlternativeBlock block int altNum antlr.BlockEndElement blockEnd void <init> () public void addAlternativeElement (antlr.AlternativeElement) public antlr.Alternative currentAlt () public antlr.AlternativeElement currentElement () }
antlr/BlockEndElement.class
BlockEndElement.java package antlr antlr.BlockEndElement extends antlr.AlternativeElement { protected boolean[] lock protected antlr.AlternativeBlock block public void <init> (antlr.Grammar) public antlr.Lookahead look (int) public java.lang.String toString () }
antlr/BlockWithImpliedExitPath.class
BlockWithImpliedExitPath.java package antlr abstract antlr.BlockWithImpliedExitPath extends antlr.AlternativeBlock { protected int exitLookaheadDepth protected antlr.Lookahead[] exitCache public void <init> (antlr.Grammar) public void <init> (antlr.Grammar, antlr.Token) }
antlr/build/
antlr/build/ANTLR$1.class
ANTLR.java package antlr.build antlr.build.ANTLR$1 extends java.lang.Object implements java.io.FilenameFilter { private final antlr.build.ANTLR this$0 void <init> (antlr.build.ANTLR) public boolean accept (java.io.File, java.lang.String) }
antlr/build/ANTLR.class
ANTLR.java package antlr.build public antlr.build.ANTLR extends java.lang.Object { public static String compiler public static String jarName public static String root public static String[] srcdir public void <init> () public java.lang.String getName () public void build (antlr.build.Tool) public void jar (antlr.build.Tool) protected boolean rootIsValidANTLRDir (antlr.build.Tool) static void <clinit> () }
antlr/build/StreamScarfer.class
StreamScarfer.java package antlr.build antlr.build.StreamScarfer extends java.lang.Thread { java.io.InputStream is String type antlr.build.Tool tool void <init> (java.io.InputStream, java.lang.String, antlr.build.Tool) public void run () }
antlr/build/Tool.class
Tool.java package antlr.build public antlr.build.Tool extends java.lang.Object { public String os static Class class$antlr$build$Tool public void <init> () public static void main (java.lang.String[]) public void perform (java.lang.String, java.lang.String) public void system (java.lang.String) public void antlr (java.lang.String) public void stdout (java.lang.String) public void stderr (java.lang.String) public void error (java.lang.String) public void log (java.lang.String) public void error (java.lang.String, java.lang.Exception) static java.lang.Class class$ (java.lang.String) }
antlr/ByteBuffer.class
ByteBuffer.java package antlr public antlr.ByteBuffer extends antlr.InputBuffer { public transient java.io.InputStream input public void <init> (java.io.InputStream) public void fill (int) throws antlr.CharStreamException }
antlr/CharBuffer.class
CharBuffer.java package antlr public antlr.CharBuffer extends antlr.InputBuffer { public transient java.io.Reader input public void <init> (java.io.Reader) public void fill (int) throws antlr.CharStreamException }
antlr/CharFormatter.class
CharFormatter.java package antlr public abstract antlr.CharFormatter extends java.lang.Object { public abstract java.lang.String escapeChar (int, boolean) public abstract java.lang.String escapeString (java.lang.String) public abstract java.lang.String literalChar (int) public abstract java.lang.String literalString (java.lang.String) }
antlr/CharLiteralElement.class
CharLiteralElement.java package antlr antlr.CharLiteralElement extends antlr.GrammarAtom { public void <init> (antlr.LexerGrammar, antlr.Token, boolean, int) public void generate () public antlr.Lookahead look (int) }
antlr/CharQueue.class
CharQueue.java package antlr public antlr.CharQueue extends java.lang.Object { protected char[] buffer private int sizeLessOne private int offset protected int nbrEntries public void <init> (int) public final void append (char) public final char elementAt (int) private final void expand () public void init (int) public final void reset () public final void removeFirst () }
antlr/CharRangeElement.class
CharRangeElement.java package antlr antlr.CharRangeElement extends antlr.AlternativeElement { String label protected char begin protected char end protected String beginText protected String endText public void <init> (antlr.LexerGrammar, antlr.Token, antlr.Token, int) public void generate () public java.lang.String getLabel () public antlr.Lookahead look (int) public void setLabel (java.lang.String) public java.lang.String toString () }
antlr/CharScanner.class
CharScanner.java package antlr public abstract antlr.CharScanner extends java.lang.Object implements antlr.TokenStream { static final char NO_CHAR public static final char EOF_CHAR protected antlr.ANTLRStringBuffer text protected boolean saveConsumedInput protected Class tokenObjectClass protected boolean caseSensitive protected boolean caseSensitiveLiterals protected java.util.Hashtable literals protected int tabsize protected antlr.Token _returnToken protected antlr.ANTLRHashString hashString protected antlr.LexerSharedInputState inputState protected boolean commitToPath protected int traceDepth public void <init> () public void <init> (antlr.InputBuffer) public void <init> (antlr.LexerSharedInputState) public void append (char) public void append (java.lang.String) public void commit () public void consume () throws antlr.CharStreamException public void consumeUntil (int) throws antlr.CharStreamException public void consumeUntil (antlr.collections.impl.BitSet) throws antlr.CharStreamException public boolean getCaseSensitive () public final boolean getCaseSensitiveLiterals () public int getColumn () public void setColumn (int) public boolean getCommitToPath () public java.lang.String getFilename () public antlr.InputBuffer getInputBuffer () public antlr.LexerSharedInputState getInputState () public void setInputState (antlr.LexerSharedInputState) public int getLine () public java.lang.String getText () public antlr.Token getTokenObject () public char LA (int) throws antlr.CharStreamException protected antlr.Token makeToken (int) public int mark () public void match (char) throws antlr.MismatchedCharException antlr.CharStreamException public void match (antlr.collections.impl.BitSet) throws antlr.MismatchedCharException antlr.CharStreamException public void match (java.lang.String) throws antlr.MismatchedCharException antlr.CharStreamException public void matchNot (char) throws antlr.MismatchedCharException antlr.CharStreamException public void matchRange (char, char) throws antlr.MismatchedCharException antlr.CharStreamException public void newline () public void tab () public void setTabSize (int) public int getTabSize () public void panic () public void panic (java.lang.String) public void reportError (antlr.RecognitionException) public void reportError (java.lang.String) public void reportWarning (java.lang.String) public void resetText () public void rewind (int) public void setCaseSensitive (boolean) public void setCommitToPath (boolean) public void setFilename (java.lang.String) public void setLine (int) public void setText (java.lang.String) public void setTokenObjectClass (java.lang.String) public int testLiteralsTable (int) public int testLiteralsTable (java.lang.String, int) public char toLower (char) public void traceIndent () public void traceIn (java.lang.String) throws antlr.CharStreamException public void traceOut (java.lang.String) throws antlr.CharStreamException public void uponEOF () throws antlr.TokenStreamException antlr.CharStreamException }
antlr/CharStreamException.class
CharStreamException.java package antlr public antlr.CharStreamException extends antlr.ANTLRException { public void <init> (java.lang.String) }
antlr/CharStreamIOException.class
CharStreamIOException.java package antlr public antlr.CharStreamIOException extends antlr.CharStreamException { public java.io.IOException io public void <init> (java.io.IOException) }
antlr/CodeGenerator.class
CodeGenerator.java package antlr public abstract antlr.CodeGenerator extends java.lang.Object { protected antlr.Tool antlrTool protected int tabs protected transient java.io.PrintWriter currentOutput protected antlr.Grammar grammar protected antlr.collections.impl.Vector bitsetsUsed protected antlr.DefineGrammarSymbols behavior protected antlr.LLkGrammarAnalyzer analyzer protected antlr.CharFormatter charFormatter protected boolean DEBUG_CODE_GENERATOR protected static final int DEFAULT_MAKE_SWITCH_THRESHOLD protected static final int DEFAULT_BITSET_TEST_THRESHOLD protected static final int BITSET_OPTIMIZE_INIT_THRESHOLD protected int makeSwitchThreshold protected int bitsetTestThreshold private static boolean OLD_ACTION_TRANSLATOR public static String TokenTypesFileSuffix public static String TokenTypesFileExt public void <init> () protected void _print (java.lang.String) protected void _printAction (java.lang.String) protected void _println (java.lang.String) public static boolean elementsAreRange (int[]) protected java.lang.String extractIdOfAction (antlr.Token) protected java.lang.String extractIdOfAction (java.lang.String, int, int) protected java.lang.String extractTypeOfAction (antlr.Token) protected java.lang.String extractTypeOfAction (java.lang.String, int, int) public abstract void gen () public abstract void gen (antlr.ActionElement) public abstract void gen (antlr.AlternativeBlock) public abstract void gen (antlr.BlockEndElement) public abstract void gen (antlr.CharLiteralElement) public abstract void gen (antlr.CharRangeElement) public abstract void gen (antlr.LexerGrammar) throws java.io.IOException public abstract void gen (antlr.OneOrMoreBlock) public abstract void gen (antlr.ParserGrammar) throws java.io.IOException public abstract void gen (antlr.RuleRefElement) public abstract void gen (antlr.StringLiteralElement) public abstract void gen (antlr.TokenRangeElement) public abstract void gen (antlr.TokenRefElement) public abstract void gen (antlr.TreeElement) public abstract void gen (antlr.TreeWalkerGrammar) throws java.io.IOException public abstract void gen (antlr.WildcardElement) public abstract void gen (antlr.ZeroOrMoreBlock) protected void genTokenInterchange (antlr.TokenManager) throws java.io.IOException public java.lang.String processStringForASTConstructor (java.lang.String) public abstract java.lang.String getASTCreateString (antlr.collections.impl.Vector) public abstract java.lang.String getASTCreateString (antlr.GrammarAtom, java.lang.String) protected java.lang.String getBitsetName (int) public static java.lang.String encodeLexerRuleName (java.lang.String) public static java.lang.String decodeLexerRuleName (java.lang.String) public abstract java.lang.String mapTreeId (java.lang.String, antlr.ActionTransInfo) protected int markBitsetForGen (antlr.collections.impl.BitSet) protected void print (java.lang.String) protected void printAction (java.lang.String) protected void println (java.lang.String) protected void printTabs () protected abstract java.lang.String processActionForSpecialSymbols (java.lang.String, int, antlr.RuleBlock, antlr.ActionTransInfo) public java.lang.String getFOLLOWBitSet (java.lang.String, int) public java.lang.String getFIRSTBitSet (java.lang.String, int) protected java.lang.String removeAssignmentFromDeclaration (java.lang.String) private void reset () public static java.lang.String reverseLexerRuleName (java.lang.String) public void setAnalyzer (antlr.LLkGrammarAnalyzer) public void setBehavior (antlr.DefineGrammarSymbols) protected void setGrammar (antlr.Grammar) public void setTool (antlr.Tool) static void <clinit> () }
antlr/collections/
antlr/collections/AST.class
AST.java package antlr.collections public abstract antlr.collections.AST extends java.lang.Object { public abstract void addChild (antlr.collections.AST) public abstract boolean equals (antlr.collections.AST) public abstract boolean equalsList (antlr.collections.AST) public abstract boolean equalsListPartial (antlr.collections.AST) public abstract boolean equalsTree (antlr.collections.AST) public abstract boolean equalsTreePartial (antlr.collections.AST) public abstract antlr.collections.ASTEnumeration findAll (antlr.collections.AST) public abstract antlr.collections.ASTEnumeration findAllPartial (antlr.collections.AST) public abstract antlr.collections.AST getFirstChild () public abstract antlr.collections.AST getNextSibling () public abstract java.lang.String getText () public abstract int getType () public abstract int getLine () public abstract int getColumn () public abstract int getNumberOfChildren () public abstract void initialize (int, java.lang.String) public abstract void initialize (antlr.collections.AST) public abstract void initialize (antlr.Token) public abstract void setFirstChild (antlr.collections.AST) public abstract void setNextSibling (antlr.collections.AST) public abstract void setText (java.lang.String) public abstract void setType (int) public abstract java.lang.String toString () public abstract java.lang.String toStringList () public abstract java.lang.String toStringTree () }
antlr/collections/ASTEnumeration.class
ASTEnumeration.java package antlr.collections public abstract antlr.collections.ASTEnumeration extends java.lang.Object { public abstract boolean hasMoreNodes () public abstract antlr.collections.AST nextNode () }
antlr/collections/Enumerator.class
Enumerator.java package antlr.collections public abstract antlr.collections.Enumerator extends java.lang.Object { public abstract java.lang.Object cursor () public abstract java.lang.Object next () public abstract boolean valid () }
antlr/collections/impl/
antlr/collections/impl/ASTArray.class
ASTArray.java package antlr.collections.impl public antlr.collections.impl.ASTArray extends java.lang.Object { public int size public antlr.collections.AST[] array public void <init> (int) public antlr.collections.impl.ASTArray add (antlr.collections.AST) }
antlr/collections/impl/ASTEnumerator.class
ASTEnumerator.java package antlr.collections.impl public antlr.collections.impl.ASTEnumerator extends java.lang.Object implements antlr.collections.ASTEnumeration { antlr.collections.impl.VectorEnumerator nodes int i public void <init> (antlr.collections.impl.Vector) public boolean hasMoreNodes () public antlr.collections.AST nextNode () }
antlr/collections/impl/BitSet.class
BitSet.java package antlr.collections.impl public antlr.collections.impl.BitSet extends java.lang.Object implements java.lang.Cloneable { protected static final int BITS protected static final int NIBBLE protected static final int LOG_BITS protected static final int MOD_MASK protected long[] bits public void <init> () public void <init> (long[]) public void <init> (int) public void add (int) public antlr.collections.impl.BitSet and (antlr.collections.impl.BitSet) public void andInPlace (antlr.collections.impl.BitSet) private static final long bitMask (int) public void clear () public void clear (int) public java.lang.Object clone () public int degree () public boolean equals (java.lang.Object) public static antlr.collections.impl.Vector getRanges (int[]) public void growToInclude (int) public boolean member (int) public boolean nil () public antlr.collections.impl.BitSet not () public void notInPlace () public void notInPlace (int) public void notInPlace (int, int) private final int numWordsToHold (int) public static antlr.collections.impl.BitSet of (int) public antlr.collections.impl.BitSet or (antlr.collections.impl.BitSet) public void orInPlace (antlr.collections.impl.BitSet) public void remove (int) private void setSize (int) public int size () public int lengthInLongWords () public boolean subset (antlr.collections.impl.BitSet) public void subtractInPlace (antlr.collections.impl.BitSet) public int[] toArray () public long[] toPackedArray () public java.lang.String toString () public java.lang.String toString (java.lang.String) public java.lang.String toString (java.lang.String, antlr.CharFormatter) public java.lang.String toString (java.lang.String, antlr.collections.impl.Vector) public java.lang.String toStringOfHalfWords () public java.lang.String toStringOfWords () public java.lang.String toStringWithRanges (java.lang.String, antlr.CharFormatter) private static final int wordNumber (int) }
antlr/collections/impl/IndexedVector.class
IndexedVector.java package antlr.collections.impl public antlr.collections.impl.IndexedVector extends java.lang.Object { protected antlr.collections.impl.Vector elements protected java.util.Hashtable index public void <init> () public void <init> (int) public synchronized void appendElement (java.lang.Object, java.lang.Object) public java.lang.Object elementAt (int) public java.util.Enumeration elements () public java.lang.Object getElement (java.lang.Object) public synchronized boolean removeElement (java.lang.Object) public int size () }
antlr/collections/impl/IntRange.class
IntRange.java package antlr.collections.impl public antlr.collections.impl.IntRange extends java.lang.Object { int begin int end public void <init> (int, int) public java.lang.String toString () }
antlr/collections/impl/LLCell.class
LLCell.java package antlr.collections.impl antlr.collections.impl.LLCell extends java.lang.Object { Object data antlr.collections.impl.LLCell next public void <init> (java.lang.Object) }
antlr/collections/impl/LLEnumeration.class
LLEnumeration.java package antlr.collections.impl final antlr.collections.impl.LLEnumeration extends java.lang.Object implements java.util.Enumeration { antlr.collections.impl.LLCell cursor antlr.collections.impl.LList list public void <init> (antlr.collections.impl.LList) public boolean hasMoreElements () public java.lang.Object nextElement () }
antlr/collections/impl/LList.class
LList.java package antlr.collections.impl public antlr.collections.impl.LList extends java.lang.Object implements antlr.collections.List antlr.collections.Stack { protected antlr.collections.impl.LLCell head protected antlr.collections.impl.LLCell tail protected int length public void <init> () public void add (java.lang.Object) public void append (java.lang.Object) protected java.lang.Object deleteHead () throws java.util.NoSuchElementException public java.lang.Object elementAt (int) throws java.util.NoSuchElementException public java.util.Enumeration elements () public int height () public boolean includes (java.lang.Object) protected void insertHead (java.lang.Object) public int length () public java.lang.Object pop () throws java.util.NoSuchElementException public void push (java.lang.Object) public java.lang.Object top () throws java.util.NoSuchElementException }
antlr/collections/impl/Vector.class
Vector.java package antlr.collections.impl public antlr.collections.impl.Vector extends java.lang.Object implements java.lang.Cloneable { protected Object[] data protected int lastElement public void <init> () public void <init> (int) public synchronized void appendElement (java.lang.Object) public int capacity () public java.lang.Object clone () public synchronized java.lang.Object elementAt (int) public synchronized java.util.Enumeration elements () public synchronized void ensureCapacity (int) public synchronized boolean removeElement (java.lang.Object) public synchronized void setElementAt (java.lang.Object, int) public int size () }
antlr/collections/impl/VectorEnumeration.class
VectorEnumeration.java package antlr.collections.impl antlr.collections.impl.VectorEnumeration extends java.lang.Object implements java.util.Enumeration { antlr.collections.impl.Vector vector int i void <init> (antlr.collections.impl.Vector) public boolean hasMoreElements () public java.lang.Object nextElement () }
antlr/collections/impl/VectorEnumerator.class
VectorEnumerator.java package antlr.collections.impl antlr.collections.impl.VectorEnumerator extends java.lang.Object implements java.util.Enumeration { antlr.collections.impl.Vector vector int i void <init> (antlr.collections.impl.Vector) public boolean hasMoreElements () public java.lang.Object nextElement () }
antlr/collections/List.class
List.java package antlr.collections public abstract antlr.collections.List extends java.lang.Object { public abstract void add (java.lang.Object) public abstract void append (java.lang.Object) public abstract java.lang.Object elementAt (int) throws java.util.NoSuchElementException public abstract java.util.Enumeration elements () public abstract boolean includes (java.lang.Object) public abstract int length () }
antlr/collections/Stack.class
Stack.java package antlr.collections public abstract antlr.collections.Stack extends java.lang.Object { public abstract int height () public abstract java.lang.Object pop () throws java.util.NoSuchElementException public abstract void push (java.lang.Object) public abstract java.lang.Object top () throws java.util.NoSuchElementException }
antlr/CommonAST.class
CommonAST.java package antlr public antlr.CommonAST extends antlr.BaseAST { int ttype String text public java.lang.String getText () public int getType () public void initialize (int, java.lang.String) public void initialize (antlr.collections.AST) public void <init> () public void <init> (antlr.Token) public void initialize (antlr.Token) public void setText (java.lang.String) public void setType (int) }
antlr/CommonASTWithHiddenTokens.class
CommonASTWithHiddenTokens.java package antlr public antlr.CommonASTWithHiddenTokens extends antlr.CommonAST { protected antlr.CommonHiddenStreamToken hiddenBefore protected antlr.CommonHiddenStreamToken hiddenAfter public void <init> () public void <init> (antlr.Token) public antlr.CommonHiddenStreamToken getHiddenAfter () public antlr.CommonHiddenStreamToken getHiddenBefore () public void initialize (antlr.collections.AST) public void initialize (antlr.Token) }
antlr/CommonHiddenStreamToken.class
CommonHiddenStreamToken.java package antlr public antlr.CommonHiddenStreamToken extends antlr.CommonToken { protected antlr.CommonHiddenStreamToken hiddenBefore protected antlr.CommonHiddenStreamToken hiddenAfter public void <init> () public void <init> (int, java.lang.String) public void <init> (java.lang.String) public antlr.CommonHiddenStreamToken getHiddenAfter () public antlr.CommonHiddenStreamToken getHiddenBefore () protected void setHiddenAfter (antlr.CommonHiddenStreamToken) protected void setHiddenBefore (antlr.CommonHiddenStreamToken) }
antlr/CommonToken.class
CommonToken.java package antlr public antlr.CommonToken extends antlr.Token { protected int line protected String text protected int col public void <init> () public void <init> (int, java.lang.String) public void <init> (java.lang.String) public int getLine () public java.lang.String getText () public void setLine (int) public void setText (java.lang.String) public java.lang.String toString () public int getColumn () public void setColumn (int) }
antlr/CppBlockFinishingInfo.class
CppBlockFinishingInfo.java package antlr antlr.CppBlockFinishingInfo extends java.lang.Object { String postscript boolean generatedSwitch boolean generatedAnIf boolean needAnErrorClause public void <init> () public void <init> (java.lang.String, boolean, boolean, boolean) }
antlr/CppCharFormatter.class
CppCharFormatter.java package antlr antlr.CppCharFormatter extends java.lang.Object implements antlr.CharFormatter { void <init> () public java.lang.String escapeChar (int, boolean) public java.lang.String escapeString (java.lang.String) public java.lang.String literalChar (int) public java.lang.String literalString (java.lang.String) }
antlr/CppCodeGenerator.class
CppCodeGenerator.java package antlr public antlr.CppCodeGenerator extends antlr.CodeGenerator { boolean DEBUG_CPP_CODE_GENERATOR protected int syntacticPredLevel protected boolean genAST protected boolean saveText protected boolean genHashLines protected boolean noConstructors protected int outputLine protected String outputFile boolean usingCustomAST String labeledElementType String labeledElementASTType String labeledElementASTInit String labeledElementInit String commonExtraArgs String commonExtraParams String commonLocalVars String lt1Value String exceptionThrown String throwNoViable antlr.RuleBlock currentRule String currentASTResult java.util.Hashtable treeVariableMap java.util.Hashtable declaredASTVariables int astVarNumber protected static final String NONUNIQUE public static final int caseSizeThreshold private antlr.collections.impl.Vector semPreds private antlr.collections.impl.Vector astTypes private static String namespaceStd private static String namespaceAntlr private static antlr.NameSpace nameSpace private static final String preIncludeCpp private static final String preIncludeHpp private static final String postIncludeCpp private static final String postIncludeHpp public void <init> () protected int addSemPred (java.lang.String) public void exitIfError () protected int countLines (java.lang.String) protected void _print (java.lang.String) protected void _printAction (java.lang.String) public void printAction (antlr.Token) public void printHeaderAction (java.lang.String) protected void _println (java.lang.String) protected void println (java.lang.String) public void genLineNo (int) public void genLineNo (antlr.GrammarElement) public void genLineNo (antlr.Token) public void genLineNo2 () private boolean charIsDigit (java.lang.String, int) private java.lang.String convertJavaToCppString (java.lang.String, boolean) public void gen () public void gen (antlr.ActionElement) public void gen (antlr.AlternativeBlock) public void gen (antlr.BlockEndElement) public void gen (antlr.CharLiteralElement) public void gen (antlr.CharRangeElement) public void gen (antlr.LexerGrammar) throws java.io.IOException public void gen (antlr.OneOrMoreBlock) public void gen (antlr.ParserGrammar) throws java.io.IOException public void gen (antlr.RuleRefElement) public void gen (antlr.StringLiteralElement) public void gen (antlr.TokenRangeElement) public void gen (antlr.TokenRefElement) public void gen (antlr.TreeElement) public void gen (antlr.TreeWalkerGrammar) throws java.io.IOException public void gen (antlr.WildcardElement) public void gen (antlr.ZeroOrMoreBlock) protected void genAlt (antlr.Alternative, antlr.AlternativeBlock) protected void genBitsets (antlr.collections.impl.Vector, int, java.lang.String) protected void genBitsetsHeader (antlr.collections.impl.Vector, int) private void genBlockFinish (antlr.CppBlockFinishingInfo, java.lang.String) protected void genBlockInitAction (antlr.AlternativeBlock) protected void genBlockPreamble (antlr.AlternativeBlock) public void genBody (antlr.LexerGrammar) throws java.io.IOException public void genInitFactory (antlr.Grammar) public void genBody (antlr.ParserGrammar) throws java.io.IOException public void genBody (antlr.TreeWalkerGrammar) throws java.io.IOException protected void genCases (antlr.collections.impl.BitSet) public antlr.CppBlockFinishingInfo genCommonBlock (antlr.AlternativeBlock, boolean) private static boolean suitableForCaseExpression (antlr.Alternative) private void genElementAST (antlr.AlternativeElement) private void genErrorCatchForElement (antlr.AlternativeElement) private void genErrorHandler (antlr.ExceptionSpec) private void genErrorTryForElement (antlr.AlternativeElement) protected void genHeader (java.lang.String) public void genInclude (antlr.LexerGrammar) throws java.io.IOException public void genInclude (antlr.ParserGrammar) throws java.io.IOException public void genInclude (antlr.TreeWalkerGrammar) throws java.io.IOException protected void genASTDeclaration (antlr.AlternativeElement) protected void genASTDeclaration (antlr.AlternativeElement, java.lang.String) protected void genASTDeclaration (antlr.AlternativeElement, java.lang.String, java.lang.String) private void genLiteralsTest () private void genLiteralsTestForPartialToken () protected void genMatch (antlr.collections.impl.BitSet) protected void genMatch (antlr.GrammarAtom) protected void genMatchUsingAtomText (antlr.GrammarAtom) protected void genMatchUsingAtomTokenType (antlr.GrammarAtom) public void genNextToken () public void genRule (antlr.RuleSymbol, boolean, int, java.lang.String) public void genRuleHeader (antlr.RuleSymbol, boolean) private void GenRuleInvocation (antlr.RuleRefElement) protected void genSemPred (java.lang.String, int) protected void genSemPredMap (java.lang.String) protected void genSynPred (antlr.SynPredBlock, java.lang.String) public void genTokenStrings (java.lang.String) protected void genTokenTypes (antlr.TokenManager) throws java.io.IOException public java.lang.String processStringForASTConstructor (java.lang.String) public java.lang.String getASTCreateString (antlr.collections.impl.Vector) public java.lang.String getASTCreateString (antlr.GrammarAtom, java.lang.String) public java.lang.String getASTCreateString (java.lang.String) protected java.lang.String getLookaheadTestExpression (antlr.Lookahead[], int) protected java.lang.String getLookaheadTestExpression (antlr.Alternative, int) protected java.lang.String getLookaheadTestTerm (int, antlr.collections.impl.BitSet) public java.lang.String getRangeExpression (int, int[]) private java.lang.String getValueString (int) protected boolean lookaheadIsEmpty (antlr.Alternative, int) private java.lang.String lookaheadString (int) private java.lang.String mangleLiteral (java.lang.String) public java.lang.String mapTreeId (java.lang.String, antlr.ActionTransInfo) private void mapTreeVariable (antlr.AlternativeElement, java.lang.String) protected java.lang.String processActionForSpecialSymbols (java.lang.String, int, antlr.RuleBlock, antlr.ActionTransInfo) private java.lang.String fixNameSpaceOption (java.lang.String) private void setupGrammarParameters (antlr.Grammar) static void <clinit> () }
antlr/CSharpBlockFinishingInfo.class
CSharpBlockFinishingInfo.java package antlr antlr.CSharpBlockFinishingInfo extends java.lang.Object { String postscript boolean generatedSwitch boolean generatedAnIf boolean needAnErrorClause public void <init> () public void <init> (java.lang.String, boolean, boolean, boolean) }
antlr/CSharpCharFormatter.class
CSharpCharFormatter.java package antlr antlr.CSharpCharFormatter extends java.lang.Object implements antlr.CharFormatter { void <init> () public java.lang.String escapeChar (int, boolean) public java.lang.String escapeString (java.lang.String) public java.lang.String literalChar (int) public java.lang.String literalString (java.lang.String) }
antlr/CSharpCodeGenerator.class
CSharpCodeGenerator.java package antlr public antlr.CSharpCodeGenerator extends antlr.CodeGenerator { protected int syntacticPredLevel protected boolean genAST protected boolean saveText boolean usingCustomAST String labeledElementType String labeledElementASTType String labeledElementInit String commonExtraArgs String commonExtraParams String commonLocalVars String lt1Value String exceptionThrown String throwNoViable antlr.RuleBlock currentRule String currentASTResult java.util.Hashtable treeVariableMap java.util.Hashtable declaredASTVariables int astVarNumber protected static final String NONUNIQUE public static final int caseSizeThreshold private antlr.collections.impl.Vector semPreds private java.util.Vector astTypes private static antlr.CSharpNameSpace nameSpace int saveIndexCreateLevel int blockNestingLevel public void <init> () protected int addSemPred (java.lang.String) public void exitIfError () public void gen () public void gen (antlr.ActionElement) public void gen (antlr.AlternativeBlock) public void gen (antlr.BlockEndElement) public void gen (antlr.CharLiteralElement) public void gen (antlr.CharRangeElement) public void gen (antlr.LexerGrammar) throws java.io.IOException public void gen (antlr.OneOrMoreBlock) public void gen (antlr.ParserGrammar) throws java.io.IOException public void gen (antlr.RuleRefElement) public void gen (antlr.StringLiteralElement) public void gen (antlr.TokenRangeElement) public void gen (antlr.TokenRefElement) public void gen (antlr.TreeElement) public void gen (antlr.TreeWalkerGrammar) throws java.io.IOException public void gen (antlr.WildcardElement) public void gen (antlr.ZeroOrMoreBlock) protected void genAlt (antlr.Alternative, antlr.AlternativeBlock) protected void genBitsets (antlr.collections.impl.Vector, int) private void genBitSet (antlr.collections.impl.BitSet, int) protected java.lang.String getBitsetName (int) private void genBlockFinish (antlr.CSharpBlockFinishingInfo, java.lang.String) protected void genBlockInitAction (antlr.AlternativeBlock) protected void genBlockPreamble (antlr.AlternativeBlock) public void genBody (antlr.LexerGrammar) throws java.io.IOException public void genInitFactory (antlr.Grammar) public void genBody (antlr.ParserGrammar) throws java.io.IOException public void genBody (antlr.TreeWalkerGrammar) throws java.io.IOException protected void genCases (antlr.collections.impl.BitSet) public antlr.CSharpBlockFinishingInfo genCommonBlock (antlr.AlternativeBlock, boolean) private static boolean suitableForCaseExpression (antlr.Alternative) private void genElementAST (antlr.AlternativeElement) private void genErrorCatchForElement (antlr.AlternativeElement) private void genErrorHandler (antlr.ExceptionSpec) private void genErrorTryForElement (antlr.AlternativeElement) protected void genASTDeclaration (antlr.AlternativeElement) protected void genASTDeclaration (antlr.AlternativeElement, java.lang.String) protected void genASTDeclaration (antlr.AlternativeElement, java.lang.String, java.lang.String) protected void genHeader () private void genLiteralsTest () private void genLiteralsTestForPartialToken () protected void genMatch (antlr.collections.impl.BitSet) protected void genMatch (antlr.GrammarAtom) protected void genMatchUsingAtomText (antlr.GrammarAtom) protected void genMatchUsingAtomTokenType (antlr.GrammarAtom) public void genNextToken () public void genRule (antlr.RuleSymbol, boolean, int, antlr.TokenManager) private void GenRuleInvocation (antlr.RuleRefElement) protected void genSemPred (java.lang.String, int) protected void genSemPredMap () protected void genSynPred (antlr.SynPredBlock, java.lang.String) public void genTokenStrings () protected void genTokenTypes (antlr.TokenManager) throws java.io.IOException protected void genTokenDefinitions (antlr.TokenManager) throws java.io.IOException public java.lang.String processStringForASTConstructor (java.lang.String) public java.lang.String getASTCreateString (antlr.collections.impl.Vector) public java.lang.String getASTCreateString (antlr.GrammarAtom, java.lang.String) public java.lang.String getASTCreateString (java.lang.String) protected java.lang.String getLookaheadTestExpression (antlr.Lookahead[], int) protected java.lang.String getLookaheadTestExpression (antlr.Alternative, int) protected java.lang.String getLookaheadTestTerm (int, antlr.collections.impl.BitSet) public java.lang.String getRangeExpression (int, int[]) private java.lang.String getValueString (int) protected boolean lookaheadIsEmpty (antlr.Alternative, int) private java.lang.String lookaheadString (int) private java.lang.String mangleLiteral (java.lang.String) public java.lang.String mapTreeId (java.lang.String, antlr.ActionTransInfo) private void mapTreeVariable (antlr.AlternativeElement, java.lang.String) protected java.lang.String processActionForSpecialSymbols (java.lang.String, int, antlr.RuleBlock, antlr.ActionTransInfo) private void setupGrammarParameters (antlr.Grammar) public void setupOutput (java.lang.String) throws java.io.IOException private static java.lang.String OctalToUnicode (java.lang.String) public java.lang.String getTokenTypesClassName () private void declareSaveIndexVariableIfNeeded () public java.lang.String[] split (java.lang.String, java.lang.String) static void <clinit> () }
antlr/CSharpNameSpace.class
CSharpNameSpace.java package antlr public antlr.CSharpNameSpace extends antlr.NameSpace { public void <init> (java.lang.String) void emitDeclarations (java.io.PrintWriter) void emitClosures (java.io.PrintWriter) }
antlr/debug/
antlr/debug/DebuggingCharScanner.class
DebuggingCharScanner.java package antlr.debug public abstract antlr.debug.DebuggingCharScanner extends antlr.CharScanner implements antlr.debug.DebuggingParser { private antlr.debug.ParserEventSupport parserEventSupport private boolean _notDebugMode protected String[] ruleNames protected String[] semPredNames public void <init> (antlr.InputBuffer) public void <init> (antlr.LexerSharedInputState) public void addMessageListener (antlr.debug.MessageListener) public void addNewLineListener (antlr.debug.NewLineListener) public void addParserListener (antlr.debug.ParserListener) public void addParserMatchListener (antlr.debug.ParserMatchListener) public void addParserTokenListener (antlr.debug.ParserTokenListener) public void addSemanticPredicateListener (antlr.debug.SemanticPredicateListener) public void addSyntacticPredicateListener (antlr.debug.SyntacticPredicateListener) public void addTraceListener (antlr.debug.TraceListener) public void consume () throws antlr.CharStreamException protected void fireEnterRule (int, int) protected void fireExitRule (int, int) protected boolean fireSemanticPredicateEvaluated (int, int, boolean) protected void fireSyntacticPredicateFailed () protected void fireSyntacticPredicateStarted () protected void fireSyntacticPredicateSucceeded () public java.lang.String getRuleName (int) public java.lang.String getSemPredName (int) public synchronized void goToSleep () public boolean isDebugMode () public char LA (int) throws antlr.CharStreamException protected antlr.Token makeToken (int) public void match (char) throws antlr.MismatchedCharException antlr.CharStreamException public void match (antlr.collections.impl.BitSet) throws antlr.MismatchedCharException antlr.CharStreamException public void match (java.lang.String) throws antlr.MismatchedCharException antlr.CharStreamException public void matchNot (char) throws antlr.MismatchedCharException antlr.CharStreamException public void matchRange (char, char) throws antlr.MismatchedCharException antlr.CharStreamException public void newline () public void removeMessageListener (antlr.debug.MessageListener) public void removeNewLineListener (antlr.debug.NewLineListener) public void removeParserListener (antlr.debug.ParserListener) public void removeParserMatchListener (antlr.debug.ParserMatchListener) public void removeParserTokenListener (antlr.debug.ParserTokenListener) public void removeSemanticPredicateListener (antlr.debug.SemanticPredicateListener) public void removeSyntacticPredicateListener (antlr.debug.SyntacticPredicateListener) public void removeTraceListener (antlr.debug.TraceListener) public void reportError (antlr.MismatchedCharException) public void reportError (java.lang.String) public void reportWarning (java.lang.String) public void setDebugMode (boolean) public void setupDebugging () public synchronized void wakeUp () }
antlr/debug/DebuggingInputBuffer.class
DebuggingInputBuffer.java package antlr.debug public antlr.debug.DebuggingInputBuffer extends antlr.InputBuffer { private antlr.InputBuffer buffer private antlr.debug.InputBufferEventSupport inputBufferEventSupport private boolean debugMode public void <init> (antlr.InputBuffer) public void addInputBufferListener (antlr.debug.InputBufferListener) public void consume () public void fill (int) throws antlr.CharStreamException public java.util.Vector getInputBufferListeners () public boolean isDebugMode () public boolean isMarked () public char LA (int) throws antlr.CharStreamException public int mark () public void removeInputBufferListener (antlr.debug.InputBufferListener) public void rewind (int) public void setDebugMode (boolean) }
antlr/debug/DebuggingParser.class
DebuggingParser.java package antlr.debug public abstract antlr.debug.DebuggingParser extends java.lang.Object { public abstract java.lang.String getRuleName (int) public abstract java.lang.String getSemPredName (int) }
antlr/debug/Event.class
Event.java package antlr.debug public abstract antlr.debug.Event extends java.util.EventObject { private int type public void <init> (java.lang.Object) public void <init> (java.lang.Object, int) public int getType () void setType (int) void setValues (int) }
antlr/debug/GuessingEvent.class
GuessingEvent.java package antlr.debug public abstract antlr.debug.GuessingEvent extends antlr.debug.Event { private int guessing public void <init> (java.lang.Object) public void <init> (java.lang.Object, int) public int getGuessing () void setGuessing (int) void setValues (int, int) }
antlr/debug/InputBufferAdapter.class
InputBufferAdapter.java package antlr.debug public abstract antlr.debug.InputBufferAdapter extends java.lang.Object implements antlr.debug.InputBufferListener { public void <init> () public void doneParsing (antlr.debug.TraceEvent) public void inputBufferConsume (antlr.debug.InputBufferEvent) public void inputBufferLA (antlr.debug.InputBufferEvent) public void inputBufferMark (antlr.debug.InputBufferEvent) public void inputBufferRewind (antlr.debug.InputBufferEvent) public void refresh () }
antlr/debug/InputBufferEvent.class
InputBufferEvent.java package antlr.debug public antlr.debug.InputBufferEvent extends antlr.debug.Event { char c int lookaheadAmount public static final int CONSUME public static final int LA public static final int MARK public static final int REWIND public void <init> (java.lang.Object) public void <init> (java.lang.Object, int, char, int) public char getChar () public int getLookaheadAmount () void setChar (char) void setLookaheadAmount (int) void setValues (int, char, int) public java.lang.String toString () }
antlr/debug/InputBufferEventSupport.class
InputBufferEventSupport.java package antlr.debug public antlr.debug.InputBufferEventSupport extends java.lang.Object { private Object source private java.util.Vector inputBufferListeners private antlr.debug.InputBufferEvent inputBufferEvent protected static final int CONSUME protected static final int LA protected static final int MARK protected static final int REWIND public void <init> (java.lang.Object) public void addInputBufferListener (antlr.debug.InputBufferListener) public void fireConsume (char) public void fireEvent (int, antlr.debug.ListenerBase) public void fireEvents (int, java.util.Vector) public void fireLA (char, int) public void fireMark (int) public void fireRewind (int) public java.util.Vector getInputBufferListeners () protected void refresh (java.util.Vector) public void refreshListeners () public void removeInputBufferListener (antlr.debug.InputBufferListener) }
antlr/debug/InputBufferListener.class
InputBufferListener.java package antlr.debug public abstract antlr.debug.InputBufferListener extends java.lang.Object implements antlr.debug.ListenerBase { public abstract void inputBufferConsume (antlr.debug.InputBufferEvent) public abstract void inputBufferLA (antlr.debug.InputBufferEvent) public abstract void inputBufferMark (antlr.debug.InputBufferEvent) public abstract void inputBufferRewind (antlr.debug.InputBufferEvent) }
antlr/debug/InputBufferReporter.class
InputBufferReporter.java package antlr.debug public antlr.debug.InputBufferReporter extends java.lang.Object implements antlr.debug.InputBufferListener { public void <init> () public void doneParsing (antlr.debug.TraceEvent) public void inputBufferChanged (antlr.debug.InputBufferEvent) public void inputBufferConsume (antlr.debug.InputBufferEvent) public void inputBufferLA (antlr.debug.InputBufferEvent) public void inputBufferMark (antlr.debug.InputBufferEvent) public void inputBufferRewind (antlr.debug.InputBufferEvent) public void refresh () }
antlr/debug/ListenerBase.class
ListenerBase.java package antlr.debug public abstract antlr.debug.ListenerBase extends java.lang.Object implements java.util.EventListener { public abstract void doneParsing (antlr.debug.TraceEvent) public abstract void refresh () }
antlr/debug/LLkDebuggingParser.class
LLkDebuggingParser.java package antlr.debug public antlr.debug.LLkDebuggingParser extends antlr.LLkParser implements antlr.debug.DebuggingParser { protected antlr.debug.ParserEventSupport parserEventSupport private boolean _notDebugMode protected String[] ruleNames protected String[] semPredNames static Class class$antlr$debug$LLkDebuggingParser static Class class$antlr$TokenStream static Class class$antlr$TokenBuffer public void <init> (int) public void <init> (antlr.ParserSharedInputState, int) public void <init> (antlr.TokenBuffer, int) public void <init> (antlr.TokenStream, int) public void addMessageListener (antlr.debug.MessageListener) public void addParserListener (antlr.debug.ParserListener) public void addParserMatchListener (antlr.debug.ParserMatchListener) public void addParserTokenListener (antlr.debug.ParserTokenListener) public void addSemanticPredicateListener (antlr.debug.SemanticPredicateListener) public void addSyntacticPredicateListener (antlr.debug.SyntacticPredicateListener) public void addTraceListener (antlr.debug.TraceListener) public void consume () throws antlr.TokenStreamException protected void fireEnterRule (int, int) protected void fireExitRule (int, int) protected boolean fireSemanticPredicateEvaluated (int, int, boolean) protected void fireSyntacticPredicateFailed () protected void fireSyntacticPredicateStarted () protected void fireSyntacticPredicateSucceeded () public java.lang.String getRuleName (int) public java.lang.String getSemPredName (int) public synchronized void goToSleep () public boolean isDebugMode () public boolean isGuessing () public int LA (int) throws antlr.TokenStreamException public void match (int) throws antlr.MismatchedTokenException antlr.TokenStreamException public void match (antlr.collections.impl.BitSet) throws antlr.MismatchedTokenException antlr.TokenStreamException public void matchNot (int) throws antlr.MismatchedTokenException antlr.TokenStreamException public void removeMessageListener (antlr.debug.MessageListener) public void removeParserListener (antlr.debug.ParserListener) public void removeParserMatchListener (antlr.debug.ParserMatchListener) public void removeParserTokenListener (antlr.debug.ParserTokenListener) public void removeSemanticPredicateListener (antlr.debug.SemanticPredicateListener) public void removeSyntacticPredicateListener (antlr.debug.SyntacticPredicateListener) public void removeTraceListener (antlr.debug.TraceListener) public void reportError (antlr.RecognitionException) public void reportError (java.lang.String) public void reportWarning (java.lang.String) public void setDebugMode (boolean) public void setupDebugging (antlr.TokenBuffer) public void setupDebugging (antlr.TokenStream) protected void setupDebugging (antlr.TokenStream, antlr.TokenBuffer) public synchronized void wakeUp () static java.lang.Class class$ (java.lang.String) }
antlr/debug/MessageAdapter.class
MessageAdapter.java package antlr.debug public antlr.debug.MessageAdapter extends java.lang.Object implements antlr.debug.MessageListener { public void <init> () public void doneParsing (antlr.debug.TraceEvent) public void refresh () public void reportError (antlr.debug.MessageEvent) public void reportWarning (antlr.debug.MessageEvent) }
antlr/debug/MessageEvent.class
MessageEvent.java package antlr.debug public antlr.debug.MessageEvent extends antlr.debug.Event { private String text public static int WARNING public static int ERROR public void <init> (java.lang.Object) public void <init> (java.lang.Object, int, java.lang.String) public java.lang.String getText () void setText (java.lang.String) void setValues (int, java.lang.String) public java.lang.String toString () static void <clinit> () }
antlr/debug/MessageListener.class
MessageListener.java package antlr.debug public abstract antlr.debug.MessageListener extends java.lang.Object implements antlr.debug.ListenerBase { public abstract void reportError (antlr.debug.MessageEvent) public abstract void reportWarning (antlr.debug.MessageEvent) }
antlr/debug/misc/
antlr/debug/misc/ASTFrame$1.class
ASTFrame.java package antlr.debug.misc antlr.debug.misc.ASTFrame$1 extends java.awt.event.WindowAdapter { private final antlr.debug.misc.ASTFrame this$0 void <init> (antlr.debug.misc.ASTFrame) public void windowClosing (java.awt.event.WindowEvent) }
antlr/debug/misc/ASTFrame$MyTreeSelectionListener.class
ASTFrame.java package antlr.debug.misc antlr.debug.misc.ASTFrame$MyTreeSelectionListener extends java.lang.Object implements javax.swing.event.TreeSelectionListener { private final antlr.debug.misc.ASTFrame this$0 void <init> (antlr.debug.misc.ASTFrame) public void valueChanged (javax.swing.event.TreeSelectionEvent) }
antlr/debug/misc/ASTFrame.class
ASTFrame.java package antlr.debug.misc public antlr.debug.misc.ASTFrame extends javax.swing.JFrame { static final int WIDTH static final int HEIGHT public void <init> (java.lang.String, antlr.collections.AST) public static void main (java.lang.String[]) }
antlr/debug/misc/JTreeASTModel.class
JTreeASTModel.java package antlr.debug.misc public antlr.debug.misc.JTreeASTModel extends java.lang.Object implements javax.swing.tree.TreeModel { antlr.collections.AST root public void <init> (antlr.collections.AST) public void addTreeModelListener (javax.swing.event.TreeModelListener) public java.lang.Object getChild (java.lang.Object, int) public int getChildCount (java.lang.Object) public int getIndexOfChild (java.lang.Object, java.lang.Object) public java.lang.Object getRoot () public boolean isLeaf (java.lang.Object) public void removeTreeModelListener (javax.swing.event.TreeModelListener) public void valueForPathChanged (javax.swing.tree.TreePath, java.lang.Object) }
antlr/debug/misc/JTreeASTPanel.class
JTreeASTPanel.java package antlr.debug.misc public antlr.debug.misc.JTreeASTPanel extends javax.swing.JPanel { javax.swing.JTree tree public void <init> (javax.swing.tree.TreeModel, javax.swing.event.TreeSelectionListener) }
antlr/debug/NewLineEvent.class
NewLineEvent.java package antlr.debug public antlr.debug.NewLineEvent extends antlr.debug.Event { private int line public void <init> (java.lang.Object) public void <init> (java.lang.Object, int) public int getLine () void setLine (int) void setValues (int) public java.lang.String toString () }
antlr/debug/NewLineListener.class
NewLineListener.java package antlr.debug public abstract antlr.debug.NewLineListener extends java.lang.Object implements antlr.debug.ListenerBase { public abstract void hitNewLine (antlr.debug.NewLineEvent) }
antlr/debug/ParserAdapter.class
ParserAdapter.java package antlr.debug public antlr.debug.ParserAdapter extends java.lang.Object implements antlr.debug.ParserListener { public void <init> () public void doneParsing (antlr.debug.TraceEvent) public void enterRule (antlr.debug.TraceEvent) public void exitRule (antlr.debug.TraceEvent) public void parserConsume (antlr.debug.ParserTokenEvent) public void parserLA (antlr.debug.ParserTokenEvent) public void parserMatch (antlr.debug.ParserMatchEvent) public void parserMatchNot (antlr.debug.ParserMatchEvent) public void parserMismatch (antlr.debug.ParserMatchEvent) public void parserMismatchNot (antlr.debug.ParserMatchEvent) public void refresh () public void reportError (antlr.debug.MessageEvent) public void reportWarning (antlr.debug.MessageEvent) public void semanticPredicateEvaluated (antlr.debug.SemanticPredicateEvent) public void syntacticPredicateFailed (antlr.debug.SyntacticPredicateEvent) public void syntacticPredicateStarted (antlr.debug.SyntacticPredicateEvent) public void syntacticPredicateSucceeded (antlr.debug.SyntacticPredicateEvent) }
antlr/debug/ParserController.class
ParserController.java package antlr.debug public abstract antlr.debug.ParserController extends java.lang.Object implements antlr.debug.ParserListener { public abstract void checkBreak () public abstract void setParserEventSupport (antlr.debug.ParserEventSupport) }
antlr/debug/ParserEventSupport.class
ParserEventSupport.java package antlr.debug public antlr.debug.ParserEventSupport extends java.lang.Object { private Object source private java.util.Hashtable doneListeners private java.util.Vector matchListeners private java.util.Vector messageListeners private java.util.Vector tokenListeners private java.util.Vector traceListeners private java.util.Vector semPredListeners private java.util.Vector synPredListeners private java.util.Vector newLineListeners private antlr.debug.ParserMatchEvent matchEvent private antlr.debug.MessageEvent messageEvent private antlr.debug.ParserTokenEvent tokenEvent private antlr.debug.SemanticPredicateEvent semPredEvent private antlr.debug.SyntacticPredicateEvent synPredEvent private antlr.debug.TraceEvent traceEvent private antlr.debug.NewLineEvent newLineEvent private antlr.debug.ParserController controller protected static final int CONSUME protected static final int ENTER_RULE protected static final int EXIT_RULE protected static final int LA protected static final int MATCH protected static final int MATCH_NOT protected static final int MISMATCH protected static final int MISMATCH_NOT protected static final int REPORT_ERROR protected static final int REPORT_WARNING protected static final int SEMPRED protected static final int SYNPRED_FAILED protected static final int SYNPRED_STARTED protected static final int SYNPRED_SUCCEEDED protected static final int NEW_LINE protected static final int DONE_PARSING private int ruleDepth public void <init> (java.lang.Object) public void addDoneListener (antlr.debug.ListenerBase) public void addMessageListener (antlr.debug.MessageListener) public void addNewLineListener (antlr.debug.NewLineListener) public void addParserListener (antlr.debug.ParserListener) public void addParserMatchListener (antlr.debug.ParserMatchListener) public void addParserTokenListener (antlr.debug.ParserTokenListener) public void addSemanticPredicateListener (antlr.debug.SemanticPredicateListener) public void addSyntacticPredicateListener (antlr.debug.SyntacticPredicateListener) public void addTraceListener (antlr.debug.TraceListener) public void fireConsume (int) public void fireDoneParsing () public void fireEnterRule (int, int, int) public void fireEvent (int, antlr.debug.ListenerBase) public void fireEvents (int, java.util.Vector) public void fireExitRule (int, int, int) public void fireLA (int, int) public void fireMatch (char, int) public void fireMatch (char, antlr.collections.impl.BitSet, int) public void fireMatch (char, java.lang.String, int) public void fireMatch (int, antlr.collections.impl.BitSet, java.lang.String, int) public void fireMatch (int, java.lang.String, int) public void fireMatch (java.lang.String, int) public void fireMatchNot (char, char, int) public void fireMatchNot (int, int, java.lang.String, int) public void fireMismatch (char, char, int) public void fireMismatch (char, antlr.collections.impl.BitSet, int) public void fireMismatch (char, java.lang.String, int) public void fireMismatch (int, int, java.lang.String, int) public void fireMismatch (int, antlr.collections.impl.BitSet, java.lang.String, int) public void fireMismatch (java.lang.String, java.lang.String, int) public void fireMismatchNot (char, char, int) public void fireMismatchNot (int, int, java.lang.String, int) public void fireNewLine (int) public void fireReportError (java.lang.Exception) public void fireReportError (java.lang.String) public void fireReportWarning (java.lang.String) public boolean fireSemanticPredicateEvaluated (int, int, boolean, int) public void fireSyntacticPredicateFailed (int) public void fireSyntacticPredicateStarted (int) public void fireSyntacticPredicateSucceeded (int) protected void refresh (java.util.Vector) public void refreshListeners () public void removeDoneListener (antlr.debug.ListenerBase) public void removeMessageListener (antlr.debug.MessageListener) public void removeNewLineListener (antlr.debug.NewLineListener) public void removeParserListener (antlr.debug.ParserListener) public void removeParserMatchListener (antlr.debug.ParserMatchListener) public void removeParserTokenListener (antlr.debug.ParserTokenListener) public void removeSemanticPredicateListener (antlr.debug.SemanticPredicateListener) public void removeSyntacticPredicateListener (antlr.debug.SyntacticPredicateListener) public void removeTraceListener (antlr.debug.TraceListener) }
antlr/debug/ParserListener.class
ParserListener.java package antlr.debug public abstract antlr.debug.ParserListener extends java.lang.Object implements antlr.debug.SemanticPredicateListener antlr.debug.ParserMatchListener antlr.debug.MessageListener antlr.debug.ParserTokenListener antlr.debug.TraceListener antlr.debug.SyntacticPredicateListener { }
antlr/debug/ParserMatchAdapter.class
ParserMatchAdapter.java package antlr.debug public antlr.debug.ParserMatchAdapter extends java.lang.Object implements antlr.debug.ParserMatchListener { public void <init> () public void doneParsing (antlr.debug.TraceEvent) public void parserMatch (antlr.debug.ParserMatchEvent) public void parserMatchNot (antlr.debug.ParserMatchEvent) public void parserMismatch (antlr.debug.ParserMatchEvent) public void parserMismatchNot (antlr.debug.ParserMatchEvent) public void refresh () }
antlr/debug/ParserMatchEvent.class
ParserMatchEvent.java package antlr.debug public antlr.debug.ParserMatchEvent extends antlr.debug.GuessingEvent { public static int TOKEN public static int BITSET public static int CHAR public static int CHAR_BITSET public static int STRING public static int CHAR_RANGE private boolean inverse private boolean matched private Object target private int value private String text public void <init> (java.lang.Object) public void <init> (java.lang.Object, int, int, java.lang.Object, java.lang.String, int, boolean, boolean) public java.lang.Object getTarget () public java.lang.String getText () public int getValue () public boolean isInverse () public boolean isMatched () void setInverse (boolean) void setMatched (boolean) void setTarget (java.lang.Object) void setText (java.lang.String) void setValue (int) void setValues (int, int, java.lang.Object, java.lang.String, int, boolean, boolean) public java.lang.String toString () static void <clinit> () }
antlr/debug/ParserMatchListener.class
ParserMatchListener.java package antlr.debug public abstract antlr.debug.ParserMatchListener extends java.lang.Object implements antlr.debug.ListenerBase { public abstract void parserMatch (antlr.debug.ParserMatchEvent) public abstract void parserMatchNot (antlr.debug.ParserMatchEvent) public abstract void parserMismatch (antlr.debug.ParserMatchEvent) public abstract void parserMismatchNot (antlr.debug.ParserMatchEvent) }
antlr/debug/ParserReporter.class
ParserReporter.java package antlr.debug public antlr.debug.ParserReporter extends antlr.debug.Tracer implements antlr.debug.ParserListener { public void <init> () public void parserConsume (antlr.debug.ParserTokenEvent) public void parserLA (antlr.debug.ParserTokenEvent) public void parserMatch (antlr.debug.ParserMatchEvent) public void parserMatchNot (antlr.debug.ParserMatchEvent) public void parserMismatch (antlr.debug.ParserMatchEvent) public void parserMismatchNot (antlr.debug.ParserMatchEvent) public void reportError (antlr.debug.MessageEvent) public void reportWarning (antlr.debug.MessageEvent) public void semanticPredicateEvaluated (antlr.debug.SemanticPredicateEvent) public void syntacticPredicateFailed (antlr.debug.SyntacticPredicateEvent) public void syntacticPredicateStarted (antlr.debug.SyntacticPredicateEvent) public void syntacticPredicateSucceeded (antlr.debug.SyntacticPredicateEvent) }
antlr/debug/ParserTokenAdapter.class
ParserTokenAdapter.java package antlr.debug public antlr.debug.ParserTokenAdapter extends java.lang.Object implements antlr.debug.ParserTokenListener { public void <init> () public void doneParsing (antlr.debug.TraceEvent) public void parserConsume (antlr.debug.ParserTokenEvent) public void parserLA (antlr.debug.ParserTokenEvent) public void refresh () }
antlr/debug/ParserTokenEvent.class
ParserTokenEvent.java package antlr.debug public antlr.debug.ParserTokenEvent extends antlr.debug.Event { private int value private int amount public static int LA public static int CONSUME public void <init> (java.lang.Object) public void <init> (java.lang.Object, int, int, int) public int getAmount () public int getValue () void setAmount (int) void setValue (int) void setValues (int, int, int) public java.lang.String toString () static void <clinit> () }
antlr/debug/ParserTokenListener.class
ParserTokenListener.java package antlr.debug public abstract antlr.debug.ParserTokenListener extends java.lang.Object implements antlr.debug.ListenerBase { public abstract void parserConsume (antlr.debug.ParserTokenEvent) public abstract void parserLA (antlr.debug.ParserTokenEvent) }
antlr/debug/ParseTreeDebugParser.class
ParseTreeDebugParser.java package antlr.debug public antlr.debug.ParseTreeDebugParser extends antlr.LLkParser { protected java.util.Stack currentParseTreeRoot protected antlr.ParseTreeRule mostRecentParseTreeRoot protected int numberOfDerivationSteps public void <init> (int) public void <init> (antlr.ParserSharedInputState, int) public void <init> (antlr.TokenBuffer, int) public void <init> (antlr.TokenStream, int) public antlr.ParseTree getParseTree () public int getNumberOfDerivationSteps () public void match (int) throws antlr.MismatchedTokenException antlr.TokenStreamException public void match (antlr.collections.impl.BitSet) throws antlr.MismatchedTokenException antlr.TokenStreamException public void matchNot (int) throws antlr.MismatchedTokenException antlr.TokenStreamException protected void addCurrentTokenToParseTree () throws antlr.TokenStreamException public void traceIn (java.lang.String) throws antlr.TokenStreamException public void traceOut (java.lang.String) throws antlr.TokenStreamException }
antlr/debug/SemanticPredicateAdapter.class
SemanticPredicateAdapter.java package antlr.debug public antlr.debug.SemanticPredicateAdapter extends java.lang.Object implements antlr.debug.SemanticPredicateListener { public void <init> () public void doneParsing (antlr.debug.TraceEvent) public void refresh () public void semanticPredicateEvaluated (antlr.debug.SemanticPredicateEvent) }
antlr/debug/SemanticPredicateEvent.class
SemanticPredicateEvent.java package antlr.debug public antlr.debug.SemanticPredicateEvent extends antlr.debug.GuessingEvent { public static final int VALIDATING public static final int PREDICTING private int condition private boolean result public void <init> (java.lang.Object) public void <init> (java.lang.Object, int) public int getCondition () public boolean getResult () void setCondition (int) void setResult (boolean) void setValues (int, int, boolean, int) public java.lang.String toString () }
antlr/debug/SemanticPredicateListener.class
SemanticPredicateListener.java package antlr.debug public abstract antlr.debug.SemanticPredicateListener extends java.lang.Object implements antlr.debug.ListenerBase { public abstract void semanticPredicateEvaluated (antlr.debug.SemanticPredicateEvent) }
antlr/debug/SyntacticPredicateAdapter.class
SyntacticPredicateAdapter.java package antlr.debug public antlr.debug.SyntacticPredicateAdapter extends java.lang.Object implements antlr.debug.SyntacticPredicateListener { public void <init> () public void doneParsing (antlr.debug.TraceEvent) public void refresh () public void syntacticPredicateFailed (antlr.debug.SyntacticPredicateEvent) public void syntacticPredicateStarted (antlr.debug.SyntacticPredicateEvent) public void syntacticPredicateSucceeded (antlr.debug.SyntacticPredicateEvent) }
antlr/debug/SyntacticPredicateEvent.class
SyntacticPredicateEvent.java package antlr.debug public antlr.debug.SyntacticPredicateEvent extends antlr.debug.GuessingEvent { public void <init> (java.lang.Object) public void <init> (java.lang.Object, int) void setValues (int, int) public java.lang.String toString () }
antlr/debug/SyntacticPredicateListener.class
SyntacticPredicateListener.java package antlr.debug public abstract antlr.debug.SyntacticPredicateListener extends java.lang.Object implements antlr.debug.ListenerBase { public abstract void syntacticPredicateFailed (antlr.debug.SyntacticPredicateEvent) public abstract void syntacticPredicateStarted (antlr.debug.SyntacticPredicateEvent) public abstract void syntacticPredicateSucceeded (antlr.debug.SyntacticPredicateEvent) }
antlr/debug/TraceAdapter.class
TraceAdapter.java package antlr.debug public antlr.debug.TraceAdapter extends java.lang.Object implements antlr.debug.TraceListener { public void <init> () public void doneParsing (antlr.debug.TraceEvent) public void enterRule (antlr.debug.TraceEvent) public void exitRule (antlr.debug.TraceEvent) public void refresh () }
antlr/debug/TraceEvent.class
TraceEvent.java package antlr.debug public antlr.debug.TraceEvent extends antlr.debug.GuessingEvent { private int ruleNum private int data public static int ENTER public static int EXIT public static int DONE_PARSING public void <init> (java.lang.Object) public void <init> (java.lang.Object, int, int, int, int) public int getData () public int getRuleNum () void setData (int) void setRuleNum (int) void setValues (int, int, int, int) public java.lang.String toString () static void <clinit> () }
antlr/debug/TraceListener.class
TraceListener.java package antlr.debug public abstract antlr.debug.TraceListener extends java.lang.Object implements antlr.debug.ListenerBase { public abstract void enterRule (antlr.debug.TraceEvent) public abstract void exitRule (antlr.debug.TraceEvent) }
antlr/debug/Tracer.class
Tracer.java package antlr.debug public antlr.debug.Tracer extends antlr.debug.TraceAdapter implements antlr.debug.TraceListener { String indent public void <init> () protected void dedent () public void enterRule (antlr.debug.TraceEvent) public void exitRule (antlr.debug.TraceEvent) protected void indent () }
antlr/DefaultFileLineFormatter.class
DefaultFileLineFormatter.java package antlr public antlr.DefaultFileLineFormatter extends antlr.FileLineFormatter { public void <init> () public java.lang.String getFormatString (java.lang.String, int, int) }
antlr/DefaultJavaCodeGeneratorPrintWriterManager.class
DefaultJavaCodeGeneratorPrintWriterManager.java package antlr public antlr.DefaultJavaCodeGeneratorPrintWriterManager extends java.lang.Object implements antlr.JavaCodeGeneratorPrintWriterManager { private antlr.Grammar grammar private antlr.PrintWriterWithSMAP smapOutput private java.io.PrintWriter currentOutput private antlr.Tool tool private java.util.Map sourceMaps private String currentFileName public void <init> () public java.io.PrintWriter setupOutput (antlr.Tool, antlr.Grammar) throws java.io.IOException public java.io.PrintWriter setupOutput (antlr.Tool, java.lang.String) throws java.io.IOException public java.io.PrintWriter setupOutput (antlr.Tool, antlr.Grammar, java.lang.String) throws java.io.IOException public void startMapping (int) public void startSingleSourceLineMapping (int) public void endMapping () public void finishOutput () throws java.io.IOException public java.util.Map getSourceMaps () public int getCurrentOutputLine () }
antlr/DefaultToolErrorHandler.class
DefaultToolErrorHandler.java package antlr antlr.DefaultToolErrorHandler extends java.lang.Object implements antlr.ToolErrorHandler { private final antlr.Tool antlrTool antlr.CharFormatter javaCharFormatter void <init> (antlr.Tool) private void dumpSets (java.lang.String[], int, antlr.Grammar, boolean, int, antlr.Lookahead[]) public void warnAltAmbiguity (antlr.Grammar, antlr.AlternativeBlock, boolean, int, antlr.Lookahead[], int, int) public void warnAltExitAmbiguity (antlr.Grammar, antlr.BlockWithImpliedExitPath, boolean, int, antlr.Lookahead[], int) }
antlr/DefineGrammarSymbols.class
DefineGrammarSymbols.java package antlr public antlr.DefineGrammarSymbols extends java.lang.Object implements antlr.ANTLRGrammarParseBehavior { protected java.util.Hashtable grammars protected java.util.Hashtable tokenManagers protected antlr.Grammar grammar protected antlr.Tool tool antlr.LLkAnalyzer analyzer String[] args static final String DEFAULT_TOKENMANAGER_NAME protected java.util.Hashtable headerActions antlr.Token thePreambleAction String language protected int numLexers protected int numParsers protected int numTreeParsers public void <init> (antlr.Tool, java.lang.String[], antlr.LLkAnalyzer) public void _refStringLiteral (antlr.Token, antlr.Token, int, boolean) public void _refToken (antlr.Token, antlr.Token, antlr.Token, antlr.Token, boolean, int, boolean) public void abortGrammar () public void beginAlt (boolean) public void beginChildList () public void beginExceptionGroup () public void beginExceptionSpec (antlr.Token) public void beginSubRule (antlr.Token, antlr.Token, boolean) public void beginTree (antlr.Token) throws antlr.SemanticException public void defineRuleName (antlr.Token, java.lang.String, boolean, java.lang.String) throws antlr.SemanticException public void defineToken (antlr.Token, antlr.Token) public void endAlt () public void endChildList () public void endExceptionGroup () public void endExceptionSpec () public void endGrammar () public void endOptions () public void endRule (java.lang.String) public void endSubRule () public void endTree () public void hasError () public void noASTSubRule () public void oneOrMoreSubRule () public void optionalSubRule () public void setUserExceptions (java.lang.String) public void refAction (antlr.Token) public void refArgAction (antlr.Token) public void refCharLiteral (antlr.Token, antlr.Token, boolean, int, boolean) public void refCharRange (antlr.Token, antlr.Token, antlr.Token, int, boolean) public void refElementOption (antlr.Token, antlr.Token) public void refTokensSpecElementOption (antlr.Token, antlr.Token, antlr.Token) public void refExceptionHandler (antlr.Token, antlr.Token) public void refHeaderAction (antlr.Token, antlr.Token) public java.lang.String getHeaderAction (java.lang.String) public int getHeaderActionLine (java.lang.String) public void refInitAction (antlr.Token) public void refMemberAction (antlr.Token) public void refPreambleAction (antlr.Token) public void refReturnAction (antlr.Token) public void refRule (antlr.Token, antlr.Token, antlr.Token, antlr.Token, int) public void refSemPred (antlr.Token) public void refStringLiteral (antlr.Token, antlr.Token, int, boolean) public void refToken (antlr.Token, antlr.Token, antlr.Token, antlr.Token, boolean, int, boolean) public void refTokenRange (antlr.Token, antlr.Token, antlr.Token, int, boolean) public void refTreeSpecifier (antlr.Token) public void refWildcard (antlr.Token, antlr.Token, int) public void reset () public void setArgOfRuleRef (antlr.Token) public void setCharVocabulary (antlr.collections.impl.BitSet) public void setFileOption (antlr.Token, antlr.Token, java.lang.String) public void setGrammarOption (antlr.Token, antlr.Token) public void setRuleOption (antlr.Token, antlr.Token) public void setSubruleOption (antlr.Token, antlr.Token) public void startLexer (java.lang.String, antlr.Token, java.lang.String, java.lang.String) public void startParser (java.lang.String, antlr.Token, java.lang.String, java.lang.String) public void startTreeWalker (java.lang.String, antlr.Token, java.lang.String, java.lang.String) public void synPred () public void zeroOrMoreSubRule () }
antlr/DiagnosticCodeGenerator.class
DiagnosticCodeGenerator.java package antlr public antlr.DiagnosticCodeGenerator extends antlr.CodeGenerator { protected int syntacticPredLevel protected boolean doingLexRules public void <init> () public void gen () public void gen (antlr.ActionElement) public void gen (antlr.AlternativeBlock) public void gen (antlr.BlockEndElement) public void gen (antlr.CharLiteralElement) public void gen (antlr.CharRangeElement) public void gen (antlr.LexerGrammar) throws java.io.IOException public void gen (antlr.OneOrMoreBlock) public void gen (antlr.ParserGrammar) throws java.io.IOException public void gen (antlr.RuleRefElement) public void gen (antlr.StringLiteralElement) public void gen (antlr.TokenRangeElement) public void gen (antlr.TokenRefElement) public void gen (antlr.TreeElement) public void gen (antlr.TreeWalkerGrammar) throws java.io.IOException public void gen (antlr.WildcardElement) public void gen (antlr.ZeroOrMoreBlock) protected void genAlt (antlr.Alternative) protected void genBlockPreamble (antlr.AlternativeBlock) public void genCommonBlock (antlr.AlternativeBlock) public void genFollowSetForRuleBlock (antlr.RuleBlock) protected void genHeader () protected void genLookaheadSetForAlt (antlr.Alternative) public void genLookaheadSetForBlock (antlr.AlternativeBlock) public void genNextToken () public void genRule (antlr.RuleSymbol) protected void genSynPred (antlr.SynPredBlock) protected void genTokenTypes (antlr.TokenManager) throws java.io.IOException public java.lang.String getASTCreateString (antlr.collections.impl.Vector) public java.lang.String getASTCreateString (antlr.GrammarAtom, java.lang.String) protected java.lang.String processActionForSpecialSymbols (java.lang.String, int, antlr.RuleBlock, antlr.ActionTransInfo) public java.lang.String mapTreeId (java.lang.String, antlr.ActionTransInfo) public void printSet (int, int, antlr.Lookahead) }
antlr/DocBookCodeGenerator.class
DocBookCodeGenerator.java package antlr public antlr.DocBookCodeGenerator extends antlr.CodeGenerator { protected int syntacticPredLevel protected boolean doingLexRules protected boolean firstElementInAlt protected antlr.AlternativeElement prevAltElem public void <init> () static java.lang.String HTMLEncode (java.lang.String) static java.lang.String QuoteForId (java.lang.String) public void gen () public void gen (antlr.ActionElement) public void gen (antlr.AlternativeBlock) public void gen (antlr.BlockEndElement) public void gen (antlr.CharLiteralElement) public void gen (antlr.CharRangeElement) public void gen (antlr.LexerGrammar) throws java.io.IOException public void gen (antlr.OneOrMoreBlock) public void gen (antlr.ParserGrammar) throws java.io.IOException public void gen (antlr.RuleRefElement) public void gen (antlr.StringLiteralElement) public void gen (antlr.TokenRangeElement) public void gen (antlr.TokenRefElement) public void gen (antlr.TreeElement) public void gen (antlr.TreeWalkerGrammar) throws java.io.IOException public void gen (antlr.WildcardElement) public void gen (antlr.ZeroOrMoreBlock) protected void genAlt (antlr.Alternative) public void genCommonBlock (antlr.AlternativeBlock) public void genFollowSetForRuleBlock (antlr.RuleBlock) protected void genGenericBlock (antlr.AlternativeBlock, java.lang.String) protected void genHeader () protected void genLookaheadSetForAlt (antlr.Alternative) public void genLookaheadSetForBlock (antlr.AlternativeBlock) public void genNextToken () public void genRule (antlr.RuleSymbol) protected void genSynPred (antlr.SynPredBlock) public void genTail () protected void genTokenTypes (antlr.TokenManager) throws java.io.IOException protected java.lang.String processActionForSpecialSymbols (java.lang.String, int, antlr.RuleBlock, antlr.ActionTransInfo) public java.lang.String getASTCreateString (antlr.collections.impl.Vector) public java.lang.String getASTCreateString (antlr.GrammarAtom, java.lang.String) public java.lang.String mapTreeId (java.lang.String, antlr.ActionTransInfo) public void printSet (int, int, antlr.Lookahead) }
antlr/DumpASTVisitor.class
DumpASTVisitor.java package antlr public antlr.DumpASTVisitor extends java.lang.Object implements antlr.ASTVisitor { protected int level public void <init> () private void tabs () public void visit (antlr.collections.AST) }
antlr/ExceptionHandler.class
ExceptionHandler.java package antlr antlr.ExceptionHandler extends java.lang.Object { protected antlr.Token exceptionTypeAndName protected antlr.Token action public void <init> (antlr.Token, antlr.Token) }
antlr/ExceptionSpec.class
ExceptionSpec.java package antlr antlr.ExceptionSpec extends java.lang.Object { protected antlr.Token label protected antlr.collections.impl.Vector handlers public void <init> (antlr.Token) public void addHandler (antlr.ExceptionHandler) }
antlr/FileCopyException.class
FileCopyException.java package antlr antlr.FileCopyException extends java.io.IOException { public void <init> (java.lang.String) }
antlr/FileLineFormatter.class
FileLineFormatter.java package antlr public abstract antlr.FileLineFormatter extends java.lang.Object { private static antlr.FileLineFormatter formatter public void <init> () public static antlr.FileLineFormatter getFormatter () public static void setFormatter (antlr.FileLineFormatter) public abstract java.lang.String getFormatString (java.lang.String, int, int) static void <clinit> () }
antlr/Grammar.class
Grammar.java package antlr public abstract antlr.Grammar extends java.lang.Object { protected antlr.Tool antlrTool protected antlr.CodeGenerator generator protected antlr.LLkGrammarAnalyzer theLLkAnalyzer protected java.util.Hashtable symbols protected boolean buildAST protected boolean analyzerDebug protected boolean interactive protected String superClass protected antlr.TokenManager tokenManager protected String exportVocab protected String importVocab protected java.util.Hashtable options protected antlr.collections.impl.Vector rules protected antlr.Token preambleAction protected String className protected String fileName protected antlr.Token classMemberAction protected boolean hasSyntacticPredicate protected boolean hasUserErrorHandling protected int maxk protected boolean traceRules protected boolean debuggingOutput protected boolean defaultErrorHandler protected String comment public void <init> (java.lang.String, antlr.Tool, java.lang.String) public void define (antlr.RuleSymbol) public abstract void generate () throws java.io.IOException protected java.lang.String getClassName () public boolean getDefaultErrorHandler () public java.lang.String getFilename () public int getIntegerOption (java.lang.String) throws java.lang.NumberFormatException public antlr.Token getOption (java.lang.String) protected abstract java.lang.String getSuperClass () public antlr.GrammarSymbol getSymbol (java.lang.String) public java.util.Enumeration getSymbols () public boolean hasOption (java.lang.String) public boolean isDefined (java.lang.String) public abstract void processArguments (java.lang.String[]) public void setCodeGenerator (antlr.CodeGenerator) public void setFilename (java.lang.String) public void setGrammarAnalyzer (antlr.LLkGrammarAnalyzer) public boolean setOption (java.lang.String, antlr.Token) public void setTokenManager (antlr.TokenManager) public java.lang.String toString () }
antlr/GrammarAnalyzer.class
GrammarAnalyzer.java package antlr public abstract antlr.GrammarAnalyzer extends java.lang.Object { public static final int NONDETERMINISTIC public static final int LOOKAHEAD_DEPTH_INIT }
antlr/GrammarAtom.class
GrammarAtom.java package antlr abstract antlr.GrammarAtom extends antlr.AlternativeElement { protected String label protected String atomText protected int tokenType protected boolean not protected String ASTNodeType public void <init> (antlr.Grammar, antlr.Token, int) public java.lang.String getLabel () public java.lang.String getText () public int getType () public void setLabel (java.lang.String) public java.lang.String getASTNodeType () public void setASTNodeType (java.lang.String) public void setOption (antlr.Token, antlr.Token) public java.lang.String toString () }
antlr/GrammarElement.class
GrammarElement.java package antlr abstract antlr.GrammarElement extends java.lang.Object { public static final int AUTO_GEN_NONE public static final int AUTO_GEN_CARET public static final int AUTO_GEN_BANG protected antlr.Grammar grammar protected int line protected int column public void <init> (antlr.Grammar) public void <init> (antlr.Grammar, antlr.Token) public void generate () public int getLine () public int getColumn () public antlr.Lookahead look (int) public abstract java.lang.String toString () }
antlr/GrammarSymbol.class
GrammarSymbol.java package antlr abstract antlr.GrammarSymbol extends java.lang.Object { protected String id public void <init> () public void <init> (java.lang.String) public java.lang.String getId () public void setId (java.lang.String) }
antlr/HTMLCodeGenerator.class
HTMLCodeGenerator.java package antlr public antlr.HTMLCodeGenerator extends antlr.CodeGenerator { protected int syntacticPredLevel protected boolean doingLexRules protected boolean firstElementInAlt protected antlr.AlternativeElement prevAltElem public void <init> () static java.lang.String HTMLEncode (java.lang.String) public void gen () public void gen (antlr.ActionElement) public void gen (antlr.AlternativeBlock) public void gen (antlr.BlockEndElement) public void gen (antlr.CharLiteralElement) public void gen (antlr.CharRangeElement) public void gen (antlr.LexerGrammar) throws java.io.IOException public void gen (antlr.OneOrMoreBlock) public void gen (antlr.ParserGrammar) throws java.io.IOException public void gen (antlr.RuleRefElement) public void gen (antlr.StringLiteralElement) public void gen (antlr.TokenRangeElement) public void gen (antlr.TokenRefElement) public void gen (antlr.TreeElement) public void gen (antlr.TreeWalkerGrammar) throws java.io.IOException public void gen (antlr.WildcardElement) public void gen (antlr.ZeroOrMoreBlock) protected void genAlt (antlr.Alternative) public void genCommonBlock (antlr.AlternativeBlock) public void genFollowSetForRuleBlock (antlr.RuleBlock) protected void genGenericBlock (antlr.AlternativeBlock, java.lang.String) protected void genHeader () protected void genLookaheadSetForAlt (antlr.Alternative) public void genLookaheadSetForBlock (antlr.AlternativeBlock) public void genNextToken () public void genRule (antlr.RuleSymbol) protected void genSynPred (antlr.SynPredBlock) public void genTail () protected void genTokenTypes (antlr.TokenManager) throws java.io.IOException public java.lang.String getASTCreateString (antlr.collections.impl.Vector) public java.lang.String getASTCreateString (antlr.GrammarAtom, java.lang.String) public java.lang.String mapTreeId (java.lang.String, antlr.ActionTransInfo) protected java.lang.String processActionForSpecialSymbols (java.lang.String, int, antlr.RuleBlock, antlr.ActionTransInfo) public void printSet (int, int, antlr.Lookahead) }
antlr/ImportVocabTokenManager.class
ImportVocabTokenManager.java package antlr antlr.ImportVocabTokenManager extends antlr.SimpleTokenManager implements java.lang.Cloneable { private String filename protected antlr.Grammar grammar void <init> (antlr.Grammar, java.lang.String, java.lang.String, antlr.Tool) public java.lang.Object clone () public void define (antlr.TokenSymbol) public void define (java.lang.String, int) public boolean isReadOnly () public int nextTokenType () }
antlr/InputBuffer.class
InputBuffer.java package antlr public abstract antlr.InputBuffer extends java.lang.Object { protected int nMarkers protected int markerOffset protected int numToConsume protected antlr.CharQueue queue public void <init> () public void commit () public void consume () public abstract void fill (int) throws antlr.CharStreamException public java.lang.String getLAChars () public java.lang.String getMarkedChars () public boolean isMarked () public char LA (int) throws antlr.CharStreamException public int mark () public void rewind (int) public void reset () protected void syncConsume () }
antlr/JavaBlockFinishingInfo.class
JavaBlockFinishingInfo.java package antlr antlr.JavaBlockFinishingInfo extends java.lang.Object { String postscript boolean generatedSwitch boolean generatedAnIf boolean needAnErrorClause public void <init> () public void <init> (java.lang.String, boolean, boolean, boolean) }
antlr/JavaCharFormatter.class
JavaCharFormatter.java package antlr antlr.JavaCharFormatter extends java.lang.Object implements antlr.CharFormatter { void <init> () public java.lang.String escapeChar (int, boolean) public java.lang.String escapeString (java.lang.String) public java.lang.String literalChar (int) public java.lang.String literalString (java.lang.String) }
antlr/JavaCodeGenerator.class
JavaCodeGenerator.java package antlr public antlr.JavaCodeGenerator extends antlr.CodeGenerator { public static final int NO_MAPPING public static final int CONTINUE_LAST_MAPPING private antlr.JavaCodeGeneratorPrintWriterManager printWriterManager private int defaultLine protected int syntacticPredLevel protected boolean genAST protected boolean saveText String labeledElementType String labeledElementASTType String labeledElementInit String commonExtraArgs String commonExtraParams String commonLocalVars String lt1Value String exceptionThrown String throwNoViable antlr.RuleBlock currentRule String currentASTResult java.util.Hashtable treeVariableMap java.util.Hashtable declaredASTVariables int astVarNumber protected static final String NONUNIQUE public static final int caseSizeThreshold private antlr.collections.impl.Vector semPreds public void <init> () protected void printAction (java.lang.String) protected void printAction (java.lang.String, int) public void println (java.lang.String) public void println (java.lang.String, int) protected void print (java.lang.String) protected void print (java.lang.String, int) protected void _print (java.lang.String) protected void _print (java.lang.String, int) protected void _println (java.lang.String) protected void _println (java.lang.String, int) protected int addSemPred (java.lang.String) public void exitIfError () public void gen () public void gen (antlr.ActionElement) public void gen (antlr.AlternativeBlock) public void gen (antlr.BlockEndElement) public void gen (antlr.CharLiteralElement) public void gen (antlr.CharRangeElement) public void gen (antlr.LexerGrammar) throws java.io.IOException public void gen (antlr.OneOrMoreBlock) public void gen (antlr.ParserGrammar) throws java.io.IOException public void gen (antlr.RuleRefElement) public void gen (antlr.StringLiteralElement) public void gen (antlr.TokenRangeElement) public void gen (antlr.TokenRefElement) public void gen (antlr.TreeElement) public void gen (antlr.TreeWalkerGrammar) throws java.io.IOException public void gen (antlr.WildcardElement) public void gen (antlr.ZeroOrMoreBlock) protected void genAlt (antlr.Alternative, antlr.AlternativeBlock) protected void genBitsets (antlr.collections.impl.Vector, int) private void genBitSet (antlr.collections.impl.BitSet, int) private void genBlockFinish (antlr.JavaBlockFinishingInfo, java.lang.String, int) protected void genBlockInitAction (antlr.AlternativeBlock) protected void genBlockPreamble (antlr.AlternativeBlock) protected void genCases (antlr.collections.impl.BitSet, int) public antlr.JavaBlockFinishingInfo genCommonBlock (antlr.AlternativeBlock, boolean) private static boolean suitableForCaseExpression (antlr.Alternative) private void genElementAST (antlr.AlternativeElement) private void genErrorCatchForElement (antlr.AlternativeElement) private void genErrorHandler (antlr.ExceptionSpec) private void genErrorTryForElement (antlr.AlternativeElement) protected void genASTDeclaration (antlr.AlternativeElement) protected void genASTDeclaration (antlr.AlternativeElement, java.lang.String) protected void genASTDeclaration (antlr.AlternativeElement, java.lang.String, java.lang.String) protected void genHeader () private void genLiteralsTest () private void genLiteralsTestForPartialToken () protected void genMatch (antlr.collections.impl.BitSet) protected void genMatch (antlr.GrammarAtom) protected void genMatchUsingAtomText (antlr.GrammarAtom) protected void genMatchUsingAtomTokenType (antlr.GrammarAtom) public void genNextToken () public void genRule (antlr.RuleSymbol, boolean, int) private void GenRuleInvocation (antlr.RuleRefElement) protected void genSemPred (java.lang.String, int) protected void genSemPredMap () protected void genSynPred (antlr.SynPredBlock, java.lang.String) public void genTokenStrings () protected void genTokenASTNodeMap () protected void genTokenTypes (antlr.TokenManager) throws java.io.IOException public java.lang.String getASTCreateString (antlr.collections.impl.Vector) public java.lang.String getASTCreateString (antlr.GrammarAtom, java.lang.String) public java.lang.String getASTCreateString (java.lang.String) protected java.lang.String getLookaheadTestExpression (antlr.Lookahead[], int) protected java.lang.String getLookaheadTestExpression (antlr.Alternative, int) protected java.lang.String getLookaheadTestTerm (int, antlr.collections.impl.BitSet) public java.lang.String getRangeExpression (int, int[]) private java.lang.String getValueString (int) protected boolean lookaheadIsEmpty (antlr.Alternative, int) private java.lang.String lookaheadString (int) private java.lang.String mangleLiteral (java.lang.String) public java.lang.String mapTreeId (java.lang.String, antlr.ActionTransInfo) private void mapTreeVariable (antlr.AlternativeElement, java.lang.String) protected java.lang.String processActionForSpecialSymbols (java.lang.String, int, antlr.RuleBlock, antlr.ActionTransInfo) private void setupGrammarParameters (antlr.Grammar) public antlr.JavaCodeGeneratorPrintWriterManager getPrintWriterManager () public void setPrintWriterManager (antlr.JavaCodeGeneratorPrintWriterManager) public void setTool (antlr.Tool) static void <clinit> () }
antlr/JavaCodeGeneratorPrintWriterManager.class
JavaCodeGeneratorPrintWriterManager.java package antlr public abstract antlr.JavaCodeGeneratorPrintWriterManager extends java.lang.Object { public abstract java.io.PrintWriter setupOutput (antlr.Tool, antlr.Grammar) throws java.io.IOException public abstract java.io.PrintWriter setupOutput (antlr.Tool, java.lang.String) throws java.io.IOException public abstract void startMapping (int) public abstract void startSingleSourceLineMapping (int) public abstract void endMapping () public abstract void finishOutput () throws java.io.IOException public abstract java.util.Map getSourceMaps () }
antlr/LexerGrammar.class
LexerGrammar.java package antlr antlr.LexerGrammar extends antlr.Grammar { protected antlr.collections.impl.BitSet charVocabulary protected boolean testLiterals protected boolean caseSensitiveLiterals protected boolean caseSensitive protected boolean filterMode protected String filterRule void <init> (java.lang.String, antlr.Tool, java.lang.String) public void generate () throws java.io.IOException public java.lang.String getSuperClass () public boolean getTestLiterals () public void processArguments (java.lang.String[]) public void setCharVocabulary (antlr.collections.impl.BitSet) public boolean setOption (java.lang.String, antlr.Token) }
antlr/LexerSharedInputState.class
LexerSharedInputState.java package antlr public antlr.LexerSharedInputState extends java.lang.Object { protected int column protected int line protected int tokenStartColumn protected int tokenStartLine protected antlr.InputBuffer input protected String filename public int guessing public void <init> (antlr.InputBuffer) public void <init> (java.io.InputStream) public void <init> (java.io.Reader) public java.lang.String getFilename () public antlr.InputBuffer getInput () public int getLine () public int getTokenStartColumn () public int getTokenStartLine () public int getColumn () public void reset () }
antlr/LLkAnalyzer.class
LLkAnalyzer.java package antlr public antlr.LLkAnalyzer extends java.lang.Object implements antlr.LLkGrammarAnalyzer { public boolean DEBUG_ANALYZER private antlr.AlternativeBlock currentBlock protected antlr.Tool tool protected antlr.Grammar grammar protected boolean lexicalAnalysis antlr.CharFormatter charFormatter public void <init> (antlr.Tool) protected boolean altUsesWildcardDefault (antlr.Alternative) public boolean deterministic (antlr.AlternativeBlock) public boolean deterministic (antlr.OneOrMoreBlock) public boolean deterministic (antlr.ZeroOrMoreBlock) public boolean deterministicImpliedPath (antlr.BlockWithImpliedExitPath) public antlr.Lookahead FOLLOW (int, antlr.RuleEndElement) private antlr.Lookahead getAltLookahead (antlr.AlternativeBlock, int, int) public antlr.Lookahead look (int, antlr.ActionElement) public antlr.Lookahead look (int, antlr.AlternativeBlock) public antlr.Lookahead look (int, antlr.BlockEndElement) public antlr.Lookahead look (int, antlr.CharLiteralElement) public antlr.Lookahead look (int, antlr.CharRangeElement) public antlr.Lookahead look (int, antlr.GrammarAtom) public antlr.Lookahead look (int, antlr.OneOrMoreBlock) public antlr.Lookahead look (int, antlr.RuleBlock) public antlr.Lookahead look (int, antlr.RuleEndElement) public antlr.Lookahead look (int, antlr.RuleRefElement) public antlr.Lookahead look (int, antlr.StringLiteralElement) public antlr.Lookahead look (int, antlr.SynPredBlock) public antlr.Lookahead look (int, antlr.TokenRangeElement) public antlr.Lookahead look (int, antlr.TreeElement) public antlr.Lookahead look (int, antlr.WildcardElement) public antlr.Lookahead look (int, antlr.ZeroOrMoreBlock) public antlr.Lookahead look (int, java.lang.String) public static boolean lookaheadEquivForApproxAndFullAnalysis (antlr.Lookahead[], int) private void removeCompetingPredictionSets (antlr.collections.impl.BitSet, antlr.AlternativeElement) private void removeCompetingPredictionSetsFromWildcard (antlr.Lookahead[], antlr.AlternativeElement, int) private void reset () public void setGrammar (antlr.Grammar) public boolean subruleCanBeInverted (antlr.AlternativeBlock, boolean) }
antlr/LLkGrammarAnalyzer.class
LLkGrammarAnalyzer.java package antlr public abstract antlr.LLkGrammarAnalyzer extends java.lang.Object implements antlr.GrammarAnalyzer { public abstract boolean deterministic (antlr.AlternativeBlock) public abstract boolean deterministic (antlr.OneOrMoreBlock) public abstract boolean deterministic (antlr.ZeroOrMoreBlock) public abstract antlr.Lookahead FOLLOW (int, antlr.RuleEndElement) public abstract antlr.Lookahead look (int, antlr.ActionElement) public abstract antlr.Lookahead look (int, antlr.AlternativeBlock) public abstract antlr.Lookahead look (int, antlr.BlockEndElement) public abstract antlr.Lookahead look (int, antlr.CharLiteralElement) public abstract antlr.Lookahead look (int, antlr.CharRangeElement) public abstract antlr.Lookahead look (int, antlr.GrammarAtom) public abstract antlr.Lookahead look (int, antlr.OneOrMoreBlock) public abstract antlr.Lookahead look (int, antlr.RuleBlock) public abstract antlr.Lookahead look (int, antlr.RuleEndElement) public abstract antlr.Lookahead look (int, antlr.RuleRefElement) public abstract antlr.Lookahead look (int, antlr.StringLiteralElement) public abstract antlr.Lookahead look (int, antlr.SynPredBlock) public abstract antlr.Lookahead look (int, antlr.TokenRangeElement) public abstract antlr.Lookahead look (int, antlr.TreeElement) public abstract antlr.Lookahead look (int, antlr.WildcardElement) public abstract antlr.Lookahead look (int, antlr.ZeroOrMoreBlock) public abstract antlr.Lookahead look (int, java.lang.String) public abstract void setGrammar (antlr.Grammar) public abstract boolean subruleCanBeInverted (antlr.AlternativeBlock, boolean) }
antlr/LLkParser.class
LLkParser.java package antlr public antlr.LLkParser extends antlr.Parser { int k public void <init> (int) public void <init> (antlr.ParserSharedInputState, int) public void <init> (antlr.TokenBuffer, int) public void <init> (antlr.TokenStream, int) public void consume () throws antlr.TokenStreamException public int LA (int) throws antlr.TokenStreamException public antlr.Token LT (int) throws antlr.TokenStreamException private void trace (java.lang.String, java.lang.String) throws antlr.TokenStreamException public void traceIn (java.lang.String) throws antlr.TokenStreamException public void traceOut (java.lang.String) throws antlr.TokenStreamException }
antlr/Lookahead.class
Lookahead.java package antlr public antlr.Lookahead extends java.lang.Object implements java.lang.Cloneable { antlr.collections.impl.BitSet fset String cycle antlr.collections.impl.BitSet epsilonDepth boolean hasEpsilon public void <init> () public void <init> (antlr.collections.impl.BitSet) public void <init> (java.lang.String) public java.lang.Object clone () public void combineWith (antlr.Lookahead) public boolean containsEpsilon () public antlr.Lookahead intersection (antlr.Lookahead) public boolean nil () public static antlr.Lookahead of (int) public void resetEpsilon () public void setEpsilon () public java.lang.String toString () public java.lang.String toString (java.lang.String, antlr.CharFormatter) public java.lang.String toString (java.lang.String, antlr.CharFormatter, antlr.Grammar) public java.lang.String toString (java.lang.String, antlr.collections.impl.Vector) }
antlr/MakeGrammar.class
MakeGrammar.java package antlr public antlr.MakeGrammar extends antlr.DefineGrammarSymbols { protected antlr.collections.Stack blocks protected antlr.RuleRefElement lastRuleRef protected antlr.RuleEndElement ruleEnd protected antlr.RuleBlock ruleBlock protected int nested protected boolean grammarError antlr.ExceptionSpec currentExceptionSpec public void <init> (antlr.Tool, java.lang.String[], antlr.LLkAnalyzer) public void abortGrammar () protected void addElementToCurrentAlt (antlr.AlternativeElement) public void beginAlt (boolean) public void beginChildList () public void beginExceptionGroup () public void beginExceptionSpec (antlr.Token) public void beginSubRule (antlr.Token, antlr.Token, boolean) public void beginTree (antlr.Token) throws antlr.SemanticException public antlr.BlockContext context () public static antlr.RuleBlock createNextTokenRule (antlr.Grammar, antlr.collections.impl.Vector, java.lang.String) private antlr.AlternativeBlock createOptionalRuleRef (java.lang.String, antlr.Token) public void defineRuleName (antlr.Token, java.lang.String, boolean, java.lang.String) throws antlr.SemanticException public void endAlt () public void endChildList () public void endExceptionGroup () public void endExceptionSpec () public void endGrammar () public void endRule (java.lang.String) public void endSubRule () public void endTree () public void hasError () private void labelElement (antlr.AlternativeElement, antlr.Token) public void noAutoGenSubRule () public void oneOrMoreSubRule () public void optionalSubRule () public void refAction (antlr.Token) public void setUserExceptions (java.lang.String) public void refArgAction (antlr.Token) public void refCharLiteral (antlr.Token, antlr.Token, boolean, int, boolean) public void refCharRange (antlr.Token, antlr.Token, antlr.Token, int, boolean) public void refTokensSpecElementOption (antlr.Token, antlr.Token, antlr.Token) public void refElementOption (antlr.Token, antlr.Token) public void refExceptionHandler (antlr.Token, antlr.Token) public void refInitAction (antlr.Token) public void refMemberAction (antlr.Token) public void refPreambleAction (antlr.Token) public void refReturnAction (antlr.Token) public void refRule (antlr.Token, antlr.Token, antlr.Token, antlr.Token, int) public void refSemPred (antlr.Token) public void refStringLiteral (antlr.Token, antlr.Token, int, boolean) public void refToken (antlr.Token, antlr.Token, antlr.Token, antlr.Token, boolean, int, boolean) public void refTokenRange (antlr.Token, antlr.Token, antlr.Token, int, boolean) public void refTreeSpecifier (antlr.Token) public void refWildcard (antlr.Token, antlr.Token, int) public void reset () public void setArgOfRuleRef (antlr.Token) public static void setBlock (antlr.AlternativeBlock, antlr.AlternativeBlock) public void setRuleOption (antlr.Token, antlr.Token) public void setSubruleOption (antlr.Token, antlr.Token) public void synPred () public void zeroOrMoreSubRule () }
antlr/MismatchedCharException.class
MismatchedCharException.java package antlr public antlr.MismatchedCharException extends antlr.RecognitionException { public static final int CHAR public static final int NOT_CHAR public static final int RANGE public static final int NOT_RANGE public static final int SET public static final int NOT_SET public int mismatchType public int foundChar public int expecting public int upper public antlr.collections.impl.BitSet set public antlr.CharScanner scanner public void <init> () public void <init> (char, char, char, boolean, antlr.CharScanner) public void <init> (char, char, boolean, antlr.CharScanner) public void <init> (char, antlr.collections.impl.BitSet, boolean, antlr.CharScanner) public java.lang.String getMessage () private void appendCharName (java.lang.StringBuffer, int) }
antlr/MismatchedTokenException.class
MismatchedTokenException.java package antlr public antlr.MismatchedTokenException extends antlr.RecognitionException { String[] tokenNames public antlr.Token token public antlr.collections.AST node String tokenText public static final int TOKEN public static final int NOT_TOKEN public static final int RANGE public static final int NOT_RANGE public static final int SET public static final int NOT_SET public int mismatchType public int expecting public int upper public antlr.collections.impl.BitSet set public void <init> () public void <init> (java.lang.String[], antlr.collections.AST, int, int, boolean) public void <init> (java.lang.String[], antlr.collections.AST, int, boolean) public void <init> (java.lang.String[], antlr.collections.AST, antlr.collections.impl.BitSet, boolean) public void <init> (java.lang.String[], antlr.Token, int, int, boolean, java.lang.String) public void <init> (java.lang.String[], antlr.Token, int, boolean, java.lang.String) public void <init> (java.lang.String[], antlr.Token, antlr.collections.impl.BitSet, boolean, java.lang.String) public java.lang.String getMessage () private java.lang.String tokenName (int) }
antlr/NameSpace.class
NameSpace.java package antlr public antlr.NameSpace extends java.lang.Object { private java.util.Vector names private String _name public void <init> (java.lang.String) public java.lang.String getName () protected void parse (java.lang.String) void emitDeclarations (java.io.PrintWriter) void emitClosures (java.io.PrintWriter) }
antlr/NoViableAltException.class
NoViableAltException.java package antlr public antlr.NoViableAltException extends antlr.RecognitionException { public antlr.Token token public antlr.collections.AST node public void <init> (antlr.collections.AST) public void <init> (antlr.Token, java.lang.String) public java.lang.String getMessage () }
antlr/NoViableAltForCharException.class
NoViableAltForCharException.java package antlr public antlr.NoViableAltForCharException extends antlr.RecognitionException { public char foundChar public void <init> (char, antlr.CharScanner) public void <init> (char, java.lang.String, int) public void <init> (char, java.lang.String, int, int) public java.lang.String getMessage () }
antlr/OneOrMoreBlock.class
OneOrMoreBlock.java package antlr antlr.OneOrMoreBlock extends antlr.BlockWithImpliedExitPath { public void <init> (antlr.Grammar) public void <init> (antlr.Grammar, antlr.Token) public void generate () public antlr.Lookahead look (int) public java.lang.String toString () }
antlr/Parser.class
Parser.java package antlr public abstract antlr.Parser extends java.lang.Object { protected antlr.ParserSharedInputState inputState protected String[] tokenNames protected antlr.collections.AST returnAST protected antlr.ASTFactory astFactory protected java.util.Hashtable tokenTypeToASTClassMap private boolean ignoreInvalidDebugCalls protected int traceDepth public void <init> () public void <init> (antlr.ParserSharedInputState) public java.util.Hashtable getTokenTypeToASTClassMap () public void addMessageListener (antlr.debug.MessageListener) public void addParserListener (antlr.debug.ParserListener) public void addParserMatchListener (antlr.debug.ParserMatchListener) public void addParserTokenListener (antlr.debug.ParserTokenListener) public void addSemanticPredicateListener (antlr.debug.SemanticPredicateListener) public void addSyntacticPredicateListener (antlr.debug.SyntacticPredicateListener) public void addTraceListener (antlr.debug.TraceListener) public abstract void consume () throws antlr.TokenStreamException public void consumeUntil (int) throws antlr.TokenStreamException public void consumeUntil (antlr.collections.impl.BitSet) throws antlr.TokenStreamException protected void defaultDebuggingSetup (antlr.TokenStream, antlr.TokenBuffer) public antlr.collections.AST getAST () public antlr.ASTFactory getASTFactory () public java.lang.String getFilename () public antlr.ParserSharedInputState getInputState () public void setInputState (antlr.ParserSharedInputState) public java.lang.String getTokenName (int) public java.lang.String[] getTokenNames () public boolean isDebugMode () public abstract int LA (int) throws antlr.TokenStreamException public abstract antlr.Token LT (int) throws antlr.TokenStreamException public int mark () public void match (int) throws antlr.MismatchedTokenException antlr.TokenStreamException public void match (antlr.collections.impl.BitSet) throws antlr.MismatchedTokenException antlr.TokenStreamException public void matchNot (int) throws antlr.MismatchedTokenException antlr.TokenStreamException public static void panic () public void removeMessageListener (antlr.debug.MessageListener) public void removeParserListener (antlr.debug.ParserListener) public void removeParserMatchListener (antlr.debug.ParserMatchListener) public void removeParserTokenListener (antlr.debug.ParserTokenListener) public void removeSemanticPredicateListener (antlr.debug.SemanticPredicateListener) public void removeSyntacticPredicateListener (antlr.debug.SyntacticPredicateListener) public void removeTraceListener (antlr.debug.TraceListener) public void reportError (antlr.RecognitionException) public void reportError (java.lang.String) public void reportWarning (java.lang.String) public void recover (antlr.RecognitionException, antlr.collections.impl.BitSet) throws antlr.TokenStreamException public void rewind (int) public void setASTFactory (antlr.ASTFactory) public void setASTNodeClass (java.lang.String) public void setASTNodeType (java.lang.String) public void setDebugMode (boolean) public void setFilename (java.lang.String) public void setIgnoreInvalidDebugCalls (boolean) public void setTokenBuffer (antlr.TokenBuffer) public void traceIndent () public void traceIn (java.lang.String) throws antlr.TokenStreamException public void traceOut (java.lang.String) throws antlr.TokenStreamException }
antlr/ParserGrammar.class
ParserGrammar.java package antlr antlr.ParserGrammar extends antlr.Grammar { void <init> (java.lang.String, antlr.Tool, java.lang.String) public void generate () throws java.io.IOException protected java.lang.String getSuperClass () public void processArguments (java.lang.String[]) public boolean setOption (java.lang.String, antlr.Token) }
antlr/ParserSharedInputState.class
ParserSharedInputState.java package antlr public antlr.ParserSharedInputState extends java.lang.Object { protected antlr.TokenBuffer input public int guessing protected String filename public void <init> () public void reset () public java.lang.String getFilename () public antlr.TokenBuffer getInput () }
antlr/ParseTree.class
ParseTree.java package antlr public abstract antlr.ParseTree extends antlr.BaseAST { public void <init> () public java.lang.String getLeftmostDerivationStep (int) public java.lang.String getLeftmostDerivation (int) protected abstract int getLeftmostDerivation (java.lang.StringBuffer, int) public void initialize (int, java.lang.String) public void initialize (antlr.collections.AST) public void initialize (antlr.Token) }
antlr/ParseTreeRule.class
ParseTreeRule.java package antlr public antlr.ParseTreeRule extends antlr.ParseTree { public static final int INVALID_ALT protected String ruleName protected int altNumber public void <init> (java.lang.String) public void <init> (java.lang.String, int) public java.lang.String getRuleName () protected int getLeftmostDerivation (java.lang.StringBuffer, int) public java.lang.String toString () }
antlr/ParseTreeToken.class
ParseTreeToken.java package antlr public antlr.ParseTreeToken extends antlr.ParseTree { protected antlr.Token token public void <init> (antlr.Token) protected int getLeftmostDerivation (java.lang.StringBuffer, int) public java.lang.String toString () }
antlr/preprocessor/
antlr/preprocessor/Grammar.class
Grammar.java package antlr.preprocessor antlr.preprocessor.Grammar extends java.lang.Object { protected String name protected String fileName protected String superGrammar protected String type protected antlr.collections.impl.IndexedVector rules protected antlr.collections.impl.IndexedVector options protected String tokenSection protected String preambleAction protected String memberAction protected antlr.preprocessor.Hierarchy hier protected boolean predefined protected boolean alreadyExpanded protected boolean specifiedVocabulary protected String superClass protected String importVocab protected String exportVocab protected antlr.Tool antlrTool public void <init> (antlr.Tool, java.lang.String, java.lang.String, antlr.collections.impl.IndexedVector) public void addOption (antlr.preprocessor.Option) public void addRule (antlr.preprocessor.Rule) public void expandInPlace () public java.lang.String getFileName () public java.lang.String getName () public antlr.collections.impl.IndexedVector getOptions () public antlr.collections.impl.IndexedVector getRules () public antlr.preprocessor.Grammar getSuperGrammar () public java.lang.String getSuperGrammarName () public java.lang.String getType () public void inherit (antlr.preprocessor.Option, antlr.preprocessor.Grammar) public void inherit (antlr.preprocessor.Rule, antlr.preprocessor.Grammar) public void inherit (java.lang.String, antlr.preprocessor.Grammar) public boolean isPredefined () public void setFileName (java.lang.String) public void setHierarchy (antlr.preprocessor.Hierarchy) public void setMemberAction (java.lang.String) public void setOptions (antlr.collections.impl.IndexedVector) public void setPreambleAction (java.lang.String) public void setPredefined (boolean) public void setTokenSection (java.lang.String) public void setType (java.lang.String) public java.lang.String toString () }
antlr/preprocessor/GrammarFile.class
GrammarFile.java package antlr.preprocessor public antlr.preprocessor.GrammarFile extends java.lang.Object { protected String fileName protected String headerAction protected antlr.collections.impl.IndexedVector options protected antlr.collections.impl.IndexedVector grammars protected boolean expanded protected antlr.Tool tool public void <init> (antlr.Tool, java.lang.String) public void addGrammar (antlr.preprocessor.Grammar) public void generateExpandedFile () throws java.io.IOException public antlr.collections.impl.IndexedVector getGrammars () public java.lang.String getName () public java.lang.String nameForExpandedGrammarFile (java.lang.String) public void setExpanded (boolean) public void addHeaderAction (java.lang.String) public void setOptions (antlr.collections.impl.IndexedVector) public java.lang.String toString () }
antlr/preprocessor/Hierarchy.class
Hierarchy.java package antlr.preprocessor public antlr.preprocessor.Hierarchy extends java.lang.Object { protected antlr.preprocessor.Grammar LexerRoot protected antlr.preprocessor.Grammar ParserRoot protected antlr.preprocessor.Grammar TreeParserRoot protected java.util.Hashtable symbols protected java.util.Hashtable files protected antlr.Tool antlrTool public void <init> (antlr.Tool) public void addGrammar (antlr.preprocessor.Grammar) public void addGrammarFile (antlr.preprocessor.GrammarFile) public void expandGrammarsInFile (java.lang.String) public antlr.preprocessor.Grammar findRoot (antlr.preprocessor.Grammar) public antlr.preprocessor.GrammarFile getFile (java.lang.String) public antlr.preprocessor.Grammar getGrammar (java.lang.String) public static java.lang.String optionsToString (antlr.collections.impl.IndexedVector) public void readGrammarFile (java.lang.String) throws java.io.FileNotFoundException public boolean verifyThatHierarchyIsComplete () public antlr.Tool getTool () public void setTool (antlr.Tool) }
antlr/preprocessor/Option.class
Option.java package antlr.preprocessor antlr.preprocessor.Option extends java.lang.Object { protected String name protected String rhs protected antlr.preprocessor.Grammar enclosingGrammar public void <init> (java.lang.String, java.lang.String, antlr.preprocessor.Grammar) public antlr.preprocessor.Grammar getEnclosingGrammar () public java.lang.String getName () public java.lang.String getRHS () public void setEnclosingGrammar (antlr.preprocessor.Grammar) public void setName (java.lang.String) public void setRHS (java.lang.String) public java.lang.String toString () }
antlr/preprocessor/Preprocessor.class
Preprocessor.java package antlr.preprocessor public antlr.preprocessor.Preprocessor extends antlr.LLkParser implements antlr.preprocessor.PreprocessorTokenTypes { private antlr.Tool antlrTool public static final String[] _tokenNames public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public static final antlr.collections.impl.BitSet _tokenSet_6 public static final antlr.collections.impl.BitSet _tokenSet_7 public static final antlr.collections.impl.BitSet _tokenSet_8 public void setTool (antlr.Tool) protected antlr.Tool getTool () public void reportError (java.lang.String) public void reportError (antlr.RecognitionException) public void reportWarning (java.lang.String) protected void <init> (antlr.TokenBuffer, int) public void <init> (antlr.TokenBuffer) protected void <init> (antlr.TokenStream, int) public void <init> (antlr.TokenStream) public void <init> (antlr.ParserSharedInputState) public final void grammarFile (antlr.preprocessor.Hierarchy, java.lang.String) throws antlr.RecognitionException antlr.TokenStreamException public final antlr.collections.impl.IndexedVector optionSpec (antlr.preprocessor.Grammar) throws antlr.RecognitionException antlr.TokenStreamException public final antlr.preprocessor.Grammar class_def (java.lang.String, antlr.preprocessor.Hierarchy) throws antlr.RecognitionException antlr.TokenStreamException public final java.lang.String superClass () throws antlr.RecognitionException antlr.TokenStreamException public final void rule (antlr.preprocessor.Grammar) throws antlr.RecognitionException antlr.TokenStreamException public final java.lang.String throwsSpec () throws antlr.RecognitionException antlr.TokenStreamException public final java.lang.String exceptionGroup () throws antlr.RecognitionException antlr.TokenStreamException public final java.lang.String exceptionSpec () throws antlr.RecognitionException antlr.TokenStreamException public final java.lang.String exceptionHandler () throws antlr.RecognitionException antlr.TokenStreamException private static final long[] mk_tokenSet_0 () private static final long[] mk_tokenSet_1 () private static final long[] mk_tokenSet_2 () private static final long[] mk_tokenSet_3 () private static final long[] mk_tokenSet_4 () private static final long[] mk_tokenSet_5 () private static final long[] mk_tokenSet_6 () private static final long[] mk_tokenSet_7 () private static final long[] mk_tokenSet_8 () static void <clinit> () }
antlr/preprocessor/PreprocessorLexer.class
PreprocessorLexer.java package antlr.preprocessor public antlr.preprocessor.PreprocessorLexer extends antlr.CharScanner implements antlr.preprocessor.PreprocessorTokenTypes antlr.TokenStream { public static final antlr.collections.impl.BitSet _tokenSet_0 public static final antlr.collections.impl.BitSet _tokenSet_1 public static final antlr.collections.impl.BitSet _tokenSet_2 public static final antlr.collections.impl.BitSet _tokenSet_3 public static final antlr.collections.impl.BitSet _tokenSet_4 public static final antlr.collections.impl.BitSet _tokenSet_5 public static final antlr.collections.impl.BitSet _tokenSet_6 public static final antlr.collections.impl.BitSet _tokenSet_7 public static final antlr.collections.impl.BitSet _tokenSet_8 public static final antlr.collections.impl.BitSet _tokenSet_9 public static final antlr.collections.impl.BitSet _tokenSet_10 public void <init> (java.io.InputStream) public void <init> (java.io.Reader) public void <init> (antlr.InputBuffer) public void <init> (antlr.LexerSharedInputState) public antlr.Token nextToken () throws antlr.TokenStreamException public final void mRULE_BLOCK (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mWS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mALT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mSUBRULE_BLOCK (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mELEMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mCOMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mSTRING_LITERAL (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mCHAR_LITERAL (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mNEWLINE (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mBANG (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mSEMI (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mCOMMA (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mRCURLY (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mLPAREN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mRPAREN (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mID_OR_KEYWORD (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mID (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mCURLY_BLOCK_SCARF (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mASSIGN_RHS (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mSL_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mML_COMMENT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mESC (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mDIGIT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException protected final void mXDIGIT (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException public final void mARG_ACTION (boolean) throws antlr.RecognitionException antlr.CharStreamException antlr.TokenStreamException private static final long[] mk_tokenSet_0 () private static final long[] mk_tokenSet_1 () private static final long[] mk_tokenSet_2 () private static final long[] mk_tokenSet_3 () private static final long[] mk_tokenSet_4 () private static final long[] mk_tokenSet_5 () private static final long[] mk_tokenSet_6 () private static final long[] mk_tokenSet_7 () private static final long[] mk_tokenSet_8 () private static final long[] mk_tokenSet_9 () private static final long[] mk_tokenSet_10 () static void <clinit> () }
antlr/preprocessor/PreprocessorTokenTypes.class
PreprocessorTokenTypes.java package antlr.preprocessor public abstract antlr.preprocessor.PreprocessorTokenTypes extends java.lang.Object { public static final int EOF public static final int NULL_TREE_LOOKAHEAD public static final int LITERAL_tokens public static final int HEADER_ACTION public static final int SUBRULE_BLOCK public static final int ACTION public static final int LITERAL_class public static final int ID public static final int LITERAL_extends public static final int SEMI public static final int TOKENS_SPEC public static final int OPTIONS_START public static final int ASSIGN_RHS public static final int RCURLY public static final int LITERAL_protected public static final int LITERAL_private public static final int LITERAL_public public static final int BANG public static final int ARG_ACTION public static final int LITERAL_returns public static final int RULE_BLOCK public static final int LITERAL_throws public static final int COMMA public static final int LITERAL_exception public static final int LITERAL_catch public static final int ALT public static final int ELEMENT public static final int LPAREN public static final int RPAREN public static final int ID_OR_KEYWORD public static final int CURLY_BLOCK_SCARF public static final int WS public static final int NEWLINE public static final int COMMENT public static final int SL_COMMENT public static final int ML_COMMENT public static final int CHAR_LITERAL public static final int STRING_LITERAL public static final int ESC public static final int DIGIT public static final int XDIGIT }
antlr/preprocessor/Rule.class
Rule.java package antlr.preprocessor antlr.preprocessor.Rule extends java.lang.Object { protected String name protected String block protected String args protected String returnValue protected String throwsSpec protected String initAction protected antlr.collections.impl.IndexedVector options protected String visibility protected antlr.preprocessor.Grammar enclosingGrammar protected boolean bang public void <init> (java.lang.String, java.lang.String, antlr.collections.impl.IndexedVector, antlr.preprocessor.Grammar) public java.lang.String getArgs () public boolean getBang () public java.lang.String getName () public java.lang.String getReturnValue () public java.lang.String getVisibility () public boolean narrowerVisibility (antlr.preprocessor.Rule) public boolean sameSignature (antlr.preprocessor.Rule) public void setArgs (java.lang.String) public void setBang () public void setEnclosingGrammar (antlr.preprocessor.Grammar) public void setInitAction (java.lang.String) public void setOptions (antlr.collections.impl.IndexedVector) public void setReturnValue (java.lang.String) public void setThrowsSpec (java.lang.String) public void setVisibility (java.lang.String) public java.lang.String toString () }
antlr/preprocessor/Tool.class
Tool.java package antlr.preprocessor public antlr.preprocessor.Tool extends java.lang.Object { protected antlr.preprocessor.Hierarchy theHierarchy protected String grammarFileName protected String[] args protected int nargs protected antlr.collections.impl.Vector grammars protected antlr.Tool antlrTool public void <init> (antlr.Tool, java.lang.String[]) public static void main (java.lang.String[]) public boolean preprocess () public java.lang.String[] preprocessedArgList () private void processArguments (java.lang.String[]) }
antlr/PreservingFileWriter.class
PreservingFileWriter.java package antlr public antlr.PreservingFileWriter extends java.io.FileWriter { protected java.io.File target_file protected java.io.File tmp_file public void <init> (java.lang.String) throws java.io.IOException public void close () throws java.io.IOException }
antlr/PrintWriterWithSMAP.class
PrintWriterWithSMAP.java package antlr public antlr.PrintWriterWithSMAP extends java.io.PrintWriter { private int currentOutputLine private int currentSourceLine private java.util.Map sourceMap private boolean lastPrintCharacterWasCR private boolean mapLines private boolean mapSingleSourceLine private boolean anythingWrittenSinceMapping public void <init> (java.io.OutputStream) public void <init> (java.io.OutputStream, boolean) public void <init> (java.io.Writer) public void <init> (java.io.Writer, boolean) public void startMapping (int) public void startSingleSourceLineMapping (int) public void endMapping () protected void mapLine (boolean) public void dump (java.io.PrintWriter, java.lang.String, java.lang.String) public void write (char[], int, int) public void checkChar (int) public void write (int) public void write (java.lang.String, int, int) public void println () public java.util.Map getSourceMap () public int getCurrentOutputLine () }
antlr/PythonBlockFinishingInfo.class
PythonBlockFinishingInfo.java package antlr antlr.PythonBlockFinishingInfo extends java.lang.Object { String postscript boolean generatedSwitch boolean generatedAnIf boolean needAnErrorClause public void <init> () public void <init> (java.lang.String, boolean, boolean, boolean) }
antlr/PythonCharFormatter.class
PythonCharFormatter.java package antlr public antlr.PythonCharFormatter extends java.lang.Object implements antlr.CharFormatter { public void <init> () public java.lang.String escapeChar (int, boolean) public java.lang.String _escapeChar (int, boolean) public java.lang.String escapeString (java.lang.String) public java.lang.String literalChar (int) public java.lang.String literalString (java.lang.String) }
antlr/PythonCodeGenerator.class
PythonCodeGenerator.java package antlr public antlr.PythonCodeGenerator extends antlr.CodeGenerator { protected int syntacticPredLevel protected boolean genAST protected boolean saveText String labeledElementType String labeledElementASTType String labeledElementInit String commonExtraArgs String commonExtraParams String commonLocalVars String lt1Value String exceptionThrown String throwNoViable public static final String initHeaderAction public static final String mainHeaderAction String lexerClassName String parserClassName String treeWalkerClassName antlr.RuleBlock currentRule String currentASTResult java.util.Hashtable treeVariableMap java.util.Hashtable declaredASTVariables int astVarNumber protected static final String NONUNIQUE public static final int caseSizeThreshold private antlr.collections.impl.Vector semPreds protected void printTabs () public void <init> () protected int addSemPred (java.lang.String) public void exitIfError () protected void checkCurrentOutputStream () protected java.lang.String extractIdOfAction (java.lang.String, int, int) protected java.lang.String extractTypeOfAction (java.lang.String, int, int) protected void flushTokens () public void gen () public void gen (antlr.ActionElement) public void gen (antlr.AlternativeBlock) public void gen (antlr.BlockEndElement) public void gen (antlr.CharLiteralElement) java.lang.String toString (boolean) public void gen (antlr.CharRangeElement) public void gen (antlr.LexerGrammar) throws java.io.IOException protected void genHeaderMain (antlr.Grammar) protected void genHeaderInit (antlr.Grammar) protected void printMainFunc (java.lang.String) public void gen (antlr.OneOrMoreBlock) public void gen (antlr.ParserGrammar) throws java.io.IOException public void gen (antlr.RuleRefElement) public void gen (antlr.StringLiteralElement) public void gen (antlr.TokenRangeElement) public void gen (antlr.TokenRefElement) public void gen (antlr.TreeElement) public void gen (antlr.TreeWalkerGrammar) throws java.io.IOException public void gen (antlr.WildcardElement) public void gen (antlr.ZeroOrMoreBlock) protected void genAlt (antlr.Alternative, antlr.AlternativeBlock) protected void genBitsets (antlr.collections.impl.Vector, int) private void genBitSet (antlr.collections.impl.BitSet, int) private void genBlockFinish (antlr.PythonBlockFinishingInfo, java.lang.String) private void genBlockFinish1 (antlr.PythonBlockFinishingInfo, java.lang.String) protected void genBlockInitAction (antlr.AlternativeBlock) protected void genBlockPreamble (antlr.AlternativeBlock) protected void genCases (antlr.collections.impl.BitSet) public antlr.PythonBlockFinishingInfo genCommonBlock (antlr.AlternativeBlock, boolean) private static boolean suitableForCaseExpression (antlr.Alternative) private void genElementAST (antlr.AlternativeElement) private void genErrorCatchForElement (antlr.AlternativeElement) private void genErrorHandler (antlr.ExceptionSpec) private void genErrorTryForElement (antlr.AlternativeElement) protected void genASTDeclaration (antlr.AlternativeElement) protected void genASTDeclaration (antlr.AlternativeElement, java.lang.String) protected void genASTDeclaration (antlr.AlternativeElement, java.lang.String, java.lang.String) protected void genHeader () protected void genLexerTest () private void genLiteralsTest () private void genLiteralsTestForPartialToken () protected void genMatch (antlr.collections.impl.BitSet) protected void genMatch (antlr.GrammarAtom) protected void genMatchUsingAtomText (antlr.GrammarAtom) protected void genMatchUsingAtomTokenType (antlr.GrammarAtom) public void genNextToken () public void genRule (antlr.RuleSymbol, boolean, int) private void GenRuleInvocation (antlr.RuleRefElement) protected void genSemPred (java.lang.String, int) protected void genSemPredMap () protected void genSynPred (antlr.SynPredBlock, java.lang.String) public void genTokenStrings () protected void genTokenASTNodeMap () protected void genTokenTypes (antlr.TokenManager) throws java.io.IOException public java.lang.String getASTCreateString (antlr.collections.impl.Vector) public java.lang.String getASTCreateString (antlr.GrammarAtom, java.lang.String) public java.lang.String getASTCreateString (java.lang.String) protected java.lang.String getLookaheadTestExpression (antlr.Lookahead[], int) protected java.lang.String getLookaheadTestExpression (antlr.Alternative, int) protected java.lang.String getLookaheadTestTerm (int, antlr.collections.impl.BitSet) public java.lang.String getRangeExpression (int, int[]) private java.lang.String getValueString (int, boolean) protected boolean lookaheadIsEmpty (antlr.Alternative, int) private java.lang.String lookaheadString (int) private java.lang.String mangleLiteral (java.lang.String) public java.lang.String mapTreeId (java.lang.String, antlr.ActionTransInfo) private void mapTreeVariable (antlr.AlternativeElement, java.lang.String) protected java.lang.String processActionForSpecialSymbols (java.lang.String, int, antlr.RuleBlock, antlr.ActionTransInfo) static boolean isEmpty (java.lang.String) protected java.lang.String processActionCode (java.lang.String, int) protected void printActionCode (java.lang.String, int) private void setupGrammarParameters (antlr.Grammar) public void setupOutput (java.lang.String) throws java.io.IOException protected boolean isspace (char) protected void _printAction (java.lang.String) protected void od (java.lang.String, int, int, java.lang.String) protected void printAction (java.lang.String) protected void printGrammarAction (antlr.Grammar) protected void _printJavadoc (java.lang.String) protected void genJavadocComment (antlr.Grammar) protected void genJavadocComment (antlr.RuleSymbol) static void <clinit> () }
antlr/RecognitionException.class
RecognitionException.java package antlr public antlr.RecognitionException extends antlr.ANTLRException { public String fileName public int line public int column public void <init> () public void <init> (java.lang.String) public void <init> (java.lang.String, java.lang.String, int) public void <init> (java.lang.String, java.lang.String, int, int) public java.lang.String getFilename () public int getLine () public int getColumn () public java.lang.String getErrorMessage () public java.lang.String toString () }
antlr/RuleBlock.class
RuleBlock.java package antlr public antlr.RuleBlock extends antlr.AlternativeBlock { protected String ruleName protected String argAction protected String throwsSpec protected String returnAction protected antlr.RuleEndElement endNode protected boolean testLiterals antlr.collections.impl.Vector labeledElements protected boolean[] lock protected antlr.Lookahead[] cache java.util.Hashtable exceptionSpecs protected boolean defaultErrorHandler protected String ignoreRule public void <init> (antlr.Grammar, java.lang.String) public void <init> (antlr.Grammar, java.lang.String, int, boolean) public void addExceptionSpec (antlr.ExceptionSpec) public antlr.ExceptionSpec findExceptionSpec (antlr.Token) public antlr.ExceptionSpec findExceptionSpec (java.lang.String) public void generate () public boolean getDefaultErrorHandler () public antlr.RuleEndElement getEndElement () public java.lang.String getIgnoreRule () public java.lang.String getRuleName () public boolean getTestLiterals () public boolean isLexerAutoGenRule () public antlr.Lookahead look (int) public void prepareForAnalysis () public void setDefaultErrorHandler (boolean) public void setEndElement (antlr.RuleEndElement) public void setOption (antlr.Token, antlr.Token) public java.lang.String toString () }
antlr/RuleEndElement.class
RuleEndElement.java package antlr antlr.RuleEndElement extends antlr.BlockEndElement { protected antlr.Lookahead[] cache protected boolean noFOLLOW public void <init> (antlr.Grammar) public antlr.Lookahead look (int) public java.lang.String toString () }
antlr/RuleRefElement.class
RuleRefElement.java package antlr antlr.RuleRefElement extends antlr.AlternativeElement { protected String targetRule protected String args protected String idAssign protected String label public void <init> (antlr.Grammar, antlr.Token, int) public void generate () public java.lang.String getArgs () public java.lang.String getIdAssign () public java.lang.String getLabel () public antlr.Lookahead look (int) public void setArgs (java.lang.String) public void setIdAssign (java.lang.String) public void setLabel (java.lang.String) public java.lang.String toString () }
antlr/RuleSymbol.class
RuleSymbol.java package antlr antlr.RuleSymbol extends antlr.GrammarSymbol { antlr.RuleBlock block boolean defined antlr.collections.impl.Vector references String access String comment public void <init> (java.lang.String) public void addReference (antlr.RuleRefElement) public antlr.RuleBlock getBlock () public antlr.RuleRefElement getReference (int) public boolean isDefined () public int numReferences () public void setBlock (antlr.RuleBlock) public void setDefined () }
antlr/SemanticException.class
SemanticException.java package antlr public antlr.SemanticException extends antlr.RecognitionException { public void <init> (java.lang.String) public void <init> (java.lang.String, java.lang.String, int) public void <init> (java.lang.String, java.lang.String, int, int) }
antlr/SimpleTokenManager.class
SimpleTokenManager.java package antlr antlr.SimpleTokenManager extends java.lang.Object implements antlr.TokenManager java.lang.Cloneable { protected int maxToken protected antlr.collections.impl.Vector vocabulary private java.util.Hashtable table protected antlr.Tool antlrTool protected String name protected boolean readOnly void <init> (java.lang.String, antlr.Tool) public java.lang.Object clone () public void define (antlr.TokenSymbol) public java.lang.String getName () public java.lang.String getTokenStringAt (int) public antlr.TokenSymbol getTokenSymbol (java.lang.String) public antlr.TokenSymbol getTokenSymbolAt (int) public java.util.Enumeration getTokenSymbolElements () public java.util.Enumeration getTokenSymbolKeys () public antlr.collections.impl.Vector getVocabulary () public boolean isReadOnly () public void mapToTokenSymbol (java.lang.String, antlr.TokenSymbol) public int maxTokenType () public int nextTokenType () public void setName (java.lang.String) public void setReadOnly (boolean) public boolean tokenDefined (java.lang.String) }
antlr/StringLiteralElement.class
StringLiteralElement.java package antlr antlr.StringLiteralElement extends antlr.GrammarAtom { protected String processedAtomText public void <init> (antlr.Grammar, antlr.Token, int) public void generate () public antlr.Lookahead look (int) }
antlr/StringLiteralSymbol.class
StringLiteralSymbol.java package antlr antlr.StringLiteralSymbol extends antlr.TokenSymbol { protected String label public void <init> (java.lang.String) public java.lang.String getLabel () public void setLabel (java.lang.String) }
antlr/StringUtils.class
StringUtils.java package antlr public antlr.StringUtils extends java.lang.Object { public void <init> () public static java.lang.String stripBack (java.lang.String, char) public static java.lang.String stripBack (java.lang.String, java.lang.String) public static java.lang.String stripFront (java.lang.String, char) public static java.lang.String stripFront (java.lang.String, java.lang.String) public static java.lang.String stripFrontBack (java.lang.String, java.lang.String, java.lang.String) }
antlr/SynPredBlock.class
SynPredBlock.java package antlr antlr.SynPredBlock extends antlr.AlternativeBlock { public void <init> (antlr.Grammar) public void <init> (antlr.Grammar, antlr.Token) public void generate () public antlr.Lookahead look (int) public java.lang.String toString () }
antlr/Token.class
Token.java package antlr public antlr.Token extends java.lang.Object implements java.lang.Cloneable { public static final int MIN_USER_TYPE public static final int NULL_TREE_LOOKAHEAD public static final int INVALID_TYPE public static final int EOF_TYPE public static final int SKIP protected int type public static antlr.Token badToken public void <init> () public void <init> (int) public void <init> (int, java.lang.String) public int getColumn () public int getLine () public java.lang.String getFilename () public void setFilename (java.lang.String) public java.lang.String getText () public void setText (java.lang.String) public void setColumn (int) public void setLine (int) public int getType () public void setType (int) public java.lang.String toString () static void <clinit> () }
antlr/TokenBuffer.class
TokenBuffer.java package antlr public antlr.TokenBuffer extends java.lang.Object { protected antlr.TokenStream input int nMarkers int markerOffset int numToConsume antlr.TokenQueue queue public void <init> (antlr.TokenStream) public final void reset () public final void consume () private final void fill (int) throws antlr.TokenStreamException public antlr.TokenStream getInput () public final int LA (int) throws antlr.TokenStreamException public final antlr.Token LT (int) throws antlr.TokenStreamException public final int mark () public final void rewind (int) private final void syncConsume () }
antlr/TokenManager.class
TokenManager.java package antlr abstract antlr.TokenManager extends java.lang.Object { public abstract java.lang.Object clone () public abstract void define (antlr.TokenSymbol) public abstract java.lang.String getName () public abstract java.lang.String getTokenStringAt (int) public abstract antlr.TokenSymbol getTokenSymbol (java.lang.String) public abstract antlr.TokenSymbol getTokenSymbolAt (int) public abstract java.util.Enumeration getTokenSymbolElements () public abstract java.util.Enumeration getTokenSymbolKeys () public abstract antlr.collections.impl.Vector getVocabulary () public abstract boolean isReadOnly () public abstract void mapToTokenSymbol (java.lang.String, antlr.TokenSymbol) public abstract int maxTokenType () public abstract int nextTokenType () public abstract void setName (java.lang.String) public abstract void setReadOnly (boolean) public abstract boolean tokenDefined (java.lang.String) }
antlr/TokenQueue.class
TokenQueue.java package antlr antlr.TokenQueue extends java.lang.Object { private antlr.Token[] buffer private int sizeLessOne private int offset protected int nbrEntries public void <init> (int) public final void append (antlr.Token) public final antlr.Token elementAt (int) private final void expand () private final void init (int) public final void reset () public final void removeFirst () }
antlr/TokenRangeElement.class
TokenRangeElement.java package antlr antlr.TokenRangeElement extends antlr.AlternativeElement { String label protected int begin protected int end protected String beginText protected String endText public void <init> (antlr.Grammar, antlr.Token, antlr.Token, int) public void generate () public java.lang.String getLabel () public antlr.Lookahead look (int) public void setLabel (java.lang.String) public java.lang.String toString () }
antlr/TokenRefElement.class
TokenRefElement.java package antlr antlr.TokenRefElement extends antlr.GrammarAtom { public void <init> (antlr.Grammar, antlr.Token, boolean, int) public void generate () public antlr.Lookahead look (int) }
antlr/TokenStream.class
TokenStream.java package antlr public abstract antlr.TokenStream extends java.lang.Object { public abstract antlr.Token nextToken () throws antlr.TokenStreamException }
antlr/TokenStreamBasicFilter.class
TokenStreamBasicFilter.java package antlr public antlr.TokenStreamBasicFilter extends java.lang.Object implements antlr.TokenStream antlr.ASdebug.IASDebugStream { protected antlr.collections.impl.BitSet discardMask protected antlr.TokenStream input public void <init> (antlr.TokenStream) public void discard (int) public void discard (antlr.collections.impl.BitSet) public antlr.Token nextToken () throws antlr.TokenStreamException public java.lang.String getEntireText () public antlr.ASdebug.TokenOffsetInfo getOffsetInfo (antlr.Token) }
antlr/TokenStreamException.class
TokenStreamException.java package antlr public antlr.TokenStreamException extends antlr.ANTLRException { public void <init> () public void <init> (java.lang.String) public void <init> (java.lang.String, java.lang.Throwable) public void <init> (java.lang.Throwable) }
antlr/TokenStreamHiddenTokenFilter.class
TokenStreamHiddenTokenFilter.java package antlr public antlr.TokenStreamHiddenTokenFilter extends antlr.TokenStreamBasicFilter implements antlr.TokenStream { protected antlr.collections.impl.BitSet hideMask protected antlr.CommonHiddenStreamToken nextMonitoredToken protected antlr.CommonHiddenStreamToken lastHiddenToken protected antlr.CommonHiddenStreamToken firstHidden public void <init> (antlr.TokenStream) protected void consume () throws antlr.TokenStreamException private void consumeFirst () throws antlr.TokenStreamException public antlr.collections.impl.BitSet getDiscardMask () public antlr.CommonHiddenStreamToken getHiddenAfter (antlr.CommonHiddenStreamToken) public antlr.CommonHiddenStreamToken getHiddenBefore (antlr.CommonHiddenStreamToken) public antlr.collections.impl.BitSet getHideMask () public antlr.CommonHiddenStreamToken getInitialHiddenToken () public void hide (int) public void hide (antlr.collections.impl.BitSet) protected antlr.CommonHiddenStreamToken LA (int) public antlr.Token nextToken () throws antlr.TokenStreamException }
antlr/TokenStreamIOException.class
TokenStreamIOException.java package antlr public antlr.TokenStreamIOException extends antlr.TokenStreamException { public java.io.IOException io public void <init> (java.io.IOException) }
antlr/TokenStreamRecognitionException.class
TokenStreamRecognitionException.java package antlr public antlr.TokenStreamRecognitionException extends antlr.TokenStreamException { public antlr.RecognitionException recog public void <init> (antlr.RecognitionException) public java.lang.String toString () }
antlr/TokenStreamRetryException.class
TokenStreamRetryException.java package antlr public antlr.TokenStreamRetryException extends antlr.TokenStreamException { public void <init> () }
antlr/TokenStreamRewriteEngine$1.class
TokenStreamRewriteEngine.java package antlr antlr.TokenStreamRewriteEngine$1 extends java.lang.Object implements java.util.Comparator { private final antlr.TokenStreamRewriteEngine this$0 void <init> (antlr.TokenStreamRewriteEngine) public int compare (java.lang.Object, java.lang.Object) }
antlr/TokenStreamRewriteEngine$DeleteOp.class
TokenStreamRewriteEngine.java package antlr antlr.TokenStreamRewriteEngine$DeleteOp extends antlr.TokenStreamRewriteEngine$ReplaceOp { public void <init> (int, int) }
antlr/TokenStreamRewriteEngine$InsertBeforeOp.class
TokenStreamRewriteEngine.java package antlr antlr.TokenStreamRewriteEngine$InsertBeforeOp extends antlr.TokenStreamRewriteEngine$RewriteOperation { public void <init> (int, java.lang.String) public int execute (java.lang.StringBuffer) }
antlr/TokenStreamRewriteEngine$ReplaceOp.class
TokenStreamRewriteEngine.java package antlr antlr.TokenStreamRewriteEngine$ReplaceOp extends antlr.TokenStreamRewriteEngine$RewriteOperation { protected int lastIndex public void <init> (int, int, java.lang.String) public int execute (java.lang.StringBuffer) }
antlr/TokenStreamRewriteEngine$RewriteOperation.class
TokenStreamRewriteEngine.java package antlr antlr.TokenStreamRewriteEngine$RewriteOperation extends java.lang.Object { protected int index protected String text protected void <init> (int, java.lang.String) public int execute (java.lang.StringBuffer) public java.lang.String toString () }
antlr/TokenStreamRewriteEngine.class
TokenStreamRewriteEngine.java package antlr public antlr.TokenStreamRewriteEngine extends java.lang.Object implements antlr.TokenStream antlr.ASdebug.IASDebugStream { public static final int MIN_TOKEN_INDEX public static final String DEFAULT_PROGRAM_NAME public static final int PROGRAM_INIT_SIZE protected java.util.List tokens protected java.util.Map programs protected java.util.Map lastRewriteTokenIndexes protected int index protected antlr.TokenStream stream protected antlr.collections.impl.BitSet discardMask public void <init> (antlr.TokenStream) public void <init> (antlr.TokenStream, int) public antlr.Token nextToken () throws antlr.TokenStreamException public void rollback (int) public void rollback (java.lang.String, int) public void deleteProgram () public void deleteProgram (java.lang.String) protected void addToSortedRewriteList (antlr.TokenStreamRewriteEngine$RewriteOperation) protected void addToSortedRewriteList (java.lang.String, antlr.TokenStreamRewriteEngine$RewriteOperation) public void insertAfter (antlr.Token, java.lang.String) public void insertAfter (int, java.lang.String) public void insertAfter (java.lang.String, antlr.Token, java.lang.String) public void insertAfter (java.lang.String, int, java.lang.String) public void insertBefore (antlr.Token, java.lang.String) public void insertBefore (int, java.lang.String) public void insertBefore (java.lang.String, antlr.Token, java.lang.String) public void insertBefore (java.lang.String, int, java.lang.String) public void replace (int, java.lang.String) public void replace (int, int, java.lang.String) public void replace (antlr.Token, java.lang.String) public void replace (antlr.Token, antlr.Token, java.lang.String) public void replace (java.lang.String, int, int, java.lang.String) public void replace (java.lang.String, antlr.Token, antlr.Token, java.lang.String) public void delete (int) public void delete (int, int) public void delete (antlr.Token) public void delete (antlr.Token, antlr.Token) public void delete (java.lang.String, int, int) public void delete (java.lang.String, antlr.Token, antlr.Token) public void discard (int) public antlr.TokenWithIndex getToken (int) public int getTokenStreamSize () public java.lang.String toOriginalString () public java.lang.String toOriginalString (int, int) public java.lang.String toString () public java.lang.String toString (java.lang.String) public java.lang.String toString (int, int) public java.lang.String toString (java.lang.String, int, int) public java.lang.String toDebugString () public java.lang.String toDebugString (int, int) public int getLastRewriteTokenIndex () protected int getLastRewriteTokenIndex (java.lang.String) protected void setLastRewriteTokenIndex (java.lang.String, int) protected java.util.List getProgram (java.lang.String) private java.util.List initializeProgram (java.lang.String) public int size () public int index () public java.lang.String getEntireText () public antlr.ASdebug.TokenOffsetInfo getOffsetInfo (antlr.Token) }
antlr/TokenStreamSelector.class
TokenStreamSelector.java package antlr public antlr.TokenStreamSelector extends java.lang.Object implements antlr.TokenStream antlr.ASdebug.IASDebugStream { protected java.util.Hashtable inputStreamNames protected antlr.TokenStream input protected antlr.collections.Stack streamStack public void <init> () public void addInputStream (antlr.TokenStream, java.lang.String) public antlr.TokenStream getCurrentStream () public antlr.TokenStream getStream (java.lang.String) public antlr.Token nextToken () throws antlr.TokenStreamException public antlr.TokenStream pop () public void push (antlr.TokenStream) public void push (java.lang.String) public void retry () throws antlr.TokenStreamRetryException public void select (antlr.TokenStream) public void select (java.lang.String) throws java.lang.IllegalArgumentException public java.lang.String getEntireText () public antlr.ASdebug.TokenOffsetInfo getOffsetInfo (antlr.Token) }
antlr/TokenSymbol.class
TokenSymbol.java package antlr antlr.TokenSymbol extends antlr.GrammarSymbol { protected int ttype protected String paraphrase protected String ASTNodeType public void <init> (java.lang.String) public java.lang.String getASTNodeType () public void setASTNodeType (java.lang.String) public java.lang.String getParaphrase () public int getTokenType () public void setParaphrase (java.lang.String) public void setTokenType (int) }
antlr/TokenWithIndex.class
TokenWithIndex.java package antlr public antlr.TokenWithIndex extends antlr.CommonToken { int index public void <init> () public void <init> (int, java.lang.String) public void setIndex (int) public int getIndex () public java.lang.String toString () }
antlr/Tool.class
Tool.java package antlr public antlr.Tool extends java.lang.Object { public static String version antlr.ToolErrorHandler errorHandler protected boolean hasError boolean genDiagnostics boolean genDocBook boolean genHTML protected String outputDir protected String grammarFile transient java.io.Reader f protected String literalsPrefix protected boolean upperCaseMangledLiterals protected antlr.NameSpace nameSpace protected String namespaceAntlr protected String namespaceStd protected boolean genHashLines protected boolean noConstructors private antlr.collections.impl.BitSet cmdLineArgValid public void <init> () public java.lang.String getGrammarFile () public boolean hasError () public antlr.NameSpace getNameSpace () public java.lang.String getNamespaceStd () public java.lang.String getNamespaceAntlr () public boolean getGenHashLines () public java.lang.String getLiteralsPrefix () public boolean getUpperCaseMangledLiterals () public void setFileLineFormatter (antlr.FileLineFormatter) protected void checkForInvalidArguments (java.lang.String[], antlr.collections.impl.BitSet) public void copyFile (java.lang.String, java.lang.String) throws java.io.IOException public void doEverythingWrapper (java.lang.String[]) public int doEverything (java.lang.String[]) public void error (java.lang.String) public void error (java.lang.String, java.lang.String, int, int) public java.lang.String fileMinusPath (java.lang.String) public java.lang.String getLanguage (antlr.MakeGrammar) public java.lang.String getOutputDirectory () private static void help () public static void main (java.lang.String[]) public java.io.PrintWriter openOutputFile (java.lang.String) throws java.io.IOException public java.io.Reader getGrammarReader () public void reportException (java.lang.Exception, java.lang.String) public void reportProgress (java.lang.String) public void fatalError (java.lang.String) public void panic () public void panic (java.lang.String) public java.io.File parent (java.io.File) public static antlr.collections.impl.Vector parseSeparatedList (java.lang.String, char) public java.lang.String pathToFile (java.lang.String) protected void processArguments (java.lang.String[]) public void setArgOK (int) public void setOutputDirectory (java.lang.String) public void toolError (java.lang.String) public void warning (java.lang.String) public void warning (java.lang.String, java.lang.String, int, int) public void warning (java.lang.String[], java.lang.String, int, int) public void setNameSpace (java.lang.String) static void <clinit> () }
antlr/ToolErrorHandler.class
ToolErrorHandler.java package antlr abstract antlr.ToolErrorHandler extends java.lang.Object { public abstract void warnAltAmbiguity (antlr.Grammar, antlr.AlternativeBlock, boolean, int, antlr.Lookahead[], int, int) public abstract void warnAltExitAmbiguity (antlr.Grammar, antlr.BlockWithImpliedExitPath, boolean, int, antlr.Lookahead[], int) }
antlr/TreeBlockContext.class
TreeBlockContext.java package antlr antlr.TreeBlockContext extends antlr.BlockContext { protected boolean nextElementIsRoot void <init> () public void addAlternativeElement (antlr.AlternativeElement) }
antlr/TreeElement.class
TreeElement.java package antlr antlr.TreeElement extends antlr.AlternativeBlock { antlr.GrammarAtom root public void <init> (antlr.Grammar, antlr.Token) public void generate () public antlr.Lookahead look (int) public java.lang.String toString () }
antlr/TreeParser.class
TreeParser.java package antlr public antlr.TreeParser extends java.lang.Object { public static antlr.ASTNULLType ASTNULL protected antlr.collections.AST _retTree protected antlr.TreeParserSharedInputState inputState protected String[] tokenNames protected antlr.collections.AST returnAST protected antlr.ASTFactory astFactory protected int traceDepth public void <init> () public antlr.collections.AST getAST () public antlr.ASTFactory getASTFactory () public java.lang.String getTokenName (int) public java.lang.String[] getTokenNames () protected void match (antlr.collections.AST, int) throws antlr.MismatchedTokenException public void match (antlr.collections.AST, antlr.collections.impl.BitSet) throws antlr.MismatchedTokenException protected void matchNot (antlr.collections.AST, int) throws antlr.MismatchedTokenException public static void panic () public void reportError (antlr.RecognitionException) public void reportError (java.lang.String) public void reportWarning (java.lang.String) public void setASTFactory (antlr.ASTFactory) public void setASTNodeType (java.lang.String) public void setASTNodeClass (java.lang.String) public void traceIndent () public void traceIn (java.lang.String, antlr.collections.AST) public void traceOut (java.lang.String, antlr.collections.AST) static void <clinit> () }
antlr/TreeParserSharedInputState.class
TreeParserSharedInputState.java package antlr public antlr.TreeParserSharedInputState extends java.lang.Object { public int guessing public void <init> () }
antlr/TreeSpecifierNode.class
TreeSpecifierNode.java package antlr antlr.TreeSpecifierNode extends java.lang.Object { private antlr.TreeSpecifierNode parent private antlr.TreeSpecifierNode firstChild private antlr.TreeSpecifierNode nextSibling private antlr.Token tok void <init> (antlr.Token) public antlr.TreeSpecifierNode getFirstChild () public antlr.TreeSpecifierNode getNextSibling () public antlr.TreeSpecifierNode getParent () public antlr.Token getToken () public void setFirstChild (antlr.TreeSpecifierNode) public void setNextSibling (antlr.TreeSpecifierNode) }
antlr/TreeWalkerGrammar.class
TreeWalkerGrammar.java package antlr antlr.TreeWalkerGrammar extends antlr.Grammar { protected boolean transform void <init> (java.lang.String, antlr.Tool, java.lang.String) public void generate () throws java.io.IOException protected java.lang.String getSuperClass () public void processArguments (java.lang.String[]) public boolean setOption (java.lang.String, antlr.Token) }
antlr/Utils.class
Utils.java package antlr public antlr.Utils extends java.lang.Object { private static boolean useSystemExit private static boolean useDirectClassLoading public void <init> () public static java.lang.Class loadClass (java.lang.String) throws java.lang.ClassNotFoundException public static java.lang.Object createInstanceOf (java.lang.String) throws java.lang.ClassNotFoundException java.lang.InstantiationException java.lang.IllegalAccessException public static void error (java.lang.String) public static void error (java.lang.String, java.lang.Throwable) static void <clinit> () }
antlr/Version.class
Version.java package antlr public antlr.Version extends java.lang.Object { public static final String version public static final String subversion public static final String patchlevel public static final String datestamp public static final String project_version public void <init> () }
antlr/WildcardElement.class
WildcardElement.java package antlr antlr.WildcardElement extends antlr.GrammarAtom { protected String label public void <init> (antlr.Grammar, antlr.Token, int) public void generate () public java.lang.String getLabel () public antlr.Lookahead look (int) public void setLabel (java.lang.String) public java.lang.String toString () }
antlr/ZeroOrMoreBlock.class
ZeroOrMoreBlock.java package antlr antlr.ZeroOrMoreBlock extends antlr.BlockWithImpliedExitPath { public void <init> (antlr.Grammar) public void <init> (antlr.Grammar, antlr.Token) public void generate () public antlr.Lookahead look (int) public java.lang.String toString () }
org/stringtemplate/
org/stringtemplate/v4/
org/stringtemplate/v4/misc/
org/stringtemplate/v4/compiler/
org/stringtemplate/v4/debug/
org/stringtemplate/v4/gui/
org/stringtemplate/v4/misc/STCompiletimeMessage.class
STCompiletimeMessage.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.STCompiletimeMessage extends org.stringtemplate.v4.misc.STMessage { org.antlr.runtime.Token templateToken org.antlr.runtime.Token token String srcName public void <init> (org.stringtemplate.v4.misc.ErrorType, java.lang.String, org.antlr.runtime.Token, org.antlr.runtime.Token) org.stringtemplate.v4.misc.ErrorType error String srcName org.antlr.runtime.Token templateToken org.antlr.runtime.Token t public void <init> (org.stringtemplate.v4.misc.ErrorType, java.lang.String, org.antlr.runtime.Token, org.antlr.runtime.Token, java.lang.Throwable) org.stringtemplate.v4.misc.ErrorType error String srcName org.antlr.runtime.Token templateToken org.antlr.runtime.Token t Throwable cause public void <init> (org.stringtemplate.v4.misc.ErrorType, java.lang.String, org.antlr.runtime.Token, org.antlr.runtime.Token, java.lang.Throwable, java.lang.Object) org.stringtemplate.v4.misc.ErrorType error String srcName org.antlr.runtime.Token templateToken org.antlr.runtime.Token t Throwable cause Object arg public void <init> (org.stringtemplate.v4.misc.ErrorType, java.lang.String, org.antlr.runtime.Token, org.antlr.runtime.Token, java.lang.Throwable, java.lang.Object, java.lang.Object) org.stringtemplate.v4.misc.ErrorType error String srcName org.antlr.runtime.Token templateToken org.antlr.runtime.Token t Throwable cause Object arg Object arg2 public java.lang.String toString () int templateDelimiterSize org.antlr.runtime.RecognitionException re int line int charPos String filepos }
org/stringtemplate/v4/misc/STNoSuchAttributeException.class
STNoSuchAttributeException.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.STNoSuchAttributeException extends org.stringtemplate.v4.compiler.STException { public org.stringtemplate.v4.InstanceScope scope public String name public void <init> () public java.lang.String getMessage () }
org/stringtemplate/v4/misc/ErrorManager$1.class
ErrorManager.java package org.stringtemplate.v4.misc final org.stringtemplate.v4.misc.ErrorManager$1 extends java.lang.Object implements org.stringtemplate.v4.STErrorListener { void <init> () public void compileTimeError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void runTimeError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void IOError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void internalError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void error (java.lang.String) String s public void error (java.lang.String, java.lang.Throwable) String s Throwable e }
org/stringtemplate/v4/misc/ErrorBuffer.class
ErrorBuffer.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.ErrorBuffer extends java.lang.Object implements org.stringtemplate.v4.STErrorListener { public java.util.List errors public void <init> () public void compileTimeError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void runTimeError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void IOError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public void internalError (org.stringtemplate.v4.misc.STMessage) org.stringtemplate.v4.misc.STMessage msg public java.lang.String toString () org.stringtemplate.v4.misc.STMessage m java.util.Iterator i$ StringBuilder buf }
org/stringtemplate/v4/misc/ErrorManager.class
ErrorManager.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.ErrorManager extends java.lang.Object { public static org.stringtemplate.v4.STErrorListener DEFAULT_ERROR_LISTENER public final org.stringtemplate.v4.STErrorListener listener public void <init> () public void <init> (org.stringtemplate.v4.STErrorListener) org.stringtemplate.v4.STErrorListener listener public void compileTimeError (org.stringtemplate.v4.misc.ErrorType, org.antlr.runtime.Token, org.antlr.runtime.Token) org.stringtemplate.v4.misc.ErrorType error org.antlr.runtime.Token templateToken org.antlr.runtime.Token t String srcName public void lexerError (java.lang.String, java.lang.String, org.antlr.runtime.Token, org.antlr.runtime.RecognitionException) String srcName String msg org.antlr.runtime.Token templateToken org.antlr.runtime.RecognitionException e public void compileTimeError (org.stringtemplate.v4.misc.ErrorType, org.antlr.runtime.Token, org.antlr.runtime.Token, java.lang.Object) org.stringtemplate.v4.misc.ErrorType error org.antlr.runtime.Token templateToken org.antlr.runtime.Token t Object arg String srcName public void compileTimeError (org.stringtemplate.v4.misc.ErrorType, org.antlr.runtime.Token, org.antlr.runtime.Token, java.lang.Object, java.lang.Object) org.stringtemplate.v4.misc.ErrorType error org.antlr.runtime.Token templateToken org.antlr.runtime.Token t Object arg Object arg2 String srcName public void groupSyntaxError (org.stringtemplate.v4.misc.ErrorType, java.lang.String, org.antlr.runtime.RecognitionException, java.lang.String) org.stringtemplate.v4.misc.ErrorType error String srcName org.antlr.runtime.RecognitionException e String msg org.antlr.runtime.Token t public void groupLexerError (org.stringtemplate.v4.misc.ErrorType, java.lang.String, org.antlr.runtime.RecognitionException, java.lang.String) org.stringtemplate.v4.misc.ErrorType error String srcName org.antlr.runtime.RecognitionException e String msg public void runTimeError (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST, int, org.stringtemplate.v4.misc.ErrorType) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.ST self int ip org.stringtemplate.v4.misc.ErrorType error public void runTimeError (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST, int, org.stringtemplate.v4.misc.ErrorType, java.lang.Object) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.ST self int ip org.stringtemplate.v4.misc.ErrorType error Object arg public void runTimeError (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST, int, org.stringtemplate.v4.misc.ErrorType, java.lang.Throwable, java.lang.Object) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.ST self int ip org.stringtemplate.v4.misc.ErrorType error Throwable e Object arg public void runTimeError (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST, int, org.stringtemplate.v4.misc.ErrorType, java.lang.Object, java.lang.Object) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.ST self int ip org.stringtemplate.v4.misc.ErrorType error Object arg Object arg2 public void runTimeError (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST, int, org.stringtemplate.v4.misc.ErrorType, java.lang.Object, java.lang.Object, java.lang.Object) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.ST self int ip org.stringtemplate.v4.misc.ErrorType error Object arg Object arg2 Object arg3 public void IOError (org.stringtemplate.v4.ST, org.stringtemplate.v4.misc.ErrorType, java.lang.Throwable) org.stringtemplate.v4.ST self org.stringtemplate.v4.misc.ErrorType error Throwable e public void IOError (org.stringtemplate.v4.ST, org.stringtemplate.v4.misc.ErrorType, java.lang.Throwable, java.lang.Object) org.stringtemplate.v4.ST self org.stringtemplate.v4.misc.ErrorType error Throwable e Object arg public void internalError (org.stringtemplate.v4.ST, java.lang.String, java.lang.Throwable) org.stringtemplate.v4.ST self String msg Throwable e static void <clinit> () }
org/stringtemplate/v4/misc/ErrorType.class
ErrorType.java package org.stringtemplate.v4.misc public final enum org.stringtemplate.v4.misc.ErrorType extends java.lang.Enum { public static final enum org.stringtemplate.v4.misc.ErrorType NO_SUCH_TEMPLATE public static final enum org.stringtemplate.v4.misc.ErrorType NO_IMPORTED_TEMPLATE public static final enum org.stringtemplate.v4.misc.ErrorType NO_SUCH_ATTRIBUTE public static final enum org.stringtemplate.v4.misc.ErrorType REF_TO_IMPLICIT_ATTRIBUTE_OUT_OF_SCOPE public static final enum org.stringtemplate.v4.misc.ErrorType MISSING_FORMAL_ARGUMENTS public static final enum org.stringtemplate.v4.misc.ErrorType NO_SUCH_PROPERTY public static final enum org.stringtemplate.v4.misc.ErrorType MAP_ARGUMENT_COUNT_MISMATCH public static final enum org.stringtemplate.v4.misc.ErrorType ARGUMENT_COUNT_MISMATCH public static final enum org.stringtemplate.v4.misc.ErrorType EXPECTING_STRING public static final enum org.stringtemplate.v4.misc.ErrorType WRITER_CTOR_ISSUE public static final enum org.stringtemplate.v4.misc.ErrorType CANT_IMPORT public static final enum org.stringtemplate.v4.misc.ErrorType SYNTAX_ERROR public static final enum org.stringtemplate.v4.misc.ErrorType TEMPLATE_REDEFINITION public static final enum org.stringtemplate.v4.misc.ErrorType EMBEDDED_REGION_REDEFINITION public static final enum org.stringtemplate.v4.misc.ErrorType REGION_REDEFINITION public static final enum org.stringtemplate.v4.misc.ErrorType MAP_REDEFINITION public static final enum org.stringtemplate.v4.misc.ErrorType ALIAS_TARGET_UNDEFINED public static final enum org.stringtemplate.v4.misc.ErrorType TEMPLATE_REDEFINITION_AS_MAP public static final enum org.stringtemplate.v4.misc.ErrorType LEXER_ERROR public static final enum org.stringtemplate.v4.misc.ErrorType NO_DEFAULT_VALUE public static final enum org.stringtemplate.v4.misc.ErrorType NO_SUCH_FUNCTION public static final enum org.stringtemplate.v4.misc.ErrorType NO_SUCH_REGION public static final enum org.stringtemplate.v4.misc.ErrorType NO_SUCH_OPTION public static final enum org.stringtemplate.v4.misc.ErrorType INVALID_TEMPLATE_NAME public static final enum org.stringtemplate.v4.misc.ErrorType ANON_ARGUMENT_MISMATCH public static final enum org.stringtemplate.v4.misc.ErrorType REQUIRED_PARAMETER_AFTER_OPTIONAL public static final enum org.stringtemplate.v4.misc.ErrorType INTERNAL_ERROR public static final enum org.stringtemplate.v4.misc.ErrorType WRITE_IO_ERROR public static final enum org.stringtemplate.v4.misc.ErrorType CANT_LOAD_GROUP_FILE public String message private static final synthetic org.stringtemplate.v4.misc.ErrorType[] $VALUES public static org.stringtemplate.v4.misc.ErrorType[] values () public static org.stringtemplate.v4.misc.ErrorType valueOf (java.lang.String) String name private void <init> (java.lang.String, int, java.lang.String) String m static void <clinit> () }
org/stringtemplate/v4/misc/Coordinate.class
Coordinate.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.Coordinate extends java.lang.Object { public int line public int charPosition public void <init> (int, int) int a int b public java.lang.String toString () }
org/stringtemplate/v4/misc/STMessage.class
STMessage.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.STMessage extends java.lang.Object { public org.stringtemplate.v4.ST self public org.stringtemplate.v4.misc.ErrorType error public Object arg public Object arg2 public Object arg3 public Throwable cause public void <init> (org.stringtemplate.v4.misc.ErrorType) org.stringtemplate.v4.misc.ErrorType error public void <init> (org.stringtemplate.v4.misc.ErrorType, org.stringtemplate.v4.ST) org.stringtemplate.v4.misc.ErrorType error org.stringtemplate.v4.ST self public void <init> (org.stringtemplate.v4.misc.ErrorType, org.stringtemplate.v4.ST, java.lang.Throwable) org.stringtemplate.v4.misc.ErrorType error org.stringtemplate.v4.ST self Throwable cause public void <init> (org.stringtemplate.v4.misc.ErrorType, org.stringtemplate.v4.ST, java.lang.Throwable, java.lang.Object) org.stringtemplate.v4.misc.ErrorType error org.stringtemplate.v4.ST self Throwable cause Object arg public void <init> (org.stringtemplate.v4.misc.ErrorType, org.stringtemplate.v4.ST, java.lang.Throwable, org.antlr.runtime.Token, java.lang.Object) org.stringtemplate.v4.misc.ErrorType error org.stringtemplate.v4.ST self Throwable cause org.antlr.runtime.Token where Object arg public void <init> (org.stringtemplate.v4.misc.ErrorType, org.stringtemplate.v4.ST, java.lang.Throwable, java.lang.Object, java.lang.Object) org.stringtemplate.v4.misc.ErrorType error org.stringtemplate.v4.ST self Throwable cause Object arg Object arg2 public void <init> (org.stringtemplate.v4.misc.ErrorType, org.stringtemplate.v4.ST, java.lang.Throwable, java.lang.Object, java.lang.Object, java.lang.Object) org.stringtemplate.v4.misc.ErrorType error org.stringtemplate.v4.ST self Throwable cause Object arg Object arg2 Object arg3 public java.lang.String toString () java.io.StringWriter sw java.io.PrintWriter pw String msg }
org/stringtemplate/v4/misc/Interval.class
Interval.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.Interval extends java.lang.Object { public int a public int b public void <init> (int, int) int a int b public java.lang.String toString () }
org/stringtemplate/v4/misc/ObjectModelAdaptor.class
ObjectModelAdaptor.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.ObjectModelAdaptor extends java.lang.Object implements org.stringtemplate.v4.ModelAdaptor { protected org.antlr.runtime.misc.DoubleKeyMap classAndPropertyToMemberCache static org.stringtemplate.v4.misc.STNoSuchPropertyException cachedException public void <init> () public java.lang.Object getProperty (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST, java.lang.Object, java.lang.Object, java.lang.String) throws org.stringtemplate.v4.misc.STNoSuchPropertyException Class memberClass Exception e org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.ST self Object o Object property String propertyName Object value Class c java.lang.reflect.Member member public java.lang.Object lookupMethod (java.lang.Object, java.lang.String, java.lang.Object, java.lang.Class) IllegalAccessException iae java.lang.reflect.Field f Exception e Object o String propertyName Object value Class c String methodSuffix java.lang.reflect.Method m protected java.lang.Object throwNoSuchProperty (java.lang.String) String propertyName }
org/stringtemplate/v4/misc/Misc.class
Misc.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.Misc extends java.lang.Object { public static final String newline public void <init> () public static java.lang.String join (java.util.Iterator, java.lang.String) java.util.Iterator iter String separator StringBuilder buf public static java.lang.String strip (java.lang.String, int) String s int n public static java.lang.String trimOneStartingNewline (java.lang.String) String s public static java.lang.String trimOneTrailingNewline (java.lang.String) String s public static java.lang.String stripLastPathElement (java.lang.String) String f int slash public static java.lang.String getFileNameNoSuffix (java.lang.String) String f public static java.lang.String getFileName (java.lang.String) String fullFileName java.io.File f public static java.lang.String getParent (java.lang.String) String name int lastSlash public static java.lang.String getPrefix (java.lang.String) String name String parent String prefix public static java.lang.String replaceEscapes (java.lang.String) String s public static boolean urlExists (java.net.URL) java.net.URLConnection con java.io.InputStream is java.io.IOException ioe java.net.URL url public static org.stringtemplate.v4.misc.Coordinate getLineCharPosition (java.lang.String, int) String s int index int line int charPos int p public static java.lang.Object accessField (java.lang.reflect.Field, java.lang.Object, java.lang.Object) throws java.lang.IllegalAccessException SecurityException se java.lang.reflect.Field f Object o Object value public static java.lang.Object invokeMethod (java.lang.reflect.Method, java.lang.Object, java.lang.Object) throws java.lang.IllegalAccessException java.lang.reflect.InvocationTargetException SecurityException se java.lang.reflect.Method m Object o Object value public static java.lang.reflect.Method getMethod (java.lang.Class, java.lang.String) NoSuchMethodException nsme Class c String methodName java.lang.reflect.Method m static void <clinit> () }
org/stringtemplate/v4/misc/MapModelAdaptor.class
MapModelAdaptor.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.MapModelAdaptor extends java.lang.Object implements org.stringtemplate.v4.ModelAdaptor { public void <init> () public java.lang.Object getProperty (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST, java.lang.Object, java.lang.Object, java.lang.String) throws org.stringtemplate.v4.misc.STNoSuchPropertyException Object value Object value Object value Object value Object value org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.ST self Object o Object property String propertyName Object value java.util.Map map }
org/stringtemplate/v4/misc/STModelAdaptor.class
STModelAdaptor.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.STModelAdaptor extends java.lang.Object implements org.stringtemplate.v4.ModelAdaptor { public void <init> () public java.lang.Object getProperty (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST, java.lang.Object, java.lang.Object, java.lang.String) throws org.stringtemplate.v4.misc.STNoSuchPropertyException org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.ST self Object o Object property String propertyName org.stringtemplate.v4.ST st }
org/stringtemplate/v4/misc/STRuntimeMessage.class
STRuntimeMessage.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.STRuntimeMessage extends org.stringtemplate.v4.misc.STMessage { org.stringtemplate.v4.Interpreter interp public int ip public org.stringtemplate.v4.InstanceScope scope public void <init> (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.misc.ErrorType, int) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.misc.ErrorType error int ip public void <init> (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.misc.ErrorType, int, org.stringtemplate.v4.ST) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.misc.ErrorType error int ip org.stringtemplate.v4.ST self public void <init> (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.misc.ErrorType, int, org.stringtemplate.v4.ST, java.lang.Object) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.misc.ErrorType error int ip org.stringtemplate.v4.ST self Object arg public void <init> (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.misc.ErrorType, int, org.stringtemplate.v4.ST, java.lang.Throwable, java.lang.Object) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.misc.ErrorType error int ip org.stringtemplate.v4.ST self Throwable e Object arg public void <init> (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.misc.ErrorType, int, org.stringtemplate.v4.ST, java.lang.Throwable, java.lang.Object, java.lang.Object) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.misc.ErrorType error int ip org.stringtemplate.v4.ST self Throwable e Object arg Object arg2 public void <init> (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.misc.ErrorType, int, org.stringtemplate.v4.ST, java.lang.Throwable, java.lang.Object, java.lang.Object, java.lang.Object) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.misc.ErrorType error int ip org.stringtemplate.v4.ST self Throwable e Object arg Object arg2 Object arg3 public java.lang.String getSourceLocation () org.stringtemplate.v4.misc.Interval I int i org.stringtemplate.v4.misc.Coordinate loc public java.lang.String toString () StringBuilder buf String loc }
org/stringtemplate/v4/misc/STNoSuchPropertyException.class
STNoSuchPropertyException.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.STNoSuchPropertyException extends org.stringtemplate.v4.compiler.STException { public Object o public String propertyName public void <init> () public void <init> (java.lang.Exception, java.lang.Object, java.lang.String) Exception e Object o String propertyName public java.lang.String getMessage () }
org/stringtemplate/v4/misc/Aggregate.class
Aggregate.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.Aggregate extends java.lang.Object { public java.util.HashMap properties public void <init> () protected void put (java.lang.String, java.lang.Object) String propName Object propValue public java.lang.Object get (java.lang.String) String propName public java.lang.String toString () }
org/stringtemplate/v4/misc/MultiMap.class
MultiMap.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.MultiMap extends java.util.LinkedHashMap { public void <init> () public void map (java.lang.Object, java.lang.Object) Object key Object value java.util.List elementsForKey }
org/stringtemplate/v4/misc/STLexerMessage.class
STLexerMessage.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.STLexerMessage extends org.stringtemplate.v4.misc.STMessage { String msg org.antlr.runtime.Token templateToken String srcName public void <init> (java.lang.String, java.lang.String, org.antlr.runtime.Token, java.lang.Throwable) String srcName String msg org.antlr.runtime.Token templateToken Throwable cause public java.lang.String toString () int templateDelimiterSize org.antlr.runtime.RecognitionException re int line int charPos String filepos }
org/stringtemplate/v4/misc/AggregateModelAdaptor.class
AggregateModelAdaptor.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.AggregateModelAdaptor extends org.stringtemplate.v4.misc.MapModelAdaptor { public void <init> () public java.lang.Object getProperty (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST, java.lang.Object, java.lang.Object, java.lang.String) throws org.stringtemplate.v4.misc.STNoSuchPropertyException org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.ST self Object o Object property String propertyName java.util.Map map }
org/stringtemplate/v4/misc/ArrayIterator.class
ArrayIterator.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.ArrayIterator extends java.lang.Object implements java.util.Iterator { protected int i protected Object array protected int n public void <init> (java.lang.Object) Object array public boolean hasNext () public java.lang.Object next () public void remove () }
org/stringtemplate/v4/misc/STGroupCompiletimeMessage.class
STGroupCompiletimeMessage.java package org.stringtemplate.v4.misc public org.stringtemplate.v4.misc.STGroupCompiletimeMessage extends org.stringtemplate.v4.misc.STMessage { org.antlr.runtime.Token token String srcName public void <init> (org.stringtemplate.v4.misc.ErrorType, java.lang.String, org.antlr.runtime.Token, java.lang.Throwable) org.stringtemplate.v4.misc.ErrorType error String srcName org.antlr.runtime.Token t Throwable cause public void <init> (org.stringtemplate.v4.misc.ErrorType, java.lang.String, org.antlr.runtime.Token, java.lang.Throwable, java.lang.Object) org.stringtemplate.v4.misc.ErrorType error String srcName org.antlr.runtime.Token t Throwable cause Object arg public void <init> (org.stringtemplate.v4.misc.ErrorType, java.lang.String, org.antlr.runtime.Token, java.lang.Throwable, java.lang.Object, java.lang.Object) org.stringtemplate.v4.misc.ErrorType error String srcName org.antlr.runtime.Token t Throwable cause Object arg Object arg2 public java.lang.String toString () org.antlr.runtime.RecognitionException re int line int charPos String filepos }
org/stringtemplate/v4/DateRenderer$1.class
DateRenderer.java package org.stringtemplate.v4 final org.stringtemplate.v4.DateRenderer$1 extends java.util.HashMap { void <init> () }
org/stringtemplate/v4/StringRenderer.class
StringRenderer.java package org.stringtemplate.v4 public org.stringtemplate.v4.StringRenderer extends java.lang.Object implements org.stringtemplate.v4.AttributeRenderer { public void <init> () public java.lang.String toString (java.lang.Object, java.lang.String, java.util.Locale) Object o String formatString java.util.Locale locale String s public static java.lang.String escapeHTML (java.lang.String) boolean control boolean aboveASCII char c int i String s StringBuilder buf int len }
org/stringtemplate/v4/NumberRenderer.class
NumberRenderer.java package org.stringtemplate.v4 public org.stringtemplate.v4.NumberRenderer extends java.lang.Object implements org.stringtemplate.v4.AttributeRenderer { public void <init> () public java.lang.String toString (java.lang.Object, java.lang.String, java.util.Locale) Object o String formatString java.util.Locale locale java.util.Formatter f }
org/stringtemplate/v4/STGroupString.class
STGroupString.java package org.stringtemplate.v4 public org.stringtemplate.v4.STGroupString extends org.stringtemplate.v4.STGroup { public String sourceName public String text protected boolean alreadyLoaded public void <init> (java.lang.String) String text public void <init> (java.lang.String, java.lang.String) String sourceName String text public void <init> (java.lang.String, java.lang.String, char, char) String sourceName String text char delimiterStartChar char delimiterStopChar public boolean isDictionary (java.lang.String) String name public boolean isDefined (java.lang.String) String name protected org.stringtemplate.v4.compiler.CompiledST load (java.lang.String) String name public void load () org.antlr.runtime.ANTLRStringStream fs org.stringtemplate.v4.compiler.GroupLexer lexer org.antlr.runtime.CommonTokenStream tokens Exception e org.stringtemplate.v4.compiler.GroupParser parser public java.lang.String getFileName () }
org/stringtemplate/v4/ModelAdaptor.class
ModelAdaptor.java package org.stringtemplate.v4 public abstract org.stringtemplate.v4.ModelAdaptor extends java.lang.Object { public abstract java.lang.Object getProperty (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST, java.lang.Object, java.lang.Object, java.lang.String) throws org.stringtemplate.v4.misc.STNoSuchPropertyException }
org/stringtemplate/v4/STErrorListener.class
STErrorListener.java package org.stringtemplate.v4 public abstract org.stringtemplate.v4.STErrorListener extends java.lang.Object { public abstract void compileTimeError (org.stringtemplate.v4.misc.STMessage) public abstract void runTimeError (org.stringtemplate.v4.misc.STMessage) public abstract void IOError (org.stringtemplate.v4.misc.STMessage) public abstract void internalError (org.stringtemplate.v4.misc.STMessage) }
org/stringtemplate/v4/ST$DebugState.class
ST.java package org.stringtemplate.v4 public org.stringtemplate.v4.ST$DebugState extends java.lang.Object { public org.stringtemplate.v4.debug.ConstructionEvent newSTEvent public org.stringtemplate.v4.misc.MultiMap addAttrEvents public void <init> () }
org/stringtemplate/v4/AttributeRenderer.class
AttributeRenderer.java package org.stringtemplate.v4 public abstract org.stringtemplate.v4.AttributeRenderer extends java.lang.Object { public abstract java.lang.String toString (java.lang.Object, java.lang.String, java.util.Locale) }
org/stringtemplate/v4/STGroup$1.class
STGroup.java package org.stringtemplate.v4 org.stringtemplate.v4.STGroup$1 extends java.util.LinkedHashMap { final synthetic org.stringtemplate.v4.STGroup this$0 void <init> (org.stringtemplate.v4.STGroup) }
org/stringtemplate/v4/STGroupFile.class
STGroupFile.java package org.stringtemplate.v4 public org.stringtemplate.v4.STGroupFile extends org.stringtemplate.v4.STGroup { public String fileName public java.net.URL url protected boolean alreadyLoaded public void <init> (java.lang.String) String fileName public void <init> (java.lang.String, char, char) java.net.MalformedURLException e String fileName char delimiterStartChar char delimiterStopChar java.io.File f public void <init> (java.lang.String, java.lang.String) String fullyQualifiedFileName String encoding public void <init> (java.lang.String, java.lang.String, char, char) String fullyQualifiedFileName String encoding char delimiterStartChar char delimiterStopChar public void <init> (java.net.URL, java.lang.String, char, char) String urlString Exception e java.net.URL url String encoding char delimiterStartChar char delimiterStopChar public boolean isDictionary (java.lang.String) String name public boolean isDefined (java.lang.String) String name public synchronized void unload () protected org.stringtemplate.v4.compiler.CompiledST load (java.lang.String) String name public void load () public java.lang.String show () public java.lang.String getName () public java.lang.String getFileName () public java.net.URL getRootDirURL () java.net.MalformedURLException mue String parent }
org/stringtemplate/v4/Interpreter$2.class
Interpreter.java package org.stringtemplate.v4 org.stringtemplate.v4.Interpreter$2 extends java.util.ArrayList { final synthetic org.stringtemplate.v4.ST val$st final synthetic org.stringtemplate.v4.Interpreter this$0 void <init> (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST) }
org/stringtemplate/v4/NoIndentWriter.class
NoIndentWriter.java package org.stringtemplate.v4 public org.stringtemplate.v4.NoIndentWriter extends org.stringtemplate.v4.AutoIndentWriter { public void <init> (java.io.Writer) java.io.Writer out public int write (java.lang.String) throws java.io.IOException String str }
org/stringtemplate/v4/ST$RegionType.class
ST.java package org.stringtemplate.v4 public final enum org.stringtemplate.v4.ST$RegionType extends java.lang.Enum { public static final enum org.stringtemplate.v4.ST$RegionType IMPLICIT public static final enum org.stringtemplate.v4.ST$RegionType EMBEDDED public static final enum org.stringtemplate.v4.ST$RegionType EXPLICIT private static final synthetic org.stringtemplate.v4.ST$RegionType[] $VALUES public static org.stringtemplate.v4.ST$RegionType[] values () public static org.stringtemplate.v4.ST$RegionType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/stringtemplate/v4/compiler/GroupLexer.class
GroupLexer.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.GroupLexer extends org.antlr.runtime.Lexer { public static final int EOF public static final int T__14 public static final int T__15 public static final int T__16 public static final int T__17 public static final int T__18 public static final int T__19 public static final int T__20 public static final int T__21 public static final int T__22 public static final int T__23 public static final int T__24 public static final int T__25 public static final int T__26 public static final int T__27 public static final int T__28 public static final int T__29 public static final int TRUE public static final int FALSE public static final int STRING public static final int ID public static final int BIGSTRING public static final int BIGSTRING_NO_NL public static final int ANONYMOUS_TEMPLATE public static final int COMMENT public static final int LINE_COMMENT public static final int WS public org.stringtemplate.v4.STGroup group protected org.stringtemplate.v4.compiler.GroupLexer$DFA8 dfa8 static final String DFA8_eotS static final String DFA8_eofS static final String DFA8_minS static final String DFA8_maxS static final String DFA8_acceptS static final String DFA8_specialS static final String[] DFA8_transitionS static final short[] DFA8_eot static final short[] DFA8_eof static final char[] DFA8_min static final char[] DFA8_max static final short[] DFA8_accept static final short[] DFA8_special static final short[][] DFA8_transition public void reportError (org.antlr.runtime.RecognitionException) org.antlr.runtime.RecognitionException e String msg public java.lang.String getSourceName () String fullFileName java.io.File f public void <init> () public void <init> (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public void <init> (org.antlr.runtime.CharStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.CharStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String getGrammarFileName () public final void mTRUE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mFALSE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__14 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__15 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__16 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__17 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__18 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__19 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__20 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__21 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__22 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__23 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__24 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__25 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__26 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__27 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__28 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__29 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mID () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.MismatchedSetException mse int alt1 int _type int _channel public final void mSTRING () throws org.antlr.runtime.RecognitionException int LA2_2 org.antlr.runtime.MismatchedSetException mse String msg org.antlr.runtime.NoViableAltException e org.antlr.runtime.MismatchedSetException mse int alt2 int LA2_0 String txt int _type int _channel public final void mBIGSTRING_NO_NL () throws org.antlr.runtime.RecognitionException int LA3_1 int alt3 int LA3_0 int _type int _channel public final void mBIGSTRING () throws org.antlr.runtime.RecognitionException int LA4_1 int LA4_2 org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.MismatchedSetException mse int alt4 int LA4_0 String txt int _type int _channel public final void mANONYMOUS_TEMPLATE () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedTokenException e String msg org.antlr.runtime.Token templateToken org.stringtemplate.v4.compiler.STLexer lexer org.antlr.runtime.Token t int _type int _channel public final void mCOMMENT () throws org.antlr.runtime.RecognitionException int LA5_1 int alt5 int LA5_0 int _type int _channel public final void mLINE_COMMENT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt6 int LA6_0 int alt7 int _type int _channel public final void mWS () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int _type int _channel public void mTokens () throws org.antlr.runtime.RecognitionException int alt8 static void <clinit> () int i int numStates }
org/stringtemplate/v4/compiler/STException.class
STException.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STException extends java.lang.RuntimeException { public void <init> () public void <init> (java.lang.String, java.lang.Exception) String msg Exception cause }
org/stringtemplate/v4/compiler/GroupLexer$DFA8.class
GroupLexer.java package org.stringtemplate.v4.compiler org.stringtemplate.v4.compiler.GroupLexer$DFA8 extends org.antlr.runtime.DFA { final synthetic org.stringtemplate.v4.compiler.GroupLexer this$0 public void <init> (org.stringtemplate.v4.compiler.GroupLexer, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/stringtemplate/v4/compiler/STParser$exprNoComma_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$exprNoComma_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$primary_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$primary_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$args_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$args_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/StringTable.class
StringTable.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.StringTable extends java.lang.Object { protected java.util.LinkedHashMap table protected int i public void <init> () public int add (java.lang.String) String s Integer I public java.lang.String[] toArray () String s java.util.Iterator i$ String[] a int i }
org/stringtemplate/v4/compiler/BytecodeDisassembler$1.class
BytecodeDisassembler.java package org.stringtemplate.v4.compiler synthetic org.stringtemplate.v4.compiler.BytecodeDisassembler$1 extends java.lang.Object { static final synthetic int[] $SwitchMap$org$stringtemplate$v4$compiler$Bytecode$OperandType static void <clinit> () NoSuchFieldError ex NoSuchFieldError ex NoSuchFieldError ex }
org/stringtemplate/v4/compiler/CompilationState.class
CompilationState.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.CompilationState extends java.lang.Object { org.stringtemplate.v4.compiler.CompiledST impl org.stringtemplate.v4.compiler.StringTable stringtable int ip org.antlr.runtime.TokenStream tokens org.stringtemplate.v4.misc.ErrorManager errMgr public void <init> (org.stringtemplate.v4.misc.ErrorManager, java.lang.String, org.antlr.runtime.TokenStream) org.stringtemplate.v4.misc.ErrorManager errMgr String name org.antlr.runtime.TokenStream tokens public int defineString (java.lang.String) String s public void refAttr (org.antlr.runtime.Token, org.antlr.runtime.tree.CommonTree) org.stringtemplate.v4.compiler.FormalArgument arg int index org.antlr.runtime.Token templateToken org.antlr.runtime.tree.CommonTree id String name public void setOption (org.antlr.runtime.tree.CommonTree) org.antlr.runtime.tree.CommonTree id org.stringtemplate.v4.Interpreter$Option O public void func (org.antlr.runtime.Token, org.antlr.runtime.tree.CommonTree) org.antlr.runtime.Token templateToken org.antlr.runtime.tree.CommonTree id Short funcBytecode public void emit (short) short opcode public void emit (org.antlr.runtime.tree.CommonTree, short) int i int j int p int q org.antlr.runtime.tree.CommonTree opAST short opcode public void emit1 (org.antlr.runtime.tree.CommonTree, short, int) org.antlr.runtime.tree.CommonTree opAST short opcode int arg public void emit2 (org.antlr.runtime.tree.CommonTree, short, int, int) org.antlr.runtime.tree.CommonTree opAST short opcode int arg int arg2 public void emit2 (org.antlr.runtime.tree.CommonTree, short, java.lang.String, int) org.antlr.runtime.tree.CommonTree opAST short opcode String s int arg2 int i public void emit1 (org.antlr.runtime.tree.CommonTree, short, java.lang.String) org.antlr.runtime.tree.CommonTree opAST short opcode String s int i public void insert (int, short, java.lang.String) int opnd byte op org.stringtemplate.v4.compiler.Bytecode$Instruction I int addr short opcode String s int instrSize int save int a public void write (int, short) int addr short value protected void ensureCapacity (int) byte[] c org.stringtemplate.v4.misc.Interval[] sm int n public void indent (org.antlr.runtime.tree.CommonTree) org.antlr.runtime.tree.CommonTree indent public static void writeShort (byte[], int, short) byte[] memory int index short value }
org/stringtemplate/v4/compiler/CodeGenerator$template_scope.class
CodeGenerator.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.CodeGenerator$template_scope extends java.lang.Object { org.stringtemplate.v4.compiler.CompilationState state protected void <init> () }
org/stringtemplate/v4/compiler/STParser$conditional_scope.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$conditional_scope extends java.lang.Object { boolean inside protected void <init> () }
org/stringtemplate/v4/compiler/STParser$compoundElement_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$compoundElement_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$exprOptions_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$exprOptions_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/BytecodeDisassembler.class
BytecodeDisassembler.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.BytecodeDisassembler extends java.lang.Object { org.stringtemplate.v4.compiler.CompiledST code public void <init> (org.stringtemplate.v4.compiler.CompiledST) org.stringtemplate.v4.compiler.CompiledST code public java.lang.String instrs () int opnd int opcode org.stringtemplate.v4.compiler.Bytecode$Instruction I StringBuilder buf int ip public java.lang.String disassemble () StringBuilder buf int i public int disassembleInstruction (java.lang.StringBuilder, int) int opnd int i String s int i StringBuilder buf int ip int opcode org.stringtemplate.v4.compiler.Bytecode$Instruction I String instrName java.util.List operands private java.lang.String showConstPoolOperand (int) int poolIndex StringBuffer buf String s public static int getShort (byte[], int) byte[] memory int index int b1 int b2 int word public java.lang.String strings () String s Object o String[] arr$ int len$ int i$ StringBuffer buf int addr public java.lang.String sourceMap () String chunk org.stringtemplate.v4.misc.Interval I org.stringtemplate.v4.misc.Interval[] arr$ int len$ int i$ StringBuffer buf int addr }
org/stringtemplate/v4/compiler/Compiler$3.class
Compiler.java package org.stringtemplate.v4.compiler final org.stringtemplate.v4.compiler.Compiler$3 extends java.util.HashMap { void <init> () }
org/stringtemplate/v4/compiler/CodeGenerator$conditional_return.class
CodeGenerator.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.CodeGenerator$conditional_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/stringtemplate/v4/compiler/STParser$subtemplate_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$subtemplate_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/Bytecode$Instruction.class
Bytecode.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.Bytecode$Instruction extends java.lang.Object { public String name public org.stringtemplate.v4.compiler.Bytecode$OperandType[] type public int nopnds public void <init> (java.lang.String) String name public void <init> (java.lang.String, org.stringtemplate.v4.compiler.Bytecode$OperandType) String name org.stringtemplate.v4.compiler.Bytecode$OperandType a public void <init> (java.lang.String, org.stringtemplate.v4.compiler.Bytecode$OperandType, org.stringtemplate.v4.compiler.Bytecode$OperandType) String name org.stringtemplate.v4.compiler.Bytecode$OperandType a org.stringtemplate.v4.compiler.Bytecode$OperandType b }
org/stringtemplate/v4/compiler/CodeGenerator.class
CodeGenerator.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.CodeGenerator extends org.antlr.runtime.tree.TreeParser { public static final String[] tokenNames public static final int EOF public static final int RBRACK public static final int LBRACK public static final int ELSE public static final int ELLIPSIS public static final int LCURLY public static final int BANG public static final int EQUALS public static final int TEXT public static final int ID public static final int SEMI public static final int LPAREN public static final int IF public static final int ELSEIF public static final int COLON public static final int RPAREN public static final int WS public static final int COMMA public static final int RCURLY public static final int ENDIF public static final int RDELIM public static final int SUPER public static final int DOT public static final int LDELIM public static final int STRING public static final int PIPE public static final int OR public static final int AND public static final int INDENT public static final int NEWLINE public static final int AT public static final int END public static final int TRUE public static final int FALSE public static final int COMMENT public static final int EXPR public static final int OPTIONS public static final int PROP public static final int PROP_IND public static final int INCLUDE public static final int INCLUDE_IND public static final int EXEC_FUNC public static final int INCLUDE_SUPER public static final int INCLUDE_SUPER_REGION public static final int INCLUDE_REGION public static final int TO_STR public static final int LIST public static final int MAP public static final int ZIP public static final int SUBTEMPLATE public static final int ARGS public static final int ELEMENTS public static final int REGION public static final int NULL public static final int INDENTED_EXPR String outermostTemplateName org.stringtemplate.v4.compiler.CompiledST outermostImpl org.antlr.runtime.Token templateToken String template org.stringtemplate.v4.misc.ErrorManager errMgr protected java.util.Stack template_stack public static final org.antlr.runtime.BitSet FOLLOW_template_in_templateAndEOF44 public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_templateAndEOF47 public static final org.antlr.runtime.BitSet FOLLOW_chunk_in_template71 public static final org.antlr.runtime.BitSet FOLLOW_element_in_chunk86 public static final org.antlr.runtime.BitSet FOLLOW_INDENTED_EXPR_in_element99 public static final org.antlr.runtime.BitSet FOLLOW_INDENT_in_element101 public static final org.antlr.runtime.BitSet FOLLOW_compoundElement_in_element103 public static final org.antlr.runtime.BitSet FOLLOW_compoundElement_in_element111 public static final org.antlr.runtime.BitSet FOLLOW_INDENTED_EXPR_in_element118 public static final org.antlr.runtime.BitSet FOLLOW_INDENT_in_element120 public static final org.antlr.runtime.BitSet FOLLOW_singleElement_in_element124 public static final org.antlr.runtime.BitSet FOLLOW_singleElement_in_element132 public static final org.antlr.runtime.BitSet FOLLOW_exprElement_in_singleElement143 public static final org.antlr.runtime.BitSet FOLLOW_TEXT_in_singleElement148 public static final org.antlr.runtime.BitSet FOLLOW_NEWLINE_in_singleElement158 public static final org.antlr.runtime.BitSet FOLLOW_ifstat_in_compoundElement172 public static final org.antlr.runtime.BitSet FOLLOW_region_in_compoundElement178 public static final org.antlr.runtime.BitSet FOLLOW_EXPR_in_exprElement197 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_exprElement199 public static final org.antlr.runtime.BitSet FOLLOW_exprOptions_in_exprElement202 public static final org.antlr.runtime.BitSet FOLLOW_REGION_in_region240 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_region242 public static final org.antlr.runtime.BitSet FOLLOW_template_in_region252 public static final org.antlr.runtime.BitSet FOLLOW_SUBTEMPLATE_in_subtemplate285 public static final org.antlr.runtime.BitSet FOLLOW_ARGS_in_subtemplate292 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_subtemplate295 public static final org.antlr.runtime.BitSet FOLLOW_template_in_subtemplate312 public static final org.antlr.runtime.BitSet FOLLOW_SUBTEMPLATE_in_subtemplate328 public static final org.antlr.runtime.BitSet FOLLOW_IF_in_ifstat360 public static final org.antlr.runtime.BitSet FOLLOW_conditional_in_ifstat362 public static final org.antlr.runtime.BitSet FOLLOW_chunk_in_ifstat372 public static final org.antlr.runtime.BitSet FOLLOW_ELSEIF_in_ifstat382 public static final org.antlr.runtime.BitSet FOLLOW_conditional_in_ifstat396 public static final org.antlr.runtime.BitSet FOLLOW_chunk_in_ifstat408 public static final org.antlr.runtime.BitSet FOLLOW_ELSE_in_ifstat431 public static final org.antlr.runtime.BitSet FOLLOW_chunk_in_ifstat445 public static final org.antlr.runtime.BitSet FOLLOW_OR_in_conditional479 public static final org.antlr.runtime.BitSet FOLLOW_conditional_in_conditional481 public static final org.antlr.runtime.BitSet FOLLOW_conditional_in_conditional483 public static final org.antlr.runtime.BitSet FOLLOW_AND_in_conditional493 public static final org.antlr.runtime.BitSet FOLLOW_conditional_in_conditional495 public static final org.antlr.runtime.BitSet FOLLOW_conditional_in_conditional497 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_conditional507 public static final org.antlr.runtime.BitSet FOLLOW_conditional_in_conditional509 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_conditional521 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_exprOptions535 public static final org.antlr.runtime.BitSet FOLLOW_option_in_exprOptions537 public static final org.antlr.runtime.BitSet FOLLOW_EQUALS_in_option549 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_option551 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_option553 public static final org.antlr.runtime.BitSet FOLLOW_ZIP_in_expr572 public static final org.antlr.runtime.BitSet FOLLOW_ELEMENTS_in_expr575 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_expr578 public static final org.antlr.runtime.BitSet FOLLOW_mapTemplateRef_in_expr585 public static final org.antlr.runtime.BitSet FOLLOW_MAP_in_expr597 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_expr599 public static final org.antlr.runtime.BitSet FOLLOW_mapTemplateRef_in_expr602 public static final org.antlr.runtime.BitSet FOLLOW_prop_in_expr617 public static final org.antlr.runtime.BitSet FOLLOW_includeExpr_in_expr622 public static final org.antlr.runtime.BitSet FOLLOW_PROP_in_prop632 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_prop634 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_prop636 public static final org.antlr.runtime.BitSet FOLLOW_PROP_IND_in_prop650 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_prop652 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_prop654 public static final org.antlr.runtime.BitSet FOLLOW_INCLUDE_in_mapTemplateRef674 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_mapTemplateRef676 public static final org.antlr.runtime.BitSet FOLLOW_args_in_mapTemplateRef686 public static final org.antlr.runtime.BitSet FOLLOW_subtemplate_in_mapTemplateRef699 public static final org.antlr.runtime.BitSet FOLLOW_INCLUDE_IND_in_mapTemplateRef711 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_mapTemplateRef713 public static final org.antlr.runtime.BitSet FOLLOW_args_in_mapTemplateRef723 public static final org.antlr.runtime.BitSet FOLLOW_EXEC_FUNC_in_includeExpr745 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_includeExpr747 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_includeExpr749 public static final org.antlr.runtime.BitSet FOLLOW_INCLUDE_in_includeExpr760 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_includeExpr762 public static final org.antlr.runtime.BitSet FOLLOW_args_in_includeExpr764 public static final org.antlr.runtime.BitSet FOLLOW_INCLUDE_SUPER_in_includeExpr775 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_includeExpr777 public static final org.antlr.runtime.BitSet FOLLOW_args_in_includeExpr779 public static final org.antlr.runtime.BitSet FOLLOW_INCLUDE_REGION_in_includeExpr790 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_includeExpr792 public static final org.antlr.runtime.BitSet FOLLOW_INCLUDE_SUPER_REGION_in_includeExpr802 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_includeExpr804 public static final org.antlr.runtime.BitSet FOLLOW_primary_in_includeExpr812 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_primary823 public static final org.antlr.runtime.BitSet FOLLOW_STRING_in_primary833 public static final org.antlr.runtime.BitSet FOLLOW_TRUE_in_primary842 public static final org.antlr.runtime.BitSet FOLLOW_FALSE_in_primary851 public static final org.antlr.runtime.BitSet FOLLOW_subtemplate_in_primary860 public static final org.antlr.runtime.BitSet FOLLOW_list_in_primary887 public static final org.antlr.runtime.BitSet FOLLOW_INCLUDE_IND_in_primary894 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_primary899 public static final org.antlr.runtime.BitSet FOLLOW_args_in_primary908 public static final org.antlr.runtime.BitSet FOLLOW_TO_STR_in_primary928 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_primary930 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_arg943 public static final org.antlr.runtime.BitSet FOLLOW_arg_in_args959 public static final org.antlr.runtime.BitSet FOLLOW_EQUALS_in_args978 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_args980 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_args982 public static final org.antlr.runtime.BitSet FOLLOW_ELLIPSIS_in_args999 public static final org.antlr.runtime.BitSet FOLLOW_ELLIPSIS_in_args1014 public static final org.antlr.runtime.BitSet FOLLOW_LIST_in_list1034 public static final org.antlr.runtime.BitSet FOLLOW_listElement_in_list1037 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_listElement1053 public static final org.antlr.runtime.BitSet FOLLOW_NULL_in_listElement1057 public void <init> (org.antlr.runtime.tree.TreeNodeStream) org.antlr.runtime.tree.TreeNodeStream input public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.tree.TreeNodeStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public void <init> (org.antlr.runtime.tree.TreeNodeStream, org.stringtemplate.v4.misc.ErrorManager, java.lang.String, java.lang.String, org.antlr.runtime.Token) org.antlr.runtime.tree.TreeNodeStream input org.stringtemplate.v4.misc.ErrorManager errMgr String name String template org.antlr.runtime.Token templateToken public void emit1 (org.antlr.runtime.tree.CommonTree, short, int) org.antlr.runtime.tree.CommonTree opAST short opcode int arg public void emit1 (org.antlr.runtime.tree.CommonTree, short, java.lang.String) org.antlr.runtime.tree.CommonTree opAST short opcode String arg public void emit2 (org.antlr.runtime.tree.CommonTree, short, int, int) org.antlr.runtime.tree.CommonTree opAST short opcode int arg int arg2 public void emit2 (org.antlr.runtime.tree.CommonTree, short, java.lang.String, int) org.antlr.runtime.tree.CommonTree opAST short opcode String s int arg2 public void emit (short) short opcode public void emit (org.antlr.runtime.tree.CommonTree, short) org.antlr.runtime.tree.CommonTree opAST short opcode public void insert (int, short, java.lang.String) int addr short opcode String s public void setOption (org.antlr.runtime.tree.CommonTree) org.antlr.runtime.tree.CommonTree id public void write (int, short) int addr short value public int address () public void func (org.antlr.runtime.tree.CommonTree) org.antlr.runtime.tree.CommonTree id public void refAttr (org.antlr.runtime.tree.CommonTree) org.antlr.runtime.tree.CommonTree id public int defineString (java.lang.String) String s public final void templateAndEOF () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final org.stringtemplate.v4.compiler.CompiledST template (java.lang.String, java.util.List) throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re String name java.util.List args org.stringtemplate.v4.compiler.CompiledST impl public final void chunk () throws org.antlr.runtime.RecognitionException int alt1 org.antlr.runtime.RecognitionException re public final void element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt2 org.antlr.runtime.RecognitionException re org.antlr.runtime.tree.CommonTree INDENT1 org.antlr.runtime.tree.CommonTree INDENT2 public final void singleElement () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt3 org.antlr.runtime.RecognitionException re org.antlr.runtime.tree.CommonTree TEXT3 public final void compoundElement (org.antlr.runtime.tree.CommonTree) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt4 org.antlr.runtime.RecognitionException re org.antlr.runtime.tree.CommonTree indent public final void exprElement () throws org.antlr.runtime.RecognitionException int alt5 org.antlr.runtime.RecognitionException re org.antlr.runtime.tree.CommonTree EXPR4 short op public final org.stringtemplate.v4.compiler.CodeGenerator$region_return region (org.antlr.runtime.tree.CommonTree) throws org.antlr.runtime.RecognitionException org.stringtemplate.v4.compiler.CompiledST sub org.antlr.runtime.RecognitionException re org.antlr.runtime.tree.CommonTree indent org.stringtemplate.v4.compiler.CodeGenerator$region_return retval org.antlr.runtime.tree.CommonTree ID5 org.stringtemplate.v4.compiler.CompiledST template6 public final org.stringtemplate.v4.compiler.CodeGenerator$subtemplate_return subtemplate () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt6 int cnt6 int alt7 org.stringtemplate.v4.compiler.CompiledST sub org.stringtemplate.v4.compiler.CompiledST sub int alt8 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.CodeGenerator$subtemplate_return retval org.antlr.runtime.tree.CommonTree ID7 org.antlr.runtime.tree.CommonTree SUBTEMPLATE9 org.antlr.runtime.tree.CommonTree SUBTEMPLATE10 org.stringtemplate.v4.compiler.CompiledST template8 java.util.List args public final void ifstat (org.antlr.runtime.tree.CommonTree) throws org.antlr.runtime.RecognitionException int alt9 int opnd java.util.Iterator i$ int alt10 org.antlr.runtime.RecognitionException re org.antlr.runtime.tree.CommonTree indent org.antlr.runtime.tree.CommonTree i org.antlr.runtime.tree.CommonTree eif org.antlr.runtime.tree.CommonTree el org.stringtemplate.v4.compiler.CodeGenerator$conditional_return ec int prevBranchOperand java.util.List endRefs public final org.stringtemplate.v4.compiler.CodeGenerator$conditional_return conditional () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt11 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.CodeGenerator$conditional_return retval public final void exprOptions () throws org.antlr.runtime.RecognitionException int alt12 org.antlr.runtime.RecognitionException re public final void option () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.runtime.tree.CommonTree ID11 public final void expr () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt13 int cnt13 org.antlr.runtime.EarlyExitException eee int alt14 int cnt14 int alt15 org.antlr.runtime.RecognitionException re org.antlr.runtime.tree.CommonTree ZIP12 org.antlr.runtime.tree.CommonTree MAP13 int nt int ne public final void prop () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt16 org.antlr.runtime.RecognitionException re org.antlr.runtime.tree.CommonTree PROP14 org.antlr.runtime.tree.CommonTree ID15 org.antlr.runtime.tree.CommonTree PROP_IND16 public final org.stringtemplate.v4.compiler.CodeGenerator$mapTemplateRef_return mapTemplateRef (int) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int i int i int i int alt17 org.antlr.runtime.RecognitionException re int num_exprs org.stringtemplate.v4.compiler.CodeGenerator$mapTemplateRef_return retval org.antlr.runtime.tree.CommonTree INCLUDE17 org.antlr.runtime.tree.CommonTree ID19 org.antlr.runtime.tree.CommonTree INCLUDE_IND21 org.stringtemplate.v4.compiler.CodeGenerator$args_return args18 org.stringtemplate.v4.compiler.CodeGenerator$subtemplate_return subtemplate20 org.stringtemplate.v4.compiler.CodeGenerator$args_return args22 public final org.stringtemplate.v4.compiler.CodeGenerator$includeExpr_return includeExpr () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt18 org.stringtemplate.v4.compiler.CompiledST impl String mangled int alt19 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.CodeGenerator$includeExpr_return retval org.antlr.runtime.tree.CommonTree ID23 org.antlr.runtime.tree.CommonTree ID25 org.antlr.runtime.tree.CommonTree INCLUDE26 org.antlr.runtime.tree.CommonTree ID28 org.antlr.runtime.tree.CommonTree INCLUDE_SUPER29 org.antlr.runtime.tree.CommonTree ID30 org.antlr.runtime.tree.CommonTree INCLUDE_REGION31 org.antlr.runtime.tree.CommonTree ID32 org.antlr.runtime.tree.CommonTree INCLUDE_SUPER_REGION33 org.stringtemplate.v4.compiler.CodeGenerator$args_return args24 org.stringtemplate.v4.compiler.CodeGenerator$args_return args27 public final org.stringtemplate.v4.compiler.CodeGenerator$primary_return primary () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt20 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.CodeGenerator$primary_return retval org.antlr.runtime.tree.CommonTree ID34 org.antlr.runtime.tree.CommonTree STRING35 org.antlr.runtime.tree.CommonTree TRUE36 org.antlr.runtime.tree.CommonTree FALSE37 org.antlr.runtime.tree.CommonTree INCLUDE_IND39 org.antlr.runtime.tree.CommonTree TO_STR41 org.stringtemplate.v4.compiler.CodeGenerator$subtemplate_return subtemplate38 org.stringtemplate.v4.compiler.CodeGenerator$args_return args40 public final void arg () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final org.stringtemplate.v4.compiler.CodeGenerator$args_return args () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt21 int cnt21 org.antlr.runtime.EarlyExitException eee int alt22 int cnt22 int alt23 int alt24 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.CodeGenerator$args_return retval org.antlr.runtime.tree.CommonTree eq org.antlr.runtime.tree.CommonTree ID42 public final void list () throws org.antlr.runtime.RecognitionException int alt25 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.CodeGenerator$listElement_return listElement43 public final org.stringtemplate.v4.compiler.CodeGenerator$listElement_return listElement () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt26 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.CodeGenerator$listElement_return retval org.antlr.runtime.tree.CommonTree NULL44 static void <clinit> () }
org/stringtemplate/v4/compiler/STParser$ifstat_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$ifstat_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/CodeGenerator$args_return.class
CodeGenerator.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.CodeGenerator$args_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public int n public boolean namedArgs public boolean passThru public void <init> () }
org/stringtemplate/v4/compiler/STParser.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser extends org.antlr.runtime.Parser { public static final String[] tokenNames public static final int EOF public static final int RBRACK public static final int LBRACK public static final int ELSE public static final int ELLIPSIS public static final int LCURLY public static final int BANG public static final int EQUALS public static final int TEXT public static final int ID public static final int SEMI public static final int LPAREN public static final int IF public static final int ELSEIF public static final int COLON public static final int RPAREN public static final int WS public static final int COMMA public static final int RCURLY public static final int ENDIF public static final int RDELIM public static final int SUPER public static final int DOT public static final int LDELIM public static final int STRING public static final int PIPE public static final int OR public static final int AND public static final int INDENT public static final int NEWLINE public static final int AT public static final int END public static final int TRUE public static final int FALSE public static final int COMMENT public static final int EXPR public static final int OPTIONS public static final int PROP public static final int PROP_IND public static final int INCLUDE public static final int INCLUDE_IND public static final int EXEC_FUNC public static final int INCLUDE_SUPER public static final int INCLUDE_SUPER_REGION public static final int INCLUDE_REGION public static final int TO_STR public static final int LIST public static final int MAP public static final int ZIP public static final int SUBTEMPLATE public static final int ARGS public static final int ELEMENTS public static final int REGION public static final int NULL public static final int INDENTED_EXPR protected org.antlr.runtime.tree.TreeAdaptor adaptor org.stringtemplate.v4.misc.ErrorManager errMgr org.antlr.runtime.Token templateToken protected java.util.Stack conditional_stack protected org.stringtemplate.v4.compiler.STParser$DFA3 dfa3 protected org.stringtemplate.v4.compiler.STParser$DFA35 dfa35 protected org.stringtemplate.v4.compiler.STParser$DFA38 dfa38 static final String DFA3_eotS static final String DFA3_eofS static final String DFA3_minS static final String DFA3_maxS static final String DFA3_acceptS static final String DFA3_specialS static final String[] DFA3_transitionS static final short[] DFA3_eot static final short[] DFA3_eof static final char[] DFA3_min static final char[] DFA3_max static final short[] DFA3_accept static final short[] DFA3_special static final short[][] DFA3_transition static final String DFA35_eotS static final String DFA35_eofS static final String DFA35_minS static final String DFA35_maxS static final String DFA35_acceptS static final String DFA35_specialS static final String[] DFA35_transitionS static final short[] DFA35_eot static final short[] DFA35_eof static final char[] DFA35_min static final char[] DFA35_max static final short[] DFA35_accept static final short[] DFA35_special static final short[][] DFA35_transition static final String DFA38_eotS static final String DFA38_eofS static final String DFA38_minS static final String DFA38_maxS static final String DFA38_acceptS static final String DFA38_specialS static final String[] DFA38_transitionS static final short[] DFA38_eot static final short[] DFA38_eof static final char[] DFA38_min static final char[] DFA38_max static final short[] DFA38_accept static final short[] DFA38_special static final short[][] DFA38_transition public static final org.antlr.runtime.BitSet FOLLOW_template_in_templateAndEOF133 public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_templateAndEOF135 public static final org.antlr.runtime.BitSet FOLLOW_element_in_template149 public static final org.antlr.runtime.BitSet FOLLOW_INDENT_in_element162 public static final org.antlr.runtime.BitSet FOLLOW_COMMENT_in_element165 public static final org.antlr.runtime.BitSet FOLLOW_NEWLINE_in_element167 public static final org.antlr.runtime.BitSet FOLLOW_INDENT_in_element175 public static final org.antlr.runtime.BitSet FOLLOW_singleElement_in_element177 public static final org.antlr.runtime.BitSet FOLLOW_singleElement_in_element194 public static final org.antlr.runtime.BitSet FOLLOW_compoundElement_in_element199 public static final org.antlr.runtime.BitSet FOLLOW_exprTag_in_singleElement210 public static final org.antlr.runtime.BitSet FOLLOW_TEXT_in_singleElement215 public static final org.antlr.runtime.BitSet FOLLOW_NEWLINE_in_singleElement220 public static final org.antlr.runtime.BitSet FOLLOW_COMMENT_in_singleElement225 public static final org.antlr.runtime.BitSet FOLLOW_ifstat_in_compoundElement238 public static final org.antlr.runtime.BitSet FOLLOW_region_in_compoundElement243 public static final org.antlr.runtime.BitSet FOLLOW_LDELIM_in_exprTag254 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_exprTag256 public static final org.antlr.runtime.BitSet FOLLOW_SEMI_in_exprTag260 public static final org.antlr.runtime.BitSet FOLLOW_exprOptions_in_exprTag262 public static final org.antlr.runtime.BitSet FOLLOW_RDELIM_in_exprTag267 public static final org.antlr.runtime.BitSet FOLLOW_INDENT_in_region299 public static final org.antlr.runtime.BitSet FOLLOW_LDELIM_in_region304 public static final org.antlr.runtime.BitSet FOLLOW_AT_in_region306 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_region308 public static final org.antlr.runtime.BitSet FOLLOW_RDELIM_in_region310 public static final org.antlr.runtime.BitSet FOLLOW_template_in_region316 public static final org.antlr.runtime.BitSet FOLLOW_INDENT_in_region320 public static final org.antlr.runtime.BitSet FOLLOW_LDELIM_in_region323 public static final org.antlr.runtime.BitSet FOLLOW_END_in_region325 public static final org.antlr.runtime.BitSet FOLLOW_RDELIM_in_region327 public static final org.antlr.runtime.BitSet FOLLOW_NEWLINE_in_region338 public static final org.antlr.runtime.BitSet FOLLOW_LCURLY_in_subtemplate414 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_subtemplate420 public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_subtemplate424 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_subtemplate429 public static final org.antlr.runtime.BitSet FOLLOW_PIPE_in_subtemplate434 public static final org.antlr.runtime.BitSet FOLLOW_template_in_subtemplate439 public static final org.antlr.runtime.BitSet FOLLOW_INDENT_in_subtemplate441 public static final org.antlr.runtime.BitSet FOLLOW_RCURLY_in_subtemplate444 public static final org.antlr.runtime.BitSet FOLLOW_INDENT_in_ifstat485 public static final org.antlr.runtime.BitSet FOLLOW_LDELIM_in_ifstat488 public static final org.antlr.runtime.BitSet FOLLOW_IF_in_ifstat490 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_ifstat492 public static final org.antlr.runtime.BitSet FOLLOW_conditional_in_ifstat496 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_ifstat498 public static final org.antlr.runtime.BitSet FOLLOW_RDELIM_in_ifstat500 public static final org.antlr.runtime.BitSet FOLLOW_template_in_ifstat509 public static final org.antlr.runtime.BitSet FOLLOW_INDENT_in_ifstat516 public static final org.antlr.runtime.BitSet FOLLOW_LDELIM_in_ifstat519 public static final org.antlr.runtime.BitSet FOLLOW_ELSEIF_in_ifstat521 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_ifstat523 public static final org.antlr.runtime.BitSet FOLLOW_conditional_in_ifstat527 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_ifstat529 public static final org.antlr.runtime.BitSet FOLLOW_RDELIM_in_ifstat531 public static final org.antlr.runtime.BitSet FOLLOW_template_in_ifstat535 public static final org.antlr.runtime.BitSet FOLLOW_INDENT_in_ifstat545 public static final org.antlr.runtime.BitSet FOLLOW_LDELIM_in_ifstat548 public static final org.antlr.runtime.BitSet FOLLOW_ELSE_in_ifstat550 public static final org.antlr.runtime.BitSet FOLLOW_RDELIM_in_ifstat552 public static final org.antlr.runtime.BitSet FOLLOW_template_in_ifstat556 public static final org.antlr.runtime.BitSet FOLLOW_INDENT_in_ifstat564 public static final org.antlr.runtime.BitSet FOLLOW_LDELIM_in_ifstat570 public static final org.antlr.runtime.BitSet FOLLOW_ENDIF_in_ifstat572 public static final org.antlr.runtime.BitSet FOLLOW_RDELIM_in_ifstat576 public static final org.antlr.runtime.BitSet FOLLOW_NEWLINE_in_ifstat587 public static final org.antlr.runtime.BitSet FOLLOW_andConditional_in_conditional707 public static final org.antlr.runtime.BitSet FOLLOW_OR_in_conditional711 public static final org.antlr.runtime.BitSet FOLLOW_andConditional_in_conditional714 public static final org.antlr.runtime.BitSet FOLLOW_notConditional_in_andConditional727 public static final org.antlr.runtime.BitSet FOLLOW_AND_in_andConditional731 public static final org.antlr.runtime.BitSet FOLLOW_notConditional_in_andConditional734 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_notConditional747 public static final org.antlr.runtime.BitSet FOLLOW_notConditional_in_notConditional750 public static final org.antlr.runtime.BitSet FOLLOW_memberExpr_in_notConditional755 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_notConditionalExpr767 public static final org.antlr.runtime.BitSet FOLLOW_DOT_in_notConditionalExpr778 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_notConditionalExpr782 public static final org.antlr.runtime.BitSet FOLLOW_DOT_in_notConditionalExpr808 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_notConditionalExpr810 public static final org.antlr.runtime.BitSet FOLLOW_mapExpr_in_notConditionalExpr812 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_notConditionalExpr814 public static final org.antlr.runtime.BitSet FOLLOW_option_in_exprOptions844 public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_exprOptions848 public static final org.antlr.runtime.BitSet FOLLOW_option_in_exprOptions850 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_option877 public static final org.antlr.runtime.BitSet FOLLOW_EQUALS_in_option887 public static final org.antlr.runtime.BitSet FOLLOW_exprNoComma_in_option889 public static final org.antlr.runtime.BitSet FOLLOW_memberExpr_in_exprNoComma996 public static final org.antlr.runtime.BitSet FOLLOW_COLON_in_exprNoComma1002 public static final org.antlr.runtime.BitSet FOLLOW_mapTemplateRef_in_exprNoComma1004 public static final org.antlr.runtime.BitSet FOLLOW_mapExpr_in_expr1049 public static final org.antlr.runtime.BitSet FOLLOW_memberExpr_in_mapExpr1061 public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_mapExpr1070 public static final org.antlr.runtime.BitSet FOLLOW_memberExpr_in_mapExpr1072 public static final org.antlr.runtime.BitSet FOLLOW_COLON_in_mapExpr1078 public static final org.antlr.runtime.BitSet FOLLOW_mapTemplateRef_in_mapExpr1080 public static final org.antlr.runtime.BitSet FOLLOW_COLON_in_mapExpr1143 public static final org.antlr.runtime.BitSet FOLLOW_mapTemplateRef_in_mapExpr1147 public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_mapExpr1153 public static final org.antlr.runtime.BitSet FOLLOW_mapTemplateRef_in_mapExpr1157 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_mapTemplateRef1204 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_mapTemplateRef1206 public static final org.antlr.runtime.BitSet FOLLOW_args_in_mapTemplateRef1208 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_mapTemplateRef1210 public static final org.antlr.runtime.BitSet FOLLOW_subtemplate_in_mapTemplateRef1232 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_mapTemplateRef1239 public static final org.antlr.runtime.BitSet FOLLOW_mapExpr_in_mapTemplateRef1241 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_mapTemplateRef1245 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_mapTemplateRef1247 public static final org.antlr.runtime.BitSet FOLLOW_argExprList_in_mapTemplateRef1249 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_mapTemplateRef1252 public static final org.antlr.runtime.BitSet FOLLOW_includeExpr_in_memberExpr1275 public static final org.antlr.runtime.BitSet FOLLOW_DOT_in_memberExpr1286 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_memberExpr1288 public static final org.antlr.runtime.BitSet FOLLOW_DOT_in_memberExpr1314 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_memberExpr1316 public static final org.antlr.runtime.BitSet FOLLOW_mapExpr_in_memberExpr1318 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_memberExpr1320 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_includeExpr1364 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_includeExpr1366 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_includeExpr1368 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_includeExpr1371 public static final org.antlr.runtime.BitSet FOLLOW_SUPER_in_includeExpr1392 public static final org.antlr.runtime.BitSet FOLLOW_DOT_in_includeExpr1394 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_includeExpr1396 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_includeExpr1398 public static final org.antlr.runtime.BitSet FOLLOW_args_in_includeExpr1400 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_includeExpr1402 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_includeExpr1421 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_includeExpr1423 public static final org.antlr.runtime.BitSet FOLLOW_args_in_includeExpr1425 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_includeExpr1427 public static final org.antlr.runtime.BitSet FOLLOW_AT_in_includeExpr1449 public static final org.antlr.runtime.BitSet FOLLOW_SUPER_in_includeExpr1451 public static final org.antlr.runtime.BitSet FOLLOW_DOT_in_includeExpr1453 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_includeExpr1455 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_includeExpr1457 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_includeExpr1461 public static final org.antlr.runtime.BitSet FOLLOW_AT_in_includeExpr1476 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_includeExpr1478 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_includeExpr1480 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_includeExpr1484 public static final org.antlr.runtime.BitSet FOLLOW_primary_in_includeExpr1502 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_primary1513 public static final org.antlr.runtime.BitSet FOLLOW_STRING_in_primary1518 public static final org.antlr.runtime.BitSet FOLLOW_TRUE_in_primary1523 public static final org.antlr.runtime.BitSet FOLLOW_FALSE_in_primary1528 public static final org.antlr.runtime.BitSet FOLLOW_subtemplate_in_primary1533 public static final org.antlr.runtime.BitSet FOLLOW_list_in_primary1538 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_primary1547 public static final org.antlr.runtime.BitSet FOLLOW_conditional_in_primary1550 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_primary1552 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_primary1563 public static final org.antlr.runtime.BitSet FOLLOW_expr_in_primary1565 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_primary1567 public static final org.antlr.runtime.BitSet FOLLOW_LPAREN_in_primary1573 public static final org.antlr.runtime.BitSet FOLLOW_argExprList_in_primary1575 public static final org.antlr.runtime.BitSet FOLLOW_RPAREN_in_primary1578 public static final org.antlr.runtime.BitSet FOLLOW_argExprList_in_args1634 public static final org.antlr.runtime.BitSet FOLLOW_namedArg_in_args1639 public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_args1643 public static final org.antlr.runtime.BitSet FOLLOW_namedArg_in_args1645 public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_args1651 public static final org.antlr.runtime.BitSet FOLLOW_ELLIPSIS_in_args1653 public static final org.antlr.runtime.BitSet FOLLOW_ELLIPSIS_in_args1673 public static final org.antlr.runtime.BitSet FOLLOW_arg_in_argExprList1686 public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_argExprList1690 public static final org.antlr.runtime.BitSet FOLLOW_arg_in_argExprList1692 public static final org.antlr.runtime.BitSet FOLLOW_exprNoComma_in_arg1709 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_namedArg1718 public static final org.antlr.runtime.BitSet FOLLOW_EQUALS_in_namedArg1720 public static final org.antlr.runtime.BitSet FOLLOW_arg_in_namedArg1722 public static final org.antlr.runtime.BitSet FOLLOW_LBRACK_in_list1747 public static final org.antlr.runtime.BitSet FOLLOW_RBRACK_in_list1749 public static final org.antlr.runtime.BitSet FOLLOW_LBRACK_in_list1761 public static final org.antlr.runtime.BitSet FOLLOW_listElement_in_list1763 public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_list1767 public static final org.antlr.runtime.BitSet FOLLOW_listElement_in_list1769 public static final org.antlr.runtime.BitSet FOLLOW_RBRACK_in_list1774 public static final org.antlr.runtime.BitSet FOLLOW_exprNoComma_in_listElement1794 public void <init> (org.antlr.runtime.TokenStream) org.antlr.runtime.TokenStream input public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.TokenStream input org.antlr.runtime.RecognizerSharedState state public void setTreeAdaptor (org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.tree.TreeAdaptor adaptor public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor () public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public void <init> (org.antlr.runtime.TokenStream, org.stringtemplate.v4.misc.ErrorManager, org.antlr.runtime.Token) org.antlr.runtime.TokenStream input org.stringtemplate.v4.misc.ErrorManager errMgr org.antlr.runtime.Token templateToken protected java.lang.Object recoverFromMismatchedToken (org.antlr.runtime.IntStream, int, org.antlr.runtime.BitSet) throws org.antlr.runtime.RecognitionException org.antlr.runtime.IntStream input int ttype org.antlr.runtime.BitSet follow public final org.stringtemplate.v4.compiler.STParser$templateAndEOF_return templateAndEOF () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$templateAndEOF_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken EOF2 org.stringtemplate.v4.compiler.STParser$template_return template1 org.antlr.runtime.tree.CommonTree EOF2_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_EOF org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_template public final org.stringtemplate.v4.compiler.STParser$template_return template () throws org.antlr.runtime.RecognitionException int alt1 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$template_return retval org.antlr.runtime.tree.CommonTree root_0 org.stringtemplate.v4.compiler.STParser$element_return element3 public final org.stringtemplate.v4.compiler.STParser$element_return element () throws org.antlr.runtime.RecognitionException int alt2 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt3 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$element_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken INDENT4 org.antlr.runtime.CommonToken COMMENT5 org.antlr.runtime.CommonToken NEWLINE6 org.antlr.runtime.CommonToken INDENT7 org.stringtemplate.v4.compiler.STParser$singleElement_return singleElement8 org.stringtemplate.v4.compiler.STParser$singleElement_return singleElement9 org.stringtemplate.v4.compiler.STParser$compoundElement_return compoundElement10 org.antlr.runtime.tree.CommonTree INDENT4_tree org.antlr.runtime.tree.CommonTree COMMENT5_tree org.antlr.runtime.tree.CommonTree NEWLINE6_tree org.antlr.runtime.tree.CommonTree INDENT7_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_NEWLINE org.antlr.runtime.tree.RewriteRuleTokenStream stream_COMMENT org.antlr.runtime.tree.RewriteRuleTokenStream stream_INDENT org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_singleElement public final org.stringtemplate.v4.compiler.STParser$singleElement_return singleElement () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt4 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$singleElement_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken TEXT12 org.antlr.runtime.CommonToken NEWLINE13 org.antlr.runtime.CommonToken COMMENT14 org.stringtemplate.v4.compiler.STParser$exprTag_return exprTag11 org.antlr.runtime.tree.CommonTree TEXT12_tree org.antlr.runtime.tree.CommonTree NEWLINE13_tree org.antlr.runtime.tree.CommonTree COMMENT14_tree public final org.stringtemplate.v4.compiler.STParser$compoundElement_return compoundElement () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt5 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$compoundElement_return retval org.antlr.runtime.tree.CommonTree root_0 org.stringtemplate.v4.compiler.STParser$ifstat_return ifstat15 org.stringtemplate.v4.compiler.STParser$region_return region16 public final org.stringtemplate.v4.compiler.STParser$exprTag_return exprTag () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 int alt6 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$exprTag_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken LDELIM17 org.antlr.runtime.CommonToken char_literal19 org.antlr.runtime.CommonToken RDELIM21 org.stringtemplate.v4.compiler.STParser$expr_return expr18 org.stringtemplate.v4.compiler.STParser$exprOptions_return exprOptions20 org.antlr.runtime.tree.CommonTree LDELIM17_tree org.antlr.runtime.tree.CommonTree char_literal19_tree org.antlr.runtime.tree.CommonTree RDELIM21_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RDELIM org.antlr.runtime.tree.RewriteRuleTokenStream stream_LDELIM org.antlr.runtime.tree.RewriteRuleTokenStream stream_SEMI org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_exprOptions org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_expr public final org.stringtemplate.v4.compiler.STParser$region_return region () throws org.antlr.runtime.RecognitionException int LA9_1 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.CommonTree root_1 int alt7 int alt8 int alt9 org.antlr.runtime.tree.RewriteRuleTokenStream stream_i org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$region_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken i org.antlr.runtime.CommonToken x org.antlr.runtime.CommonToken char_literal22 org.antlr.runtime.CommonToken ID23 org.antlr.runtime.CommonToken RDELIM24 org.antlr.runtime.CommonToken INDENT26 org.antlr.runtime.CommonToken LDELIM27 org.antlr.runtime.CommonToken string_literal28 org.antlr.runtime.CommonToken RDELIM29 org.antlr.runtime.CommonToken NEWLINE30 org.stringtemplate.v4.compiler.STParser$template_return template25 org.antlr.runtime.tree.CommonTree i_tree org.antlr.runtime.tree.CommonTree x_tree org.antlr.runtime.tree.CommonTree char_literal22_tree org.antlr.runtime.tree.CommonTree ID23_tree org.antlr.runtime.tree.CommonTree RDELIM24_tree org.antlr.runtime.tree.CommonTree INDENT26_tree org.antlr.runtime.tree.CommonTree LDELIM27_tree org.antlr.runtime.tree.CommonTree string_literal28_tree org.antlr.runtime.tree.CommonTree RDELIM29_tree org.antlr.runtime.tree.CommonTree NEWLINE30_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_AT org.antlr.runtime.tree.RewriteRuleTokenStream stream_RDELIM org.antlr.runtime.tree.RewriteRuleTokenStream stream_NEWLINE org.antlr.runtime.tree.RewriteRuleTokenStream stream_ID org.antlr.runtime.tree.RewriteRuleTokenStream stream_END org.antlr.runtime.tree.RewriteRuleTokenStream stream_LDELIM org.antlr.runtime.tree.RewriteRuleTokenStream stream_INDENT org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_template org.antlr.runtime.Token indent public final org.stringtemplate.v4.compiler.STParser$subtemplate_return subtemplate () throws org.antlr.runtime.RecognitionException int alt10 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 int alt11 int alt12 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ids org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$subtemplate_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken lc org.antlr.runtime.CommonToken char_literal31 org.antlr.runtime.CommonToken char_literal32 org.antlr.runtime.CommonToken INDENT34 org.antlr.runtime.CommonToken char_literal35 org.antlr.runtime.CommonToken ids java.util.List list_ids org.stringtemplate.v4.compiler.STParser$template_return template33 org.antlr.runtime.tree.CommonTree lc_tree org.antlr.runtime.tree.CommonTree char_literal31_tree org.antlr.runtime.tree.CommonTree char_literal32_tree org.antlr.runtime.tree.CommonTree INDENT34_tree org.antlr.runtime.tree.CommonTree char_literal35_tree org.antlr.runtime.tree.CommonTree ids_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_LCURLY org.antlr.runtime.tree.RewriteRuleTokenStream stream_PIPE org.antlr.runtime.tree.RewriteRuleTokenStream stream_ID org.antlr.runtime.tree.RewriteRuleTokenStream stream_COMMA org.antlr.runtime.tree.RewriteRuleTokenStream stream_INDENT org.antlr.runtime.tree.RewriteRuleTokenStream stream_RCURLY org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_template public final org.stringtemplate.v4.compiler.STParser$ifstat_return ifstat () throws org.antlr.runtime.RecognitionException int alt14 int alt15 int alt16 int LA19_1 org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 int alt13 int alt17 int alt18 int alt19 org.antlr.runtime.tree.RewriteRuleTokenStream stream_i org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_t3 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_t1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_c1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_t2 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_c2 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$ifstat_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken i org.antlr.runtime.CommonToken endif org.antlr.runtime.CommonToken LDELIM36 org.antlr.runtime.CommonToken string_literal37 org.antlr.runtime.CommonToken char_literal38 org.antlr.runtime.CommonToken char_literal39 org.antlr.runtime.CommonToken RDELIM40 org.antlr.runtime.CommonToken INDENT41 org.antlr.runtime.CommonToken LDELIM42 org.antlr.runtime.CommonToken string_literal43 org.antlr.runtime.CommonToken char_literal44 org.antlr.runtime.CommonToken char_literal45 org.antlr.runtime.CommonToken RDELIM46 org.antlr.runtime.CommonToken INDENT47 org.antlr.runtime.CommonToken LDELIM48 org.antlr.runtime.CommonToken string_literal49 org.antlr.runtime.CommonToken RDELIM50 org.antlr.runtime.CommonToken INDENT51 org.antlr.runtime.CommonToken string_literal52 org.antlr.runtime.CommonToken RDELIM53 org.antlr.runtime.CommonToken NEWLINE54 java.util.List list_c2 java.util.List list_t2 org.stringtemplate.v4.compiler.STParser$conditional_return c1 org.stringtemplate.v4.compiler.STParser$template_return t1 org.stringtemplate.v4.compiler.STParser$template_return t3 org.antlr.runtime.RuleReturnScope c2 org.antlr.runtime.RuleReturnScope t2 org.antlr.runtime.tree.CommonTree i_tree org.antlr.runtime.tree.CommonTree endif_tree org.antlr.runtime.tree.CommonTree LDELIM36_tree org.antlr.runtime.tree.CommonTree string_literal37_tree org.antlr.runtime.tree.CommonTree char_literal38_tree org.antlr.runtime.tree.CommonTree char_literal39_tree org.antlr.runtime.tree.CommonTree RDELIM40_tree org.antlr.runtime.tree.CommonTree INDENT41_tree org.antlr.runtime.tree.CommonTree LDELIM42_tree org.antlr.runtime.tree.CommonTree string_literal43_tree org.antlr.runtime.tree.CommonTree char_literal44_tree org.antlr.runtime.tree.CommonTree char_literal45_tree org.antlr.runtime.tree.CommonTree RDELIM46_tree org.antlr.runtime.tree.CommonTree INDENT47_tree org.antlr.runtime.tree.CommonTree LDELIM48_tree org.antlr.runtime.tree.CommonTree string_literal49_tree org.antlr.runtime.tree.CommonTree RDELIM50_tree org.antlr.runtime.tree.CommonTree INDENT51_tree org.antlr.runtime.tree.CommonTree string_literal52_tree org.antlr.runtime.tree.CommonTree RDELIM53_tree org.antlr.runtime.tree.CommonTree NEWLINE54_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_ENDIF org.antlr.runtime.tree.RewriteRuleTokenStream stream_RDELIM org.antlr.runtime.tree.RewriteRuleTokenStream stream_RPAREN org.antlr.runtime.tree.RewriteRuleTokenStream stream_NEWLINE org.antlr.runtime.tree.RewriteRuleTokenStream stream_LDELIM org.antlr.runtime.tree.RewriteRuleTokenStream stream_INDENT org.antlr.runtime.tree.RewriteRuleTokenStream stream_LPAREN org.antlr.runtime.tree.RewriteRuleTokenStream stream_IF org.antlr.runtime.tree.RewriteRuleTokenStream stream_ELSE org.antlr.runtime.tree.RewriteRuleTokenStream stream_ELSEIF org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_template org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_conditional org.antlr.runtime.Token indent public final org.stringtemplate.v4.compiler.STParser$conditional_return conditional () throws org.antlr.runtime.RecognitionException int alt20 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$conditional_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken string_literal56 org.stringtemplate.v4.compiler.STParser$andConditional_return andConditional55 org.stringtemplate.v4.compiler.STParser$andConditional_return andConditional57 org.antlr.runtime.tree.CommonTree string_literal56_tree public final org.stringtemplate.v4.compiler.STParser$andConditional_return andConditional () throws org.antlr.runtime.RecognitionException int alt21 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$andConditional_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken string_literal59 org.stringtemplate.v4.compiler.STParser$notConditional_return notConditional58 org.stringtemplate.v4.compiler.STParser$notConditional_return notConditional60 org.antlr.runtime.tree.CommonTree string_literal59_tree public final org.stringtemplate.v4.compiler.STParser$notConditional_return notConditional () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt22 int LA22_0 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$notConditional_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken char_literal61 org.stringtemplate.v4.compiler.STParser$notConditional_return notConditional62 org.stringtemplate.v4.compiler.STParser$memberExpr_return memberExpr63 org.antlr.runtime.tree.CommonTree char_literal61_tree public final org.stringtemplate.v4.compiler.STParser$notConditionalExpr_return notConditionalExpr () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_prop org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt23 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$notConditionalExpr_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken p org.antlr.runtime.CommonToken prop org.antlr.runtime.CommonToken ID64 org.antlr.runtime.CommonToken char_literal65 org.antlr.runtime.CommonToken char_literal67 org.stringtemplate.v4.compiler.STParser$mapExpr_return mapExpr66 org.antlr.runtime.tree.CommonTree p_tree org.antlr.runtime.tree.CommonTree prop_tree org.antlr.runtime.tree.CommonTree ID64_tree org.antlr.runtime.tree.CommonTree char_literal65_tree org.antlr.runtime.tree.CommonTree char_literal67_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RPAREN org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOT org.antlr.runtime.tree.RewriteRuleTokenStream stream_ID org.antlr.runtime.tree.RewriteRuleTokenStream stream_LPAREN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_mapExpr public final org.stringtemplate.v4.compiler.STParser$exprOptions_return exprOptions () throws org.antlr.runtime.RecognitionException int alt24 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$exprOptions_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken char_literal69 org.stringtemplate.v4.compiler.STParser$option_return option68 org.stringtemplate.v4.compiler.STParser$option_return option70 org.antlr.runtime.tree.CommonTree char_literal69_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_COMMA org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_option public final org.stringtemplate.v4.compiler.STParser$option_return option () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt25 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$option_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken ID71 org.antlr.runtime.CommonToken char_literal72 org.stringtemplate.v4.compiler.STParser$exprNoComma_return exprNoComma73 org.antlr.runtime.tree.CommonTree ID71_tree org.antlr.runtime.tree.CommonTree char_literal72_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_EQUALS org.antlr.runtime.tree.RewriteRuleTokenStream stream_ID org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_exprNoComma String id String defVal boolean validOption public final org.stringtemplate.v4.compiler.STParser$exprNoComma_return exprNoComma () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt26 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$exprNoComma_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken char_literal75 org.stringtemplate.v4.compiler.STParser$memberExpr_return memberExpr74 org.stringtemplate.v4.compiler.STParser$mapTemplateRef_return mapTemplateRef76 org.antlr.runtime.tree.CommonTree char_literal75_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_COLON org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_memberExpr org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_mapTemplateRef public final org.stringtemplate.v4.compiler.STParser$expr_return expr () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$expr_return retval org.antlr.runtime.tree.CommonTree root_0 org.stringtemplate.v4.compiler.STParser$mapExpr_return mapExpr77 public final org.stringtemplate.v4.compiler.STParser$mapExpr_return mapExpr () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt27 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 int cnt27 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt29 int LA29_0 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_x int alt30 int alt28 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$mapExpr_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken c org.antlr.runtime.CommonToken col org.antlr.runtime.CommonToken char_literal81 java.util.List list_x org.stringtemplate.v4.compiler.STParser$memberExpr_return memberExpr78 org.stringtemplate.v4.compiler.STParser$memberExpr_return memberExpr79 org.stringtemplate.v4.compiler.STParser$mapTemplateRef_return mapTemplateRef80 org.antlr.runtime.RuleReturnScope x org.antlr.runtime.tree.CommonTree c_tree org.antlr.runtime.tree.CommonTree col_tree org.antlr.runtime.tree.CommonTree char_literal81_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_COLON org.antlr.runtime.tree.RewriteRuleTokenStream stream_COMMA org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_memberExpr org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_mapTemplateRef public final org.stringtemplate.v4.compiler.STParser$mapTemplateRef_return mapTemplateRef () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 int alt31 int LA31_0 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt32 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$mapTemplateRef_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken lp org.antlr.runtime.CommonToken rp org.antlr.runtime.CommonToken ID82 org.antlr.runtime.CommonToken char_literal83 org.antlr.runtime.CommonToken char_literal85 org.antlr.runtime.CommonToken char_literal88 org.antlr.runtime.CommonToken char_literal90 org.stringtemplate.v4.compiler.STParser$args_return args84 org.stringtemplate.v4.compiler.STParser$subtemplate_return subtemplate86 org.stringtemplate.v4.compiler.STParser$mapExpr_return mapExpr87 org.stringtemplate.v4.compiler.STParser$argExprList_return argExprList89 org.antlr.runtime.tree.CommonTree lp_tree org.antlr.runtime.tree.CommonTree rp_tree org.antlr.runtime.tree.CommonTree ID82_tree org.antlr.runtime.tree.CommonTree char_literal83_tree org.antlr.runtime.tree.CommonTree char_literal85_tree org.antlr.runtime.tree.CommonTree char_literal88_tree org.antlr.runtime.tree.CommonTree char_literal90_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RPAREN org.antlr.runtime.tree.RewriteRuleTokenStream stream_ID org.antlr.runtime.tree.RewriteRuleTokenStream stream_LPAREN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_argExprList org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_args org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_mapExpr public final org.stringtemplate.v4.compiler.STParser$memberExpr_return memberExpr () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt33 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$memberExpr_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken p org.antlr.runtime.CommonToken ID92 org.antlr.runtime.CommonToken char_literal93 org.antlr.runtime.CommonToken char_literal95 org.stringtemplate.v4.compiler.STParser$includeExpr_return includeExpr91 org.stringtemplate.v4.compiler.STParser$mapExpr_return mapExpr94 org.antlr.runtime.tree.CommonTree p_tree org.antlr.runtime.tree.CommonTree ID92_tree org.antlr.runtime.tree.CommonTree char_literal93_tree org.antlr.runtime.tree.CommonTree char_literal95_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RPAREN org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOT org.antlr.runtime.tree.RewriteRuleTokenStream stream_ID org.antlr.runtime.tree.RewriteRuleTokenStream stream_LPAREN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_includeExpr org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_mapExpr public final org.stringtemplate.v4.compiler.STParser$includeExpr_return includeExpr () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 int alt34 int LA34_0 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt35 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$includeExpr_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken rp org.antlr.runtime.CommonToken ID96 org.antlr.runtime.CommonToken char_literal97 org.antlr.runtime.CommonToken char_literal99 org.antlr.runtime.CommonToken string_literal100 org.antlr.runtime.CommonToken char_literal101 org.antlr.runtime.CommonToken ID102 org.antlr.runtime.CommonToken char_literal103 org.antlr.runtime.CommonToken char_literal105 org.antlr.runtime.CommonToken ID106 org.antlr.runtime.CommonToken char_literal107 org.antlr.runtime.CommonToken char_literal109 org.antlr.runtime.CommonToken char_literal110 org.antlr.runtime.CommonToken string_literal111 org.antlr.runtime.CommonToken char_literal112 org.antlr.runtime.CommonToken ID113 org.antlr.runtime.CommonToken char_literal114 org.antlr.runtime.CommonToken char_literal115 org.antlr.runtime.CommonToken ID116 org.antlr.runtime.CommonToken char_literal117 org.stringtemplate.v4.compiler.STParser$expr_return expr98 org.stringtemplate.v4.compiler.STParser$args_return args104 org.stringtemplate.v4.compiler.STParser$args_return args108 org.stringtemplate.v4.compiler.STParser$primary_return primary118 org.antlr.runtime.tree.CommonTree rp_tree org.antlr.runtime.tree.CommonTree ID96_tree org.antlr.runtime.tree.CommonTree char_literal97_tree org.antlr.runtime.tree.CommonTree char_literal99_tree org.antlr.runtime.tree.CommonTree string_literal100_tree org.antlr.runtime.tree.CommonTree char_literal101_tree org.antlr.runtime.tree.CommonTree ID102_tree org.antlr.runtime.tree.CommonTree char_literal103_tree org.antlr.runtime.tree.CommonTree char_literal105_tree org.antlr.runtime.tree.CommonTree ID106_tree org.antlr.runtime.tree.CommonTree char_literal107_tree org.antlr.runtime.tree.CommonTree char_literal109_tree org.antlr.runtime.tree.CommonTree char_literal110_tree org.antlr.runtime.tree.CommonTree string_literal111_tree org.antlr.runtime.tree.CommonTree char_literal112_tree org.antlr.runtime.tree.CommonTree ID113_tree org.antlr.runtime.tree.CommonTree char_literal114_tree org.antlr.runtime.tree.CommonTree char_literal115_tree org.antlr.runtime.tree.CommonTree ID116_tree org.antlr.runtime.tree.CommonTree char_literal117_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_AT org.antlr.runtime.tree.RewriteRuleTokenStream stream_RPAREN org.antlr.runtime.tree.RewriteRuleTokenStream stream_SUPER org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOT org.antlr.runtime.tree.RewriteRuleTokenStream stream_ID org.antlr.runtime.tree.RewriteRuleTokenStream stream_LPAREN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_args org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_expr public final org.stringtemplate.v4.compiler.STParser$primary_return primary () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 int alt36 int LA36_0 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt37 int alt38 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$primary_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken lp org.antlr.runtime.CommonToken ID119 org.antlr.runtime.CommonToken STRING120 org.antlr.runtime.CommonToken TRUE121 org.antlr.runtime.CommonToken FALSE122 org.antlr.runtime.CommonToken char_literal125 org.antlr.runtime.CommonToken char_literal127 org.antlr.runtime.CommonToken char_literal129 org.antlr.runtime.CommonToken char_literal130 org.antlr.runtime.CommonToken char_literal132 org.stringtemplate.v4.compiler.STParser$subtemplate_return subtemplate123 org.stringtemplate.v4.compiler.STParser$list_return list124 org.stringtemplate.v4.compiler.STParser$conditional_return conditional126 org.stringtemplate.v4.compiler.STParser$expr_return expr128 org.stringtemplate.v4.compiler.STParser$argExprList_return argExprList131 org.antlr.runtime.tree.CommonTree lp_tree org.antlr.runtime.tree.CommonTree ID119_tree org.antlr.runtime.tree.CommonTree STRING120_tree org.antlr.runtime.tree.CommonTree TRUE121_tree org.antlr.runtime.tree.CommonTree FALSE122_tree org.antlr.runtime.tree.CommonTree char_literal125_tree org.antlr.runtime.tree.CommonTree char_literal127_tree org.antlr.runtime.tree.CommonTree char_literal129_tree org.antlr.runtime.tree.CommonTree char_literal130_tree org.antlr.runtime.tree.CommonTree char_literal132_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RPAREN org.antlr.runtime.tree.RewriteRuleTokenStream stream_LPAREN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_argExprList org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_expr public final org.stringtemplate.v4.compiler.STParser$args_return args () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt39 int alt40 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt41 int LA41_0 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$args_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken char_literal135 org.antlr.runtime.CommonToken char_literal137 org.antlr.runtime.CommonToken string_literal138 org.antlr.runtime.CommonToken string_literal139 org.stringtemplate.v4.compiler.STParser$argExprList_return argExprList133 org.stringtemplate.v4.compiler.STParser$namedArg_return namedArg134 org.stringtemplate.v4.compiler.STParser$namedArg_return namedArg136 org.antlr.runtime.tree.CommonTree char_literal135_tree org.antlr.runtime.tree.CommonTree char_literal137_tree org.antlr.runtime.tree.CommonTree string_literal138_tree org.antlr.runtime.tree.CommonTree string_literal139_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_ELLIPSIS org.antlr.runtime.tree.RewriteRuleTokenStream stream_COMMA org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_namedArg public final org.stringtemplate.v4.compiler.STParser$argExprList_return argExprList () throws org.antlr.runtime.RecognitionException int alt42 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$argExprList_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken char_literal141 org.stringtemplate.v4.compiler.STParser$arg_return arg140 org.stringtemplate.v4.compiler.STParser$arg_return arg142 org.antlr.runtime.tree.CommonTree char_literal141_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_COMMA org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_arg public final org.stringtemplate.v4.compiler.STParser$arg_return arg () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$arg_return retval org.antlr.runtime.tree.CommonTree root_0 org.stringtemplate.v4.compiler.STParser$exprNoComma_return exprNoComma143 public final org.stringtemplate.v4.compiler.STParser$namedArg_return namedArg () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$namedArg_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken ID144 org.antlr.runtime.CommonToken char_literal145 org.stringtemplate.v4.compiler.STParser$arg_return arg146 org.antlr.runtime.tree.CommonTree ID144_tree org.antlr.runtime.tree.CommonTree char_literal145_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_EQUALS org.antlr.runtime.tree.RewriteRuleTokenStream stream_ID org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_arg public final org.stringtemplate.v4.compiler.STParser$list_return list () throws org.antlr.runtime.RecognitionException int LA44_2 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt43 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt44 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$list_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.CommonToken lb org.antlr.runtime.CommonToken char_literal147 org.antlr.runtime.CommonToken char_literal149 org.antlr.runtime.CommonToken char_literal151 org.stringtemplate.v4.compiler.STParser$listElement_return listElement148 org.stringtemplate.v4.compiler.STParser$listElement_return listElement150 org.antlr.runtime.tree.CommonTree lb_tree org.antlr.runtime.tree.CommonTree char_literal147_tree org.antlr.runtime.tree.CommonTree char_literal149_tree org.antlr.runtime.tree.CommonTree char_literal151_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RBRACK org.antlr.runtime.tree.RewriteRuleTokenStream stream_LBRACK org.antlr.runtime.tree.RewriteRuleTokenStream stream_COMMA org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_listElement public final org.stringtemplate.v4.compiler.STParser$listElement_return listElement () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt45 int LA45_0 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.STParser$listElement_return retval org.antlr.runtime.tree.CommonTree root_0 org.stringtemplate.v4.compiler.STParser$exprNoComma_return exprNoComma152 static void <clinit> () int i int numStates int i int numStates int i int numStates }
org/stringtemplate/v4/compiler/STParser$exprTag_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$exprTag_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/CodeGenerator$subtemplate_return.class
CodeGenerator.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.CodeGenerator$subtemplate_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public String name public int nargs public void <init> () }
org/stringtemplate/v4/compiler/STParser$andConditional_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$andConditional_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/CodeGenerator$includeExpr_return.class
CodeGenerator.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.CodeGenerator$includeExpr_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/stringtemplate/v4/compiler/STParser$templateAndEOF_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$templateAndEOF_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/Compiler$1.class
Compiler.java package org.stringtemplate.v4.compiler final org.stringtemplate.v4.compiler.Compiler$1 extends java.util.HashMap { void <init> () }
org/stringtemplate/v4/compiler/STParser$DFA35.class
STParser.java package org.stringtemplate.v4.compiler org.stringtemplate.v4.compiler.STParser$DFA35 extends org.antlr.runtime.DFA { final synthetic org.stringtemplate.v4.compiler.STParser this$0 public void <init> (org.stringtemplate.v4.compiler.STParser, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA35_10 int index35_10 int LA35_0 int index35_0 int s org.antlr.runtime.IntStream _input org.antlr.runtime.TokenStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/stringtemplate/v4/compiler/STParser$memberExpr_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$memberExpr_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/Compiler.class
Compiler.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.Compiler extends java.lang.Object { public static final String SUBTEMPLATE_PREFIX public static final int TEMPLATE_INITIAL_CODE_SIZE public static final java.util.Map supportedOptions public static final int NUM_OPTIONS public static final java.util.Map defaultOptionValues public static java.util.Map funcs public static int subtemplateCount public org.stringtemplate.v4.STGroup group public void <init> () public void <init> (org.stringtemplate.v4.STGroup) org.stringtemplate.v4.STGroup group public org.stringtemplate.v4.compiler.CompiledST compile (java.lang.String) String template org.stringtemplate.v4.compiler.CompiledST code public org.stringtemplate.v4.compiler.CompiledST compile (java.lang.String, java.lang.String) String name String template org.stringtemplate.v4.compiler.CompiledST code public org.stringtemplate.v4.compiler.CompiledST compile (java.lang.String, java.lang.String, java.util.List, java.lang.String, org.antlr.runtime.Token) org.antlr.runtime.RecognitionException re org.stringtemplate.v4.compiler.CompiledST impl org.antlr.runtime.RecognitionException re String srcName String name java.util.List args String template org.antlr.runtime.Token templateToken org.antlr.runtime.ANTLRStringStream is org.stringtemplate.v4.compiler.STLexer lexer org.antlr.runtime.CommonTokenStream tokens org.stringtemplate.v4.compiler.STParser p org.stringtemplate.v4.compiler.STParser$templateAndEOF_return r org.antlr.runtime.tree.CommonTreeNodeStream nodes org.stringtemplate.v4.compiler.CodeGenerator gen org.stringtemplate.v4.compiler.CompiledST impl public static org.stringtemplate.v4.compiler.CompiledST defineBlankRegion (org.stringtemplate.v4.compiler.CompiledST, org.antlr.runtime.Token) org.stringtemplate.v4.compiler.CompiledST outermostImpl org.antlr.runtime.Token nameToken String outermostTemplateName String mangled org.stringtemplate.v4.compiler.CompiledST blank public static java.lang.String getNewSubtemplateName () protected void reportMessageAndThrowSTException (org.antlr.runtime.TokenStream, org.antlr.runtime.Token, org.antlr.runtime.Parser, org.antlr.runtime.RecognitionException) String msg String msg String msg String msg String msg org.antlr.runtime.TokenStream tokens org.antlr.runtime.Token templateToken org.antlr.runtime.Parser parser org.antlr.runtime.RecognitionException re static void <clinit> () }
org/stringtemplate/v4/compiler/STParser$listElement_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$listElement_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$notConditionalExpr_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$notConditionalExpr_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$notConditional_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$notConditional_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$expr_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$expr_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$mapTemplateRef_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$mapTemplateRef_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/CompiledST.class
CompiledST.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.CompiledST extends java.lang.Object { public String name public String prefix public String template public org.antlr.runtime.Token templateDefStartToken public org.antlr.runtime.TokenStream tokens public org.antlr.runtime.tree.CommonTree ast public java.util.Map formalArguments public boolean hasFormalArgs public int numberOfArgsWithDefaultValues public java.util.List implicitlyDefinedTemplates public org.stringtemplate.v4.STGroup nativeGroup public boolean isRegion public org.stringtemplate.v4.ST$RegionType regionDefType public boolean isAnonSubtemplate public String[] strings public byte[] instrs public int codeSize public org.stringtemplate.v4.misc.Interval[] sourceMap public void <init> () public void addImplicitlyDefinedTemplate (org.stringtemplate.v4.compiler.CompiledST) org.stringtemplate.v4.compiler.CompiledST sub public void defineArgDefaultValueTemplates (org.stringtemplate.v4.STGroup) String argSTname org.stringtemplate.v4.compiler.Compiler c2 String defArgTemplate org.stringtemplate.v4.compiler.FormalArgument fa String a java.util.Iterator i$ org.stringtemplate.v4.STGroup group public void defineFormalArgs (java.util.List) org.stringtemplate.v4.compiler.FormalArgument a java.util.Iterator i$ java.util.List args public void addArg (org.stringtemplate.v4.compiler.FormalArgument) org.stringtemplate.v4.compiler.FormalArgument a public void defineImplicitlyDefinedTemplates (org.stringtemplate.v4.STGroup) org.stringtemplate.v4.compiler.CompiledST sub java.util.Iterator i$ org.stringtemplate.v4.STGroup group public java.lang.String getTemplateSource () org.stringtemplate.v4.misc.Interval r public org.stringtemplate.v4.misc.Interval getTemplateRange () org.stringtemplate.v4.misc.Interval I int i org.stringtemplate.v4.misc.Interval start org.stringtemplate.v4.misc.Interval stop public java.lang.String instrs () org.stringtemplate.v4.compiler.BytecodeDisassembler dis public void dump () org.stringtemplate.v4.compiler.BytecodeDisassembler dis public java.lang.String disasm () org.stringtemplate.v4.compiler.BytecodeDisassembler dis java.io.StringWriter sw java.io.PrintWriter pw }
org/stringtemplate/v4/compiler/STParser$DFA3.class
STParser.java package org.stringtemplate.v4.compiler org.stringtemplate.v4.compiler.STParser$DFA3 extends org.antlr.runtime.DFA { final synthetic org.stringtemplate.v4.compiler.STParser this$0 public void <init> (org.stringtemplate.v4.compiler.STParser, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA3_8 int index3_8 int LA3_11 int index3_11 int s org.antlr.runtime.IntStream _input org.antlr.runtime.TokenStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/stringtemplate/v4/compiler/STParser$singleElement_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$singleElement_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$arg_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$arg_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$conditional_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$conditional_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STLexer$STToken.class
STLexer.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STLexer$STToken extends org.antlr.runtime.CommonToken { public void <init> (org.antlr.runtime.CharStream, int, int, int) org.antlr.runtime.CharStream input int type int start int stop public void <init> (int, java.lang.String) int type String text public java.lang.String toString () String channelStr String txt String tokenName }
org/stringtemplate/v4/compiler/Bytecode$OperandType.class
Bytecode.java package org.stringtemplate.v4.compiler public final enum org.stringtemplate.v4.compiler.Bytecode$OperandType extends java.lang.Enum { public static final enum org.stringtemplate.v4.compiler.Bytecode$OperandType NONE public static final enum org.stringtemplate.v4.compiler.Bytecode$OperandType STRING public static final enum org.stringtemplate.v4.compiler.Bytecode$OperandType ADDR public static final enum org.stringtemplate.v4.compiler.Bytecode$OperandType INT private static final synthetic org.stringtemplate.v4.compiler.Bytecode$OperandType[] $VALUES public static org.stringtemplate.v4.compiler.Bytecode$OperandType[] values () public static org.stringtemplate.v4.compiler.Bytecode$OperandType valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/stringtemplate/v4/compiler/STLexer.class
STLexer.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STLexer extends java.lang.Object implements org.antlr.runtime.TokenSource { public static final char EOF public static final int EOF_TYPE public static final org.antlr.runtime.Token SKIP public static final int RBRACK public static final int LBRACK public static final int ELSE public static final int ELLIPSIS public static final int LCURLY public static final int BANG public static final int EQUALS public static final int TEXT public static final int ID public static final int SEMI public static final int LPAREN public static final int IF public static final int ELSEIF public static final int COLON public static final int RPAREN public static final int COMMA public static final int RCURLY public static final int ENDIF public static final int RDELIM public static final int SUPER public static final int DOT public static final int LDELIM public static final int STRING public static final int PIPE public static final int OR public static final int AND public static final int INDENT public static final int NEWLINE public static final int AT public static final int REGION_END public static final int TRUE public static final int FALSE public static final int COMMENT char delimiterStartChar char delimiterStopChar boolean scanningInsideExpr public int subtemplateDepth org.stringtemplate.v4.misc.ErrorManager errMgr org.antlr.runtime.Token templateToken org.antlr.runtime.CharStream input char c int startCharIndex int startLine int startCharPositionInLine java.util.List tokens public void <init> (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public void <init> (org.stringtemplate.v4.misc.ErrorManager, org.antlr.runtime.CharStream, org.antlr.runtime.Token) org.stringtemplate.v4.misc.ErrorManager errMgr org.antlr.runtime.CharStream input org.antlr.runtime.Token templateToken public void <init> (org.stringtemplate.v4.misc.ErrorManager, org.antlr.runtime.CharStream, org.antlr.runtime.Token, char, char) org.stringtemplate.v4.misc.ErrorManager errMgr org.antlr.runtime.CharStream input org.antlr.runtime.Token templateToken char delimiterStartChar char delimiterStopChar public org.antlr.runtime.Token nextToken () org.antlr.runtime.Token t public void match (char) org.antlr.runtime.NoViableAltException e char x protected void consume () public void emit (org.antlr.runtime.Token) org.antlr.runtime.Token token public org.antlr.runtime.Token _nextToken () org.antlr.runtime.Token t org.antlr.runtime.Token t protected org.antlr.runtime.Token outside () protected org.antlr.runtime.Token inside () org.antlr.runtime.Token id String name org.antlr.runtime.RecognitionException re org.antlr.runtime.Token subTemplate () org.antlr.runtime.Token t java.util.Iterator i$ int m int curlyStartChar int curlyLine int curlyPos java.util.List argTokens org.antlr.runtime.Token curly org.antlr.runtime.Token ESCAPE () org.antlr.runtime.NoViableAltException e String text org.antlr.runtime.Token t org.antlr.runtime.Token UNICODE () org.antlr.runtime.NoViableAltException e org.antlr.runtime.NoViableAltException e org.antlr.runtime.NoViableAltException e org.antlr.runtime.NoViableAltException e char[] chars char uc org.antlr.runtime.Token t org.antlr.runtime.Token mTEXT () boolean modifiedText StringBuilder buf org.antlr.runtime.Token mID () org.antlr.runtime.Token mSTRING () org.antlr.runtime.RecognitionException re boolean sawEscape StringBuilder buf void WS () org.antlr.runtime.Token COMMENT () org.antlr.runtime.RecognitionException re void LINEBREAK () public static boolean isIDStartLetter (char) char c public static boolean isIDLetter (char) char c public static boolean isWS (char) char c public static boolean isUnicodeLetter (char) char c public org.antlr.runtime.Token newToken (int) int ttype org.stringtemplate.v4.compiler.STLexer$STToken t public org.antlr.runtime.Token newTokenFromPreviousChar (int) int ttype org.stringtemplate.v4.compiler.STLexer$STToken t public org.antlr.runtime.Token newToken (int, java.lang.String, int) int ttype String text int pos org.stringtemplate.v4.compiler.STLexer$STToken t public org.antlr.runtime.Token newToken (int, java.lang.String) int ttype String text org.stringtemplate.v4.compiler.STLexer$STToken t public java.lang.String getSourceName () public static java.lang.String str (int) int c static void <clinit> () }
org/stringtemplate/v4/compiler/STParser$mapExpr_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$mapExpr_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$template_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$template_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$option_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$option_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$list_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$list_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/Bytecode.class
Bytecode.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.Bytecode extends java.lang.Object { public static final int MAX_OPNDS public static final int OPND_SIZE_IN_BYTES public static final short INSTR_LOAD_STR public static final short INSTR_LOAD_ATTR public static final short INSTR_LOAD_LOCAL public static final short INSTR_LOAD_PROP public static final short INSTR_LOAD_PROP_IND public static final short INSTR_STORE_OPTION public static final short INSTR_STORE_ARG public static final short INSTR_NEW public static final short INSTR_NEW_IND public static final short INSTR_NEW_BOX_ARGS public static final short INSTR_SUPER_NEW public static final short INSTR_SUPER_NEW_BOX_ARGS public static final short INSTR_WRITE public static final short INSTR_WRITE_OPT public static final short INSTR_MAP public static final short INSTR_ROT_MAP public static final short INSTR_ZIP_MAP public static final short INSTR_BR public static final short INSTR_BRF public static final short INSTR_OPTIONS public static final short INSTR_ARGS public static final short INSTR_PASSTHRU public static final short INSTR_LIST public static final short INSTR_ADD public static final short INSTR_TOSTR public static final short INSTR_FIRST public static final short INSTR_LAST public static final short INSTR_REST public static final short INSTR_TRUNC public static final short INSTR_STRIP public static final short INSTR_TRIM public static final short INSTR_LENGTH public static final short INSTR_STRLEN public static final short INSTR_REVERSE public static final short INSTR_NOT public static final short INSTR_OR public static final short INSTR_AND public static final short INSTR_INDENT public static final short INSTR_DEDENT public static final short INSTR_NEWLINE public static final short INSTR_NOOP public static final short INSTR_POP public static final short INSTR_NULL public static final short INSTR_TRUE public static final short INSTR_FALSE public static final short INSTR_WRITE_STR public static final short INSTR_WRITE_LOCAL public static final short MAX_BYTECODE public static org.stringtemplate.v4.compiler.Bytecode$Instruction[] instructions public void <init> () static void <clinit> () }
org/stringtemplate/v4/compiler/FormalArgument.class
FormalArgument.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.FormalArgument extends java.lang.Object { public String name public int index public org.antlr.runtime.Token defaultValueToken public Object defaultValue public org.stringtemplate.v4.compiler.CompiledST compiledDefaultValue public void <init> (java.lang.String) String name public void <init> (java.lang.String, org.antlr.runtime.Token) String name org.antlr.runtime.Token defaultValueToken public int hashCode () public boolean equals (java.lang.Object) Object o org.stringtemplate.v4.compiler.FormalArgument other public java.lang.String toString () }
org/stringtemplate/v4/compiler/STParser$includeExpr_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$includeExpr_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/CodeGenerator$listElement_return.class
CodeGenerator.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.CodeGenerator$listElement_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/stringtemplate/v4/compiler/STParser$argExprList_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$argExprList_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/STParser$element_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$element_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/Compiler$4.class
Compiler.java package org.stringtemplate.v4.compiler org.stringtemplate.v4.compiler.Compiler$4 extends org.stringtemplate.v4.compiler.STLexer { final synthetic org.stringtemplate.v4.compiler.Compiler this$0 void <init> (org.stringtemplate.v4.compiler.Compiler, org.stringtemplate.v4.misc.ErrorManager, org.antlr.runtime.CharStream, org.antlr.runtime.Token, char, char) org.stringtemplate.v4.misc.ErrorManager x0 org.antlr.runtime.CharStream x1 org.antlr.runtime.Token x2 char x3 char x4 public org.antlr.runtime.Token nextToken () org.antlr.runtime.Token t }
org/stringtemplate/v4/compiler/CodeGenerator$region_return.class
CodeGenerator.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.CodeGenerator$region_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public String name public void <init> () }
org/stringtemplate/v4/compiler/STParser$namedArg_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$namedArg_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/GroupParser$formalArgs_scope.class
GroupParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.GroupParser$formalArgs_scope extends java.lang.Object { boolean hasOptionalParameter protected void <init> () }
org/stringtemplate/v4/compiler/STParser$DFA38.class
STParser.java package org.stringtemplate.v4.compiler org.stringtemplate.v4.compiler.STParser$DFA38 extends org.antlr.runtime.DFA { final synthetic org.stringtemplate.v4.compiler.STParser this$0 public void <init> (org.stringtemplate.v4.compiler.STParser, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA38_7 int index38_7 int LA38_0 int index38_0 int s org.antlr.runtime.IntStream _input org.antlr.runtime.TokenStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/stringtemplate/v4/compiler/CodeGenerator$primary_return.class
CodeGenerator.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.CodeGenerator$primary_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/stringtemplate/v4/compiler/CodeGenerator$mapTemplateRef_return.class
CodeGenerator.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.CodeGenerator$mapTemplateRef_return extends org.antlr.runtime.tree.TreeRuleReturnScope { public void <init> () }
org/stringtemplate/v4/compiler/Compiler$2.class
Compiler.java package org.stringtemplate.v4.compiler final org.stringtemplate.v4.compiler.Compiler$2 extends java.util.HashMap { void <init> () }
org/stringtemplate/v4/compiler/STParser$region_return.class
STParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.STParser$region_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/stringtemplate/v4/compiler/GroupParser.class
GroupParser.java package org.stringtemplate.v4.compiler public org.stringtemplate.v4.compiler.GroupParser extends org.antlr.runtime.Parser { public static final String[] tokenNames public static final int EOF public static final int T__14 public static final int T__15 public static final int T__16 public static final int T__17 public static final int T__18 public static final int T__19 public static final int T__20 public static final int T__21 public static final int T__22 public static final int T__23 public static final int T__24 public static final int T__25 public static final int T__26 public static final int T__27 public static final int T__28 public static final int T__29 public static final int TRUE public static final int FALSE public static final int STRING public static final int ID public static final int BIGSTRING public static final int BIGSTRING_NO_NL public static final int ANONYMOUS_TEMPLATE public static final int COMMENT public static final int LINE_COMMENT public static final int WS public org.stringtemplate.v4.STGroup group protected java.util.Stack formalArgs_stack public static final org.antlr.runtime.BitSet FOLLOW_oldStyleHeader_in_group65 public static final org.antlr.runtime.BitSet FOLLOW_delimiters_in_group70 public static final org.antlr.runtime.BitSet FOLLOW_14_in_group80 public static final org.antlr.runtime.BitSet FOLLOW_STRING_in_group82 public static final org.antlr.runtime.BitSet FOLLOW_14_in_group90 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_group101 public static final org.antlr.runtime.BitSet FOLLOW_15_in_group104 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_group106 public static final org.antlr.runtime.BitSet FOLLOW_def_in_group124 public static final org.antlr.runtime.BitSet FOLLOW_16_in_oldStyleHeader146 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_oldStyleHeader148 public static final org.antlr.runtime.BitSet FOLLOW_17_in_oldStyleHeader152 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_oldStyleHeader154 public static final org.antlr.runtime.BitSet FOLLOW_18_in_oldStyleHeader166 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_oldStyleHeader168 public static final org.antlr.runtime.BitSet FOLLOW_19_in_oldStyleHeader171 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_oldStyleHeader173 public static final org.antlr.runtime.BitSet FOLLOW_20_in_oldStyleHeader185 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_groupName207 public static final org.antlr.runtime.BitSet FOLLOW_15_in_groupName212 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_groupName216 public static final org.antlr.runtime.BitSet FOLLOW_21_in_delimiters234 public static final org.antlr.runtime.BitSet FOLLOW_STRING_in_delimiters238 public static final org.antlr.runtime.BitSet FOLLOW_19_in_delimiters240 public static final org.antlr.runtime.BitSet FOLLOW_STRING_in_delimiters244 public static final org.antlr.runtime.BitSet FOLLOW_templateDef_in_def268 public static final org.antlr.runtime.BitSet FOLLOW_dictDef_in_def273 public static final org.antlr.runtime.BitSet FOLLOW_22_in_templateDef297 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_templateDef301 public static final org.antlr.runtime.BitSet FOLLOW_15_in_templateDef303 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_templateDef307 public static final org.antlr.runtime.BitSet FOLLOW_23_in_templateDef309 public static final org.antlr.runtime.BitSet FOLLOW_24_in_templateDef311 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_templateDef319 public static final org.antlr.runtime.BitSet FOLLOW_23_in_templateDef321 public static final org.antlr.runtime.BitSet FOLLOW_formalArgs_in_templateDef323 public static final org.antlr.runtime.BitSet FOLLOW_24_in_templateDef325 public static final org.antlr.runtime.BitSet FOLLOW_25_in_templateDef336 public static final org.antlr.runtime.BitSet FOLLOW_STRING_in_templateDef352 public static final org.antlr.runtime.BitSet FOLLOW_BIGSTRING_in_templateDef367 public static final org.antlr.runtime.BitSet FOLLOW_BIGSTRING_NO_NL_in_templateDef379 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_templateDef414 public static final org.antlr.runtime.BitSet FOLLOW_25_in_templateDef416 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_templateDef420 public static final org.antlr.runtime.BitSet FOLLOW_formalArg_in_formalArgs446 public static final org.antlr.runtime.BitSet FOLLOW_19_in_formalArgs450 public static final org.antlr.runtime.BitSet FOLLOW_formalArg_in_formalArgs452 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_formalArg470 public static final org.antlr.runtime.BitSet FOLLOW_26_in_formalArg476 public static final org.antlr.runtime.BitSet FOLLOW_set_in_formalArg480 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_dictDef521 public static final org.antlr.runtime.BitSet FOLLOW_25_in_dictDef523 public static final org.antlr.runtime.BitSet FOLLOW_dict_in_dictDef525 public static final org.antlr.runtime.BitSet FOLLOW_27_in_dict557 public static final org.antlr.runtime.BitSet FOLLOW_dictPairs_in_dict559 public static final org.antlr.runtime.BitSet FOLLOW_28_in_dict562 public static final org.antlr.runtime.BitSet FOLLOW_keyValuePair_in_dictPairs577 public static final org.antlr.runtime.BitSet FOLLOW_19_in_dictPairs586 public static final org.antlr.runtime.BitSet FOLLOW_keyValuePair_in_dictPairs588 public static final org.antlr.runtime.BitSet FOLLOW_19_in_dictPairs594 public static final org.antlr.runtime.BitSet FOLLOW_defaultValuePair_in_dictPairs596 public static final org.antlr.runtime.BitSet FOLLOW_defaultValuePair_in_dictPairs607 public static final org.antlr.runtime.BitSet FOLLOW_29_in_defaultValuePair630 public static final org.antlr.runtime.BitSet FOLLOW_17_in_defaultValuePair632 public static final org.antlr.runtime.BitSet FOLLOW_keyValue_in_defaultValuePair634 public static final org.antlr.runtime.BitSet FOLLOW_STRING_in_keyValuePair648 public static final org.antlr.runtime.BitSet FOLLOW_17_in_keyValuePair650 public static final org.antlr.runtime.BitSet FOLLOW_keyValue_in_keyValuePair652 public static final org.antlr.runtime.BitSet FOLLOW_BIGSTRING_in_keyValue669 public static final org.antlr.runtime.BitSet FOLLOW_BIGSTRING_NO_NL_in_keyValue678 public static final org.antlr.runtime.BitSet FOLLOW_ANONYMOUS_TEMPLATE_in_keyValue686 public static final org.antlr.runtime.BitSet FOLLOW_STRING_in_keyValue693 public static final org.antlr.runtime.BitSet FOLLOW_TRUE_in_keyValue703 public static final org.antlr.runtime.BitSet FOLLOW_FALSE_in_keyValue713 public static final org.antlr.runtime.BitSet FOLLOW_ID_in_keyValue726 public void <init> (org.antlr.runtime.TokenStream) org.antlr.runtime.TokenStream input public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.TokenStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public void displayRecognitionError (java.lang.String[], org.antlr.runtime.RecognitionException) String[] tokenNames org.antlr.runtime.RecognitionException e String msg public java.lang.String getSourceName () String fullFileName java.io.File f public void error (java.lang.String) String msg org.antlr.runtime.NoViableAltException e public final void group (org.stringtemplate.v4.STGroup, java.lang.String) throws org.antlr.runtime.RecognitionException int alt3 org.antlr.runtime.MismatchedTokenException e int alt4 org.antlr.runtime.EarlyExitException eee int alt5 int alt1 int alt2 int cnt5 org.antlr.runtime.RecognitionException re org.stringtemplate.v4.STGroup group String prefix org.antlr.runtime.Token STRING1 org.stringtemplate.v4.compiler.GroupLexer lexer public final void oldStyleHeader () throws org.antlr.runtime.RecognitionException int alt7 int alt6 int alt8 org.antlr.runtime.RecognitionException re public final java.lang.String groupName () throws org.antlr.runtime.RecognitionException int alt9 org.antlr.runtime.RecognitionException re String name org.antlr.runtime.Token a StringBuilder buf public final void delimiters () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.runtime.Token a org.antlr.runtime.Token b public final void def (java.lang.String) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt10 org.antlr.runtime.RecognitionException re String prefix public final void templateDef (java.lang.String) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae String msg org.antlr.runtime.NoViableAltException e String templateName int alt11 org.antlr.runtime.Token templateToken int alt12 int alt13 org.antlr.runtime.RecognitionException re String prefix org.antlr.runtime.Token enclosing org.antlr.runtime.Token name org.antlr.runtime.Token alias org.antlr.runtime.Token target org.antlr.runtime.Token STRING2 org.antlr.runtime.Token BIGSTRING3 org.antlr.runtime.Token BIGSTRING_NO_NL4 java.util.List formalArgs5 String template int n public final java.util.List formalArgs () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt14 int alt15 org.antlr.runtime.RecognitionException re java.util.List args public final void formalArg (java.util.List) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int alt16 org.antlr.runtime.RecognitionException re java.util.List args org.antlr.runtime.Token a org.antlr.runtime.Token ID6 public final void dictDef () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.runtime.Token ID7 java.util.Map dict8 public final java.util.Map dict () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re java.util.Map mapping public final void dictPairs (java.util.Map) throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt17 int alt18 int alt19 org.antlr.runtime.RecognitionException re java.util.Map mapping public final void defaultValuePair (java.util.Map) throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re java.util.Map mapping Object keyValue9 public final void keyValuePair (java.util.Map) throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re java.util.Map mapping org.antlr.runtime.Token STRING10 Object keyValue11 public final java.lang.Object keyValue () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt20 int LA20_0 org.antlr.runtime.RecognitionException re Object value org.antlr.runtime.Token BIGSTRING12 org.antlr.runtime.Token BIGSTRING_NO_NL13 org.antlr.runtime.Token ANONYMOUS_TEMPLATE14 org.antlr.runtime.Token STRING15 static void <clinit> () }
org/stringtemplate/v4/AutoIndentWriter.class
AutoIndentWriter.java package org.stringtemplate.v4 public org.stringtemplate.v4.AutoIndentWriter extends java.lang.Object implements org.stringtemplate.v4.STWriter { public java.util.List indents public int[] anchors public int anchors_sp public String newline public java.io.Writer out public boolean atStartOfLine public int charPosition public int charIndex public int lineWidth public void <init> (java.io.Writer, java.lang.String) java.io.Writer out String newline public void <init> (java.io.Writer) java.io.Writer out public void setLineWidth (int) int lineWidth public void pushIndentation (java.lang.String) String indent public java.lang.String popIndentation () public void pushAnchorPoint () int[] a public void popAnchorPoint () public int index () public int write (java.lang.String) throws java.io.IOException char c int i String str int n int nll int sl public int writeSeparator (java.lang.String) throws java.io.IOException String str public int write (java.lang.String, java.lang.String) throws java.io.IOException String str String wrap int n public int writeWrap (java.lang.String) throws java.io.IOException char c int i String wrap int n public int indent () throws java.io.IOException String ind java.util.Iterator i$ int i int remainder int n int indentWidth }
org/stringtemplate/v4/STGroup.class
STGroup.java package org.stringtemplate.v4 public org.stringtemplate.v4.STGroup extends java.lang.Object { public static final String DICT_KEY public static final String DEFAULT_KEY public String encoding protected final java.util.List imports protected final java.util.List importsToClearOnUnload public char delimiterStartChar public char delimiterStopChar protected java.util.Map templates protected java.util.Map dictionaries protected java.util.Map renderers protected java.util.Map adaptors protected java.util.Map typeToAdaptorCache protected java.util.Map typeToRendererCache protected static final org.stringtemplate.v4.compiler.CompiledST NOT_FOUND_ST public static final org.stringtemplate.v4.misc.ErrorManager DEFAULT_ERR_MGR public static boolean verbose public static boolean trackCreationEvents public boolean iterateAcrossValues public static org.stringtemplate.v4.STGroup defaultGroup public org.stringtemplate.v4.misc.ErrorManager errMgr public void <init> () public void <init> (char, char) char delimiterStartChar char delimiterStopChar public org.stringtemplate.v4.ST getInstanceOf (java.lang.String) String name org.stringtemplate.v4.compiler.CompiledST c protected org.stringtemplate.v4.ST getEmbeddedInstanceOf (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST, int, java.lang.String) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.ST enclosingInstance int ip String name String fullyQualifiedName org.stringtemplate.v4.ST st public org.stringtemplate.v4.ST createSingleton (org.antlr.runtime.Token) String template org.antlr.runtime.Token templateToken String template org.stringtemplate.v4.compiler.CompiledST impl org.stringtemplate.v4.ST st public boolean isDefined (java.lang.String) String name public org.stringtemplate.v4.compiler.CompiledST lookupTemplate (java.lang.String) String name org.stringtemplate.v4.compiler.CompiledST code public synchronized void unload () org.stringtemplate.v4.STGroup imp java.util.Iterator i$ org.stringtemplate.v4.STGroup imp java.util.Iterator i$ protected org.stringtemplate.v4.compiler.CompiledST load (java.lang.String) String name public void load () protected org.stringtemplate.v4.compiler.CompiledST lookupImportedTemplate (java.lang.String) org.stringtemplate.v4.compiler.CompiledST code org.stringtemplate.v4.STGroup g java.util.Iterator i$ String name public org.stringtemplate.v4.compiler.CompiledST rawGetTemplate (java.lang.String) String name public java.util.Map rawGetDictionary (java.lang.String) String name public boolean isDictionary (java.lang.String) String name public org.stringtemplate.v4.compiler.CompiledST defineTemplate (java.lang.String, java.lang.String) org.stringtemplate.v4.compiler.CompiledST impl org.stringtemplate.v4.compiler.STException se String templateName String template public org.stringtemplate.v4.compiler.CompiledST defineTemplate (java.lang.String, java.lang.String, java.lang.String) String arg String[] arr$ int len$ int i$ String name String argsS String template String[] args java.util.List a public org.stringtemplate.v4.compiler.CompiledST defineTemplate (java.lang.String, org.antlr.runtime.Token, java.util.List, java.lang.String, org.antlr.runtime.Token) String fullyQualifiedTemplateName org.antlr.runtime.Token nameT java.util.List args String template org.antlr.runtime.Token templateToken org.stringtemplate.v4.compiler.CompiledST code public org.stringtemplate.v4.compiler.CompiledST defineTemplateAlias (org.antlr.runtime.Token, org.antlr.runtime.Token) org.antlr.runtime.Token aliasT org.antlr.runtime.Token targetT String alias String target org.stringtemplate.v4.compiler.CompiledST targetCode public org.stringtemplate.v4.compiler.CompiledST defineRegion (java.lang.String, org.antlr.runtime.Token, java.lang.String, org.antlr.runtime.Token) String enclosingTemplateName org.antlr.runtime.Token regionT String template org.antlr.runtime.Token templateToken String name org.stringtemplate.v4.compiler.CompiledST code String mangled public void defineTemplateOrRegion (java.lang.String, java.lang.String, org.antlr.runtime.Token, java.lang.String, org.antlr.runtime.Token, java.util.List) org.stringtemplate.v4.compiler.STException e String fullyQualifiedTemplateName String regionSurroundingTemplateName org.antlr.runtime.Token templateToken String template org.antlr.runtime.Token nameToken java.util.List args public void rawDefineTemplate (java.lang.String, org.stringtemplate.v4.compiler.CompiledST, org.antlr.runtime.Token) String name org.stringtemplate.v4.compiler.CompiledST code org.antlr.runtime.Token defT org.stringtemplate.v4.compiler.CompiledST prev public void undefineTemplate (java.lang.String) String name public org.stringtemplate.v4.compiler.CompiledST compile (java.lang.String, java.lang.String, java.util.List, java.lang.String, org.antlr.runtime.Token) String srcName String name java.util.List args String template org.antlr.runtime.Token templateToken org.stringtemplate.v4.compiler.Compiler c public static java.lang.String getMangledRegionName (java.lang.String, java.lang.String) String enclosingTemplateName String name public static java.lang.String getUnMangledTemplateName (java.lang.String) String mangledName String t String r public void defineDictionary (java.lang.String, java.util.Map) String name java.util.Map mapping public void importTemplates (org.stringtemplate.v4.STGroup) org.stringtemplate.v4.STGroup g public void importTemplates (org.antlr.runtime.Token) java.net.MalformedURLException mfe java.net.URL fileURL java.io.InputStream s org.antlr.runtime.ANTLRInputStream templateStream org.stringtemplate.v4.compiler.CompiledST code java.io.IOException ioe java.net.URL fileURL org.antlr.runtime.Token fileNameToken String fileName boolean isGroupFile boolean isTemplateFile boolean isGroupDir org.stringtemplate.v4.STGroup g java.net.URL thisRoot java.net.URL fileUnderRoot protected void importTemplates (org.stringtemplate.v4.STGroup, boolean) org.stringtemplate.v4.STGroup g boolean clearOnUnload public java.util.List getImportedGroups () public void loadGroupFile (java.lang.String, java.lang.String) java.net.URL f org.antlr.runtime.ANTLRInputStream fs org.stringtemplate.v4.compiler.GroupLexer lexer org.antlr.runtime.CommonTokenStream tokens Exception e String prefix String fileName org.stringtemplate.v4.compiler.GroupParser parser public org.stringtemplate.v4.compiler.CompiledST loadAbsoluteTemplateFile (java.lang.String) java.io.IOException ioe String fileName org.antlr.runtime.ANTLRFileStream fs public org.stringtemplate.v4.compiler.CompiledST loadTemplateFile (java.lang.String, java.lang.String, org.antlr.runtime.CharStream) org.antlr.runtime.RecognitionException re String prefix String unqualifiedFileName org.antlr.runtime.CharStream templateStream org.stringtemplate.v4.compiler.GroupLexer lexer org.antlr.runtime.CommonTokenStream tokens org.stringtemplate.v4.compiler.GroupParser parser String templateName org.stringtemplate.v4.compiler.CompiledST impl public void registerModelAdaptor (java.lang.Class, org.stringtemplate.v4.ModelAdaptor) Class attributeType org.stringtemplate.v4.ModelAdaptor adaptor public void invalidateModelAdaptorCache (java.lang.Class) Class attributeType public org.stringtemplate.v4.ModelAdaptor getModelAdaptor (java.lang.Class) Class t java.util.Iterator i$ Class attributeType org.stringtemplate.v4.ModelAdaptor a public void registerRenderer (java.lang.Class, org.stringtemplate.v4.AttributeRenderer) Class attributeType org.stringtemplate.v4.AttributeRenderer r public void registerRenderer (java.lang.Class, org.stringtemplate.v4.AttributeRenderer, boolean) org.stringtemplate.v4.STGroup g java.util.Iterator i$ Class attributeType org.stringtemplate.v4.AttributeRenderer r boolean recursive public org.stringtemplate.v4.AttributeRenderer getAttributeRenderer (java.lang.Class) Class t java.util.Iterator i$ Class attributeType org.stringtemplate.v4.AttributeRenderer r public org.stringtemplate.v4.ST createStringTemplate (org.stringtemplate.v4.compiler.CompiledST) org.stringtemplate.v4.compiler.CompiledST impl org.stringtemplate.v4.ST st public org.stringtemplate.v4.ST createStringTemplateInternally (org.stringtemplate.v4.compiler.CompiledST) org.stringtemplate.v4.compiler.CompiledST impl org.stringtemplate.v4.ST st public org.stringtemplate.v4.ST createStringTemplateInternally (org.stringtemplate.v4.ST) org.stringtemplate.v4.ST proto public java.lang.String getName () public java.lang.String getFileName () public java.net.URL getRootDirURL () public java.net.URL getURL (java.lang.String) String fileName java.net.URL url ClassLoader cl public java.lang.String toString () public java.lang.String show () org.stringtemplate.v4.compiler.CompiledST c int slash String name java.util.Iterator i$ StringBuilder buf public org.stringtemplate.v4.STErrorListener getListener () public void setListener (org.stringtemplate.v4.STErrorListener) org.stringtemplate.v4.STErrorListener listener public java.util.Set getTemplateNames () java.util.Map$Entry e java.util.Iterator i$ java.util.HashSet result static void <clinit> () }
org/stringtemplate/v4/STWriter.class
STWriter.java package org.stringtemplate.v4 public abstract org.stringtemplate.v4.STWriter extends java.lang.Object { public static final int NO_WRAP public abstract void pushIndentation (java.lang.String) public abstract java.lang.String popIndentation () public abstract void pushAnchorPoint () public abstract void popAnchorPoint () public abstract void setLineWidth (int) public abstract int write (java.lang.String) throws java.io.IOException public abstract int write (java.lang.String, java.lang.String) throws java.io.IOException public abstract int writeWrap (java.lang.String) throws java.io.IOException public abstract int writeSeparator (java.lang.String) throws java.io.IOException public abstract int index () }
org/stringtemplate/v4/Interpreter$Option.class
Interpreter.java package org.stringtemplate.v4 public final enum org.stringtemplate.v4.Interpreter$Option extends java.lang.Enum { public static final enum org.stringtemplate.v4.Interpreter$Option ANCHOR public static final enum org.stringtemplate.v4.Interpreter$Option FORMAT public static final enum org.stringtemplate.v4.Interpreter$Option NULL public static final enum org.stringtemplate.v4.Interpreter$Option SEPARATOR public static final enum org.stringtemplate.v4.Interpreter$Option WRAP private static final synthetic org.stringtemplate.v4.Interpreter$Option[] $VALUES public static org.stringtemplate.v4.Interpreter$Option[] values () public static org.stringtemplate.v4.Interpreter$Option valueOf (java.lang.String) String name private void <init> (java.lang.String, int) static void <clinit> () }
org/stringtemplate/v4/debug/InterpEvent.class
InterpEvent.java package org.stringtemplate.v4.debug public org.stringtemplate.v4.debug.InterpEvent extends java.lang.Object { public org.stringtemplate.v4.InstanceScope scope public final int outputStartChar public final int outputStopChar public void <init> (org.stringtemplate.v4.InstanceScope, int, int) org.stringtemplate.v4.InstanceScope scope int outputStartChar int outputStopChar public java.lang.String toString () }
org/stringtemplate/v4/debug/ConstructionEvent.class
ConstructionEvent.java package org.stringtemplate.v4.debug public org.stringtemplate.v4.debug.ConstructionEvent extends java.lang.Object { public Throwable stack public void <init> () public java.lang.String getFileName () public int getLine () public java.lang.StackTraceElement getSTEntryPoint () String name StackTraceElement e StackTraceElement[] arr$ int len$ int i$ StackTraceElement[] trace }
org/stringtemplate/v4/debug/EvalExprEvent.class
EvalExprEvent.java package org.stringtemplate.v4.debug public org.stringtemplate.v4.debug.EvalExprEvent extends org.stringtemplate.v4.debug.InterpEvent { public final int exprStartChar public final int exprStopChar public final String expr public void <init> (org.stringtemplate.v4.InstanceScope, int, int, int, int) org.stringtemplate.v4.InstanceScope scope int start int stop int exprStartChar int exprStopChar public java.lang.String toString () }
org/stringtemplate/v4/debug/EvalTemplateEvent.class
EvalTemplateEvent.java package org.stringtemplate.v4.debug public org.stringtemplate.v4.debug.EvalTemplateEvent extends org.stringtemplate.v4.debug.InterpEvent { public void <init> (org.stringtemplate.v4.InstanceScope, int, int) org.stringtemplate.v4.InstanceScope scope int exprStartChar int exprStopChar }
org/stringtemplate/v4/debug/IndentEvent.class
IndentEvent.java package org.stringtemplate.v4.debug public org.stringtemplate.v4.debug.IndentEvent extends org.stringtemplate.v4.debug.EvalExprEvent { public void <init> (org.stringtemplate.v4.InstanceScope, int, int, int, int) org.stringtemplate.v4.InstanceScope scope int start int stop int exprStartChar int exprStopChar }
org/stringtemplate/v4/debug/AddAttributeEvent.class
AddAttributeEvent.java package org.stringtemplate.v4.debug public org.stringtemplate.v4.debug.AddAttributeEvent extends org.stringtemplate.v4.debug.ConstructionEvent { String name Object value public void <init> (java.lang.String, java.lang.Object) String name Object value public java.lang.String toString () }
org/stringtemplate/v4/ST$AttributeList.class
ST.java package org.stringtemplate.v4 public final org.stringtemplate.v4.ST$AttributeList extends java.util.ArrayList { public void <init> (int) int size public void <init> () }
org/stringtemplate/v4/gui/STViz$1.class
STViz.java package org.stringtemplate.v4.gui org.stringtemplate.v4.gui.STViz$1 extends java.lang.Object implements javax.swing.event.TreeSelectionListener { final synthetic org.stringtemplate.v4.gui.STViz this$0 void <init> (org.stringtemplate.v4.gui.STViz) public void valueChanged (javax.swing.event.TreeSelectionEvent) javax.swing.event.TreeSelectionEvent treeSelectionEvent }
org/stringtemplate/v4/gui/STViz.class
STViz.java package org.stringtemplate.v4.gui public org.stringtemplate.v4.gui.STViz extends java.lang.Object { public org.stringtemplate.v4.debug.EvalTemplateEvent root public org.stringtemplate.v4.InstanceScope currentScope public java.util.List allEvents public org.stringtemplate.v4.gui.JTreeSTModel tmodel public org.stringtemplate.v4.misc.ErrorManager errMgr public org.stringtemplate.v4.Interpreter interp public String output public java.util.List trace public java.util.List errors public org.stringtemplate.v4.gui.STViewFrame viewFrame public void <init> (org.stringtemplate.v4.misc.ErrorManager, org.stringtemplate.v4.debug.EvalTemplateEvent, java.lang.String, org.stringtemplate.v4.Interpreter, java.util.List, java.util.List) org.stringtemplate.v4.misc.ErrorManager errMgr org.stringtemplate.v4.debug.EvalTemplateEvent root String output org.stringtemplate.v4.Interpreter interp java.util.List trace java.util.List errors public void open () org.stringtemplate.v4.misc.STMessage msg java.util.Iterator i$ javax.swing.DefaultListModel errorListModel java.util.List events org.stringtemplate.v4.gui.JTreeASTModel astModel javax.swing.event.CaretListener caretListenerLabel javax.swing.border.Border empty private void updateCurrentST (org.stringtemplate.v4.gui.STViewFrame) javax.swing.text.BadLocationException ble org.stringtemplate.v4.misc.Interval r org.stringtemplate.v4.gui.STViewFrame m org.stringtemplate.v4.gui.JTreeASTModel astModel java.util.List events org.stringtemplate.v4.debug.EvalTemplateEvent e protected void highlight (javax.swing.text.JTextComponent, int, int) javax.swing.text.BadLocationException ble javax.swing.text.JTextComponent comp int i int j javax.swing.text.Highlighter highlighter protected void updateAttributes (org.stringtemplate.v4.InstanceScope, org.stringtemplate.v4.gui.STViewFrame) org.stringtemplate.v4.InstanceScope scope org.stringtemplate.v4.gui.STViewFrame m protected void updateStack (org.stringtemplate.v4.InstanceScope, org.stringtemplate.v4.gui.STViewFrame) org.stringtemplate.v4.InstanceScope scope org.stringtemplate.v4.gui.STViewFrame m java.util.List stack public org.stringtemplate.v4.debug.InterpEvent findEventAtOutputLocation (java.util.List, int) org.stringtemplate.v4.debug.InterpEvent e java.util.Iterator i$ java.util.List events int charIndex public static void main (java.lang.String[]) throws java.io.IOException String[] args public static void test1 () throws java.io.IOException String templates String tmpdir org.stringtemplate.v4.STGroup group org.stringtemplate.v4.ST st org.stringtemplate.v4.ST s1 org.stringtemplate.v4.ST paren org.stringtemplate.v4.ST s2 org.stringtemplate.v4.ST s3 org.stringtemplate.v4.gui.STViz viz public static void test2 () throws java.io.IOException String templates String tmpdir org.stringtemplate.v4.STGroup group org.stringtemplate.v4.ST st org.stringtemplate.v4.gui.STViz viz public static void test3 () throws java.io.IOException String templates String tmpdir org.stringtemplate.v4.STGroup group org.stringtemplate.v4.ST st public static void test4 () throws java.io.IOException String templates org.stringtemplate.v4.STGroup group org.stringtemplate.v4.ST st org.stringtemplate.v4.ST foo org.stringtemplate.v4.ST ignore public static void writeFile (java.lang.String, java.lang.String, java.lang.String) java.io.File f java.io.FileWriter w java.io.BufferedWriter bw java.io.IOException ioe String dir String fileName String content static synthetic void access$000 (org.stringtemplate.v4.gui.STViz, org.stringtemplate.v4.gui.STViewFrame) org.stringtemplate.v4.gui.STViz x0 org.stringtemplate.v4.gui.STViewFrame x1 }
org/stringtemplate/v4/gui/JTreeSTModel.class
JTreeSTModel.java package org.stringtemplate.v4.gui public org.stringtemplate.v4.gui.JTreeSTModel extends java.lang.Object implements javax.swing.tree.TreeModel { public org.stringtemplate.v4.Interpreter interp public org.stringtemplate.v4.gui.JTreeSTModel$Wrapper root public void <init> (org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.debug.EvalTemplateEvent) org.stringtemplate.v4.Interpreter interp org.stringtemplate.v4.debug.EvalTemplateEvent root public java.lang.Object getChild (java.lang.Object, int) Object parent int index org.stringtemplate.v4.debug.EvalTemplateEvent e public int getChildCount (java.lang.Object) Object parent org.stringtemplate.v4.debug.EvalTemplateEvent e public int getIndexOfChild (java.lang.Object, java.lang.Object) org.stringtemplate.v4.debug.EvalTemplateEvent e java.util.Iterator i$ Object parent Object child org.stringtemplate.v4.debug.EvalTemplateEvent p org.stringtemplate.v4.debug.EvalTemplateEvent c int i public boolean isLeaf (java.lang.Object) Object node public java.lang.Object getRoot () public void valueForPathChanged (javax.swing.tree.TreePath, java.lang.Object) javax.swing.tree.TreePath treePath Object o public void addTreeModelListener (javax.swing.event.TreeModelListener) javax.swing.event.TreeModelListener treeModelListener public void removeTreeModelListener (javax.swing.event.TreeModelListener) javax.swing.event.TreeModelListener treeModelListener }
org/stringtemplate/v4/gui/JTreeASTModel.class
JTreeASTModel.java package org.stringtemplate.v4.gui public org.stringtemplate.v4.gui.JTreeASTModel extends java.lang.Object implements javax.swing.tree.TreeModel { org.antlr.runtime.tree.TreeAdaptor adaptor Object root public void <init> (org.antlr.runtime.tree.TreeAdaptor, java.lang.Object) org.antlr.runtime.tree.TreeAdaptor adaptor Object root public void <init> (java.lang.Object) Object root public int getChildCount (java.lang.Object) Object parent public int getIndexOfChild (java.lang.Object, java.lang.Object) Object parent Object child public java.lang.Object getChild (java.lang.Object, int) Object parent int index public boolean isLeaf (java.lang.Object) Object node public java.lang.Object getRoot () public void valueForPathChanged (javax.swing.tree.TreePath, java.lang.Object) javax.swing.tree.TreePath treePath Object o public void addTreeModelListener (javax.swing.event.TreeModelListener) javax.swing.event.TreeModelListener treeModelListener public void removeTreeModelListener (javax.swing.event.TreeModelListener) javax.swing.event.TreeModelListener treeModelListener }
org/stringtemplate/v4/gui/STViz$3.class
STViz.java package org.stringtemplate.v4.gui org.stringtemplate.v4.gui.STViz$3 extends java.lang.Object implements javax.swing.event.CaretListener { final synthetic org.stringtemplate.v4.gui.STViz this$0 void <init> (org.stringtemplate.v4.gui.STViz) public void caretUpdate (javax.swing.event.CaretEvent) org.stringtemplate.v4.debug.EvalTemplateEvent s java.util.Iterator i$ javax.swing.event.CaretEvent e int dot org.stringtemplate.v4.debug.InterpEvent de java.util.List stack Object[] path int j javax.swing.tree.TreePath p }
org/stringtemplate/v4/gui/JTreeSTModel$Wrapper.class
JTreeSTModel.java package org.stringtemplate.v4.gui public org.stringtemplate.v4.gui.JTreeSTModel$Wrapper extends java.lang.Object { org.stringtemplate.v4.debug.EvalTemplateEvent event public void <init> (org.stringtemplate.v4.debug.EvalTemplateEvent) org.stringtemplate.v4.debug.EvalTemplateEvent event public int hashCode () public boolean equals (java.lang.Object) Object o public java.lang.String toString () org.stringtemplate.v4.ST st }
org/stringtemplate/v4/gui/STViewFrame.class
STViewFrame.java package org.stringtemplate.v4.gui public org.stringtemplate.v4.gui.STViewFrame extends javax.swing.JFrame { private javax.swing.JToolBar toolBar1 public javax.swing.JSplitPane treeContentSplitPane public javax.swing.JSplitPane treeAttributesSplitPane public javax.swing.JScrollPane treeScrollPane protected javax.swing.JTree tree protected javax.swing.JScrollPane attributeScrollPane protected javax.swing.JTree attributes public javax.swing.JSplitPane outputTemplateSplitPane protected javax.swing.JScrollPane scrollPane7 public javax.swing.JTextPane output public javax.swing.JTabbedPane templateBytecodeTraceTabPanel private javax.swing.JPanel panel1 private javax.swing.JScrollPane scrollPane3 public javax.swing.JTextPane template private javax.swing.JScrollPane scrollPane2 public javax.swing.JTree ast protected javax.swing.JScrollPane scrollPane15 protected javax.swing.JTextPane bytecode private javax.swing.JScrollPane scrollPane1 public javax.swing.JTextPane trace public javax.swing.JScrollPane errorScrollPane protected javax.swing.JList errorList public void <init> () private void initComponents () java.awt.Container contentPane }
org/stringtemplate/v4/gui/STViz$4.class
STViz.java package org.stringtemplate.v4.gui org.stringtemplate.v4.gui.STViz$4 extends java.lang.Object implements javax.swing.event.ListSelectionListener { final synthetic org.stringtemplate.v4.gui.STViz this$0 void <init> (org.stringtemplate.v4.gui.STViz) public void valueChanged (javax.swing.event.ListSelectionEvent) org.stringtemplate.v4.misc.STRuntimeMessage rmsg org.stringtemplate.v4.misc.Interval I javax.swing.event.ListSelectionEvent e int minIndex int maxIndex int i javax.swing.ListModel model org.stringtemplate.v4.misc.STMessage msg }
org/stringtemplate/v4/gui/JTreeScopeStackModel$StringTree.class
JTreeScopeStackModel.java package org.stringtemplate.v4.gui public org.stringtemplate.v4.gui.JTreeScopeStackModel$StringTree extends org.antlr.runtime.tree.CommonTree { String text public void <init> (java.lang.String) String text public boolean isNil () public java.lang.String toString () }
org/stringtemplate/v4/gui/JTreeScopeStackModel.class
JTreeScopeStackModel.java package org.stringtemplate.v4.gui public org.stringtemplate.v4.gui.JTreeScopeStackModel extends java.lang.Object implements javax.swing.tree.TreeModel { org.antlr.runtime.tree.CommonTree root public void <init> (org.stringtemplate.v4.InstanceScope) org.stringtemplate.v4.gui.JTreeScopeStackModel$StringTree templateNode org.stringtemplate.v4.InstanceScope s java.util.Iterator i$ org.stringtemplate.v4.InstanceScope scope java.util.List stack public void addAttributeDescriptions (org.stringtemplate.v4.ST, org.stringtemplate.v4.gui.JTreeScopeStackModel$StringTree) org.stringtemplate.v4.debug.AddAttributeEvent ae java.util.Iterator i$ java.util.List events StringBuilder locations int i String descr String a java.util.Iterator i$ org.stringtemplate.v4.ST st org.stringtemplate.v4.gui.JTreeScopeStackModel$StringTree node java.util.Map attrs public java.lang.Object getRoot () public java.lang.Object getChild (java.lang.Object, int) Object parent int i org.stringtemplate.v4.gui.JTreeScopeStackModel$StringTree t public int getChildCount (java.lang.Object) Object parent org.stringtemplate.v4.gui.JTreeScopeStackModel$StringTree t public boolean isLeaf (java.lang.Object) Object node public int getIndexOfChild (java.lang.Object, java.lang.Object) Object parent Object child org.stringtemplate.v4.gui.JTreeScopeStackModel$StringTree c public void valueForPathChanged (javax.swing.tree.TreePath, java.lang.Object) javax.swing.tree.TreePath treePath Object o public void addTreeModelListener (javax.swing.event.TreeModelListener) javax.swing.event.TreeModelListener treeModelListener public void removeTreeModelListener (javax.swing.event.TreeModelListener) javax.swing.event.TreeModelListener treeModelListener }
org/stringtemplate/v4/gui/STViz$2.class
STViz.java package org.stringtemplate.v4.gui org.stringtemplate.v4.gui.STViz$2 extends java.lang.Object implements javax.swing.event.TreeSelectionListener { final synthetic org.stringtemplate.v4.gui.STViz this$0 void <init> (org.stringtemplate.v4.gui.STViz) public void valueChanged (javax.swing.event.TreeSelectionEvent) javax.swing.event.TreeSelectionEvent treeSelectionEvent javax.swing.tree.TreePath path org.antlr.runtime.tree.CommonTree node org.antlr.runtime.CommonToken a org.antlr.runtime.CommonToken b }
org/stringtemplate/v4/ST.class
ST.java package org.stringtemplate.v4 public org.stringtemplate.v4.ST extends java.lang.Object { public static final String VERSION public static final String UNKNOWN_NAME public static final Object EMPTY_ATTR public static org.stringtemplate.v4.misc.STNoSuchAttributeException cachedNoSuchAttrException public org.stringtemplate.v4.compiler.CompiledST impl protected Object[] locals public org.stringtemplate.v4.STGroup groupThatCreatedThisInstance public org.stringtemplate.v4.ST$DebugState debugState protected void <init> () public void <init> (java.lang.String) String template public void <init> (java.lang.String, char, char) String template char delimiterStartChar char delimiterStopChar public void <init> (org.stringtemplate.v4.STGroup, java.lang.String) org.stringtemplate.v4.STGroup group String template public void <init> (org.stringtemplate.v4.ST) org.stringtemplate.v4.ST proto public synchronized org.stringtemplate.v4.ST add (java.lang.String, java.lang.Object) Object[] copy String name Object value org.stringtemplate.v4.compiler.FormalArgument arg Object curvalue org.stringtemplate.v4.ST$AttributeList multi public synchronized transient org.stringtemplate.v4.ST addAggr (java.lang.String, java.lang.Object[]) Object v String p String[] arr$ int len$ int i$ String aggrSpec Object[] values int dot int finalCurly String aggrName String propString String[] propNames int i org.stringtemplate.v4.misc.Aggregate aggr public void remove (java.lang.String) String name org.stringtemplate.v4.compiler.FormalArgument arg protected void rawSetAttribute (java.lang.String, java.lang.Object) String name Object value org.stringtemplate.v4.compiler.FormalArgument arg public java.lang.Object getAttribute (java.lang.String) Object o String name org.stringtemplate.v4.compiler.FormalArgument localArg public java.util.Map getAttributes () Object o org.stringtemplate.v4.compiler.FormalArgument a java.util.Iterator i$ java.util.Map attributes protected static org.stringtemplate.v4.ST$AttributeList convertToAttributeList (java.lang.Object) org.stringtemplate.v4.ST$AttributeList multi org.stringtemplate.v4.ST$AttributeList multi java.util.List listAttr org.stringtemplate.v4.ST$AttributeList multi Object[] a org.stringtemplate.v4.ST$AttributeList multi Object curvalue org.stringtemplate.v4.ST$AttributeList multi public java.lang.String getName () public boolean isAnonSubtemplate () public int write (org.stringtemplate.v4.STWriter) throws java.io.IOException org.stringtemplate.v4.STWriter out org.stringtemplate.v4.Interpreter interp public int write (org.stringtemplate.v4.STWriter, java.util.Locale) org.stringtemplate.v4.STWriter out java.util.Locale locale org.stringtemplate.v4.Interpreter interp public int write (org.stringtemplate.v4.STWriter, org.stringtemplate.v4.STErrorListener) org.stringtemplate.v4.STWriter out org.stringtemplate.v4.STErrorListener listener org.stringtemplate.v4.Interpreter interp public int write (org.stringtemplate.v4.STWriter, java.util.Locale, org.stringtemplate.v4.STErrorListener) org.stringtemplate.v4.STWriter out java.util.Locale locale org.stringtemplate.v4.STErrorListener listener org.stringtemplate.v4.Interpreter interp public int write (java.io.File, org.stringtemplate.v4.STErrorListener) throws java.io.IOException java.io.File outputFile org.stringtemplate.v4.STErrorListener listener public int write (java.io.File, org.stringtemplate.v4.STErrorListener, java.lang.String) throws java.io.IOException java.io.File outputFile org.stringtemplate.v4.STErrorListener listener String encoding public int write (java.io.File, org.stringtemplate.v4.STErrorListener, java.lang.String, int) throws java.io.IOException java.io.File outputFile org.stringtemplate.v4.STErrorListener listener String encoding int lineWidth public int write (java.io.File, org.stringtemplate.v4.STErrorListener, java.lang.String, java.util.Locale, int) throws java.io.IOException java.io.FileOutputStream fos java.io.OutputStreamWriter osw org.stringtemplate.v4.AutoIndentWriter w int n java.io.File outputFile org.stringtemplate.v4.STErrorListener listener String encoding java.util.Locale locale int lineWidth java.io.Writer bw public java.lang.String render () public java.lang.String render (int) int lineWidth public java.lang.String render (java.util.Locale) java.util.Locale locale public java.lang.String render (java.util.Locale, int) java.util.Locale locale int lineWidth java.io.StringWriter out org.stringtemplate.v4.STWriter wr public org.stringtemplate.v4.gui.STViz inspect () public org.stringtemplate.v4.gui.STViz inspect (int) int lineWidth public org.stringtemplate.v4.gui.STViz inspect (java.util.Locale) java.util.Locale locale public org.stringtemplate.v4.gui.STViz inspect (org.stringtemplate.v4.misc.ErrorManager, java.util.Locale, int) org.stringtemplate.v4.misc.ErrorManager errMgr java.util.Locale locale int lineWidth org.stringtemplate.v4.misc.ErrorBuffer errors java.io.StringWriter out org.stringtemplate.v4.STWriter wr org.stringtemplate.v4.Interpreter interp java.util.List events org.stringtemplate.v4.debug.EvalTemplateEvent overallTemplateEval org.stringtemplate.v4.gui.STViz viz public java.util.List getEvents () public java.util.List getEvents (int) int lineWidth public java.util.List getEvents (java.util.Locale) java.util.Locale locale public java.util.List getEvents (java.util.Locale, int) java.util.Locale locale int lineWidth java.io.StringWriter out org.stringtemplate.v4.STWriter wr org.stringtemplate.v4.Interpreter interp public java.lang.String toString () String name public static transient java.lang.String format (java.lang.String, java.lang.Object[]) String template Object[] attributes public static transient java.lang.String format (int, java.lang.String, java.lang.Object[]) Object a Object[] arr$ int len$ int i$ int lineWidth String template Object[] attributes org.stringtemplate.v4.ST st int i static void <clinit> () }
org/stringtemplate/v4/DateRenderer.class
DateRenderer.java package org.stringtemplate.v4 public org.stringtemplate.v4.DateRenderer extends java.lang.Object implements org.stringtemplate.v4.AttributeRenderer { public static final java.util.Map formatToInt public void <init> () public java.lang.String toString (java.lang.Object, java.lang.String, java.util.Locale) java.util.Date d java.text.DateFormat f java.text.DateFormat f java.text.DateFormat f int style Object o String formatString java.util.Locale locale java.util.Date d Integer styleI java.text.DateFormat f static void <clinit> () }
org/stringtemplate/v4/STGroupDir.class
STGroupDir.java package org.stringtemplate.v4 public org.stringtemplate.v4.STGroupDir extends org.stringtemplate.v4.STGroup { public String groupDirName public java.net.URL root public void <init> (java.lang.String) String dirName public void <init> (java.lang.String, char, char) java.net.MalformedURLException e ClassLoader cl String dirName char delimiterStartChar char delimiterStopChar java.io.File dir public void <init> (java.lang.String, java.lang.String) String dirName String encoding public void <init> (java.lang.String, java.lang.String, char, char) String dirName String encoding char delimiterStartChar char delimiterStopChar public void <init> (java.net.URL, java.lang.String, char, char) java.net.URL root String encoding char delimiterStartChar char delimiterStopChar protected org.stringtemplate.v4.compiler.CompiledST load (java.lang.String) java.net.MalformedURLException e String unqualifiedName java.io.FileNotFoundException fnfe java.io.IOException ioe java.io.IOException ioe String name String parent String prefix java.net.URL groupFileURL java.io.InputStream is public org.stringtemplate.v4.compiler.CompiledST loadTemplateFile (java.lang.String, java.lang.String) java.net.MalformedURLException me java.io.IOException ioe String prefix String unqualifiedFileName java.net.URL f org.antlr.runtime.ANTLRInputStream fs public java.lang.String getName () public java.lang.String getFileName () public java.net.URL getRootDirURL () }
org/stringtemplate/v4/Interpreter$1.class
Interpreter.java package org.stringtemplate.v4 final org.stringtemplate.v4.Interpreter$1 extends java.util.HashSet { void <init> () }
org/stringtemplate/v4/Interpreter.class
Interpreter.java package org.stringtemplate.v4 public org.stringtemplate.v4.Interpreter extends java.lang.Object { public static final int DEFAULT_OPERAND_STACK_SIZE public static final java.util.Set predefinedAnonSubtemplateAttributes Object[] operands int sp int current_ip int nwline public org.stringtemplate.v4.InstanceScope currentScope org.stringtemplate.v4.STGroup group java.util.Locale locale org.stringtemplate.v4.misc.ErrorManager errMgr public static boolean trace protected java.util.List executeTrace public boolean debug protected java.util.List events public void <init> (org.stringtemplate.v4.STGroup, boolean) org.stringtemplate.v4.STGroup group boolean debug public void <init> (org.stringtemplate.v4.STGroup, java.util.Locale, boolean) org.stringtemplate.v4.STGroup group java.util.Locale locale boolean debug public void <init> (org.stringtemplate.v4.STGroup, org.stringtemplate.v4.misc.ErrorManager, boolean) org.stringtemplate.v4.STGroup group org.stringtemplate.v4.misc.ErrorManager errMgr boolean debug public void <init> (org.stringtemplate.v4.STGroup, java.util.Locale, org.stringtemplate.v4.misc.ErrorManager, boolean) org.stringtemplate.v4.STGroup group java.util.Locale locale org.stringtemplate.v4.misc.ErrorManager errMgr boolean debug public int exec (org.stringtemplate.v4.STWriter, org.stringtemplate.v4.ST) java.io.StringWriter sw java.io.PrintWriter pw Exception e org.stringtemplate.v4.STWriter out org.stringtemplate.v4.ST self protected int _exec (org.stringtemplate.v4.STWriter, org.stringtemplate.v4.ST) org.stringtemplate.v4.misc.STNoSuchAttributeException nsae int i int i java.io.IOException ioe int valueIndex Object propName java.util.Map attrs int optionIndex int n1 int n2 int nmaps java.util.List templates java.util.List exprs java.util.List list int strIndex short opcode int stop org.stringtemplate.v4.debug.EvalTemplateEvent e org.stringtemplate.v4.STWriter out org.stringtemplate.v4.ST self int start int prevOpcode int n int nargs int nameIndex int addr String name Object o Object left Object right org.stringtemplate.v4.ST st Object[] options byte[] code int ip void load_str (org.stringtemplate.v4.ST, int) org.stringtemplate.v4.ST self int ip int strIndex void super_new (org.stringtemplate.v4.ST, java.lang.String, int) org.stringtemplate.v4.ST self String name int nargs org.stringtemplate.v4.ST st org.stringtemplate.v4.compiler.CompiledST imported void super_new (org.stringtemplate.v4.ST, java.lang.String, java.util.Map) org.stringtemplate.v4.ST self String name java.util.Map attrs org.stringtemplate.v4.ST st org.stringtemplate.v4.compiler.CompiledST imported void passthru (org.stringtemplate.v4.ST, java.lang.String, java.util.Map) Object o org.stringtemplate.v4.misc.STNoSuchAttributeException nsae org.stringtemplate.v4.compiler.FormalArgument arg java.util.Iterator i$ org.stringtemplate.v4.ST self String templateName java.util.Map attrs org.stringtemplate.v4.compiler.CompiledST c void storeArgs (org.stringtemplate.v4.ST, java.util.Map, org.stringtemplate.v4.ST) Object o String argName java.util.Iterator i$ org.stringtemplate.v4.ST self java.util.Map attrs org.stringtemplate.v4.ST st int nformalArgs int nargs void storeArgs (org.stringtemplate.v4.ST, int, org.stringtemplate.v4.ST) Object o String argName int i org.stringtemplate.v4.ST self int nargs org.stringtemplate.v4.ST st int nformalArgs int firstArg int numToStore java.util.Iterator argNames protected void indent (org.stringtemplate.v4.STWriter, org.stringtemplate.v4.ST, int) int start org.stringtemplate.v4.debug.EvalExprEvent e org.stringtemplate.v4.STWriter out org.stringtemplate.v4.ST self int strIndex String indent protected int writeObjectNoOptions (org.stringtemplate.v4.STWriter, org.stringtemplate.v4.ST, java.lang.Object) org.stringtemplate.v4.debug.EvalExprEvent e org.stringtemplate.v4.STWriter out org.stringtemplate.v4.ST self Object o int start int n protected int writeObjectWithOptions (org.stringtemplate.v4.STWriter, org.stringtemplate.v4.ST, java.lang.Object, java.lang.Object[]) int i org.stringtemplate.v4.debug.EvalExprEvent e org.stringtemplate.v4.STWriter out org.stringtemplate.v4.ST self Object o Object[] options int start String[] optionStrings int n protected int writeObject (org.stringtemplate.v4.STWriter, org.stringtemplate.v4.ST, java.lang.Object, java.lang.String[]) java.io.IOException ioe org.stringtemplate.v4.ST st java.io.IOException ioe org.stringtemplate.v4.STWriter out org.stringtemplate.v4.ST self Object o String[] options int n protected int writeIterator (org.stringtemplate.v4.STWriter, org.stringtemplate.v4.ST, java.lang.Object, java.lang.String[]) throws java.io.IOException Object iterValue boolean needSeparator int nw org.stringtemplate.v4.STWriter out org.stringtemplate.v4.ST self Object o String[] options int n java.util.Iterator it String separator boolean seenAValue protected int writePOJO (org.stringtemplate.v4.STWriter, java.lang.Object, java.lang.String[]) throws java.io.IOException String v int n org.stringtemplate.v4.STWriter out Object o String[] options String formatString org.stringtemplate.v4.AttributeRenderer r String v int n protected int getExprStartChar (org.stringtemplate.v4.ST) org.stringtemplate.v4.ST self org.stringtemplate.v4.misc.Interval templateLocation protected int getExprStopChar (org.stringtemplate.v4.ST) org.stringtemplate.v4.ST self org.stringtemplate.v4.misc.Interval templateLocation protected void map (org.stringtemplate.v4.ST, java.lang.Object, org.stringtemplate.v4.ST) org.stringtemplate.v4.ST self Object attr org.stringtemplate.v4.ST st protected void rot_map (org.stringtemplate.v4.ST, java.lang.Object, java.util.List) java.util.List mapped org.stringtemplate.v4.ST proto org.stringtemplate.v4.ST st org.stringtemplate.v4.ST self Object attr java.util.List prototypes protected java.util.List rot_map_iterator (org.stringtemplate.v4.ST, java.util.Iterator, java.util.List) Object iterValue int templateIndex org.stringtemplate.v4.ST proto org.stringtemplate.v4.ST st org.stringtemplate.v4.ST self java.util.Iterator attr java.util.List prototypes java.util.List mapped java.util.Iterator iter int i0 int i int ti protected org.stringtemplate.v4.ST$AttributeList zip_map (org.stringtemplate.v4.ST, java.util.List, org.stringtemplate.v4.ST) Object attr int i int shorterSize Object[] newFormalArgumentNames String argName Object iteratedValue java.util.Iterator it int a int numEmpty org.stringtemplate.v4.ST embedded org.stringtemplate.v4.ST self java.util.List exprs org.stringtemplate.v4.ST prototype int numExprs org.stringtemplate.v4.compiler.CompiledST code java.util.Map formalArguments Object[] formalArgumentNames int nformalArgs org.stringtemplate.v4.ST$AttributeList results int i protected void setFirstArgument (org.stringtemplate.v4.ST, org.stringtemplate.v4.ST, java.lang.Object) org.stringtemplate.v4.ST self org.stringtemplate.v4.ST st Object attr protected void addToList (java.util.List, java.lang.Object) java.util.Iterator it java.util.List list Object o public java.lang.Object first (java.lang.Object) java.util.Iterator it Object v Object r public java.lang.Object last (java.lang.Object) Object[] elems java.util.Iterator it Object v Object last public java.lang.Object rest (java.lang.Object) java.util.List elems Object o java.util.List a java.util.Iterator it Object v public java.lang.Object trunc (java.lang.Object) java.util.List elems Object o java.util.List a java.util.Iterator it Object v public java.lang.Object strip (java.lang.Object) Object o java.util.List a java.util.Iterator it Object v public java.lang.Object reverse (java.lang.Object) java.util.List a java.util.Iterator it Object v public java.lang.Object length (java.lang.Object) java.util.Iterator it Object v int i protected java.lang.String toString (org.stringtemplate.v4.STWriter, org.stringtemplate.v4.ST, java.lang.Object) Class writerClass java.lang.reflect.Constructor ctor Exception e java.io.StringWriter sw org.stringtemplate.v4.STWriter stw org.stringtemplate.v4.STWriter out org.stringtemplate.v4.ST self Object value public java.lang.Object convertAnythingIteratableToIterator (java.lang.Object) Object o java.util.Iterator iter public java.util.Iterator convertAnythingToIterator (java.lang.Object) Object o java.util.List singleton protected boolean testAttributeTrue (java.lang.Object) Object a protected java.lang.Object getObjectProperty (org.stringtemplate.v4.STWriter, org.stringtemplate.v4.ST, java.lang.Object, java.lang.Object) org.stringtemplate.v4.ModelAdaptor adap org.stringtemplate.v4.misc.STNoSuchPropertyException e org.stringtemplate.v4.STWriter out org.stringtemplate.v4.ST self Object o Object property public java.lang.Object getAttribute (org.stringtemplate.v4.ST, java.lang.String) Object o org.stringtemplate.v4.ST p org.stringtemplate.v4.compiler.FormalArgument localArg org.stringtemplate.v4.ST self String name org.stringtemplate.v4.InstanceScope scope org.stringtemplate.v4.STGroup g Object o public java.lang.Object getDictionary (org.stringtemplate.v4.STGroup, java.lang.String) Object o org.stringtemplate.v4.STGroup sup java.util.Iterator i$ org.stringtemplate.v4.STGroup g String name public void setDefaultArguments (org.stringtemplate.v4.STWriter, org.stringtemplate.v4.ST) org.stringtemplate.v4.compiler.CompiledST code org.stringtemplate.v4.ST defaultArgST String defArgTemplate org.stringtemplate.v4.compiler.FormalArgument arg java.util.Iterator i$ org.stringtemplate.v4.STWriter out org.stringtemplate.v4.ST invokedST private void popScope () private void pushScope (org.stringtemplate.v4.ST) org.stringtemplate.v4.ST self public static java.lang.String getEnclosingInstanceStackString (org.stringtemplate.v4.InstanceScope) org.stringtemplate.v4.ST st java.util.Iterator i$ org.stringtemplate.v4.InstanceScope scope java.util.List templates StringBuilder buf int i public static java.util.List getEnclosingInstanceStack (org.stringtemplate.v4.InstanceScope, boolean) org.stringtemplate.v4.InstanceScope scope boolean topdown java.util.List stack org.stringtemplate.v4.InstanceScope p public static java.util.List getScopeStack (org.stringtemplate.v4.InstanceScope, boolean) org.stringtemplate.v4.InstanceScope scope boolean topdown java.util.List stack org.stringtemplate.v4.InstanceScope p public static java.util.List getEvalTemplateEventStack (org.stringtemplate.v4.InstanceScope, boolean) org.stringtemplate.v4.debug.EvalTemplateEvent eval org.stringtemplate.v4.InstanceScope scope boolean topdown java.util.List stack org.stringtemplate.v4.InstanceScope p protected void trace (org.stringtemplate.v4.ST, int) Object o int i org.stringtemplate.v4.ST self int ip StringBuilder tr org.stringtemplate.v4.compiler.BytecodeDisassembler dis StringBuilder buf String name String s protected void printForTrace (java.lang.StringBuilder, java.lang.Object) Object iterValue java.util.Iterator it StringBuilder tr Object o public java.util.List getEvents () protected void trackDebugEvent (org.stringtemplate.v4.ST, org.stringtemplate.v4.debug.InterpEvent) org.stringtemplate.v4.InstanceScope parent org.stringtemplate.v4.ST self org.stringtemplate.v4.debug.InterpEvent e public java.util.List getExecutionTrace () public static int getShort (byte[], int) byte[] memory int index int b1 int b2 static void <clinit> () }
org/stringtemplate/v4/InstanceScope.class
InstanceScope.java package org.stringtemplate.v4 public org.stringtemplate.v4.InstanceScope extends java.lang.Object { public org.stringtemplate.v4.InstanceScope parent public org.stringtemplate.v4.ST st public int ret_ip public java.util.List events public java.util.List childEvalTemplateEvents public void <init> (org.stringtemplate.v4.InstanceScope, org.stringtemplate.v4.ST) org.stringtemplate.v4.InstanceScope parent org.stringtemplate.v4.ST st }
META-INF/maven/org.antlr/ST4/
META-INF/maven/org.antlr/ST4/pom.xml
META-INF/maven/org.antlr/ST4/pom.properties
org/antlr/gunit/
org/antlr/gunit/swingui/
org/antlr/gunit/swingui/images/
org/antlr/gunit/swingui/model/
org/antlr/gunit/swingui/parsers/
org/antlr/gunit/swingui/runner/
org/antlr/gunit/AbstractTest.class
AbstractTest.java package org.antlr.gunit public abstract org.antlr.gunit.AbstractTest extends java.lang.Object implements org.antlr.gunit.ITestCase { protected String header protected String actual protected boolean hasErrorMsg private String testedRuleName private int testCaseIndex public void <init> () public abstract int getType () public abstract java.lang.String getText () public abstract java.lang.String getExpected () public java.lang.String getExpectedResult () String expected public abstract java.lang.String getResult (org.antlr.gunit.gUnitTestResult) public java.lang.String getHeader () public java.lang.String getActual () public java.lang.String getActualResult () String actual public java.lang.String getTestedRuleName () public int getTestCaseIndex () public void setHeader (java.lang.String, java.lang.String, java.lang.String, int, int) String rule String lexicalRule String treeRule int numOfTest int line StringBuffer buf public void setActual (java.lang.String) String actual public void setTestedRuleName (java.lang.String) String testedRuleName public void setTestCaseIndex (int) int testCaseIndex }
org/antlr/gunit/BooleanTest.class
BooleanTest.java package org.antlr.gunit public org.antlr.gunit.BooleanTest extends org.antlr.gunit.AbstractTest { private boolean ok public void <init> (boolean) boolean ok public java.lang.String getText () public int getType () public java.lang.String getResult (org.antlr.gunit.gUnitTestResult) org.antlr.gunit.gUnitTestResult testResult public java.lang.String getExpected () }
org/antlr/gunit/GrammarInfo.class
GrammarInfo.java package org.antlr.gunit public org.antlr.gunit.GrammarInfo extends java.lang.Object { private String grammarName private String treeGrammarName private String grammarPackage private String testPackage private String adaptor private java.util.List ruleTestSuites private StringBuffer unitTestResult public void <init> () public java.lang.String getGrammarName () public void setGrammarName (java.lang.String) String grammarName public java.lang.String getTreeGrammarName () public void setTreeGrammarName (java.lang.String) String treeGrammarName public java.lang.String getTestPackage () public void setTestPackage (java.lang.String) String testPackage public java.lang.String getGrammarPackage () public void setGrammarPackage (java.lang.String) String grammarPackage public java.lang.String getAdaptor () public void setAdaptor (java.lang.String) String adaptor public java.util.List getRuleTestSuites () public void addRuleTestSuite (org.antlr.gunit.gUnitTestSuite) org.antlr.gunit.gUnitTestSuite testSuite public void appendUnitTestResult (java.lang.String) String result public java.lang.String getUnitTestResult () public void setUnitTestResult (java.lang.StringBuffer) StringBuffer unitTestResult }
org/antlr/gunit/gUnitBaseTest.class
gUnitBaseTest.java package org.antlr.gunit public abstract org.antlr.gunit.gUnitBaseTest extends junit.framework.TestCase { public String treeAdaptorPath public String packagePath public String lexerPath public String parserPath public String treeParserPath protected String stdout protected String stderr private java.io.PrintStream console private java.io.PrintStream consoleErr static Class class$org$antlr$runtime$CharStream static Class class$org$antlr$runtime$TokenStream static Class class$org$antlr$runtime$tree$TreeAdaptor static Class class$org$antlr$runtime$tree$TreeNodeStream public void <init> () public java.lang.String execLexer (java.lang.String, int, java.lang.String, boolean) throws java.lang.Exception String filePath java.io.File testInputFile org.antlr.runtime.CharStream input Exception e Exception e Class[] lexArgTypes java.lang.reflect.Constructor lexConstructor Object[] lexArgs org.antlr.runtime.Lexer lexObj java.lang.reflect.Method ruleName java.io.ByteArrayOutputStream out java.io.ByteArrayOutputStream err java.lang.reflect.Method ruleName2 int currentIndex Exception e ClassNotFoundException e Exception e SecurityException e Exception e NoSuchMethodException e Exception e IllegalArgumentException e Exception e InstantiationException e Exception e IllegalAccessException e Exception e Exception e java.lang.reflect.InvocationTargetException e Exception e String testRuleName int line String testInput boolean isFile org.antlr.runtime.CharStream input Class lexer java.io.PrintStream ps java.io.PrintStream ps2 public java.lang.Object execParser (java.lang.String, int, java.lang.String, boolean) throws java.lang.Exception String filePath java.io.File testInputFile org.antlr.runtime.CharStream input java.lang.reflect.Method _setTreeAdaptor Class _treeAdaptor java.lang.reflect.Method returnName org.antlr.runtime.tree.CommonTree tree java.lang.reflect.Method returnName org.antlr.stringtemplate.StringTemplate st java.lang.reflect.Method method java.lang.reflect.Method[] arr$ int len$ int i$ Class _return java.lang.reflect.Method[] methods Exception e Exception e Exception e Exception e Exception e Exception e Exception e Class[] lexArgTypes java.lang.reflect.Constructor lexConstructor Object[] lexArgs org.antlr.runtime.Lexer lexObj org.antlr.runtime.CommonTokenStream tokens Class[] parArgTypes java.lang.reflect.Constructor parConstructor Object[] parArgs org.antlr.runtime.Parser parObj java.lang.reflect.Method ruleName Object ruleReturn String astString String stString Exception e ClassNotFoundException e Exception e SecurityException e Exception e NoSuchMethodException e Exception e IllegalAccessException e Exception e Exception e java.lang.reflect.InvocationTargetException e Exception e String testRuleName int line String testInput boolean isFile org.antlr.runtime.CharStream input Class lexer Class parser java.io.PrintStream ps java.io.PrintStream ps2 java.io.ByteArrayOutputStream out java.io.ByteArrayOutputStream err public java.lang.Object execTreeParser (java.lang.String, java.lang.String, java.lang.String, boolean) throws java.lang.Exception String filePath java.io.File testInputFile org.antlr.runtime.CharStream input java.lang.reflect.Method _setTreeAdaptor Class _treeAdaptor org.antlr.runtime.tree.CommonTreeNodeStream nodes java.lang.reflect.Method treeReturnName org.antlr.runtime.tree.CommonTree returnTree java.lang.reflect.Method treeReturnName org.antlr.stringtemplate.StringTemplate st java.lang.reflect.Method method java.lang.reflect.Method[] arr$ int len$ int i$ Class _treeReturn java.lang.reflect.Method[] methods Exception e Exception e Exception e Exception e Exception e Exception e Class[] lexArgTypes java.lang.reflect.Constructor lexConstructor Object[] lexArgs Object lexObj org.antlr.runtime.CommonTokenStream tokens Class[] parArgTypes java.lang.reflect.Constructor parConstructor Object[] parArgs Object parObj org.antlr.runtime.tree.TreeAdaptor customTreeAdaptor java.lang.reflect.Method ruleName java.io.ByteArrayOutputStream out java.io.ByteArrayOutputStream err Object ruleReturn Class _return java.lang.reflect.Method returnName org.antlr.runtime.tree.CommonTree tree org.antlr.runtime.tree.CommonTreeNodeStream nodes Class[] treeParArgTypes java.lang.reflect.Constructor treeParConstructor Object[] treeParArgs Object treeParObj java.lang.reflect.Method treeRuleName Object treeRuleReturn String astString String stString Exception e ClassNotFoundException e Exception e SecurityException e Exception e NoSuchMethodException e Exception e IllegalAccessException e Exception e Exception e java.lang.reflect.InvocationTargetException e Exception e String testTreeRuleName String testRuleName String testInput boolean isFile org.antlr.runtime.CharStream input Class lexer Class parser Class treeParser java.io.PrintStream ps java.io.PrintStream ps2 public java.lang.Object examineExecResult (int, java.lang.Object) int tokenType Object retVal static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 }
org/antlr/gunit/gUnitExecutor.class
gUnitExecutor.java package org.antlr.gunit public org.antlr.gunit.gUnitExecutor extends java.lang.Object implements org.antlr.gunit.ITestSuite { public org.antlr.gunit.GrammarInfo grammarInfo private final ClassLoader grammarClassLoader private final String testsuiteDir public int numOfTest public int numOfSuccess public int numOfFailure private String title public int numOfInvalidInput private String parserName private String lexerName public java.util.List failures public java.util.List invalids private java.io.PrintStream console private java.io.PrintStream consoleErr static Class class$org$antlr$gunit$gUnitExecutor static Class class$org$antlr$stringtemplate$language$AngleBracketTemplateLexer static Class class$org$antlr$runtime$CharStream static Class class$org$antlr$runtime$TokenStream static Class class$org$antlr$runtime$tree$TreeAdaptor static Class class$org$antlr$runtime$tree$TreeNodeStream public void <init> (org.antlr.gunit.GrammarInfo, java.lang.String) org.antlr.gunit.GrammarInfo grammarInfo String testsuiteDir private static java.lang.ClassLoader determineClassLoader () ClassLoader classLoader public void <init> (org.antlr.gunit.GrammarInfo, java.lang.ClassLoader, java.lang.String) org.antlr.gunit.GrammarInfo grammarInfo ClassLoader grammarClassLoader String testsuiteDir protected java.lang.ClassLoader getGrammarClassLoader () protected final java.lang.Class classForName (java.lang.String) throws java.lang.ClassNotFoundException String name public java.lang.String execTest () throws java.io.IOException Exception e org.antlr.stringtemplate.StringTemplate testResultST private org.antlr.stringtemplate.StringTemplateGroup getTemplateGroup () org.antlr.stringtemplate.StringTemplateGroupLoader loader org.antlr.stringtemplate.StringTemplateGroup group private org.antlr.gunit.gUnitTestResult runCorrectParser (java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.antlr.gunit.gUnitTestInput) throws java.lang.Exception String parserName String lexerName String rule String lexicalRule String treeRule org.antlr.gunit.gUnitTestInput input private void executeTests () throws java.lang.Exception org.antlr.gunit.InvalidInputException e org.antlr.gunit.gUnitTestResult result org.antlr.gunit.AbstractTest test String expected String actual org.antlr.gunit.gUnitTestInput input java.util.Iterator i$ String rule String lexicalRule String treeRule org.antlr.gunit.gUnitTestSuite ts java.util.Iterator i$ protected org.antlr.gunit.gUnitTestResult runLexer (java.lang.String, java.lang.String, org.antlr.gunit.gUnitTestInput) throws java.lang.Exception Exception e org.antlr.gunit.gUnitTestResult testResult Exception e Class[] lexArgTypes java.lang.reflect.Constructor lexConstructor Object[] lexArgs Object lexObj java.lang.reflect.Method ruleName java.io.ByteArrayOutputStream out java.io.ByteArrayOutputStream err java.lang.reflect.Method ruleName2 int currentIndex String stdout Exception e java.io.IOException e ClassNotFoundException e Exception e SecurityException e Exception e NoSuchMethodException e Exception e IllegalArgumentException e Exception e InstantiationException e Exception e IllegalAccessException e Exception e Exception e java.lang.reflect.InvocationTargetException e Exception e String lexerName String testRuleName org.antlr.gunit.gUnitTestInput testInput org.antlr.runtime.CharStream input Class lexer java.io.PrintStream ps java.io.PrintStream ps2 protected org.antlr.gunit.gUnitTestResult runParser (java.lang.String, java.lang.String, java.lang.String, org.antlr.gunit.gUnitTestInput) throws java.lang.Exception java.lang.reflect.Method _setTreeAdaptor Class _treeAdaptor java.lang.reflect.Method returnName org.antlr.runtime.tree.CommonTree tree java.lang.reflect.Method returnName org.antlr.stringtemplate.StringTemplate st java.lang.reflect.Method method java.lang.reflect.Method[] arr$ int len$ int i$ Class _return java.lang.reflect.Method[] methods Exception e Exception e org.antlr.gunit.gUnitTestResult testResult Exception e Exception e Exception e Exception e Class[] lexArgTypes java.lang.reflect.Constructor lexConstructor Object[] lexArgs Object lexObj org.antlr.runtime.CommonTokenStream tokens Class[] parArgTypes java.lang.reflect.Constructor parConstructor Object[] parArgs Object parObj java.lang.reflect.Method ruleName java.io.ByteArrayOutputStream out java.io.ByteArrayOutputStream err Object ruleReturn String astString String stString String stdout Exception e java.io.IOException e ClassNotFoundException e Exception e SecurityException e Exception e NoSuchMethodException e Exception e IllegalArgumentException e Exception e InstantiationException e Exception e IllegalAccessException e Exception e Exception e java.lang.reflect.InvocationTargetException e Exception e String parserName String lexerName String testRuleName org.antlr.gunit.gUnitTestInput testInput org.antlr.runtime.CharStream input Class lexer Class parser java.io.PrintStream ps java.io.PrintStream ps2 protected org.antlr.gunit.gUnitTestResult runTreeParser (java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.antlr.gunit.gUnitTestInput) throws java.lang.Exception String treeParserPath java.lang.reflect.Method _setTreeAdaptor Class _treeAdaptor org.antlr.runtime.tree.CommonTreeNodeStream nodes java.lang.reflect.Method treeReturnName org.antlr.runtime.tree.CommonTree returnTree java.lang.reflect.Method treeReturnName org.antlr.stringtemplate.StringTemplate st java.lang.reflect.Method method java.lang.reflect.Method[] arr$ int len$ int i$ Class _treeReturn java.lang.reflect.Method[] methods Exception e Exception e org.antlr.gunit.gUnitTestResult testResult Exception e Exception e Exception e Exception e Class[] lexArgTypes java.lang.reflect.Constructor lexConstructor Object[] lexArgs Object lexObj org.antlr.runtime.CommonTokenStream tokens Class[] parArgTypes java.lang.reflect.Constructor parConstructor Object[] parArgs Object parObj org.antlr.runtime.tree.TreeAdaptor customTreeAdaptor java.lang.reflect.Method ruleName java.io.ByteArrayOutputStream out java.io.ByteArrayOutputStream err Object ruleReturn Class _return java.lang.reflect.Method returnName org.antlr.runtime.tree.CommonTree tree org.antlr.runtime.tree.CommonTreeNodeStream nodes Class[] treeParArgTypes java.lang.reflect.Constructor treeParConstructor Object[] treeParArgs Object treeParObj java.lang.reflect.Method treeRuleName Object treeRuleReturn String astString String stString String stdout Exception e java.io.IOException e ClassNotFoundException e Exception e SecurityException e Exception e NoSuchMethodException e Exception e IllegalArgumentException e Exception e InstantiationException e Exception e IllegalAccessException e Exception e Exception e java.lang.reflect.InvocationTargetException e Exception e String parserName String lexerName String testRuleName String testTreeRuleName org.antlr.gunit.gUnitTestInput testInput org.antlr.runtime.CharStream input String treeParserPath Class lexer Class parser Class treeParser java.io.PrintStream ps java.io.PrintStream ps2 private org.antlr.runtime.CharStream getANTLRInputStream (org.antlr.gunit.gUnitTestInput) throws java.io.IOException String filePath java.io.File testInputFile org.antlr.runtime.CharStream input org.antlr.gunit.gUnitTestInput testInput org.antlr.runtime.CharStream input private org.antlr.gunit.gUnitTestResult getTestExceptionResult (java.lang.Exception) org.antlr.gunit.gUnitTestResult testResult Exception e org.antlr.gunit.gUnitTestResult testResult public void onPass (org.antlr.gunit.ITestCase) org.antlr.gunit.ITestCase passTest public void onFail (org.antlr.gunit.ITestCase) org.antlr.gunit.ITestCase failTest static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 }
org/antlr/gunit/gUnitLexer$DFA14.class
gUnitLexer.java package org.antlr.gunit org.antlr.gunit.gUnitLexer$DFA14 extends org.antlr.runtime.DFA { private final org.antlr.gunit.gUnitLexer this$0 public void <init> (org.antlr.gunit.gUnitLexer, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA14_16 int LA14_0 int LA14_3 int LA14_4 int LA14_6 int LA14_9 int LA14_10 int LA14_11 int LA14_12 int LA14_14 int LA14_15 int s org.antlr.runtime.IntStream _input org.antlr.runtime.IntStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/gunit/gUnitLexer.class
gUnitLexer.java package org.antlr.gunit public org.antlr.gunit.gUnitLexer extends org.antlr.runtime.Lexer { public static final int EOF public static final int T__26 public static final int T__27 public static final int T__28 public static final int T__29 public static final int T__30 public static final int T__31 public static final int T__32 public static final int T__33 public static final int T__34 public static final int ACTION public static final int AST public static final int CHAR_LITERAL public static final int DOC_COMMENT public static final int ESC public static final int EXT public static final int FAIL public static final int ML_COMMENT public static final int ML_STRING public static final int NESTED_ACTION public static final int NESTED_AST public static final int NESTED_RETVAL public static final int OK public static final int OPTIONS public static final int RETVAL public static final int RULE_REF public static final int SL_COMMENT public static final int STRING public static final int STRING_LITERAL public static final int TOKEN_REF public static final int WS public static final int XDIGIT protected org.antlr.gunit.gUnitLexer$DFA14 dfa14 static final String DFA14_eotS static final String DFA14_eofS static final String DFA14_minS static final String DFA14_maxS static final String DFA14_acceptS static final String DFA14_specialS static final String[] DFA14_transitionS static final short[] DFA14_eot static final short[] DFA14_eof static final char[] DFA14_min static final char[] DFA14_max static final short[] DFA14_accept static final short[] DFA14_special static final short[][] DFA14_transition public org.antlr.runtime.Lexer[] getDelegates () public void <init> () public void <init> (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public void <init> (org.antlr.runtime.CharStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.CharStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String getGrammarFileName () public final void mFAIL () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mOK () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__26 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__27 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__28 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__29 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__30 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__31 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__32 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__33 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__34 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSL_COMMENT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt1 int LA1_0 int alt2 int _type int _channel public final void mML_COMMENT () throws org.antlr.runtime.RecognitionException int LA3_1 int alt3 int LA3_0 int _type int _channel public final void mSTRING () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt4 int LA4_0 int _type int _channel public final void mML_STRING () throws org.antlr.runtime.RecognitionException int LA5_1 int alt5 int LA5_0 String front String end int newFrontIndex int newEndIndex java.io.IOException ioe StringBuffer buf int i int c String indentation String newline String front String end int oldFrontIndex int oldEndIndex int newFrontIndex int newEndIndex String temp java.io.BufferedReader bufReader String line int count int _type int _channel public final void mTOKEN_REF () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt6 int _type int _channel public final void mRULE_REF () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt7 int _type int _channel public final void mEXT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.EarlyExitException eee int alt8 int cnt8 int _type int _channel public final void mRETVAL () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mNESTED_RETVAL () throws org.antlr.runtime.RecognitionException int alt9 int LA9_0 public final void mAST () throws org.antlr.runtime.RecognitionException int alt10 int alt11 int _type int _channel public final void mNESTED_AST () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt12 int LA12_0 public final void mOPTIONS () throws org.antlr.runtime.RecognitionException int alt13 int _type int _channel public final void mACTION () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mNESTED_ACTION () throws org.antlr.runtime.RecognitionException int alt14 public final void mCHAR_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int alt15 int LA15_0 public final void mSTRING_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt16 int LA16_0 public final void mESC () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt17 int LA17_0 public final void mXDIGIT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse public final void mWS () throws org.antlr.runtime.RecognitionException int alt18 org.antlr.runtime.EarlyExitException eee int alt19 int cnt19 int _type int _channel public void mTokens () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt20 static void <clinit> () int i int numStates }
org/antlr/gunit/gUnitParser$file_return.class
gUnitParser.java package org.antlr.gunit public org.antlr.gunit.gUnitParser$file_return extends org.antlr.runtime.ParserRuleReturnScope { public int line public void <init> () }
org/antlr/gunit/gUnitParser$id_return.class
gUnitParser.java package org.antlr.gunit public org.antlr.gunit.gUnitParser$id_return extends org.antlr.runtime.ParserRuleReturnScope { public int line public void <init> () }
org/antlr/gunit/gUnitParser$option_return.class
gUnitParser.java package org.antlr.gunit public org.antlr.gunit.gUnitParser$option_return extends org.antlr.runtime.ParserRuleReturnScope { public void <init> () }
org/antlr/gunit/gUnitParser$testsuite_scope.class
gUnitParser.java package org.antlr.gunit public org.antlr.gunit.gUnitParser$testsuite_scope extends java.lang.Object { boolean isLexicalRule protected void <init> () }
org/antlr/gunit/gUnitParser$treeAdaptor_return.class
gUnitParser.java package org.antlr.gunit public org.antlr.gunit.gUnitParser$treeAdaptor_return extends org.antlr.runtime.ParserRuleReturnScope { public void <init> () }
org/antlr/gunit/gUnitParser.class
gUnitParser.java package org.antlr.gunit public org.antlr.gunit.gUnitParser extends org.antlr.runtime.Parser { public static final String[] tokenNames public static final int EOF public static final int T__26 public static final int T__27 public static final int T__28 public static final int T__29 public static final int T__30 public static final int T__31 public static final int T__32 public static final int T__33 public static final int T__34 public static final int ACTION public static final int AST public static final int CHAR_LITERAL public static final int DOC_COMMENT public static final int ESC public static final int EXT public static final int FAIL public static final int ML_COMMENT public static final int ML_STRING public static final int NESTED_ACTION public static final int NESTED_AST public static final int NESTED_RETVAL public static final int OK public static final int OPTIONS public static final int RETVAL public static final int RULE_REF public static final int SL_COMMENT public static final int STRING public static final int STRING_LITERAL public static final int TOKEN_REF public static final int WS public static final int XDIGIT public org.antlr.gunit.GrammarInfo grammarInfo protected java.util.Stack testsuite_stack public static final org.antlr.runtime.BitSet FOLLOW_31_in_gUnitDef60 public static final org.antlr.runtime.BitSet FOLLOW_id_in_gUnitDef64 public static final org.antlr.runtime.BitSet FOLLOW_33_in_gUnitDef67 public static final org.antlr.runtime.BitSet FOLLOW_id_in_gUnitDef71 public static final org.antlr.runtime.BitSet FOLLOW_28_in_gUnitDef75 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_gUnitDef84 public static final org.antlr.runtime.BitSet FOLLOW_header_in_gUnitDef87 public static final org.antlr.runtime.BitSet FOLLOW_testsuite_in_gUnitDef90 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_optionsSpec104 public static final org.antlr.runtime.BitSet FOLLOW_option_in_optionsSpec107 public static final org.antlr.runtime.BitSet FOLLOW_28_in_optionsSpec109 public static final org.antlr.runtime.BitSet FOLLOW_34_in_optionsSpec113 public static final org.antlr.runtime.BitSet FOLLOW_id_in_option124 public static final org.antlr.runtime.BitSet FOLLOW_29_in_option126 public static final org.antlr.runtime.BitSet FOLLOW_treeAdaptor_in_option128 public static final org.antlr.runtime.BitSet FOLLOW_id_in_treeAdaptor144 public static final org.antlr.runtime.BitSet FOLLOW_EXT_in_treeAdaptor146 public static final org.antlr.runtime.BitSet FOLLOW_30_in_header157 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_header159 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_testsuite190 public static final org.antlr.runtime.BitSet FOLLOW_33_in_testsuite193 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_testsuite197 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_testsuite213 public static final org.antlr.runtime.BitSet FOLLOW_27_in_testsuite227 public static final org.antlr.runtime.BitSet FOLLOW_testcase_in_testsuite231 public static final org.antlr.runtime.BitSet FOLLOW_input_in_testcase249 public static final org.antlr.runtime.BitSet FOLLOW_expect_in_testcase251 public static final org.antlr.runtime.BitSet FOLLOW_STRING_in_input278 public static final org.antlr.runtime.BitSet FOLLOW_ML_STRING_in_input288 public static final org.antlr.runtime.BitSet FOLLOW_file_in_input297 public static final org.antlr.runtime.BitSet FOLLOW_OK_in_expect317 public static final org.antlr.runtime.BitSet FOLLOW_FAIL_in_expect324 public static final org.antlr.runtime.BitSet FOLLOW_32_in_expect331 public static final org.antlr.runtime.BitSet FOLLOW_RETVAL_in_expect333 public static final org.antlr.runtime.BitSet FOLLOW_26_in_expect340 public static final org.antlr.runtime.BitSet FOLLOW_output_in_expect342 public static final org.antlr.runtime.BitSet FOLLOW_STRING_in_output359 public static final org.antlr.runtime.BitSet FOLLOW_ML_STRING_in_output369 public static final org.antlr.runtime.BitSet FOLLOW_AST_in_output376 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_output383 public static final org.antlr.runtime.BitSet FOLLOW_id_in_file401 public static final org.antlr.runtime.BitSet FOLLOW_EXT_in_file403 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_id422 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_id429 public org.antlr.runtime.Parser[] getDelegates () public void <init> (org.antlr.runtime.TokenStream) org.antlr.runtime.TokenStream input public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.TokenStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public void <init> (org.antlr.runtime.TokenStream, org.antlr.gunit.GrammarInfo) org.antlr.runtime.TokenStream input org.antlr.gunit.GrammarInfo grammarInfo public final void gUnitDef () throws org.antlr.runtime.RecognitionException int alt4 int alt1 int alt2 int alt3 org.antlr.runtime.RecognitionException re org.antlr.gunit.gUnitParser$id_return g1 org.antlr.gunit.gUnitParser$id_return g2 public final void optionsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt5 int cnt5 org.antlr.runtime.RecognitionException re public final org.antlr.gunit.gUnitParser$option_return option () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.gunit.gUnitParser$option_return retval org.antlr.gunit.gUnitParser$id_return id1 org.antlr.gunit.gUnitParser$treeAdaptor_return treeAdaptor2 public final org.antlr.gunit.gUnitParser$treeAdaptor_return treeAdaptor () throws org.antlr.runtime.RecognitionException int alt6 org.antlr.runtime.RecognitionException re org.antlr.gunit.gUnitParser$treeAdaptor_return retval public final void header () throws org.antlr.runtime.RecognitionException int pos2 int pos1 org.antlr.runtime.RecognitionException re org.antlr.runtime.Token ACTION3 public final void testsuite () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt7 org.antlr.runtime.EarlyExitException eee int alt9 int alt8 int cnt9 org.antlr.runtime.RecognitionException re org.antlr.runtime.Token r1 org.antlr.runtime.Token r2 org.antlr.runtime.Token t org.antlr.gunit.gUnitTestSuite ts public final void testcase (org.antlr.gunit.gUnitTestSuite) throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.gunit.gUnitTestSuite ts org.antlr.gunit.gUnitTestInput input4 org.antlr.gunit.AbstractTest expect5 public final org.antlr.gunit.gUnitTestInput input () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt10 org.antlr.runtime.RecognitionException re org.antlr.gunit.gUnitTestInput in org.antlr.runtime.Token STRING6 org.antlr.runtime.Token ML_STRING7 org.antlr.gunit.gUnitParser$file_return file8 String testInput boolean inputIsFile int line public final org.antlr.gunit.AbstractTest expect () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt11 org.antlr.runtime.RecognitionException re org.antlr.gunit.AbstractTest out org.antlr.runtime.Token RETVAL9 org.antlr.runtime.Token output10 public final org.antlr.runtime.Token output () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt12 org.antlr.runtime.RecognitionException re org.antlr.runtime.Token token org.antlr.runtime.Token STRING11 org.antlr.runtime.Token ML_STRING12 org.antlr.runtime.Token AST13 org.antlr.runtime.Token ACTION14 public final org.antlr.gunit.gUnitParser$file_return file () throws org.antlr.runtime.RecognitionException int alt13 org.antlr.runtime.RecognitionException re org.antlr.gunit.gUnitParser$file_return retval org.antlr.gunit.gUnitParser$id_return id15 public final org.antlr.gunit.gUnitParser$id_return id () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt14 org.antlr.runtime.RecognitionException re org.antlr.gunit.gUnitParser$id_return retval org.antlr.runtime.Token TOKEN_REF16 org.antlr.runtime.Token RULE_REF17 static void <clinit> () }
org/antlr/gunit/gUnitTestInput.class
gUnitTestInput.java package org.antlr.gunit public org.antlr.gunit.gUnitTestInput extends java.lang.Object { public String input public boolean isFile public int line public void <init> (java.lang.String, boolean, int) String input boolean isFile int line public java.lang.String getInputEscaped () }
org/antlr/gunit/gUnitTestResult.class
gUnitTestResult.java package org.antlr.gunit public org.antlr.gunit.gUnitTestResult extends java.lang.Object { private boolean success private String output private String error private String returned private boolean isLexerTest public void <init> (boolean, java.lang.String) boolean success String output public void <init> (boolean, java.lang.String, boolean) boolean success String output boolean isLexerTest public void <init> (boolean, java.lang.String, java.lang.String) boolean success String output String returned public boolean isSuccess () public java.lang.String getOutput () public java.lang.String getError () public java.lang.String getReturned () public boolean isLexerTest () public void setError (java.lang.String) String error }
org/antlr/gunit/gUnitTestResult.stg
org/antlr/gunit/gUnitTestSuite.class
gUnitTestSuite.java package org.antlr.gunit public org.antlr.gunit.gUnitTestSuite extends java.lang.Object { protected String rule protected String lexicalRule protected String treeRule protected boolean isLexicalRule protected java.util.Map testSuites public void <init> () public void <init> (java.lang.String) String rule public void <init> (java.lang.String, java.lang.String) String treeRule String rule public void setRuleName (java.lang.String) String ruleName public void setLexicalRuleName (java.lang.String) String lexicalRule public void setTreeRuleName (java.lang.String) String treeRuleName public java.lang.String getRuleName () public java.lang.String getLexicalRuleName () public java.lang.String getTreeRuleName () public boolean isLexicalRule () public void addTestCase (org.antlr.gunit.gUnitTestInput, org.antlr.gunit.AbstractTest) org.antlr.gunit.gUnitTestInput input org.antlr.gunit.AbstractTest expect }
org/antlr/gunit/Interp.class
Interp.java package org.antlr.gunit public org.antlr.gunit.Interp extends java.lang.Object { static String testPackage static boolean genJUnit static String gunitFile public void <init> () public static void main (java.lang.String[]) throws java.io.IOException java.lang.ClassNotFoundException org.antlr.runtime.RecognitionException java.io.File f org.antlr.gunit.GrammarInfo grammarInfo org.antlr.gunit.JUnitCodeGen generater java.io.File f String[] args org.antlr.runtime.CharStream input String testsuiteDir org.antlr.gunit.gUnitExecutor executer public static void processArgs (java.lang.String[]) int i String[] args public static org.antlr.gunit.GrammarInfo parse (org.antlr.runtime.CharStream) throws org.antlr.runtime.RecognitionException org.antlr.runtime.CharStream input org.antlr.gunit.gUnitLexer lexer org.antlr.runtime.CommonTokenStream tokens org.antlr.gunit.GrammarInfo grammarInfo org.antlr.gunit.gUnitParser parser public static java.lang.String getTestsuiteDir (java.lang.String, java.lang.String) String fullPath String fileName }
org/antlr/gunit/InvalidInputException.class
InvalidInputException.java package org.antlr.gunit public org.antlr.gunit.InvalidInputException extends java.lang.Exception { private static final long serialVersionUID public void <init> () }
org/antlr/gunit/ITestCase.class
ITestCase.java package org.antlr.gunit public abstract org.antlr.gunit.ITestCase extends java.lang.Object { public abstract java.lang.String getTestedRuleName () public abstract int getTestCaseIndex () }
org/antlr/gunit/ITestSuite.class
ITestSuite.java package org.antlr.gunit public abstract org.antlr.gunit.ITestSuite extends java.lang.Object { public abstract void onPass (org.antlr.gunit.ITestCase) public abstract void onFail (org.antlr.gunit.ITestCase) }
org/antlr/gunit/junit.stg
org/antlr/gunit/JUnitCodeGen.class
JUnitCodeGen.java package org.antlr.gunit public org.antlr.gunit.JUnitCodeGen extends java.lang.Object { public org.antlr.gunit.GrammarInfo grammarInfo public java.util.Map ruleWithReturn private final String testsuiteDir private String outputDirectoryPath private static final java.util.logging.Handler console private static final java.util.logging.Logger logger static Class class$org$antlr$gunit$JUnitCodeGen static Class class$org$antlr$stringtemplate$language$AngleBracketTemplateLexer public void <init> (org.antlr.gunit.GrammarInfo, java.lang.String) throws java.lang.ClassNotFoundException org.antlr.gunit.GrammarInfo grammarInfo String testsuiteDir private static java.lang.ClassLoader determineClassLoader () ClassLoader classLoader public void <init> (org.antlr.gunit.GrammarInfo, java.lang.ClassLoader, java.lang.String) throws java.lang.ClassNotFoundException java.lang.reflect.Method method java.lang.reflect.Method[] arr$ int len$ int i$ org.antlr.gunit.GrammarInfo grammarInfo ClassLoader classLoader String testsuiteDir Class parserClass java.lang.reflect.Method[] methods private java.lang.Class locateParserClass (org.antlr.gunit.GrammarInfo, java.lang.ClassLoader) throws java.lang.ClassNotFoundException org.antlr.gunit.GrammarInfo grammarInfo ClassLoader classLoader String parserClassName public java.lang.String getOutputDirectoryPath () public void setOutputDirectoryPath (java.lang.String) String outputDirectoryPath public void compile () throws java.io.IOException String junitFileName String junitFileName String lexerName String parserName org.antlr.stringtemplate.StringTemplateGroupLoader loader StringBuffer buf public java.lang.StringBuffer compileToBuffer (java.lang.String, java.lang.String, java.lang.String) String className String lexerName String parserName org.antlr.stringtemplate.StringTemplateGroup group StringBuffer buf protected java.lang.String genClassHeader (org.antlr.stringtemplate.StringTemplateGroup, java.lang.String, java.lang.String, java.lang.String) org.antlr.stringtemplate.StringTemplateGroup group String junitFileName String lexerName String parserName org.antlr.stringtemplate.StringTemplate classHeaderST String lexerPath String parserPath String treeParserPath String packagePath boolean isTreeGrammar boolean hasPackage String treeAdaptorPath boolean hasTreeAdaptor protected java.lang.String genTestRuleMethods (org.antlr.stringtemplate.StringTemplateGroup) org.antlr.stringtemplate.StringTemplateGroup group StringBuffer buf private void genParserMethods (org.antlr.stringtemplate.StringTemplateGroup, java.lang.StringBuffer) String outputString org.antlr.stringtemplate.StringTemplate testRuleMethodST String testRuleName String testRuleName String outputString org.antlr.stringtemplate.StringTemplate testRuleMethodST org.antlr.gunit.gUnitTestInput input java.util.Iterator i$ int i org.antlr.gunit.gUnitTestSuite ts java.util.Iterator i$ org.antlr.stringtemplate.StringTemplateGroup group StringBuffer buf private void genTreeMethods (org.antlr.stringtemplate.StringTemplateGroup, java.lang.StringBuffer) String outputString org.antlr.stringtemplate.StringTemplate testRuleMethodST String outputString org.antlr.stringtemplate.StringTemplate testRuleMethodST org.antlr.gunit.gUnitTestInput input java.util.Iterator i$ int i org.antlr.gunit.gUnitTestSuite ts java.util.Iterator i$ org.antlr.stringtemplate.StringTemplateGroup group StringBuffer buf public java.lang.String getTypeString (int) int type String typeText protected void writeTestFile (java.lang.String, java.lang.String, java.lang.String) java.io.File f java.io.FileWriter w java.io.BufferedWriter bw java.io.IOException ioe String dir String fileName String content public static java.lang.String escapeForJava (java.lang.String) String inputString protected java.lang.String changeFirstCapital (java.lang.String) String ruleName String firstChar public static java.lang.String normalizeTreeSpec (java.lang.String) int j String t java.util.List words int i StringBuilder word StringBuilder buf static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 static void <clinit> () }
org/antlr/gunit/OutputTest.class
OutputTest.java package org.antlr.gunit public org.antlr.gunit.OutputTest extends org.antlr.gunit.AbstractTest { private final org.antlr.runtime.Token token public void <init> (org.antlr.runtime.Token) org.antlr.runtime.Token token public java.lang.String getText () public int getType () public java.lang.String getResult (org.antlr.gunit.gUnitTestResult) org.antlr.gunit.gUnitTestResult testResult public java.lang.String getExpected () }
org/antlr/gunit/ReturnTest.class
ReturnTest.java package org.antlr.gunit public org.antlr.gunit.ReturnTest extends org.antlr.gunit.AbstractTest { private final org.antlr.runtime.Token retval public void <init> (org.antlr.runtime.Token) org.antlr.runtime.Token retval public java.lang.String getText () public int getType () public java.lang.String getResult (org.antlr.gunit.gUnitTestResult) org.antlr.gunit.gUnitTestResult testResult public java.lang.String getExpected () String expect }
org/antlr/gunit/swingui/AbstractInputEditor.class
AbstractInputEditor.java package org.antlr.gunit.swingui public abstract org.antlr.gunit.swingui.AbstractInputEditor extends java.lang.Object { protected org.antlr.gunit.swingui.model.ITestCaseInput input protected javax.swing.JComponent comp public void <init> () public void setInput (org.antlr.gunit.swingui.model.ITestCaseInput) org.antlr.gunit.swingui.model.ITestCaseInput input public javax.swing.JComponent getControl () public abstract void addActionListener (java.awt.event.ActionListener) }
org/antlr/gunit/swingui/gunit.stg
org/antlr/gunit/swingui/IController.class
IController.java package org.antlr.gunit.swingui public abstract org.antlr.gunit.swingui.IController extends java.lang.Object { public abstract java.lang.Object getModel () public abstract java.awt.Component getView () }
org/antlr/gunit/swingui/ImageFactory.class
ImageFactory.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.ImageFactory extends java.lang.Object { private static org.antlr.gunit.swingui.ImageFactory singleton private static final String IMG_DIR public javax.swing.ImageIcon ACCEPT public javax.swing.ImageIcon ADD public javax.swing.ImageIcon DELETE public javax.swing.ImageIcon TEXTFILE public javax.swing.ImageIcon ADDFILE public javax.swing.ImageIcon TEXTFILE16 public javax.swing.ImageIcon WINDOW16 public javax.swing.ImageIcon FAV16 public javax.swing.ImageIcon SAVE public javax.swing.ImageIcon OPEN public javax.swing.ImageIcon EDIT16 public javax.swing.ImageIcon FILE16 public javax.swing.ImageIcon NEXT public javax.swing.ImageIcon RUN_PASS public javax.swing.ImageIcon RUN_FAIL public javax.swing.ImageIcon TESTSUITE public javax.swing.ImageIcon TESTGROUP public javax.swing.ImageIcon TESTGROUPX static Class class$org$antlr$gunit$swingui$ImageFactory public static org.antlr.gunit.swingui.ImageFactory getSingleton () private void <init> () private javax.swing.ImageIcon getImage (java.lang.String) ClassLoader loader java.io.InputStream in byte[] data java.io.IOException ex RuntimeException e String name static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 }
org/antlr/gunit/swingui/images/accept.png
org/antlr/gunit/swingui/images/add.png
org/antlr/gunit/swingui/images/addfile24.png
org/antlr/gunit/swingui/images/delete24.png
org/antlr/gunit/swingui/images/edit16.png
org/antlr/gunit/swingui/images/favb16.png
org/antlr/gunit/swingui/images/favb24.png
org/antlr/gunit/swingui/images/file16.png
org/antlr/gunit/swingui/images/filesearch24.png
org/antlr/gunit/swingui/images/floppy24.png
org/antlr/gunit/swingui/images/folder24.png
org/antlr/gunit/swingui/images/help24.png
org/antlr/gunit/swingui/images/next24.png
org/antlr/gunit/swingui/images/redo24.png
org/antlr/gunit/swingui/images/refresh24.png
org/antlr/gunit/swingui/images/runfail.png
org/antlr/gunit/swingui/images/runpass.png
org/antlr/gunit/swingui/images/saveas24.png
org/antlr/gunit/swingui/images/testgroup.png
org/antlr/gunit/swingui/images/testgroupx.png
org/antlr/gunit/swingui/images/testsuite.png
org/antlr/gunit/swingui/images/textfile16.png
org/antlr/gunit/swingui/images/textfile24.png
org/antlr/gunit/swingui/images/undo24.png
org/antlr/gunit/swingui/images/windowb16.png
org/antlr/gunit/swingui/model/ITestCaseInput.class
ITestCaseInput.java package org.antlr.gunit.swingui.model public abstract org.antlr.gunit.swingui.model.ITestCaseInput extends java.lang.Object { public abstract void setScript (java.lang.String) public abstract java.lang.String getScript () }
org/antlr/gunit/swingui/model/ITestCaseOutput.class
ITestCaseOutput.java package org.antlr.gunit.swingui.model public abstract org.antlr.gunit.swingui.model.ITestCaseOutput extends java.lang.Object { public abstract void setScript (java.lang.String) public abstract java.lang.String getScript () }
org/antlr/gunit/swingui/model/Rule.class
Rule.java package org.antlr.gunit.swingui.model public org.antlr.gunit.swingui.model.Rule extends javax.swing.DefaultListModel { private String name public void <init> (java.lang.String) String name public java.lang.String getName () public boolean getNotEmpty () public java.lang.String toString () public void addTestCase (org.antlr.gunit.swingui.model.TestCase) org.antlr.gunit.swingui.model.TestCase newItem public java.util.List getTestCases () int i java.util.List result }
org/antlr/gunit/swingui/model/TestCase.class
TestCase.java package org.antlr.gunit.swingui.model public org.antlr.gunit.swingui.model.TestCase extends java.lang.Object { private org.antlr.gunit.swingui.model.ITestCaseInput input private org.antlr.gunit.swingui.model.ITestCaseOutput output private boolean pass public boolean isPass () public void setPass (boolean) boolean value public org.antlr.gunit.swingui.model.ITestCaseInput getInput () public org.antlr.gunit.swingui.model.ITestCaseOutput getOutput () public void <init> (org.antlr.gunit.swingui.model.ITestCaseInput, org.antlr.gunit.swingui.model.ITestCaseOutput) org.antlr.gunit.swingui.model.ITestCaseInput input org.antlr.gunit.swingui.model.ITestCaseOutput output public java.lang.String toString () public void setInput (org.antlr.gunit.swingui.model.ITestCaseInput) org.antlr.gunit.swingui.model.ITestCaseInput in public void setOutput (org.antlr.gunit.swingui.model.ITestCaseOutput) org.antlr.gunit.swingui.model.ITestCaseOutput out public static java.lang.String convertPreservedChars (java.lang.String) String input }
org/antlr/gunit/swingui/model/TestCaseInputFile.class
TestCaseInputFile.java package org.antlr.gunit.swingui.model public org.antlr.gunit.swingui.model.TestCaseInputFile extends java.lang.Object implements org.antlr.gunit.swingui.model.ITestCaseInput { private String fileName public void <init> (java.lang.String) String file public java.lang.String getLabel () public void setScript (java.lang.String) String script public java.lang.String toString () public java.lang.String getScript () }
org/antlr/gunit/swingui/model/TestCaseInputMultiString.class
TestCaseInputMultiString.java package org.antlr.gunit.swingui.model public org.antlr.gunit.swingui.model.TestCaseInputMultiString extends java.lang.Object implements org.antlr.gunit.swingui.model.ITestCaseInput { private String script public void <init> (java.lang.String) String text public java.lang.String toString () public void setScript (java.lang.String) String script public java.lang.String getScript () }
org/antlr/gunit/swingui/model/TestCaseInputString.class
TestCaseInputString.java package org.antlr.gunit.swingui.model public org.antlr.gunit.swingui.model.TestCaseInputString extends java.lang.Object implements org.antlr.gunit.swingui.model.ITestCaseInput { private String script public void <init> (java.lang.String) String text public java.lang.String toString () public void setScript (java.lang.String) String script public java.lang.String getScript () }
org/antlr/gunit/swingui/model/TestCaseOutputAST.class
TestCaseOutputAST.java package org.antlr.gunit.swingui.model public org.antlr.gunit.swingui.model.TestCaseOutputAST extends java.lang.Object implements org.antlr.gunit.swingui.model.ITestCaseOutput { private String treeString public void <init> (java.lang.String) String script public void setScript (java.lang.String) String script public java.lang.String getScript () public java.lang.String toString () }
org/antlr/gunit/swingui/model/TestCaseOutputResult.class
TestCaseOutputResult.java package org.antlr.gunit.swingui.model public org.antlr.gunit.swingui.model.TestCaseOutputResult extends java.lang.Object implements org.antlr.gunit.swingui.model.ITestCaseOutput { public static String OK public static String FAIL private boolean success public void <init> (boolean) boolean result public java.lang.String toString () public java.lang.String getScript () public void setScript (boolean) boolean value public void setScript (java.lang.String) String script static void <clinit> () }
org/antlr/gunit/swingui/model/TestCaseOutputReturn.class
TestCaseOutputReturn.java package org.antlr.gunit.swingui.model public org.antlr.gunit.swingui.model.TestCaseOutputReturn extends java.lang.Object implements org.antlr.gunit.swingui.model.ITestCaseOutput { private String script public void <init> (java.lang.String) String text public java.lang.String toString () public void setScript (java.lang.String) String script public java.lang.String getScript () }
org/antlr/gunit/swingui/model/TestCaseOutputStdOut.class
TestCaseOutputStdOut.java package org.antlr.gunit.swingui.model public org.antlr.gunit.swingui.model.TestCaseOutputStdOut extends java.lang.Object implements org.antlr.gunit.swingui.model.ITestCaseOutput { private String script public void <init> (java.lang.String) String text public java.lang.String toString () public void setScript (java.lang.String) String script public java.lang.String getScript () }
org/antlr/gunit/swingui/model/TestSuite.class
TestSuite.java package org.antlr.gunit.swingui.model public org.antlr.gunit.swingui.model.TestSuite extends java.lang.Object { protected java.util.List rules protected String grammarName protected org.antlr.runtime.CommonTokenStream tokens protected java.io.File testSuiteFile protected void <init> (java.lang.String, java.io.File) String gname java.io.File testFile public java.io.File getTestSuiteFile () public void addRule (org.antlr.gunit.swingui.model.Rule) org.antlr.gunit.swingui.model.Rule currentRule public boolean hasRule (org.antlr.gunit.swingui.model.Rule) org.antlr.gunit.swingui.model.Rule r java.util.Iterator i$ org.antlr.gunit.swingui.model.Rule rule public int getRuleCount () public void setRules (java.util.List) java.util.List newRules public void setGrammarName (java.lang.String) String name public java.lang.String getGrammarName () public org.antlr.gunit.swingui.model.Rule getRule (int) int index public org.antlr.runtime.CommonTokenStream getTokens () public void setTokens (org.antlr.runtime.CommonTokenStream) org.antlr.runtime.CommonTokenStream ts public org.antlr.gunit.swingui.model.Rule getRule (java.lang.String) org.antlr.gunit.swingui.model.Rule rule java.util.Iterator i$ String name public java.util.List getRulesForStringTemplate () }
org/antlr/gunit/swingui/model/TestSuiteFactory.class
TestSuiteFactory.java package org.antlr.gunit.swingui.model public org.antlr.gunit.swingui.model.TestSuiteFactory extends java.lang.Object { private static String TEMPLATE_FILE private static org.antlr.stringtemplate.StringTemplateGroup templates public static final String TEST_SUITE_EXT public static final String GRAMMAR_EXT static Class class$org$antlr$gunit$swingui$model$TestSuiteFactory public void <init> () public static org.antlr.gunit.swingui.model.TestSuite createTestSuite (java.io.File) String fileName String grammarName String grammarDir java.io.File testFile org.antlr.gunit.swingui.model.TestSuite result java.io.File grammarFile private static java.util.List loadRulesFromGrammar (java.io.File) java.io.Reader reader org.antlr.gunit.swingui.parsers.ANTLRv3Lexer lexer org.antlr.runtime.CommonTokenStream tokens org.antlr.gunit.swingui.parsers.ANTLRv3Parser parser Exception e String str java.util.Iterator i$ java.io.File grammarFile java.util.List ruleNames java.util.List ruleList public static boolean saveTestSuite (org.antlr.gunit.swingui.model.TestSuite) java.io.FileWriter fw java.io.IOException e org.antlr.gunit.swingui.model.TestSuite testSuite String data public static java.lang.String getScript (org.antlr.gunit.swingui.model.TestSuite) org.antlr.gunit.swingui.model.TestSuite testSuite org.antlr.stringtemplate.StringTemplate gUnitScript public static org.antlr.gunit.swingui.model.TestSuite loadTestSuite (java.io.File) java.io.Reader reader org.antlr.gunit.swingui.parsers.StGUnitLexer lexer org.antlr.runtime.CommonTokenStream tokens org.antlr.gunit.swingui.parsers.StGUnitParser parser org.antlr.gunit.swingui.runner.TestSuiteAdapter adapter Exception ex org.antlr.gunit.swingui.model.Rule rule java.util.Iterator i$ java.io.File file java.io.File grammarFile org.antlr.gunit.swingui.model.TestSuite result java.util.List completeRuleList private static java.io.File getGrammarFile (java.io.File) java.io.IOException e java.io.File testsuiteFile String sTestFile String fname java.io.File fileGrammar static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 static void <clinit> () ClassLoader loader java.io.InputStream in java.io.Reader rd }
org/antlr/gunit/swingui/parsers/ANTLRv3Lexer$DFA2.class
ANTLRv3Lexer.java package org.antlr.gunit.swingui.parsers org.antlr.gunit.swingui.parsers.ANTLRv3Lexer$DFA2 extends org.antlr.runtime.DFA { private final org.antlr.gunit.swingui.parsers.ANTLRv3Lexer this$0 public void <init> (org.antlr.gunit.swingui.parsers.ANTLRv3Lexer, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA2_24 int LA2_6 int LA2_14 int LA2_7 int LA2_8 int LA2_23 int LA2_13 int LA2_17 int LA2_16 int LA2_19 int LA2_3 int LA2_1 int LA2_5 int LA2_4 int LA2_26 int LA2_21 int LA2_20 int LA2_18 int LA2_0 int LA2_12 int LA2_22 int LA2_9 int LA2_10 int LA2_15 int LA2_11 int s org.antlr.runtime.IntStream _input org.antlr.runtime.IntStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/gunit/swingui/parsers/ANTLRv3Lexer$DFA22.class
ANTLRv3Lexer.java package org.antlr.gunit.swingui.parsers org.antlr.gunit.swingui.parsers.ANTLRv3Lexer$DFA22 extends org.antlr.runtime.DFA { private final org.antlr.gunit.swingui.parsers.ANTLRv3Lexer this$0 public void <init> (org.antlr.gunit.swingui.parsers.ANTLRv3Lexer, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA22_85 int LA22_63 int LA22_82 int LA22_81 int LA22_80 int LA22_28 int LA22_64 int LA22_90 int LA22_89 int LA22_152 int LA22_88 int LA22_87 int LA22_108 int LA22_84 int LA22_125 int LA22_83 int LA22_140 int LA22_86 int s org.antlr.runtime.IntStream _input org.antlr.runtime.IntStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/gunit/swingui/parsers/ANTLRv3Lexer.class
ANTLRv3Lexer.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Lexer extends org.antlr.runtime.Lexer { public static final int EOF public static final int T__65 public static final int T__66 public static final int T__67 public static final int T__68 public static final int T__69 public static final int T__70 public static final int T__71 public static final int T__72 public static final int T__73 public static final int T__74 public static final int T__75 public static final int T__76 public static final int T__77 public static final int T__78 public static final int T__79 public static final int T__80 public static final int T__81 public static final int T__82 public static final int T__83 public static final int T__84 public static final int T__85 public static final int T__86 public static final int T__87 public static final int T__88 public static final int T__89 public static final int T__90 public static final int T__91 public static final int T__92 public static final int T__93 public static final int ACTION public static final int ACTION_CHAR_LITERAL public static final int ACTION_ESC public static final int ACTION_STRING_LITERAL public static final int ALT public static final int ARG public static final int ARGLIST public static final int ARG_ACTION public static final int BACKTRACK_SEMPRED public static final int BANG public static final int BLOCK public static final int CHAR_LITERAL public static final int CHAR_RANGE public static final int CLOSURE public static final int COMBINED_GRAMMAR public static final int DOC_COMMENT public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int EOA public static final int EOB public static final int EOR public static final int EPSILON public static final int ESC public static final int FRAGMENT public static final int GATED_SEMPRED public static final int ID public static final int INITACTION public static final int INT public static final int LABEL public static final int LEXER public static final int LEXER_GRAMMAR public static final int LITERAL_CHAR public static final int ML_COMMENT public static final int NESTED_ACTION public static final int NESTED_ARG_ACTION public static final int OPTIONAL public static final int OPTIONS public static final int PARSER public static final int PARSER_GRAMMAR public static final int POSITIVE_CLOSURE public static final int RANGE public static final int RET public static final int REWRITE public static final int ROOT public static final int RULE public static final int RULE_REF public static final int SCOPE public static final int SEMPRED public static final int SL_COMMENT public static final int SRC public static final int STRING_LITERAL public static final int SYNPRED public static final int SYN_SEMPRED public static final int TEMPLATE public static final int TOKENS public static final int TOKEN_REF public static final int TREE_BEGIN public static final int TREE_GRAMMAR public static final int WS public static final int WS_LOOP public static final int XDIGIT protected org.antlr.gunit.swingui.parsers.ANTLRv3Lexer$DFA2 dfa2 protected org.antlr.gunit.swingui.parsers.ANTLRv3Lexer$DFA22 dfa22 static final String DFA2_eotS static final String DFA2_eofS static final String DFA2_minS static final String DFA2_maxS static final String DFA2_acceptS static final String DFA2_specialS static final String[] DFA2_transitionS static final short[] DFA2_eot static final short[] DFA2_eof static final char[] DFA2_min static final char[] DFA2_max static final short[] DFA2_accept static final short[] DFA2_special static final short[][] DFA2_transition static final String DFA22_eotS static final String DFA22_eofS static final String DFA22_minS static final String DFA22_maxS static final String DFA22_acceptS static final String DFA22_specialS static final String[] DFA22_transitionS static final short[] DFA22_eot static final short[] DFA22_eof static final char[] DFA22_min static final char[] DFA22_max static final short[] DFA22_accept static final short[] DFA22_special static final short[][] DFA22_transition public org.antlr.runtime.Lexer[] getDelegates () public void <init> () public void <init> (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public void <init> (org.antlr.runtime.CharStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.CharStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String getGrammarFileName () public final void mBANG () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mFRAGMENT () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mRANGE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mREWRITE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mROOT () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSCOPE () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mTREE_BEGIN () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__65 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__66 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__67 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__68 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__69 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__70 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__71 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__72 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__73 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__74 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__75 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__76 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__77 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__78 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__79 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__80 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__81 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__82 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__83 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__84 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__85 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__86 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__87 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__88 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__89 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__90 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__91 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__92 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__93 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSL_COMMENT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt1 int LA1_0 int alt2 int alt3 int _type int _channel public final void mML_COMMENT () throws org.antlr.runtime.RecognitionException int LA4_1 int alt4 int LA4_0 int _type int _channel public final void mCHAR_LITERAL () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSTRING_LITERAL () throws org.antlr.runtime.RecognitionException int alt5 int LA5_0 int _type int _channel public final void mLITERAL_CHAR () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int alt6 int LA6_0 public final void mDOUBLE_QUOTE_STRING_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt7 int LA7_0 int _type int _channel public final void mDOUBLE_ANGLE_STRING_LITERAL () throws org.antlr.runtime.RecognitionException int LA8_1 int alt8 int LA8_0 int _type int _channel public final void mESC () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt9 int LA9_0 public final void mXDIGIT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse public final void mINT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.EarlyExitException eee int alt10 int cnt10 int _type int _channel public final void mARG_ACTION () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mNESTED_ARG_ACTION () throws org.antlr.runtime.RecognitionException int alt11 int LA11_0 public final void mACTION () throws org.antlr.runtime.RecognitionException int alt12 int _type int _channel public final void mNESTED_ACTION () throws org.antlr.runtime.RecognitionException int LA13_3 int LA13_4 int LA13_5 int alt13 int LA13_0 public final void mACTION_CHAR_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int alt14 int LA14_0 public final void mACTION_STRING_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt15 int LA15_0 public final void mACTION_ESC () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int LA16_1 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int alt16 public final void mTOKEN_REF () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt17 int _type int _channel public final void mRULE_REF () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt18 int _type int _channel public final void mOPTIONS () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mTOKENS () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSRC () throws org.antlr.runtime.RecognitionException int fileStart938 int fileStartLine938 int fileStartCharPos938 int lineStart944 int lineStartLine944 int lineStartCharPos944 org.antlr.runtime.CommonToken file org.antlr.runtime.CommonToken line public final void mWS () throws org.antlr.runtime.RecognitionException int alt19 org.antlr.runtime.EarlyExitException eee int alt20 int cnt20 int _type int _channel public final void mWS_LOOP () throws org.antlr.runtime.RecognitionException int alt21 public void mTokens () throws org.antlr.runtime.RecognitionException int alt22 static void <clinit> () int i int numStates int i int numStates }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$actionScopeName_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$actionScopeName_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$action_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$action_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$alternative_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$alternative_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$altList_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$altList_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$atom_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$atom_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$attrScope_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$attrScope_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$block_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$block_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$DFA72.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers org.antlr.gunit.swingui.parsers.ANTLRv3Parser$DFA72 extends org.antlr.runtime.DFA { private final org.antlr.gunit.swingui.parsers.ANTLRv3Parser this$0 public void <init> (org.antlr.gunit.swingui.parsers.ANTLRv3Parser, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$ebnfSuffix_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnfSuffix_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$ebnf_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnf_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$elementNoOptionSpec_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$elementNoOptionSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$element_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$element_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$exceptionGroup_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$exceptionGroup_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$exceptionHandler_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$exceptionHandler_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$finallyClause_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$finallyClause_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$grammarDef_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$grammarDef_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$id_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$notSet_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$notSet_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$notTerminal_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$notTerminal_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$optionsSpec_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$optionsSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$optionValue_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$optionValue_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$option_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$option_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$range_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$range_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_alternative_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_alternative_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_indirect_template_head_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_indirect_template_head_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_template_args_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_args_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_template_arg_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_arg_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_template_ref_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_ref_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_template_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_tree_alternative_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_alternative_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_tree_atom_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_atom_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_tree_block_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_block_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_tree_ebnf_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_ebnf_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_tree_element_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_element_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rewrite_tree_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$ruleAction_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ruleAction_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$ruleScopeSpec_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ruleScopeSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rule_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rule_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$rule_scope.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rule_scope extends java.lang.Object { String name protected void <init> () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$terminal_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$terminal_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$throwsSpec_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$throwsSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$tokenSpec_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$tokenSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$tokensSpec_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$tokensSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser$treeSpec_return.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser$treeSpec_return extends org.antlr.runtime.ParserRuleReturnScope { org.antlr.runtime.tree.CommonTree tree public void <init> () public java.lang.Object getTree () }
org/antlr/gunit/swingui/parsers/ANTLRv3Parser.class
ANTLRv3Parser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.ANTLRv3Parser extends org.antlr.runtime.Parser { public static final String[] tokenNames public static final int EOF public static final int T__65 public static final int T__66 public static final int T__67 public static final int T__68 public static final int T__69 public static final int T__70 public static final int T__71 public static final int T__72 public static final int T__73 public static final int T__74 public static final int T__75 public static final int T__76 public static final int T__77 public static final int T__78 public static final int T__79 public static final int T__80 public static final int T__81 public static final int T__82 public static final int T__83 public static final int T__84 public static final int T__85 public static final int T__86 public static final int T__87 public static final int T__88 public static final int T__89 public static final int T__90 public static final int T__91 public static final int T__92 public static final int T__93 public static final int ACTION public static final int ACTION_CHAR_LITERAL public static final int ACTION_ESC public static final int ACTION_STRING_LITERAL public static final int ALT public static final int ARG public static final int ARGLIST public static final int ARG_ACTION public static final int BACKTRACK_SEMPRED public static final int BANG public static final int BLOCK public static final int CHAR_LITERAL public static final int CHAR_RANGE public static final int CLOSURE public static final int COMBINED_GRAMMAR public static final int DOC_COMMENT public static final int DOUBLE_ANGLE_STRING_LITERAL public static final int DOUBLE_QUOTE_STRING_LITERAL public static final int EOA public static final int EOB public static final int EOR public static final int EPSILON public static final int ESC public static final int FRAGMENT public static final int GATED_SEMPRED public static final int ID public static final int INITACTION public static final int INT public static final int LABEL public static final int LEXER public static final int LEXER_GRAMMAR public static final int LITERAL_CHAR public static final int ML_COMMENT public static final int NESTED_ACTION public static final int NESTED_ARG_ACTION public static final int OPTIONAL public static final int OPTIONS public static final int PARSER public static final int PARSER_GRAMMAR public static final int POSITIVE_CLOSURE public static final int RANGE public static final int RET public static final int REWRITE public static final int ROOT public static final int RULE public static final int RULE_REF public static final int SCOPE public static final int SEMPRED public static final int SL_COMMENT public static final int SRC public static final int STRING_LITERAL public static final int SYNPRED public static final int SYN_SEMPRED public static final int TEMPLATE public static final int TOKENS public static final int TOKEN_REF public static final int TREE_BEGIN public static final int TREE_GRAMMAR public static final int WS public static final int WS_LOOP public static final int XDIGIT protected org.antlr.runtime.tree.TreeAdaptor adaptor int gtype public java.util.List rules protected java.util.Stack rule_stack protected org.antlr.gunit.swingui.parsers.ANTLRv3Parser$DFA72 dfa72 static final String DFA72_eotS static final String DFA72_eofS static final String DFA72_minS static final String DFA72_maxS static final String DFA72_acceptS static final String DFA72_specialS static final String[] DFA72_transitionS static final short[] DFA72_eot static final short[] DFA72_eof static final char[] DFA72_min static final char[] DFA72_max static final short[] DFA72_accept static final short[] DFA72_special static final short[][] DFA72_transition public static final org.antlr.runtime.BitSet FOLLOW_DOC_COMMENT_in_grammarDef347 public static final org.antlr.runtime.BitSet FOLLOW_83_in_grammarDef357 public static final org.antlr.runtime.BitSet FOLLOW_84_in_grammarDef375 public static final org.antlr.runtime.BitSet FOLLOW_90_in_grammarDef391 public static final org.antlr.runtime.BitSet FOLLOW_82_in_grammarDef432 public static final org.antlr.runtime.BitSet FOLLOW_id_in_grammarDef434 public static final org.antlr.runtime.BitSet FOLLOW_75_in_grammarDef436 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_grammarDef438 public static final org.antlr.runtime.BitSet FOLLOW_tokensSpec_in_grammarDef441 public static final org.antlr.runtime.BitSet FOLLOW_attrScope_in_grammarDef444 public static final org.antlr.runtime.BitSet FOLLOW_action_in_grammarDef447 public static final org.antlr.runtime.BitSet FOLLOW_rule_in_grammarDef455 public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_grammarDef463 public static final org.antlr.runtime.BitSet FOLLOW_TOKENS_in_tokensSpec524 public static final org.antlr.runtime.BitSet FOLLOW_tokenSpec_in_tokensSpec526 public static final org.antlr.runtime.BitSet FOLLOW_92_in_tokensSpec529 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_tokenSpec549 public static final org.antlr.runtime.BitSet FOLLOW_76_in_tokenSpec555 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_tokenSpec560 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_tokenSpec564 public static final org.antlr.runtime.BitSet FOLLOW_75_in_tokenSpec603 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_attrScope614 public static final org.antlr.runtime.BitSet FOLLOW_id_in_attrScope616 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_attrScope618 public static final org.antlr.runtime.BitSet FOLLOW_79_in_action641 public static final org.antlr.runtime.BitSet FOLLOW_actionScopeName_in_action644 public static final org.antlr.runtime.BitSet FOLLOW_74_in_action646 public static final org.antlr.runtime.BitSet FOLLOW_id_in_action650 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_action652 public static final org.antlr.runtime.BitSet FOLLOW_id_in_actionScopeName678 public static final org.antlr.runtime.BitSet FOLLOW_83_in_actionScopeName685 public static final org.antlr.runtime.BitSet FOLLOW_84_in_actionScopeName702 public static final org.antlr.runtime.BitSet FOLLOW_OPTIONS_in_optionsSpec718 public static final org.antlr.runtime.BitSet FOLLOW_option_in_optionsSpec721 public static final org.antlr.runtime.BitSet FOLLOW_75_in_optionsSpec723 public static final org.antlr.runtime.BitSet FOLLOW_92_in_optionsSpec727 public static final org.antlr.runtime.BitSet FOLLOW_id_in_option752 public static final org.antlr.runtime.BitSet FOLLOW_76_in_option754 public static final org.antlr.runtime.BitSet FOLLOW_optionValue_in_option756 public static final org.antlr.runtime.BitSet FOLLOW_id_in_optionValue785 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_optionValue795 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_optionValue805 public static final org.antlr.runtime.BitSet FOLLOW_INT_in_optionValue815 public static final org.antlr.runtime.BitSet FOLLOW_68_in_optionValue825 public static final org.antlr.runtime.BitSet FOLLOW_DOC_COMMENT_in_rule854 public static final org.antlr.runtime.BitSet FOLLOW_86_in_rule864 public static final org.antlr.runtime.BitSet FOLLOW_87_in_rule866 public static final org.antlr.runtime.BitSet FOLLOW_85_in_rule868 public static final org.antlr.runtime.BitSet FOLLOW_FRAGMENT_in_rule870 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rule878 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_rule884 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule893 public static final org.antlr.runtime.BitSet FOLLOW_88_in_rule902 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rule906 public static final org.antlr.runtime.BitSet FOLLOW_throwsSpec_in_rule914 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_rule917 public static final org.antlr.runtime.BitSet FOLLOW_ruleScopeSpec_in_rule920 public static final org.antlr.runtime.BitSet FOLLOW_ruleAction_in_rule923 public static final org.antlr.runtime.BitSet FOLLOW_73_in_rule928 public static final org.antlr.runtime.BitSet FOLLOW_altList_in_rule930 public static final org.antlr.runtime.BitSet FOLLOW_75_in_rule932 public static final org.antlr.runtime.BitSet FOLLOW_exceptionGroup_in_rule936 public static final org.antlr.runtime.BitSet FOLLOW_79_in_ruleAction1038 public static final org.antlr.runtime.BitSet FOLLOW_id_in_ruleAction1040 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleAction1042 public static final org.antlr.runtime.BitSet FOLLOW_89_in_throwsSpec1063 public static final org.antlr.runtime.BitSet FOLLOW_id_in_throwsSpec1065 public static final org.antlr.runtime.BitSet FOLLOW_71_in_throwsSpec1069 public static final org.antlr.runtime.BitSet FOLLOW_id_in_throwsSpec1071 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec1094 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec1096 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec1109 public static final org.antlr.runtime.BitSet FOLLOW_id_in_ruleScopeSpec1111 public static final org.antlr.runtime.BitSet FOLLOW_71_in_ruleScopeSpec1114 public static final org.antlr.runtime.BitSet FOLLOW_id_in_ruleScopeSpec1116 public static final org.antlr.runtime.BitSet FOLLOW_75_in_ruleScopeSpec1120 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec1134 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_ruleScopeSpec1136 public static final org.antlr.runtime.BitSet FOLLOW_SCOPE_in_ruleScopeSpec1140 public static final org.antlr.runtime.BitSet FOLLOW_id_in_ruleScopeSpec1142 public static final org.antlr.runtime.BitSet FOLLOW_71_in_ruleScopeSpec1145 public static final org.antlr.runtime.BitSet FOLLOW_id_in_ruleScopeSpec1147 public static final org.antlr.runtime.BitSet FOLLOW_75_in_ruleScopeSpec1151 public static final org.antlr.runtime.BitSet FOLLOW_66_in_block1183 public static final org.antlr.runtime.BitSet FOLLOW_optionsSpec_in_block1192 public static final org.antlr.runtime.BitSet FOLLOW_73_in_block1196 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_block1205 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_block1207 public static final org.antlr.runtime.BitSet FOLLOW_91_in_block1211 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_block1215 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_block1217 public static final org.antlr.runtime.BitSet FOLLOW_67_in_block1232 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_altList1289 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_altList1291 public static final org.antlr.runtime.BitSet FOLLOW_91_in_altList1295 public static final org.antlr.runtime.BitSet FOLLOW_alternative_in_altList1299 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_in_altList1301 public static final org.antlr.runtime.BitSet FOLLOW_element_in_alternative1349 public static final org.antlr.runtime.BitSet FOLLOW_exceptionHandler_in_exceptionGroup1400 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup1407 public static final org.antlr.runtime.BitSet FOLLOW_finallyClause_in_exceptionGroup1415 public static final org.antlr.runtime.BitSet FOLLOW_80_in_exceptionHandler1435 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_exceptionHandler1437 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_exceptionHandler1439 public static final org.antlr.runtime.BitSet FOLLOW_81_in_finallyClause1469 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_finallyClause1471 public static final org.antlr.runtime.BitSet FOLLOW_elementNoOptionSpec_in_element1493 public static final org.antlr.runtime.BitSet FOLLOW_id_in_elementNoOptionSpec1504 public static final org.antlr.runtime.BitSet FOLLOW_76_in_elementNoOptionSpec1509 public static final org.antlr.runtime.BitSet FOLLOW_70_in_elementNoOptionSpec1513 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_elementNoOptionSpec1516 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_elementNoOptionSpec1522 public static final org.antlr.runtime.BitSet FOLLOW_id_in_elementNoOptionSpec1581 public static final org.antlr.runtime.BitSet FOLLOW_76_in_elementNoOptionSpec1586 public static final org.antlr.runtime.BitSet FOLLOW_70_in_elementNoOptionSpec1590 public static final org.antlr.runtime.BitSet FOLLOW_block_in_elementNoOptionSpec1593 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_elementNoOptionSpec1599 public static final org.antlr.runtime.BitSet FOLLOW_atom_in_elementNoOptionSpec1658 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_elementNoOptionSpec1664 public static final org.antlr.runtime.BitSet FOLLOW_ebnf_in_elementNoOptionSpec1710 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_elementNoOptionSpec1717 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_elementNoOptionSpec1724 public static final org.antlr.runtime.BitSet FOLLOW_77_in_elementNoOptionSpec1728 public static final org.antlr.runtime.BitSet FOLLOW_treeSpec_in_elementNoOptionSpec1747 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_elementNoOptionSpec1753 public static final org.antlr.runtime.BitSet FOLLOW_range_in_atom1805 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_atom1812 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_atom1816 public static final org.antlr.runtime.BitSet FOLLOW_terminal_in_atom1844 public static final org.antlr.runtime.BitSet FOLLOW_notSet_in_atom1852 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_atom1859 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_atom1863 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_atom1891 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_atom1897 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_atom1907 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_atom1911 public static final org.antlr.runtime.BitSet FOLLOW_93_in_notSet1994 public static final org.antlr.runtime.BitSet FOLLOW_notTerminal_in_notSet2000 public static final org.antlr.runtime.BitSet FOLLOW_block_in_notSet2014 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_treeSpec2038 public static final org.antlr.runtime.BitSet FOLLOW_element_in_treeSpec2040 public static final org.antlr.runtime.BitSet FOLLOW_element_in_treeSpec2044 public static final org.antlr.runtime.BitSet FOLLOW_67_in_treeSpec2049 public static final org.antlr.runtime.BitSet FOLLOW_block_in_ebnf2081 public static final org.antlr.runtime.BitSet FOLLOW_78_in_ebnf2089 public static final org.antlr.runtime.BitSet FOLLOW_68_in_ebnf2106 public static final org.antlr.runtime.BitSet FOLLOW_69_in_ebnf2123 public static final org.antlr.runtime.BitSet FOLLOW_77_in_ebnf2140 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_range2223 public static final org.antlr.runtime.BitSet FOLLOW_RANGE_in_range2225 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_range2229 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_terminal2260 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_terminal2282 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_terminal2289 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_terminal2328 public static final org.antlr.runtime.BitSet FOLLOW_72_in_terminal2343 public static final org.antlr.runtime.BitSet FOLLOW_ROOT_in_terminal2364 public static final org.antlr.runtime.BitSet FOLLOW_BANG_in_terminal2385 public static final org.antlr.runtime.BitSet FOLLOW_78_in_ebnfSuffix2445 public static final org.antlr.runtime.BitSet FOLLOW_68_in_ebnfSuffix2457 public static final org.antlr.runtime.BitSet FOLLOW_69_in_ebnfSuffix2470 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite2499 public static final org.antlr.runtime.BitSet FOLLOW_SEMPRED_in_rewrite2503 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite2507 public static final org.antlr.runtime.BitSet FOLLOW_REWRITE_in_rewrite2515 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_alternative_in_rewrite2519 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_in_rewrite_alternative2570 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_alternative_in_rewrite_alternative2575 public static final org.antlr.runtime.BitSet FOLLOW_66_in_rewrite_tree_block2617 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_alternative_in_rewrite_tree_block2619 public static final org.antlr.runtime.BitSet FOLLOW_67_in_rewrite_tree_block2621 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_element_in_rewrite_tree_alternative2655 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_atom_in_rewrite_tree_element2683 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_atom_in_rewrite_tree_element2688 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_rewrite_tree_element2690 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_in_rewrite_tree_element2724 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_rewrite_tree_element2730 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_ebnf_in_rewrite_tree_element2776 public static final org.antlr.runtime.BitSet FOLLOW_CHAR_LITERAL_in_rewrite_tree_atom2792 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_rewrite_tree_atom2799 public static final org.antlr.runtime.BitSet FOLLOW_ARG_ACTION_in_rewrite_tree_atom2801 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_rewrite_tree_atom2822 public static final org.antlr.runtime.BitSet FOLLOW_STRING_LITERAL_in_rewrite_tree_atom2829 public static final org.antlr.runtime.BitSet FOLLOW_65_in_rewrite_tree_atom2838 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rewrite_tree_atom2840 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_tree_atom2851 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_block_in_rewrite_tree_ebnf2872 public static final org.antlr.runtime.BitSet FOLLOW_ebnfSuffix_in_rewrite_tree_ebnf2874 public static final org.antlr.runtime.BitSet FOLLOW_TREE_BEGIN_in_rewrite_tree2894 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_atom_in_rewrite_tree2896 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_element_in_rewrite_tree2898 public static final org.antlr.runtime.BitSet FOLLOW_67_in_rewrite_tree2901 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rewrite_template2933 public static final org.antlr.runtime.BitSet FOLLOW_66_in_rewrite_template2937 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_args_in_rewrite_template2939 public static final org.antlr.runtime.BitSet FOLLOW_67_in_rewrite_template2941 public static final org.antlr.runtime.BitSet FOLLOW_DOUBLE_QUOTE_STRING_LITERAL_in_rewrite_template2949 public static final org.antlr.runtime.BitSet FOLLOW_DOUBLE_ANGLE_STRING_LITERAL_in_rewrite_template2955 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_ref_in_rewrite_template2982 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_indirect_template_head_in_rewrite_template2991 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template3000 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rewrite_template_ref3013 public static final org.antlr.runtime.BitSet FOLLOW_66_in_rewrite_template_ref3017 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_args_in_rewrite_template_ref3019 public static final org.antlr.runtime.BitSet FOLLOW_67_in_rewrite_template_ref3021 public static final org.antlr.runtime.BitSet FOLLOW_66_in_rewrite_indirect_template_head3049 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_indirect_template_head3051 public static final org.antlr.runtime.BitSet FOLLOW_67_in_rewrite_indirect_template_head3053 public static final org.antlr.runtime.BitSet FOLLOW_66_in_rewrite_indirect_template_head3055 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_args_in_rewrite_indirect_template_head3057 public static final org.antlr.runtime.BitSet FOLLOW_67_in_rewrite_indirect_template_head3059 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_arg_in_rewrite_template_args3083 public static final org.antlr.runtime.BitSet FOLLOW_71_in_rewrite_template_args3086 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_arg_in_rewrite_template_args3088 public static final org.antlr.runtime.BitSet FOLLOW_id_in_rewrite_template_arg3121 public static final org.antlr.runtime.BitSet FOLLOW_76_in_rewrite_template_arg3123 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_rewrite_template_arg3125 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_id3146 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_id3156 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_template_in_synpred1_ANTLRv32570 public static final org.antlr.runtime.BitSet FOLLOW_rewrite_tree_alternative_in_synpred2_ANTLRv32575 public org.antlr.runtime.Parser[] getDelegates () public void <init> (org.antlr.runtime.TokenStream) org.antlr.runtime.TokenStream input public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.TokenStream input org.antlr.runtime.RecognizerSharedState state public void setTreeAdaptor (org.antlr.runtime.tree.TreeAdaptor) org.antlr.runtime.tree.TreeAdaptor adaptor public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor () public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$grammarDef_return grammarDef () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt5 int alt6 org.antlr.runtime.EarlyExitException eee int alt7 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt1 int alt2 int alt3 int alt4 int cnt7 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$grammarDef_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token g org.antlr.runtime.Token DOC_COMMENT1 org.antlr.runtime.Token string_literal2 org.antlr.runtime.Token string_literal3 org.antlr.runtime.Token string_literal4 org.antlr.runtime.Token char_literal6 org.antlr.runtime.Token EOF12 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id5 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$optionsSpec_return optionsSpec7 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$tokensSpec_return tokensSpec8 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$attrScope_return attrScope9 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$action_return action10 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rule_return rule11 org.antlr.runtime.tree.CommonTree g_tree org.antlr.runtime.tree.CommonTree DOC_COMMENT1_tree org.antlr.runtime.tree.CommonTree string_literal2_tree org.antlr.runtime.tree.CommonTree string_literal3_tree org.antlr.runtime.tree.CommonTree string_literal4_tree org.antlr.runtime.tree.CommonTree char_literal6_tree org.antlr.runtime.tree.CommonTree EOF12_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOC_COMMENT org.antlr.runtime.tree.RewriteRuleTokenStream stream_90 org.antlr.runtime.tree.RewriteRuleTokenStream stream_82 org.antlr.runtime.tree.RewriteRuleTokenStream stream_83 org.antlr.runtime.tree.RewriteRuleTokenStream stream_EOF org.antlr.runtime.tree.RewriteRuleTokenStream stream_84 org.antlr.runtime.tree.RewriteRuleTokenStream stream_75 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_tokensSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_attrScope org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rule org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_action org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_optionsSpec public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$tokensSpec_return tokensSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt8 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int cnt8 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$tokensSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token TOKENS13 org.antlr.runtime.Token char_literal15 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$tokenSpec_return tokenSpec14 org.antlr.runtime.tree.CommonTree TOKENS13_tree org.antlr.runtime.tree.CommonTree char_literal15_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_TOKENS org.antlr.runtime.tree.RewriteRuleTokenStream stream_92 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_tokenSpec public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$tokenSpec_return tokenSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_lit org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt9 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt10 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$tokenSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token lit org.antlr.runtime.Token TOKEN_REF16 org.antlr.runtime.Token char_literal17 org.antlr.runtime.Token char_literal18 org.antlr.runtime.tree.CommonTree lit_tree org.antlr.runtime.tree.CommonTree TOKEN_REF16_tree org.antlr.runtime.tree.CommonTree char_literal17_tree org.antlr.runtime.tree.CommonTree char_literal18_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_STRING_LITERAL org.antlr.runtime.tree.RewriteRuleTokenStream stream_CHAR_LITERAL org.antlr.runtime.tree.RewriteRuleTokenStream stream_TOKEN_REF org.antlr.runtime.tree.RewriteRuleTokenStream stream_75 org.antlr.runtime.tree.RewriteRuleTokenStream stream_76 public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$attrScope_return attrScope () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$attrScope_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal19 org.antlr.runtime.Token ACTION21 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id20 org.antlr.runtime.tree.CommonTree string_literal19_tree org.antlr.runtime.tree.CommonTree ACTION21_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_SCOPE org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$action_return action () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt11 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$action_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal22 org.antlr.runtime.Token string_literal24 org.antlr.runtime.Token ACTION26 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$actionScopeName_return actionScopeName23 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id25 org.antlr.runtime.tree.CommonTree char_literal22_tree org.antlr.runtime.tree.CommonTree string_literal24_tree org.antlr.runtime.tree.CommonTree ACTION26_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_79 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_74 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_actionScopeName public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$actionScopeName_return actionScopeName () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt12 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$actionScopeName_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token l org.antlr.runtime.Token p org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id27 org.antlr.runtime.tree.CommonTree l_tree org.antlr.runtime.tree.CommonTree p_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_83 org.antlr.runtime.tree.RewriteRuleTokenStream stream_84 public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$optionsSpec_return optionsSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt13 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int cnt13 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$optionsSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token OPTIONS28 org.antlr.runtime.Token char_literal30 org.antlr.runtime.Token char_literal31 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$option_return option29 org.antlr.runtime.tree.CommonTree OPTIONS28_tree org.antlr.runtime.tree.CommonTree char_literal30_tree org.antlr.runtime.tree.CommonTree char_literal31_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_92 org.antlr.runtime.tree.RewriteRuleTokenStream stream_OPTIONS org.antlr.runtime.tree.RewriteRuleTokenStream stream_75 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_option public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$option_return option () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$option_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal33 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id32 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$optionValue_return optionValue34 org.antlr.runtime.tree.CommonTree char_literal33_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_76 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_optionValue public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$optionValue_return optionValue () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt14 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$optionValue_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token s org.antlr.runtime.Token STRING_LITERAL36 org.antlr.runtime.Token CHAR_LITERAL37 org.antlr.runtime.Token INT38 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id35 org.antlr.runtime.tree.CommonTree s_tree org.antlr.runtime.tree.CommonTree STRING_LITERAL36_tree org.antlr.runtime.tree.CommonTree CHAR_LITERAL37_tree org.antlr.runtime.tree.CommonTree INT38_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_68 public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rule_return rule () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt16 int alt24 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_arg org.antlr.runtime.tree.RewriteRuleTokenStream stream_rt org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt15 int alt17 int alt18 int alt19 int alt20 int alt21 int alt22 int alt23 int alt25 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rule_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token modifier org.antlr.runtime.Token arg org.antlr.runtime.Token rt org.antlr.runtime.Token DOC_COMMENT39 org.antlr.runtime.Token string_literal40 org.antlr.runtime.Token string_literal41 org.antlr.runtime.Token string_literal42 org.antlr.runtime.Token string_literal43 org.antlr.runtime.Token char_literal45 org.antlr.runtime.Token string_literal46 org.antlr.runtime.Token char_literal51 org.antlr.runtime.Token char_literal53 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id44 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$throwsSpec_return throwsSpec47 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$optionsSpec_return optionsSpec48 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ruleScopeSpec_return ruleScopeSpec49 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ruleAction_return ruleAction50 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$altList_return altList52 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$exceptionGroup_return exceptionGroup54 org.antlr.runtime.tree.CommonTree modifier_tree org.antlr.runtime.tree.CommonTree arg_tree org.antlr.runtime.tree.CommonTree rt_tree org.antlr.runtime.tree.CommonTree DOC_COMMENT39_tree org.antlr.runtime.tree.CommonTree string_literal40_tree org.antlr.runtime.tree.CommonTree string_literal41_tree org.antlr.runtime.tree.CommonTree string_literal42_tree org.antlr.runtime.tree.CommonTree string_literal43_tree org.antlr.runtime.tree.CommonTree char_literal45_tree org.antlr.runtime.tree.CommonTree string_literal46_tree org.antlr.runtime.tree.CommonTree char_literal51_tree org.antlr.runtime.tree.CommonTree char_literal53_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOC_COMMENT org.antlr.runtime.tree.RewriteRuleTokenStream stream_BANG org.antlr.runtime.tree.RewriteRuleTokenStream stream_FRAGMENT org.antlr.runtime.tree.RewriteRuleTokenStream stream_86 org.antlr.runtime.tree.RewriteRuleTokenStream stream_73 org.antlr.runtime.tree.RewriteRuleTokenStream stream_87 org.antlr.runtime.tree.RewriteRuleTokenStream stream_88 org.antlr.runtime.tree.RewriteRuleTokenStream stream_75 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ARG_ACTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_85 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_exceptionGroup org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_throwsSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ruleScopeSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_optionsSpec org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_altList org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ruleAction public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ruleAction_return ruleAction () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ruleAction_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal55 org.antlr.runtime.Token ACTION57 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id56 org.antlr.runtime.tree.CommonTree char_literal55_tree org.antlr.runtime.tree.CommonTree ACTION57_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_79 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$throwsSpec_return throwsSpec () throws org.antlr.runtime.RecognitionException int alt26 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$throwsSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal58 org.antlr.runtime.Token char_literal60 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id59 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id61 org.antlr.runtime.tree.CommonTree string_literal58_tree org.antlr.runtime.tree.CommonTree char_literal60_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_71 org.antlr.runtime.tree.RewriteRuleTokenStream stream_89 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ruleScopeSpec_return ruleScopeSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt27 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt28 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt29 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ruleScopeSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal62 org.antlr.runtime.Token ACTION63 org.antlr.runtime.Token string_literal64 org.antlr.runtime.Token char_literal66 org.antlr.runtime.Token char_literal68 org.antlr.runtime.Token string_literal69 org.antlr.runtime.Token ACTION70 org.antlr.runtime.Token string_literal71 org.antlr.runtime.Token char_literal73 org.antlr.runtime.Token char_literal75 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id65 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id67 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id72 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id74 org.antlr.runtime.tree.CommonTree string_literal62_tree org.antlr.runtime.tree.CommonTree ACTION63_tree org.antlr.runtime.tree.CommonTree string_literal64_tree org.antlr.runtime.tree.CommonTree char_literal66_tree org.antlr.runtime.tree.CommonTree char_literal68_tree org.antlr.runtime.tree.CommonTree string_literal69_tree org.antlr.runtime.tree.CommonTree ACTION70_tree org.antlr.runtime.tree.CommonTree string_literal71_tree org.antlr.runtime.tree.CommonTree char_literal73_tree org.antlr.runtime.tree.CommonTree char_literal75_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_SCOPE org.antlr.runtime.tree.RewriteRuleTokenStream stream_71 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_75 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$block_return block () throws org.antlr.runtime.RecognitionException int alt30 int alt32 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt31 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$block_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token rp org.antlr.runtime.Token char_literal76 org.antlr.runtime.Token char_literal78 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$optionsSpec_return opts org.antlr.gunit.swingui.parsers.ANTLRv3Parser$alternative_return a1 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$alternative_return a2 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_return rewrite77 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_return rewrite79 org.antlr.runtime.tree.CommonTree lp_tree org.antlr.runtime.tree.CommonTree rp_tree org.antlr.runtime.tree.CommonTree char_literal76_tree org.antlr.runtime.tree.CommonTree char_literal78_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_67 org.antlr.runtime.tree.RewriteRuleTokenStream stream_66 org.antlr.runtime.tree.RewriteRuleTokenStream stream_91 org.antlr.runtime.tree.RewriteRuleTokenStream stream_73 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_alternative org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_optionsSpec public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$altList_return altList () throws org.antlr.runtime.RecognitionException int alt33 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$altList_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal81 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$alternative_return a1 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$alternative_return a2 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_return rewrite80 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_return rewrite82 org.antlr.runtime.tree.CommonTree char_literal81_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_91 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_alternative org.antlr.runtime.tree.CommonTree blkRoot public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$alternative_return alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt34 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int cnt34 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt35 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$alternative_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$element_return element83 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_element org.antlr.runtime.Token firstToken org.antlr.runtime.Token prevToken public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$exceptionGroup_return exceptionGroup () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.EarlyExitException eee int alt36 int cnt36 int alt37 int alt38 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$exceptionGroup_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$exceptionHandler_return exceptionHandler84 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$finallyClause_return finallyClause85 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$finallyClause_return finallyClause86 public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$exceptionHandler_return exceptionHandler () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$exceptionHandler_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal87 org.antlr.runtime.Token ARG_ACTION88 org.antlr.runtime.Token ACTION89 org.antlr.runtime.tree.CommonTree string_literal87_tree org.antlr.runtime.tree.CommonTree ARG_ACTION88_tree org.antlr.runtime.tree.CommonTree ACTION89_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_80 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_ARG_ACTION public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$finallyClause_return finallyClause () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$finallyClause_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal90 org.antlr.runtime.Token ACTION91 org.antlr.runtime.tree.CommonTree string_literal90_tree org.antlr.runtime.tree.CommonTree ACTION91_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_81 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$element_return element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$element_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$elementNoOptionSpec_return elementNoOptionSpec92 public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$elementNoOptionSpec_return elementNoOptionSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_4 org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_labelOp org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_labelOp org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt39 int alt40 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_4 org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_labelOp org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_labelOp org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt41 int alt42 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt43 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt44 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt45 int alt46 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$elementNoOptionSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token labelOp org.antlr.runtime.Token ACTION102 org.antlr.runtime.Token SEMPRED103 org.antlr.runtime.Token string_literal104 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id93 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$atom_return atom94 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix95 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id96 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$block_return block97 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix98 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$atom_return atom99 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix100 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnf_return ebnf101 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$treeSpec_return treeSpec105 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix106 org.antlr.runtime.tree.CommonTree labelOp_tree org.antlr.runtime.tree.CommonTree ACTION102_tree org.antlr.runtime.tree.CommonTree SEMPRED103_tree org.antlr.runtime.tree.CommonTree string_literal104_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_77 org.antlr.runtime.tree.RewriteRuleTokenStream stream_70 org.antlr.runtime.tree.RewriteRuleTokenStream stream_SEMPRED org.antlr.runtime.tree.RewriteRuleTokenStream stream_76 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_atom org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ebnfSuffix org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_block org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_treeSpec public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$atom_return atom () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_op org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt47 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt48 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_op org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt49 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt50 org.antlr.runtime.NoViableAltException nvae int alt52 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_arg org.antlr.runtime.tree.RewriteRuleTokenStream stream_op org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt51 int alt53 int alt54 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$atom_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token op org.antlr.runtime.Token arg org.antlr.runtime.Token RULE_REF110 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$range_return range107 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$terminal_return terminal108 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$notSet_return notSet109 org.antlr.runtime.tree.CommonTree op_tree org.antlr.runtime.tree.CommonTree arg_tree org.antlr.runtime.tree.CommonTree RULE_REF110_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_BANG org.antlr.runtime.tree.RewriteRuleTokenStream stream_ROOT org.antlr.runtime.tree.RewriteRuleTokenStream stream_RULE_REF org.antlr.runtime.tree.RewriteRuleTokenStream stream_ARG_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_range org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_notSet public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$notSet_return notSet () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt55 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$notSet_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal111 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$notTerminal_return notTerminal112 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$block_return block113 org.antlr.runtime.tree.CommonTree char_literal111_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_93 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_notTerminal org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_block public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$treeSpec_return treeSpec () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt56 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int cnt56 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$treeSpec_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal114 org.antlr.runtime.Token char_literal117 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$element_return element115 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$element_return element116 org.antlr.runtime.tree.CommonTree string_literal114_tree org.antlr.runtime.tree.CommonTree char_literal117_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_67 org.antlr.runtime.tree.RewriteRuleTokenStream stream_TREE_BEGIN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_element public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnf_return ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt57 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnf_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token op org.antlr.runtime.Token string_literal119 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$block_return block118 org.antlr.runtime.tree.CommonTree op_tree org.antlr.runtime.tree.CommonTree string_literal119_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_69 org.antlr.runtime.tree.RewriteRuleTokenStream stream_78 org.antlr.runtime.tree.RewriteRuleTokenStream stream_77 org.antlr.runtime.tree.RewriteRuleTokenStream stream_68 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_block org.antlr.runtime.Token firstToken public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$range_return range () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_c1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_c2 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$range_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token c1 org.antlr.runtime.Token c2 org.antlr.runtime.Token RANGE120 org.antlr.runtime.tree.CommonTree c1_tree org.antlr.runtime.tree.CommonTree c2_tree org.antlr.runtime.tree.CommonTree RANGE120_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RANGE org.antlr.runtime.tree.RewriteRuleTokenStream stream_CHAR_LITERAL public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$terminal_return terminal () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt58 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt59 int alt60 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$terminal_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token CHAR_LITERAL121 org.antlr.runtime.Token TOKEN_REF122 org.antlr.runtime.Token ARG_ACTION123 org.antlr.runtime.Token STRING_LITERAL124 org.antlr.runtime.Token char_literal125 org.antlr.runtime.Token char_literal126 org.antlr.runtime.Token char_literal127 org.antlr.runtime.tree.CommonTree CHAR_LITERAL121_tree org.antlr.runtime.tree.CommonTree TOKEN_REF122_tree org.antlr.runtime.tree.CommonTree ARG_ACTION123_tree org.antlr.runtime.tree.CommonTree STRING_LITERAL124_tree org.antlr.runtime.tree.CommonTree char_literal125_tree org.antlr.runtime.tree.CommonTree char_literal126_tree org.antlr.runtime.tree.CommonTree char_literal127_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_STRING_LITERAL org.antlr.runtime.tree.RewriteRuleTokenStream stream_BANG org.antlr.runtime.tree.RewriteRuleTokenStream stream_CHAR_LITERAL org.antlr.runtime.tree.RewriteRuleTokenStream stream_ROOT org.antlr.runtime.tree.RewriteRuleTokenStream stream_72 org.antlr.runtime.tree.RewriteRuleTokenStream stream_TOKEN_REF org.antlr.runtime.tree.RewriteRuleTokenStream stream_ARG_ACTION public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$notTerminal_return notTerminal () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$notTerminal_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token set128 org.antlr.runtime.tree.CommonTree set128_tree public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt61 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnfSuffix_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal129 org.antlr.runtime.Token char_literal130 org.antlr.runtime.Token char_literal131 org.antlr.runtime.tree.CommonTree char_literal129_tree org.antlr.runtime.tree.CommonTree char_literal130_tree org.antlr.runtime.tree.CommonTree char_literal131_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_69 org.antlr.runtime.tree.RewriteRuleTokenStream stream_78 org.antlr.runtime.tree.RewriteRuleTokenStream stream_68 org.antlr.runtime.Token op public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_return rewrite () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt62 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_rew2 org.antlr.runtime.tree.RewriteRuleTokenStream stream_rew org.antlr.runtime.tree.RewriteRuleTokenStream stream_preds org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_last org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_predicated int alt63 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token rew2 org.antlr.runtime.Token rew org.antlr.runtime.Token preds java.util.List list_rew java.util.List list_preds java.util.List list_predicated org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_alternative_return last org.antlr.runtime.RuleReturnScope predicated org.antlr.runtime.tree.CommonTree rew2_tree org.antlr.runtime.tree.CommonTree rew_tree org.antlr.runtime.tree.CommonTree preds_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_SEMPRED org.antlr.runtime.tree.RewriteRuleTokenStream stream_REWRITE org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_alternative org.antlr.runtime.Token firstToken public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_alternative_return rewrite_alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int LA64_4 org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt64 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_alternative_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_return rewrite_template132 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_alternative_return rewrite_tree_alternative133 public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_block_return rewrite_tree_block () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_block_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token char_literal135 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_alternative_return rewrite_tree_alternative134 org.antlr.runtime.tree.CommonTree lp_tree org.antlr.runtime.tree.CommonTree char_literal135_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_67 org.antlr.runtime.tree.RewriteRuleTokenStream stream_66 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree_alternative public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_alternative_return rewrite_tree_alternative () throws org.antlr.runtime.RecognitionException org.antlr.runtime.EarlyExitException eee int alt65 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int cnt65 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_alternative_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_element_return rewrite_tree_element136 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree_element public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_element_return rewrite_tree_element () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_3 org.antlr.runtime.tree.CommonTree root_2 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt66 int alt67 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_element_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_atom_return rewrite_tree_atom137 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_atom_return rewrite_tree_atom138 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix139 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_return rewrite_tree140 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix141 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_ebnf_return rewrite_tree_ebnf142 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ebnfSuffix org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree_atom public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_atom_return rewrite_tree_atom () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt68 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt69 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_atom_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token d org.antlr.runtime.Token CHAR_LITERAL143 org.antlr.runtime.Token TOKEN_REF144 org.antlr.runtime.Token ARG_ACTION145 org.antlr.runtime.Token RULE_REF146 org.antlr.runtime.Token STRING_LITERAL147 org.antlr.runtime.Token ACTION149 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id148 org.antlr.runtime.tree.CommonTree d_tree org.antlr.runtime.tree.CommonTree CHAR_LITERAL143_tree org.antlr.runtime.tree.CommonTree TOKEN_REF144_tree org.antlr.runtime.tree.CommonTree ARG_ACTION145_tree org.antlr.runtime.tree.CommonTree RULE_REF146_tree org.antlr.runtime.tree.CommonTree STRING_LITERAL147_tree org.antlr.runtime.tree.CommonTree ACTION149_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_65 org.antlr.runtime.tree.RewriteRuleTokenStream stream_TOKEN_REF org.antlr.runtime.tree.RewriteRuleTokenStream stream_ARG_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_ebnf_return rewrite_tree_ebnf () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_ebnf_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_block_return rewrite_tree_block150 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$ebnfSuffix_return ebnfSuffix151 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_ebnfSuffix org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree_block org.antlr.runtime.Token firstToken public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_return rewrite_tree () throws org.antlr.runtime.RecognitionException int alt70 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token string_literal152 org.antlr.runtime.Token char_literal155 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_atom_return rewrite_tree_atom153 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_tree_element_return rewrite_tree_element154 org.antlr.runtime.tree.CommonTree string_literal152_tree org.antlr.runtime.tree.CommonTree char_literal155_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_67 org.antlr.runtime.tree.RewriteRuleTokenStream stream_TREE_BEGIN org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree_element org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_tree_atom public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_return rewrite_template () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleTokenStream stream_str org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt71 int alt72 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token str org.antlr.runtime.Token char_literal158 org.antlr.runtime.Token ACTION161 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id156 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_args_return rewrite_template_args157 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_ref_return rewrite_template_ref159 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_indirect_template_head_return rewrite_indirect_template_head160 org.antlr.runtime.tree.CommonTree lp_tree org.antlr.runtime.tree.CommonTree str_tree org.antlr.runtime.tree.CommonTree char_literal158_tree org.antlr.runtime.tree.CommonTree ACTION161_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_67 org.antlr.runtime.tree.RewriteRuleTokenStream stream_66 org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOUBLE_QUOTE_STRING_LITERAL org.antlr.runtime.tree.RewriteRuleTokenStream stream_DOUBLE_ANGLE_STRING_LITERAL org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_template_args public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_ref_return rewrite_template_ref () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_ref_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token char_literal164 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id162 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_args_return rewrite_template_args163 org.antlr.runtime.tree.CommonTree lp_tree org.antlr.runtime.tree.CommonTree char_literal164_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_67 org.antlr.runtime.tree.RewriteRuleTokenStream stream_66 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_template_args public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_indirect_template_head_return rewrite_indirect_template_head () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_indirect_template_head_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token lp org.antlr.runtime.Token ACTION165 org.antlr.runtime.Token char_literal166 org.antlr.runtime.Token char_literal167 org.antlr.runtime.Token char_literal169 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_args_return rewrite_template_args168 org.antlr.runtime.tree.CommonTree lp_tree org.antlr.runtime.tree.CommonTree ACTION165_tree org.antlr.runtime.tree.CommonTree char_literal166_tree org.antlr.runtime.tree.CommonTree char_literal167_tree org.antlr.runtime.tree.CommonTree char_literal169_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_67 org.antlr.runtime.tree.RewriteRuleTokenStream stream_66 org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_template_args public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_args_return rewrite_template_args () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt73 org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt74 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_args_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal171 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_arg_return rewrite_template_arg170 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_arg_return rewrite_template_arg172 org.antlr.runtime.tree.CommonTree char_literal171_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_71 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_rewrite_template_arg public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_arg_return rewrite_template_arg () throws org.antlr.runtime.RecognitionException org.antlr.runtime.tree.CommonTree root_1 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$rewrite_template_arg_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token char_literal174 org.antlr.runtime.Token ACTION175 org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id173 org.antlr.runtime.tree.CommonTree char_literal174_tree org.antlr.runtime.tree.CommonTree ACTION175_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_ACTION org.antlr.runtime.tree.RewriteRuleTokenStream stream_76 org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_id public final org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return id () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval org.antlr.runtime.tree.RewriteRuleSubtreeStream stream_retval int alt75 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.ANTLRv3Parser$id_return retval org.antlr.runtime.tree.CommonTree root_0 org.antlr.runtime.Token TOKEN_REF176 org.antlr.runtime.Token RULE_REF177 org.antlr.runtime.tree.CommonTree TOKEN_REF176_tree org.antlr.runtime.tree.CommonTree RULE_REF177_tree org.antlr.runtime.tree.RewriteRuleTokenStream stream_RULE_REF org.antlr.runtime.tree.RewriteRuleTokenStream stream_TOKEN_REF public final void synpred1_ANTLRv3_fragment () throws org.antlr.runtime.RecognitionException public final void synpred2_ANTLRv3_fragment () throws org.antlr.runtime.RecognitionException public final boolean synpred2_ANTLRv3 () org.antlr.runtime.RecognitionException re int start boolean success public final boolean synpred1_ANTLRv3 () org.antlr.runtime.RecognitionException re int start boolean success static void <clinit> () int i int numStates }
org/antlr/gunit/swingui/parsers/StGUnitLexer$DFA13.class
StGUnitLexer.java package org.antlr.gunit.swingui.parsers org.antlr.gunit.swingui.parsers.StGUnitLexer$DFA13 extends org.antlr.runtime.DFA { private final org.antlr.gunit.swingui.parsers.StGUnitLexer this$0 public void <init> (org.antlr.gunit.swingui.parsers.StGUnitLexer, org.antlr.runtime.BaseRecognizer) org.antlr.runtime.BaseRecognizer recognizer public java.lang.String getDescription () public int specialStateTransition (int, org.antlr.runtime.IntStream) throws org.antlr.runtime.NoViableAltException int LA13_16 int LA13_0 int LA13_3 int LA13_4 int LA13_6 int LA13_9 int LA13_10 int LA13_11 int LA13_12 int LA13_14 int LA13_15 int s org.antlr.runtime.IntStream _input org.antlr.runtime.IntStream input int _s org.antlr.runtime.NoViableAltException nvae }
org/antlr/gunit/swingui/parsers/StGUnitLexer.class
StGUnitLexer.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.StGUnitLexer extends org.antlr.runtime.Lexer { public static final int EOF public static final int T__25 public static final int T__26 public static final int T__27 public static final int T__28 public static final int T__29 public static final int T__30 public static final int T__31 public static final int ACTION public static final int AST public static final int CHAR_LITERAL public static final int DOC_COMMENT public static final int ESC public static final int EXT public static final int FAIL public static final int ML_COMMENT public static final int ML_STRING public static final int NESTED_ACTION public static final int NESTED_AST public static final int NESTED_RETVAL public static final int OK public static final int RETVAL public static final int RULE_REF public static final int SL_COMMENT public static final int STRING public static final int STRING_LITERAL public static final int TOKEN_REF public static final int WS public static final int XDIGIT protected org.antlr.gunit.swingui.parsers.StGUnitLexer$DFA13 dfa13 static final String DFA13_eotS static final String DFA13_eofS static final String DFA13_minS static final String DFA13_maxS static final String DFA13_acceptS static final String DFA13_specialS static final String[] DFA13_transitionS static final short[] DFA13_eot static final short[] DFA13_eof static final char[] DFA13_min static final char[] DFA13_max static final short[] DFA13_accept static final short[] DFA13_special static final short[][] DFA13_transition public org.antlr.runtime.Lexer[] getDelegates () public void <init> () public void <init> (org.antlr.runtime.CharStream) org.antlr.runtime.CharStream input public void <init> (org.antlr.runtime.CharStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.CharStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String getGrammarFileName () public final void mFAIL () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mOK () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__25 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__26 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__27 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__28 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__29 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__30 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mT__31 () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mSL_COMMENT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt1 int LA1_0 int alt2 int _type int _channel public final void mML_COMMENT () throws org.antlr.runtime.RecognitionException int LA3_1 int alt3 int LA3_0 int _type int _channel public final void mSTRING () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt4 int LA4_0 int _type int _channel public final void mML_STRING () throws org.antlr.runtime.RecognitionException int LA5_1 int alt5 int LA5_0 int _type int _channel public final void mTOKEN_REF () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt6 int _type int _channel public final void mRULE_REF () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt7 int _type int _channel public final void mEXT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.EarlyExitException eee int alt8 int cnt8 int _type int _channel public final void mRETVAL () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mNESTED_RETVAL () throws org.antlr.runtime.RecognitionException int alt9 int LA9_0 public final void mAST () throws org.antlr.runtime.RecognitionException int alt10 int alt11 int _type int _channel public final void mNESTED_AST () throws org.antlr.runtime.RecognitionException int alt12 int LA12_0 public final void mACTION () throws org.antlr.runtime.RecognitionException int _type int _channel public final void mNESTED_ACTION () throws org.antlr.runtime.RecognitionException int alt13 public final void mCHAR_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.MismatchedSetException mse int alt14 int LA14_0 public final void mSTRING_LITERAL () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse int alt15 int LA15_0 public final void mESC () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt16 int LA16_0 public final void mXDIGIT () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse public final void mWS () throws org.antlr.runtime.RecognitionException int alt17 org.antlr.runtime.EarlyExitException eee int alt18 int cnt18 int _type int _channel public void mTokens () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt19 static void <clinit> () int i int numStates }
org/antlr/gunit/swingui/parsers/StGUnitParser$id_return.class
StGUnitParser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.StGUnitParser$id_return extends org.antlr.runtime.ParserRuleReturnScope { public void <init> () }
org/antlr/gunit/swingui/parsers/StGUnitParser$output_return.class
StGUnitParser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.StGUnitParser$output_return extends org.antlr.runtime.ParserRuleReturnScope { public void <init> () }
org/antlr/gunit/swingui/parsers/StGUnitParser.class
StGUnitParser.java package org.antlr.gunit.swingui.parsers public org.antlr.gunit.swingui.parsers.StGUnitParser extends org.antlr.runtime.Parser { public static final String[] tokenNames public static final int EOF public static final int T__25 public static final int T__26 public static final int T__27 public static final int T__28 public static final int T__29 public static final int T__30 public static final int T__31 public static final int ACTION public static final int AST public static final int CHAR_LITERAL public static final int DOC_COMMENT public static final int ESC public static final int EXT public static final int FAIL public static final int ML_COMMENT public static final int ML_STRING public static final int NESTED_ACTION public static final int NESTED_AST public static final int NESTED_RETVAL public static final int OK public static final int RETVAL public static final int RULE_REF public static final int SL_COMMENT public static final int STRING public static final int STRING_LITERAL public static final int TOKEN_REF public static final int WS public static final int XDIGIT public org.antlr.gunit.swingui.runner.TestSuiteAdapter adapter public static final org.antlr.runtime.BitSet FOLLOW_29_in_gUnitDef68 public static final org.antlr.runtime.BitSet FOLLOW_id_in_gUnitDef72 public static final org.antlr.runtime.BitSet FOLLOW_31_in_gUnitDef82 public static final org.antlr.runtime.BitSet FOLLOW_id_in_gUnitDef84 public static final org.antlr.runtime.BitSet FOLLOW_27_in_gUnitDef88 public static final org.antlr.runtime.BitSet FOLLOW_header_in_gUnitDef93 public static final org.antlr.runtime.BitSet FOLLOW_suite_in_gUnitDef96 public static final org.antlr.runtime.BitSet FOLLOW_28_in_header108 public static final org.antlr.runtime.BitSet FOLLOW_ACTION_in_header110 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_suite127 public static final org.antlr.runtime.BitSet FOLLOW_31_in_suite130 public static final org.antlr.runtime.BitSet FOLLOW_RULE_REF_in_suite132 public static final org.antlr.runtime.BitSet FOLLOW_TOKEN_REF_in_suite154 public static final org.antlr.runtime.BitSet FOLLOW_26_in_suite168 public static final org.antlr.runtime.BitSet FOLLOW_test_in_suite172 public static final org.antlr.runtime.BitSet FOLLOW_input_in_test188 public static final org.antlr.runtime.BitSet FOLLOW_expect_in_test190 public static final org.antlr.runtime.BitSet FOLLOW_OK_in_expect210 public static final org.antlr.runtime.BitSet FOLLOW_FAIL_in_expect219 public static final org.antlr.runtime.BitSet FOLLOW_30_in_expect227 public static final org.antlr.runtime.BitSet FOLLOW_RETVAL_in_expect229 public static final org.antlr.runtime.BitSet FOLLOW_25_in_expect236 public static final org.antlr.runtime.BitSet FOLLOW_output_in_expect238 public static final org.antlr.runtime.BitSet FOLLOW_25_in_expect245 public static final org.antlr.runtime.BitSet FOLLOW_AST_in_expect247 public static final org.antlr.runtime.BitSet FOLLOW_STRING_in_input264 public static final org.antlr.runtime.BitSet FOLLOW_ML_STRING_in_input273 public static final org.antlr.runtime.BitSet FOLLOW_fileInput_in_input280 public static final org.antlr.runtime.BitSet FOLLOW_id_in_fileInput319 public static final org.antlr.runtime.BitSet FOLLOW_EXT_in_fileInput324 public org.antlr.runtime.Parser[] getDelegates () public void <init> (org.antlr.runtime.TokenStream) org.antlr.runtime.TokenStream input public void <init> (org.antlr.runtime.TokenStream, org.antlr.runtime.RecognizerSharedState) org.antlr.runtime.TokenStream input org.antlr.runtime.RecognizerSharedState state public java.lang.String[] getTokenNames () public java.lang.String getGrammarFileName () public final void gUnitDef () throws org.antlr.runtime.RecognitionException int alt3 int alt1 int alt2 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.StGUnitParser$id_return name public final void header () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re public final void suite () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt4 org.antlr.runtime.EarlyExitException eee int alt6 int alt5 int cnt6 org.antlr.runtime.RecognitionException re org.antlr.runtime.Token parserRule org.antlr.runtime.Token lexerRule public final void test () throws org.antlr.runtime.RecognitionException org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.model.ITestCaseInput input1 org.antlr.gunit.swingui.model.ITestCaseOutput expect2 public final org.antlr.gunit.swingui.model.ITestCaseOutput expect () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae org.antlr.runtime.NoViableAltException nvae int alt7 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.model.ITestCaseOutput out org.antlr.runtime.Token RETVAL3 org.antlr.runtime.Token AST5 org.antlr.gunit.swingui.parsers.StGUnitParser$output_return output4 public final org.antlr.gunit.swingui.model.ITestCaseInput input () throws org.antlr.runtime.RecognitionException org.antlr.runtime.NoViableAltException nvae int alt8 org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.model.ITestCaseInput in org.antlr.runtime.Token STRING6 org.antlr.runtime.Token ML_STRING7 String fileInput8 public final org.antlr.gunit.swingui.parsers.StGUnitParser$output_return output () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.StGUnitParser$output_return retval public final java.lang.String fileInput () throws org.antlr.runtime.RecognitionException int alt9 org.antlr.runtime.RecognitionException re String path org.antlr.runtime.Token EXT10 org.antlr.gunit.swingui.parsers.StGUnitParser$id_return id9 public final org.antlr.gunit.swingui.parsers.StGUnitParser$id_return id () throws org.antlr.runtime.RecognitionException org.antlr.runtime.MismatchedSetException mse org.antlr.runtime.RecognitionException re org.antlr.gunit.swingui.parsers.StGUnitParser$id_return retval static void <clinit> () }
org/antlr/gunit/swingui/RuleListController$RuleListItemRenderer.class
RuleListController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.RuleListController$RuleListItemRenderer extends javax.swing.JLabel implements javax.swing.ListCellRenderer { private final org.antlr.gunit.swingui.RuleListController this$0 public void <init> (org.antlr.gunit.swingui.RuleListController) public java.awt.Component getListCellRendererComponent (javax.swing.JList, java.lang.Object, int, boolean, boolean) org.antlr.gunit.swingui.model.Rule item javax.swing.JList list Object value int index boolean isSelected boolean hasFocus }
org/antlr/gunit/swingui/RuleListController$RuleListModel.class
RuleListController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.RuleListController$RuleListModel extends java.lang.Object implements javax.swing.ListModel { private final org.antlr.gunit.swingui.RuleListController this$0 public void <init> (org.antlr.gunit.swingui.RuleListController) public int getSize () public java.lang.Object getElementAt (int) int index public void addListDataListener (javax.swing.event.ListDataListener) javax.swing.event.ListDataListener l public void removeListDataListener (javax.swing.event.ListDataListener) javax.swing.event.ListDataListener l }
org/antlr/gunit/swingui/RuleListController.class
RuleListController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.RuleListController extends java.lang.Object implements org.antlr.gunit.swingui.IController { private final javax.swing.JList list private final javax.swing.JScrollPane scroll private javax.swing.ListModel model private org.antlr.gunit.swingui.model.TestSuite testSuite public void <init> () public javax.swing.JScrollPane getView () private void setTestSuite (org.antlr.gunit.swingui.model.TestSuite) org.antlr.gunit.swingui.model.TestSuite newTestSuite public void initialize (org.antlr.gunit.swingui.model.TestSuite) org.antlr.gunit.swingui.model.TestSuite ts private void initComponents () public void setListSelectionListener (javax.swing.event.ListSelectionListener) javax.swing.event.ListSelectionListener l public java.lang.Object getModel () public java.awt.Component getView () static org.antlr.gunit.swingui.model.TestSuite access$000 (org.antlr.gunit.swingui.RuleListController) org.antlr.gunit.swingui.RuleListController x0 }
org/antlr/gunit/swingui/runner/gUnitAdapter.class
gUnitAdapter.java package org.antlr.gunit.swingui.runner public org.antlr.gunit.swingui.runner.gUnitAdapter extends java.lang.Object { private org.antlr.gunit.swingui.runner.ParserLoader loader private org.antlr.gunit.swingui.model.TestSuite testSuite public void <init> (org.antlr.gunit.swingui.model.TestSuite) throws java.io.IOException java.lang.ClassNotFoundException org.antlr.gunit.swingui.model.TestSuite suite int i public void run () org.antlr.runtime.CharStream input org.antlr.gunit.gUnitLexer lexer org.antlr.runtime.CommonTokenStream tokens org.antlr.gunit.GrammarInfo grammarInfo org.antlr.gunit.gUnitParser parser org.antlr.gunit.gUnitExecutor executer Exception e }
org/antlr/gunit/swingui/runner/NotifiedTestExecuter.class
NotifiedTestExecuter.java package org.antlr.gunit.swingui.runner public org.antlr.gunit.swingui.runner.NotifiedTestExecuter extends org.antlr.gunit.gUnitExecutor { private org.antlr.gunit.swingui.model.TestSuite testSuite public void <init> (org.antlr.gunit.GrammarInfo, java.lang.ClassLoader, java.lang.String, org.antlr.gunit.swingui.model.TestSuite) org.antlr.gunit.GrammarInfo grammarInfo ClassLoader loader String testsuiteDir org.antlr.gunit.swingui.model.TestSuite suite public void onFail (org.antlr.gunit.ITestCase) org.antlr.gunit.ITestCase failTest String ruleName org.antlr.gunit.swingui.model.Rule rule org.antlr.gunit.swingui.model.TestCase failCase public void onPass (org.antlr.gunit.ITestCase) org.antlr.gunit.ITestCase passTest String ruleName org.antlr.gunit.swingui.model.Rule rule org.antlr.gunit.swingui.model.TestCase passCase }
org/antlr/gunit/swingui/runner/ParserLoader$ClassFilenameFilter.class
ParserLoader.java package org.antlr.gunit.swingui.runner public org.antlr.gunit.swingui.runner.ParserLoader$ClassFilenameFilter extends java.lang.Object implements java.io.FilenameFilter { private String grammarName protected void <init> (java.lang.String) String name public boolean accept (java.io.File, java.lang.String) java.io.File dir String name }
org/antlr/gunit/swingui/runner/ParserLoader.class
ParserLoader.java package org.antlr.gunit.swingui.runner public org.antlr.gunit.swingui.runner.ParserLoader extends java.lang.ClassLoader { private java.util.HashMap classList private String grammar static final boolean $assertionsDisabled static Class class$org$antlr$gunit$swingui$runner$ParserLoader public void <init> (java.lang.String, java.lang.String) throws java.io.IOException java.lang.ClassNotFoundException java.io.InputStream in byte[] classData Class newClass String fileName String className java.io.File f java.io.File[] arr$ int len$ int i$ java.io.File[] files String grammarName String classDir String lexerName java.io.File dir public synchronized java.lang.Class loadClass (java.lang.String, boolean) throws java.lang.ClassNotFoundException Class c String name boolean resolve static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 static void <clinit> () }
org/antlr/gunit/swingui/runner/TestSuiteAdapter.class
TestSuiteAdapter.java package org.antlr.gunit.swingui.runner public org.antlr.gunit.swingui.runner.TestSuiteAdapter extends java.lang.Object { private org.antlr.gunit.swingui.model.TestSuite model private org.antlr.gunit.swingui.model.Rule currentRule public void <init> (org.antlr.gunit.swingui.model.TestSuite) org.antlr.gunit.swingui.model.TestSuite testSuite public void setGrammarName (java.lang.String) String name public void startRule (java.lang.String) String name public void endRule () public void addTestCase (org.antlr.gunit.swingui.model.ITestCaseInput, org.antlr.gunit.swingui.model.ITestCaseOutput) org.antlr.gunit.swingui.model.ITestCaseInput in org.antlr.gunit.swingui.model.ITestCaseOutput out org.antlr.gunit.swingui.model.TestCase testCase private static java.lang.String trimChars (java.lang.String, int) String text int numOfChars public static org.antlr.gunit.swingui.model.ITestCaseInput createFileInput (java.lang.String) String fileName public static org.antlr.gunit.swingui.model.ITestCaseInput createStringInput (java.lang.String) String line public static org.antlr.gunit.swingui.model.ITestCaseInput createMultiInput (java.lang.String) String text public static org.antlr.gunit.swingui.model.ITestCaseOutput createBoolOutput (boolean) boolean bool public static org.antlr.gunit.swingui.model.ITestCaseOutput createAstOutput (java.lang.String) String ast public static org.antlr.gunit.swingui.model.ITestCaseOutput createStdOutput (java.lang.String) String text public static org.antlr.gunit.swingui.model.ITestCaseOutput createReturnOutput (java.lang.String) String text }
org/antlr/gunit/swingui/RunnerController$1.class
RunnerController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.RunnerController$1 extends java.lang.Object { }
org/antlr/gunit/swingui/RunnerController$RunnerTreeModel.class
RunnerController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.RunnerController$RunnerTreeModel extends javax.swing.tree.DefaultTreeModel { private final org.antlr.gunit.swingui.RunnerController this$0 public void <init> (org.antlr.gunit.swingui.RunnerController, org.antlr.gunit.swingui.model.TestSuite) org.antlr.gunit.swingui.model.TestSuite testSuite }
org/antlr/gunit/swingui/RunnerController$RunnerTreeRenderer.class
RunnerController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.RunnerController$RunnerTreeRenderer extends java.lang.Object implements javax.swing.tree.TreeCellRenderer { private final org.antlr.gunit.swingui.RunnerController this$0 private void <init> (org.antlr.gunit.swingui.RunnerController) public java.awt.Component getTreeCellRendererComponent (javax.swing.JTree, java.lang.Object, boolean, boolean, boolean, int, boolean) org.antlr.gunit.swingui.RunnerController$TestGroupTreeNode node org.antlr.gunit.swingui.RunnerController$TestCaseTreeNode node javax.swing.JTree tree Object value boolean selected boolean expanded boolean leaf int row boolean hasFocus javax.swing.JLabel label void <init> (org.antlr.gunit.swingui.RunnerController, org.antlr.gunit.swingui.RunnerController$1) org.antlr.gunit.swingui.RunnerController x0 org.antlr.gunit.swingui.RunnerController$1 x1 }
org/antlr/gunit/swingui/RunnerController$RunnerView.class
RunnerController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.RunnerController$RunnerView extends javax.swing.JPanel { private javax.swing.JTextArea textArea private javax.swing.JTree tree private javax.swing.JScrollPane scroll private final org.antlr.gunit.swingui.RunnerController this$0 public void <init> (org.antlr.gunit.swingui.RunnerController) public void initComponents () static javax.swing.JTree access$000 (org.antlr.gunit.swingui.RunnerController$RunnerView) org.antlr.gunit.swingui.RunnerController$RunnerView x0 }
org/antlr/gunit/swingui/RunnerController$TestCaseTreeNode.class
RunnerController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.RunnerController$TestCaseTreeNode extends javax.swing.tree.DefaultMutableTreeNode { private org.antlr.gunit.swingui.model.TestCase data private final org.antlr.gunit.swingui.RunnerController this$0 private void <init> (org.antlr.gunit.swingui.RunnerController, org.antlr.gunit.swingui.model.TestCase) org.antlr.gunit.swingui.model.TestCase tc void <init> (org.antlr.gunit.swingui.RunnerController, org.antlr.gunit.swingui.model.TestCase, org.antlr.gunit.swingui.RunnerController$1) org.antlr.gunit.swingui.RunnerController x0 org.antlr.gunit.swingui.model.TestCase x1 org.antlr.gunit.swingui.RunnerController$1 x2 static org.antlr.gunit.swingui.model.TestCase access$500 (org.antlr.gunit.swingui.RunnerController$TestCaseTreeNode) org.antlr.gunit.swingui.RunnerController$TestCaseTreeNode x0 }
org/antlr/gunit/swingui/RunnerController$TestGroupTreeNode.class
RunnerController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.RunnerController$TestGroupTreeNode extends javax.swing.tree.DefaultMutableTreeNode { private org.antlr.gunit.swingui.model.Rule data private boolean hasFail private final org.antlr.gunit.swingui.RunnerController this$0 private void <init> (org.antlr.gunit.swingui.RunnerController, org.antlr.gunit.swingui.model.Rule) org.antlr.gunit.swingui.model.TestCase tc java.util.Iterator i$ org.antlr.gunit.swingui.model.Rule rule public java.lang.String toString () org.antlr.gunit.swingui.model.TestCase tc java.util.Iterator i$ int iPass int iFail void <init> (org.antlr.gunit.swingui.RunnerController, org.antlr.gunit.swingui.model.Rule, org.antlr.gunit.swingui.RunnerController$1) org.antlr.gunit.swingui.RunnerController x0 org.antlr.gunit.swingui.model.Rule x1 org.antlr.gunit.swingui.RunnerController$1 x2 static boolean access$400 (org.antlr.gunit.swingui.RunnerController$TestGroupTreeNode) org.antlr.gunit.swingui.RunnerController$TestGroupTreeNode x0 }
org/antlr/gunit/swingui/RunnerController$TestSuiteTreeNode.class
RunnerController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.RunnerController$TestSuiteTreeNode extends javax.swing.tree.DefaultMutableTreeNode { private org.antlr.gunit.swingui.model.TestSuite data private final org.antlr.gunit.swingui.RunnerController this$0 public void <init> (org.antlr.gunit.swingui.RunnerController, org.antlr.gunit.swingui.model.TestSuite) org.antlr.gunit.swingui.model.Rule rule int i org.antlr.gunit.swingui.model.TestSuite suite public java.lang.String toString () }
org/antlr/gunit/swingui/RunnerController.class
RunnerController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.RunnerController extends java.lang.Object implements org.antlr.gunit.swingui.IController { private org.antlr.gunit.swingui.RunnerController$RunnerView view public void <init> () public java.lang.Object getModel () public java.awt.Component getView () public void update () public void OnShowSuiteResult (org.antlr.gunit.swingui.model.TestSuite) org.antlr.gunit.swingui.model.TestSuite suite public void OnShowRuleResult (org.antlr.gunit.swingui.model.Rule) org.antlr.gunit.swingui.model.Rule rule }
org/antlr/gunit/swingui/StatusBarController.class
StatusBarController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.StatusBarController extends java.lang.Object implements org.antlr.gunit.swingui.IController { private final javax.swing.JPanel panel private final javax.swing.JLabel labelText private final javax.swing.JLabel labelRuleName private final javax.swing.JProgressBar progress public void <init> () private void initComponents () javax.swing.JLabel labRuleHint java.awt.FlowLayout layout public void setText (java.lang.String) String text public void setRule (java.lang.String) String name public java.lang.Object getModel () public javax.swing.JPanel getView () public void setProgressIndetermined (boolean) boolean value public void setProgress (int) int value public java.awt.Component getView () }
org/antlr/gunit/swingui/TestCaseEditController$1.class
TestCaseEditController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.TestCaseEditController$1 extends java.lang.Object implements java.awt.event.ActionListener { private final org.antlr.gunit.swingui.TestCaseEditController this$0 void <init> (org.antlr.gunit.swingui.TestCaseEditController) public void actionPerformed (java.awt.event.ActionEvent) java.awt.event.ActionEvent event }
org/antlr/gunit/swingui/TestCaseEditController$2.class
TestCaseEditController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.TestCaseEditController$2 extends java.lang.Object implements java.awt.event.ActionListener { private final org.antlr.gunit.swingui.TestCaseEditController this$0 void <init> (org.antlr.gunit.swingui.TestCaseEditController) public void actionPerformed (java.awt.event.ActionEvent) java.awt.event.ActionEvent event }
org/antlr/gunit/swingui/TestCaseEditController$AbstractEditorPane.class
TestCaseEditController.java package org.antlr.gunit.swingui public abstract org.antlr.gunit.swingui.TestCaseEditController$AbstractEditorPane extends javax.swing.JPanel { private javax.swing.JComboBox combo private javax.swing.JComponent editor private String title private javax.swing.JLabel placeHolder private final org.antlr.gunit.swingui.TestCaseEditController this$0 public void <init> (org.antlr.gunit.swingui.TestCaseEditController, javax.swing.JComboBox, java.lang.String) javax.swing.JComboBox comboBox String title private void initComponents () public void setEditor (javax.swing.JComponent) javax.swing.JComponent newEditor }
org/antlr/gunit/swingui/TestCaseEditController$AddTestCaseAction.class
TestCaseEditController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.TestCaseEditController$AddTestCaseAction extends javax.swing.AbstractAction { private final org.antlr.gunit.swingui.TestCaseEditController this$0 public void <init> (org.antlr.gunit.swingui.TestCaseEditController) public void actionPerformed (java.awt.event.ActionEvent) java.awt.event.ActionEvent e }
org/antlr/gunit/swingui/TestCaseEditController$InputEditorPane.class
TestCaseEditController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.TestCaseEditController$InputEditorPane extends org.antlr.gunit.swingui.TestCaseEditController$AbstractEditorPane { private final org.antlr.gunit.swingui.TestCaseEditController this$0 public void <init> (org.antlr.gunit.swingui.TestCaseEditController, javax.swing.JComboBox) javax.swing.JComboBox comboBox }
org/antlr/gunit/swingui/TestCaseEditController$InputFileEditor.class
TestCaseEditController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.TestCaseEditController$InputFileEditor extends org.antlr.gunit.swingui.TestCaseEditController$InputStringEditor { private final org.antlr.gunit.swingui.TestCaseEditController this$0 public void <init> (org.antlr.gunit.swingui.TestCaseEditController) }
org/antlr/gunit/swingui/TestCaseEditController$InputMultiEditor.class
TestCaseEditController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.TestCaseEditController$InputMultiEditor extends java.lang.Object implements javax.swing.event.CaretListener { private javax.swing.JTextArea textArea private javax.swing.JScrollPane scroll private final org.antlr.gunit.swingui.TestCaseEditController this$0 public void <init> (org.antlr.gunit.swingui.TestCaseEditController) public void caretUpdate (javax.swing.event.CaretEvent) javax.swing.event.CaretEvent arg0 public java.lang.String getText () public void setText (java.lang.String) String text public javax.swing.JComponent getView () }
org/antlr/gunit/swingui/TestCaseEditController$InputStringEditor.class
TestCaseEditController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.TestCaseEditController$InputStringEditor extends javax.swing.JTextField implements javax.swing.event.CaretListener { private final org.antlr.gunit.swingui.TestCaseEditController this$0 public void <init> (org.antlr.gunit.swingui.TestCaseEditController) public void caretUpdate (javax.swing.event.CaretEvent) javax.swing.event.CaretEvent arg0 }
org/antlr/gunit/swingui/TestCaseEditController$OutputAstEditor.class
TestCaseEditController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.TestCaseEditController$OutputAstEditor extends java.lang.Object implements javax.swing.event.CaretListener { private javax.swing.JTextArea textArea private javax.swing.JScrollPane scroll private final org.antlr.gunit.swingui.TestCaseEditController this$0 public void <init> (org.antlr.gunit.swingui.TestCaseEditController) public void caretUpdate (javax.swing.event.CaretEvent) javax.swing.event.CaretEvent arg0 public void setText (java.lang.String) String text public java.lang.String getText () public javax.swing.JScrollPane getView () }
org/antlr/gunit/swingui/TestCaseEditController$OutputEditorPane.class
TestCaseEditController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.TestCaseEditController$OutputEditorPane extends org.antlr.gunit.swingui.TestCaseEditController$AbstractEditorPane { private final org.antlr.gunit.swingui.TestCaseEditController this$0 public void <init> (org.antlr.gunit.swingui.TestCaseEditController, javax.swing.JComboBox) javax.swing.JComboBox comboBox }
org/antlr/gunit/swingui/TestCaseEditController$OutputResultEditor.class
TestCaseEditController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.TestCaseEditController$OutputResultEditor extends javax.swing.JPanel implements java.awt.event.ActionListener { private javax.swing.JToggleButton tbFail private javax.swing.JToggleButton tbOk private final org.antlr.gunit.swingui.TestCaseEditController this$0 public void <init> (org.antlr.gunit.swingui.TestCaseEditController) javax.swing.ButtonGroup group public void actionPerformed (java.awt.event.ActionEvent) java.awt.event.ActionEvent e org.antlr.gunit.swingui.model.TestCaseOutputResult output public void setValue (java.lang.String) String value }
org/antlr/gunit/swingui/TestCaseEditController$OutputReturnEditor.class
TestCaseEditController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.TestCaseEditController$OutputReturnEditor extends org.antlr.gunit.swingui.TestCaseEditController$OutputAstEditor { private final org.antlr.gunit.swingui.TestCaseEditController this$0 public void <init> (org.antlr.gunit.swingui.TestCaseEditController) }
org/antlr/gunit/swingui/TestCaseEditController$OutputStdEditor.class
TestCaseEditController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.TestCaseEditController$OutputStdEditor extends org.antlr.gunit.swingui.TestCaseEditController$OutputAstEditor { private final org.antlr.gunit.swingui.TestCaseEditController this$0 public void <init> (org.antlr.gunit.swingui.TestCaseEditController) }
org/antlr/gunit/swingui/TestCaseEditController$RemoveTestCaseAction.class
TestCaseEditController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.TestCaseEditController$RemoveTestCaseAction extends javax.swing.AbstractAction { private final org.antlr.gunit.swingui.TestCaseEditController this$0 public void <init> (org.antlr.gunit.swingui.TestCaseEditController) public void actionPerformed (java.awt.event.ActionEvent) java.awt.event.ActionEvent e }
org/antlr/gunit/swingui/TestCaseEditController$TestCaseListRenderer.class
TestCaseEditController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.TestCaseEditController$TestCaseListRenderer extends java.lang.Object implements javax.swing.ListCellRenderer { private static java.awt.Font IN_FONT private static java.awt.Font OUT_FONT private void <init> () public static java.lang.String clamp (java.lang.String, int) String text int len public static java.lang.String clampAtNewLine (java.lang.String) String text int pos public java.awt.Component getListCellRendererComponent (javax.swing.JList, java.lang.Object, int, boolean, boolean) org.antlr.gunit.swingui.model.TestCase item javax.swing.JLabel labIn javax.swing.JLabel labOut javax.swing.JList list Object value int index boolean isSelected boolean hasFocus javax.swing.JPanel pane void <init> (org.antlr.gunit.swingui.TestCaseEditController$1) org.antlr.gunit.swingui.TestCaseEditController$1 x0 static void <clinit> () }
org/antlr/gunit/swingui/TestCaseEditController$TestCaseListSelectionListener.class
TestCaseEditController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.TestCaseEditController$TestCaseListSelectionListener extends java.lang.Object implements javax.swing.event.ListSelectionListener { private final org.antlr.gunit.swingui.TestCaseEditController this$0 private void <init> (org.antlr.gunit.swingui.TestCaseEditController) public void valueChanged (javax.swing.event.ListSelectionEvent) javax.swing.event.ListSelectionEvent e javax.swing.JList list org.antlr.gunit.swingui.model.TestCase value void <init> (org.antlr.gunit.swingui.TestCaseEditController, org.antlr.gunit.swingui.TestCaseEditController$1) org.antlr.gunit.swingui.TestCaseEditController x0 org.antlr.gunit.swingui.TestCaseEditController$1 x1 }
org/antlr/gunit/swingui/TestCaseEditController.class
TestCaseEditController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.TestCaseEditController extends java.lang.Object implements org.antlr.gunit.swingui.IController { private javax.swing.JPanel view private javax.swing.JScrollPane scroll private javax.swing.JPanel paneDetail private org.antlr.gunit.swingui.TestCaseEditController$AbstractEditorPane paneDetailInput private org.antlr.gunit.swingui.TestCaseEditController$AbstractEditorPane paneDetailOutput private javax.swing.JToolBar toolbar private javax.swing.JList listCases private javax.swing.ListModel listModel public java.awt.event.ActionListener onTestCaseNumberChange private org.antlr.gunit.swingui.TestCaseEditController$InputFileEditor editInputFile private org.antlr.gunit.swingui.TestCaseEditController$InputStringEditor editInputString private org.antlr.gunit.swingui.TestCaseEditController$InputMultiEditor editInputMulti private org.antlr.gunit.swingui.TestCaseEditController$OutputResultEditor editOutputResult private org.antlr.gunit.swingui.TestCaseEditController$OutputAstEditor editOutputAST private org.antlr.gunit.swingui.TestCaseEditController$OutputStdEditor editOutputStd private org.antlr.gunit.swingui.TestCaseEditController$OutputReturnEditor editOutputReturn private javax.swing.JComboBox comboInputType private javax.swing.JComboBox comboOutputType private static final String IN_TYPE_STRING private static final String IN_TYPE_MULTI private static final String IN_TYPE_FILE private static final String OUT_TYPE_BOOL private static final String OUT_TYPE_AST private static final String OUT_TYPE_STD private static final String OUT_TYPE_RET private static final String DEFAULT_IN_SCRIPT private static final String DEFAULT_OUT_SCRIPT private static final Object[] INPUT_TYPE private static final Object[] OUTPUT_TYPE private static final int TEST_CASE_DETAIL_WIDTH private static final int TEST_EDITOR_WIDTH private static final int TEST_CASE_DETAIL_HEIGHT private static final int TEST_EDITOR_HEIGHT private org.antlr.gunit.swingui.model.Rule currentRule private org.antlr.gunit.swingui.model.TestCase currentTestCase private static final java.util.HashMap TypeNameTable private static org.antlr.gunit.swingui.TestCaseEditController$TestCaseListRenderer listRenderer static Class class$org$antlr$gunit$swingui$model$TestCaseInputString static Class class$org$antlr$gunit$swingui$model$TestCaseInputMultiString static Class class$org$antlr$gunit$swingui$model$TestCaseInputFile static Class class$org$antlr$gunit$swingui$model$TestCaseOutputResult static Class class$org$antlr$gunit$swingui$model$TestCaseOutputAST static Class class$org$antlr$gunit$swingui$model$TestCaseOutputStdOut static Class class$org$antlr$gunit$swingui$model$TestCaseOutputReturn public void <init> (org.antlr.gunit.swingui.WorkSpaceView) org.antlr.gunit.swingui.WorkSpaceView workspace public void <init> () public void OnLoadRule (org.antlr.gunit.swingui.model.Rule) org.antlr.gunit.swingui.model.Rule rule public void setCurrentTestCase (org.antlr.gunit.swingui.model.TestCase) org.antlr.gunit.swingui.model.TestCase testCase public org.antlr.gunit.swingui.model.Rule getCurrentRule () private void initComponents () javax.swing.BoxLayout layout private void updateInputEditor () org.antlr.gunit.swingui.model.ITestCaseInput input javax.swing.JComponent editor private void updateOutputEditor () org.antlr.gunit.swingui.model.ITestCaseOutput output javax.swing.JComponent editor private void OnInputTestCaseTypeChanged (java.lang.Object) org.antlr.gunit.swingui.model.ITestCaseInput input org.antlr.gunit.swingui.model.ITestCaseInput input org.antlr.gunit.swingui.model.ITestCaseInput input org.antlr.gunit.swingui.model.ITestCaseInput input Object inputTypeStr private void OnOutputTestCaseTypeChanged (java.lang.Object) org.antlr.gunit.swingui.model.ITestCaseOutput output org.antlr.gunit.swingui.model.ITestCaseOutput output org.antlr.gunit.swingui.model.ITestCaseOutput output org.antlr.gunit.swingui.model.ITestCaseOutput output org.antlr.gunit.swingui.model.ITestCaseOutput output Object outputTypeStr private void OnTestCaseSelected (org.antlr.gunit.swingui.model.TestCase) org.antlr.gunit.swingui.model.TestCase testCase private void OnAddTestCase () org.antlr.gunit.swingui.model.TestCase newCase private void OnRemoveTestCase () org.antlr.gunit.swingui.model.TestCase nextActiveCase public java.lang.Object getModel () public java.awt.Component getView () static java.lang.Class class$ (java.lang.String) ClassNotFoundException x1 String x0 static javax.swing.JComboBox access$100 (org.antlr.gunit.swingui.TestCaseEditController) org.antlr.gunit.swingui.TestCaseEditController x0 static void access$200 (org.antlr.gunit.swingui.TestCaseEditController, java.lang.Object) org.antlr.gunit.swingui.TestCaseEditController x0 Object x1 static javax.swing.JComboBox access$300 (org.antlr.gunit.swingui.TestCaseEditController) org.antlr.gunit.swingui.TestCaseEditController x0 static void access$400 (org.antlr.gunit.swingui.TestCaseEditController, java.lang.Object) org.antlr.gunit.swingui.TestCaseEditController x0 Object x1 static org.antlr.gunit.swingui.model.TestCase access$500 (org.antlr.gunit.swingui.TestCaseEditController) org.antlr.gunit.swingui.TestCaseEditController x0 static javax.swing.JList access$600 (org.antlr.gunit.swingui.TestCaseEditController) org.antlr.gunit.swingui.TestCaseEditController x0 static void access$700 (org.antlr.gunit.swingui.TestCaseEditController, org.antlr.gunit.swingui.model.TestCase) org.antlr.gunit.swingui.TestCaseEditController x0 org.antlr.gunit.swingui.model.TestCase x1 static void access$800 (org.antlr.gunit.swingui.TestCaseEditController) org.antlr.gunit.swingui.TestCaseEditController x0 static void access$900 (org.antlr.gunit.swingui.TestCaseEditController) org.antlr.gunit.swingui.TestCaseEditController x0 static void <clinit> () }
org/antlr/gunit/swingui/Tool$1.class
Tool.java package org.antlr.gunit.swingui final org.antlr.gunit.swingui.Tool$1 extends java.lang.Object implements java.lang.Runnable { void <init> () public void run () org.antlr.gunit.swingui.WorkSpaceController control }
org/antlr/gunit/swingui/Tool.class
Tool.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.Tool extends java.lang.Object { public void <init> () public static void main (java.lang.String[]) throws java.io.IOException String[] args private static void showUI () Exception e }
org/antlr/gunit/swingui/WorkSpaceController$1.class
WorkSpaceController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.WorkSpaceController$1 extends java.lang.Object implements java.awt.event.ActionListener { private final org.antlr.gunit.swingui.WorkSpaceController this$0 void <init> (org.antlr.gunit.swingui.WorkSpaceController) public void actionPerformed (java.awt.event.ActionEvent) java.awt.event.ActionEvent e }
org/antlr/gunit/swingui/WorkSpaceController$2.class
WorkSpaceController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.WorkSpaceController$2 extends javax.swing.filechooser.FileFilter { private final org.antlr.gunit.swingui.WorkSpaceController this$0 void <init> (org.antlr.gunit.swingui.WorkSpaceController) public boolean accept (java.io.File) java.io.File f public java.lang.String getDescription () }
org/antlr/gunit/swingui/WorkSpaceController$3.class
WorkSpaceController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.WorkSpaceController$3 extends javax.swing.filechooser.FileFilter { private final org.antlr.gunit.swingui.WorkSpaceController this$0 void <init> (org.antlr.gunit.swingui.WorkSpaceController) public boolean accept (java.io.File) java.io.File f public java.lang.String getDescription () }
org/antlr/gunit/swingui/WorkSpaceController$4.class
WorkSpaceController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.WorkSpaceController$4 extends java.lang.Thread { private final org.antlr.gunit.swingui.WorkSpaceController this$0 void <init> (org.antlr.gunit.swingui.WorkSpaceController) public void run () }
org/antlr/gunit/swingui/WorkSpaceController$CreateAction.class
WorkSpaceController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.WorkSpaceController$CreateAction extends javax.swing.AbstractAction { private final org.antlr.gunit.swingui.WorkSpaceController this$0 public void <init> (org.antlr.gunit.swingui.WorkSpaceController) public void actionPerformed (java.awt.event.ActionEvent) java.awt.event.ActionEvent e }
org/antlr/gunit/swingui/WorkSpaceController$OpenAction.class
WorkSpaceController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.WorkSpaceController$OpenAction extends javax.swing.AbstractAction { private final org.antlr.gunit.swingui.WorkSpaceController this$0 public void <init> (org.antlr.gunit.swingui.WorkSpaceController) public void actionPerformed (java.awt.event.ActionEvent) java.awt.event.ActionEvent e }
org/antlr/gunit/swingui/WorkSpaceController$RuleListSelectionListener.class
WorkSpaceController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.WorkSpaceController$RuleListSelectionListener extends java.lang.Object implements javax.swing.event.ListSelectionListener { private final org.antlr.gunit.swingui.WorkSpaceController this$0 private void <init> (org.antlr.gunit.swingui.WorkSpaceController) public void valueChanged (javax.swing.event.ListSelectionEvent) javax.swing.event.ListSelectionEvent event javax.swing.JList list org.antlr.gunit.swingui.model.Rule rule void <init> (org.antlr.gunit.swingui.WorkSpaceController, org.antlr.gunit.swingui.WorkSpaceController$1) org.antlr.gunit.swingui.WorkSpaceController x0 org.antlr.gunit.swingui.WorkSpaceController$1 x1 }
org/antlr/gunit/swingui/WorkSpaceController$RunAction.class
WorkSpaceController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.WorkSpaceController$RunAction extends javax.swing.AbstractAction { private final org.antlr.gunit.swingui.WorkSpaceController this$0 public void <init> (org.antlr.gunit.swingui.WorkSpaceController) public void actionPerformed (java.awt.event.ActionEvent) java.awt.event.ActionEvent e }
org/antlr/gunit/swingui/WorkSpaceController$SaveAction.class
WorkSpaceController.java package org.antlr.gunit.swingui org.antlr.gunit.swingui.WorkSpaceController$SaveAction extends javax.swing.AbstractAction { private final org.antlr.gunit.swingui.WorkSpaceController this$0 public void <init> (org.antlr.gunit.swingui.WorkSpaceController) public void actionPerformed (java.awt.event.ActionEvent) java.awt.event.ActionEvent e }
org/antlr/gunit/swingui/WorkSpaceController$TabChangeListener.class
WorkSpaceController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.WorkSpaceController$TabChangeListener extends java.lang.Object implements javax.swing.event.ChangeListener { private final org.antlr.gunit.swingui.WorkSpaceController this$0 public void <init> (org.antlr.gunit.swingui.WorkSpaceController) public void stateChanged (javax.swing.event.ChangeEvent) javax.swing.event.ChangeEvent evt }
org/antlr/gunit/swingui/WorkSpaceController.class
WorkSpaceController.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.WorkSpaceController extends java.lang.Object implements org.antlr.gunit.swingui.IController { private org.antlr.gunit.swingui.model.TestSuite currentTestSuite private String testSuiteFileName private final org.antlr.gunit.swingui.WorkSpaceView view private final org.antlr.gunit.swingui.RunnerController runner public void <init> () public void show () public java.awt.Component getEmbeddedView () private void initEventHandlers () private void OnCreateTest () javax.swing.JFileChooser jfc java.io.File grammarFile private void OnSaveTest () private void OnOpenTest () java.io.IOException e javax.swing.JFileChooser jfc java.io.File testSuiteFile private void OnSelectRule (org.antlr.gunit.swingui.model.Rule) org.antlr.gunit.swingui.model.Rule rule private void OnSelectTextPane () Thread worker private void OnRunTest () org.antlr.gunit.swingui.runner.gUnitAdapter adapter Exception ex private void initToolbar () public java.lang.Object getModel () public java.awt.Component getView () static org.antlr.gunit.swingui.WorkSpaceView access$100 (org.antlr.gunit.swingui.WorkSpaceController) org.antlr.gunit.swingui.WorkSpaceController x0 static org.antlr.gunit.swingui.model.TestSuite access$200 (org.antlr.gunit.swingui.WorkSpaceController) org.antlr.gunit.swingui.WorkSpaceController x0 static void access$300 (org.antlr.gunit.swingui.WorkSpaceController, org.antlr.gunit.swingui.model.Rule) org.antlr.gunit.swingui.WorkSpaceController x0 org.antlr.gunit.swingui.model.Rule x1 static void access$400 (org.antlr.gunit.swingui.WorkSpaceController) org.antlr.gunit.swingui.WorkSpaceController x0 static void access$500 (org.antlr.gunit.swingui.WorkSpaceController) org.antlr.gunit.swingui.WorkSpaceController x0 static void access$600 (org.antlr.gunit.swingui.WorkSpaceController) org.antlr.gunit.swingui.WorkSpaceController x0 static void access$700 (org.antlr.gunit.swingui.WorkSpaceController) org.antlr.gunit.swingui.WorkSpaceController x0 static void access$800 (org.antlr.gunit.swingui.WorkSpaceController) org.antlr.gunit.swingui.WorkSpaceController x0 }
org/antlr/gunit/swingui/WorkSpaceView.class
WorkSpaceView.java package org.antlr.gunit.swingui public org.antlr.gunit.swingui.WorkSpaceView extends javax.swing.JFrame { protected javax.swing.JSplitPane splitListClient protected javax.swing.JTabbedPane tabEditors protected javax.swing.JPanel paneToolBar protected org.antlr.gunit.swingui.StatusBarController paneStatus protected org.antlr.gunit.swingui.TestCaseEditController paneEditor protected javax.swing.JToolBar toolbar protected javax.swing.JTextArea txtEditor protected org.antlr.gunit.swingui.RuleListController listRules protected javax.swing.JMenuBar menuBar protected javax.swing.JScrollPane scrollCode protected javax.swing.JPanel resultPane protected javax.swing.JButton btnOpenGrammar public void <init> () protected void initComponents () }
META-INF/maven/org.antlr/gunit/
META-INF/maven/org.antlr/gunit/pom.xml
META-INF/maven/org.antlr/gunit/pom.properties