antlr-d v1.6.7 (2020-02-12T09:00:42Z)
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
classes
AbstractConfigHashSet
A special, abstract container for the graph-structured stack