Home
last modified time | relevance | path

Searched refs:FailedPredicate (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/Ruby/lib/antlr3/
Derror.rb470 class FailedPredicate < RecognitionError class
632 def FailedPredicate( rule, predicate, input = @input ) method
633 FailedPredicate.new( input, rule, predicate )
Drecognizers.rb455 when FailedPredicate
/external/antlr/runtime/Ruby/
DHistory.txt60 - corrected a typo in ANTLR3::Error#FailedPredicate which caused a
61 NoMethodError to raise instead of FailedPredicate when semantic
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg756 raise FailedPredicate( "<ruleName>", "<description>" )
759 raise FailedPredicate( "<ruleName>", "<description>" ) unless ( <evalPredicate(...)> )