ATNDeserializationOptions class

Constructors

ATNDeserializationOptions(bool readOnly, [ATNDeserializationOptions? options])

Properties

generateRuleBypassTransitions bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
readOnly bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verifyATN bool
getter/setter pair

Methods

isGenerateRuleBypassTransitions() bool
isReadOnly() bool
isVerifyATN() bool
makeReadOnly() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setGenerateRuleBypassTransitions(bool generateRuleBypassTransitions) → void
setVerifyATN(bool verifyATN) → void
throwIfReadOnly() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

defaultOptions ATNDeserializationOptions
latefinal