Home
last modified time | relevance | path

Searched defs:matchNot (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/xparam/xparam-1.22/lib/antlr/src/
H A DMismatchedTokenException.cpp51 bool matchNot in MismatchedTokenException()
69 bool matchNot in MismatchedTokenException()
86 bool matchNot in MismatchedTokenException()
104 bool matchNot, in MismatchedTokenException()
122 bool matchNot, in MismatchedTokenException()
139 bool matchNot, in MismatchedTokenException()
H A DMismatchedCharException.cpp47 bool matchNot, in MismatchedCharException()
65 bool matchNot, in MismatchedCharException()
82 bool matchNot, in MismatchedCharException()
H A DTreeParser.cpp91 void TreeParser::matchNot(RefAST t, int ttype) in matchNot() function in TreeParser
H A DParser.cpp208 void Parser::matchNot(int t) in matchNot() function in Parser
/dports/devel/antlr/antlr-2.7.7/lib/cpp/src/
H A DMismatchedTokenException.cpp31 bool matchNot in MismatchedTokenException()
50 bool matchNot in MismatchedTokenException()
68 bool matchNot in MismatchedTokenException()
87 bool matchNot, in MismatchedTokenException()
107 bool matchNot, in MismatchedTokenException()
126 bool matchNot, in MismatchedTokenException()
H A DMismatchedCharException.cpp25 bool matchNot, in MismatchedCharException()
42 bool matchNot, in MismatchedCharException()
58 bool matchNot, in MismatchedCharException()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/antlr/
H A DMismatchedTokenException.cpp31 bool matchNot in MismatchedTokenException()
50 bool matchNot in MismatchedTokenException()
68 bool matchNot in MismatchedTokenException()
87 bool matchNot, in MismatchedTokenException()
107 bool matchNot, in MismatchedTokenException()
126 bool matchNot, in MismatchedTokenException()
H A DMismatchedCharException.cpp25 bool matchNot, in MismatchedCharException()
42 bool matchNot, in MismatchedCharException()
58 bool matchNot, in MismatchedCharException()
H A DTreeParser.hpp106 virtual void matchNot(RefAST t, int ttype) in matchNot() function in antlr::TreeParser
H A DParser.hpp184 virtual void matchNot(int t) in matchNot() function in antlr::Parser
/dports/science/gnudatalanguage/gdl-1.0.1/src/antlr/
H A DMismatchedTokenException.cpp31 bool matchNot in MismatchedTokenException()
50 bool matchNot in MismatchedTokenException()
68 bool matchNot in MismatchedTokenException()
87 bool matchNot, in MismatchedTokenException()
107 bool matchNot, in MismatchedTokenException()
126 bool matchNot, in MismatchedTokenException()
H A DMismatchedCharException.cpp25 bool matchNot, in MismatchedCharException()
42 bool matchNot, in MismatchedCharException()
58 bool matchNot, in MismatchedCharException()
H A DTreeParser.cpp67 void TreeParser::matchNot(RefAST t, int ttype) in matchNot() function in antlr::TreeParser
H A DParser.cpp144 void Parser::matchNot(int t) in matchNot() function in antlr::Parser
/dports/devel/antlr/antlr-2.7.7/lib/csharp/antlr.runtime/antlr/
H A DMismatchedTokenException.cs64 … MismatchedTokenException(string[] tokenNames_, AST node_, int lower, int upper_, bool matchNot) : in MismatchedTokenException()
83 public MismatchedTokenException(string[] tokenNames_, AST node_, int expecting_, bool matchNot) : in MismatchedTokenException()
101 public MismatchedTokenException(string[] tokenNames_, AST node_, BitSet set_, bool matchNot) : in MismatchedTokenException()
119 …Exception(string[] tokenNames_, IToken token_, int lower, int upper_, bool matchNot, string fileNa… in MismatchedTokenException()
131 …edTokenException(string[] tokenNames_, IToken token_, int expecting_, bool matchNot, string fileNa… in MismatchedTokenException()
142 …public MismatchedTokenException(string[] tokenNames_, IToken token_, BitSet set_, bool matchNot, s… in MismatchedTokenException()
H A DMismatchedCharException.cs119 …public MismatchedCharException(char c, char lower, char upper_, bool matchNot, CharScanner scanner… in MismatchedCharException()
130 public MismatchedCharException(char c, char expecting_, bool matchNot, CharScanner scanner_) : in MismatchedCharException()
140 public MismatchedCharException(char c, BitSet set_, bool matchNot, CharScanner scanner_) : in MismatchedCharException()
H A DTreeParser.cs101 protected internal virtual void matchNot(AST t, int ttype) in matchNot() method in antlr.TreeParser
/dports/devel/antlr/antlr-2.7.7/antlr/
H A DMismatchedTokenException.java48 …ismatchedTokenException(String[] tokenNames_, AST node_, int lower, int upper_, boolean matchNot) { in MismatchedTokenException()
64 …ublic MismatchedTokenException(String[] tokenNames_, AST node_, int expecting_, boolean matchNot) { in MismatchedTokenException()
79 … public MismatchedTokenException(String[] tokenNames_, AST node_, BitSet set_, boolean matchNot) { in MismatchedTokenException()
94 …xception(String[] tokenNames_, Token token_, int lower, int upper_, boolean matchNot, String fileN… in MismatchedTokenException()
105 …dTokenException(String[] tokenNames_, Token token_, int expecting_, boolean matchNot, String fileN… in MismatchedTokenException()
115 …chedTokenException(String[] tokenNames_, Token token_, BitSet set_, boolean matchNot, String fileN… in MismatchedTokenException()
H A DMismatchedCharException.java47 …public MismatchedCharException(char c, char lower, char upper_, boolean matchNot, CharScanner scan… in MismatchedCharException()
57 … public MismatchedCharException(char c, char expecting_, boolean matchNot, CharScanner scanner_) { in MismatchedCharException()
66 public MismatchedCharException(char c, BitSet set_, boolean matchNot, CharScanner scanner_) { in MismatchedCharException()
H A DTreeParser.java82 protected void matchNot(AST t, int ttype) throws MismatchedTokenException { in matchNot() method in TreeParser
/dports/devel/antlr/antlr-2.7.7/examples/cpp/unicode/
H A DMismatchedUnicodeCharException.cpp22 bool matchNot, in MismatchedUnicodeCharException()
40 bool matchNot, in MismatchedUnicodeCharException()
56 bool matchNot, in MismatchedUnicodeCharException()
/dports/devel/antlr/antlr-2.7.7/lib/csharp/antlr.runtime/antlr.debug/
H A DParseTreeDebugParser.cs91 public override void matchNot(int i) // throws MismatchedTokenException, TokenStreamException in matchNot() method in antlr.debug.ParseTreeDebugParser
/dports/devel/antlr/antlr-2.7.7/lib/cpp/antlr/
H A DTreeParser.hpp106 virtual void matchNot(RefAST t, int ttype) in matchNot() function in antlr::TreeParser
H A DParser.hpp184 virtual void matchNot(int t) in matchNot() function in antlr::Parser
/dports/devel/antlr/antlr-2.7.7/antlr/debug/
H A DParseTreeDebugParser.java67 public void matchNot(int i) throws MismatchedTokenException, TokenStreamException { in matchNot() method in ParseTreeDebugParser

12