antlr-d v1.3.8 (2019-01-30T12:18:54Z)
Dub
Repo
AbstractConfigHashSet
antlr
v4
runtime
atn
AbstractConfigHashSet
A special, abstract container for the graph-structured stack
abstract
class
AbstractConfigHashSet : Array2DHashSet!ATNConfig {
this
(size_t function(Object o) @(trusted) nothrow hashOfFp, bool function(Object a, Object b) opEqualsFp);
this
(size_t function(Object o) @(trusted) nothrow hashOfFp, bool function(Object a, Object b) opEqualsFp, int initialCapacity, int initialBucketCapacity);
ATNConfig
[][]
createBuckets
(int capacity);
ATNConfig
[]
createBucket
(int capacity);
}
Constructors
this
this
(size_t function(Object o) @(trusted) nothrow hashOfFp, bool function(Object a, Object b) opEqualsFp)
Undocumented in source.
this
this
(size_t function(Object o) @(trusted) nothrow hashOfFp, bool function(Object a, Object b) opEqualsFp, int initialCapacity, int initialBucketCapacity)
Undocumented in source.
Members
Functions
createBucket
ATNConfig
[]
createBucket
(int capacity)
@uml @override
createBuckets
ATNConfig
[][]
createBuckets
(int capacity)
@uml @override
Meta
Source
See Implementation
antlr
v4
runtime
atn
AbstractConfigHashSet
modules
AND
ATN
ATNConfig
ATNConfigObjectEqualityComparator
ATNConfigSet
ATNDeserializationOptions
ATNDeserializer
ATNSimulator
ATNState
ATNType
AbstractConfigHashSet
AbstractPredicateTransition
ActionTransition
AltAndContextMap
AmbiguityInfo
ArrayPredictionContext
AtomTransition
BasicBlockStartState
BasicState
BlockEndState
BlockStartState
ContextID
ContextMapObjectEqualityComparator
ContextSensitivityInfo
DecisionEventInfo
DecisionInfo
DecisionState
EmptyPredictionContext
EpsilonTransition
ErrorInfo
InterfaceATNSimulator
InterfaceParserATNSimulator
LL1Analyzer
LexerATNConfig
LexerATNSimulator
LexerAction
LexerActionExecutor
LexerActionType
LexerChannelAction
LexerConfigHashSet
LexerCustomAction
LexerIndexedCustomAction
LexerModeAction
LexerMoreAction
LexerPopModeAction
LexerPushModeAction
LexerSkipAction
LexerTypeAction
LookaheadEventInfo
LoopEndState
NotSetTransition
OR
Operator
OrderedATNConfigSet
ParseInfo
ParserATNSimulator
PlusBlockStartState
PlusLoopbackState
PrecedencePredicateTransition
PredicateEvalInfo
PredicateTransition
PredictionContext
PredictionContextCache
PredictionMode
PredictionModeConst
ProfilingATNSimulator
RangeTransition
RuleStartState
RuleStopState
RuleTransition
SemanticContext
SetTransition
SimState
SingletonPredictionContext
StarBlockStartState
StarLoopEntryState
StarLoopbackState
StateNames
TokensStartState
Transition
TransitionStates
WildcardTransition
A special, abstract container for the graph-structured stack