Method: PredictionContext#hasEmptyPath

Defined in:
lib/antlr4/PredictionContext.rb

#hasEmptyPathObject



51
52
53
# File 'lib/antlr4/PredictionContext.rb', line 51

def hasEmptyPath
    return self.getReturnState(self.length - 1) == PredictionContext::EMPTY_RETURN_STATE 
end