ATNDeserializer.isFeatureSupported

Determines if a particular serialized representation of an ATN supports a particular feature, identified by the {@link UUID} used for serializing the ATN at the time the feature was first introduced.

@param feature The {@link UUID} marking the first time the feature was supported in the serialized ATN. @param actualUuid The {@link UUID} of the actual serialized ATN which is currently being deserialized. @return {@code true} if the {@code actualUuid} value represents a serialized ATN at or after the feature identified by {@code feature} was introduced; otherwise, {@code false}.

class ATNDeserializer
protected
bool
isFeatureSupported
(
UUID feature
,)

Meta