Method: PredictionContext#isEmpty

Defined in:
lib/antlr4/PredictionContext.rb

#isEmptyObject

This means only the #EMPTY context is in set.



48
49
50
# File 'lib/antlr4/PredictionContext.rb', line 48

def isEmpty
    self.equal? PredictionContext.EMPTY
end