Uses of Class
org.antlr.analysis.Label
Packages that use Label
-
Uses of Label in org.antlr.analysis
Subclasses of Label in org.antlr.analysisFields in org.antlr.analysis declared as LabelModifier and TypeFieldDescriptionNFAState.incidentEdgeLabelFor o-A->o type NFA tranitions, record the label that leads to this state.Transition.labelWhat label must be consumed to transition to targetFields in org.antlr.analysis with type parameters of type LabelModifier and TypeFieldDescriptionprotected OrderedHashSet<Label>DFAState.reachableLabelsAs this state is constructed (i.e., as NFA states are added), we can easily check for non-epsilon transitions because the only transition that could be a valid label is transition(0).Methods in org.antlr.analysis that return LabelMethods in org.antlr.analysis that return types with arguments of type LabelModifier and TypeMethodDescriptionDecisionProbe.getSampleNonDeterministicInputSequence(DFAState targetState) Return a ListMethods in org.antlr.analysis with parameters of type LabelModifier and TypeMethodDescriptionvoidprotected voidDFAState.addReachableLabel(Label label) Add label uniquely and disjointly; intersection with another set or int/char forces breaking up the set(s).intDFAState.addTransition(DFAState target, Label label) Add a transition from this state to target with label.protected static intNFAToDFAConverter.addTransition(DFAState d, Label label, DFAState targetState, Map targetToLabelMap) Add a transition from state d to targetState with label in normal case.static booleanbooleanGiven the set of NFA states in DFA state d, find all NFA states reachable traversing label arcs.Method parameters in org.antlr.analysis with type arguments of type LabelModifier and TypeMethodDescriptionprotected voidDecisionProbe.getSampleInputSequenceUsingStateSet(State startState, State targetState, Set states, List<Label> labels) Given a start state and a final state, find a list of edge labels between the two ignoring epsilon.Constructors in org.antlr.analysis with parameters of type Label -
Uses of Label in org.antlr.tool
Methods in org.antlr.tool with parameters of type LabelModifier and TypeMethodDescriptionprotected static IntegerRandomPhrase.getTokenType(Label label)