• Home
  • Raw
  • Download

Lines Matching full:runtime

11 Antlr.Runtime.Tree.Tree renamed to Antlr.Runtime.Tree.TreeConstants
13 Antlr.Runtime.BaseRecognizer.Failed() has been turned into a property
14 Antlr.Runtime.BaseRecognizer.NEXT_TOKEN_RULE_NAME renamed to Antlr.Runtime.BaseRecognizer.NextToken…
15 Antlr.Runtime.BaseRecognizer.MEMO_RULE_FAILED renamed to Antlr.Runtime.BaseRecognizer.MemoRuleFailed
16 Antlr.Runtime.BaseRecognizer.MEMO_RULE_UNKNOWN renamed to Antlr.Runtime.BaseRecognizer.MemoRuleUnkn…
17 Antlr.Runtime.BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE renamed to Antlr.Runtime.BaseRecognizer.Init…
18 Antlr.Runtime.BaseRecognizer.DEFAULT_TOKEN_CHANNEL renamed to Antlr.Runtime.BaseRecognizer.DefaultT…
19 Antlr.Runtime.BaseRecognizer.HIDDEN renamed to Antlr.Runtime.BaseRecognizer.Hidden
20 Antlr.Runtime.BaseRecognizer.Input has been removed.
22 Antlr.Runtime.Parser.Input - return type has been changed to ITokenStream
24 Antlr.Runtime.Lexer.Input - return type has been changed to ICharStream
26 Antlr.Runtime.TreeParser - return type has been changed to ITreeNodeStream
28 Antlr.Runtime.RuleReturnScope - removed setters from properties
30 Antlr.Runtime.ParserRuleReturnScope - removed setters from properties
31 Antlr.Runtime.ParserRuleReturnScope.start has been made public
32 Antlr.Runtime.ParserRuleReturnScope.stop has been made public
34 Antlr.Runtime.TreeRuleReturnScope - removed setter from property
36 Antlr.Runtime.Tree.RewriteRuleElementStream is no longer generic (this causes appropriate changes t…
37 Antlr.Runtime.Tree.RewriteRuleElementStream.HasNext has been turned into a property
38 Antlr.Runtime.Tree.RewriteRuleElementStream._Next() has been merged with NextTree()
39 Antlr.Runtime.Tree.RewriteRuleElementStream.Dup() has been added
41 Antlr.Runtime.Tree.RewriteRuleTokenStream.Dup() has been added
43 Antlr.Runtime.Tree.RewriteRuleTokenStream.Dup() has been added
45 Antlr.Runtime.CharStreamConstants.EOF has been renamed to EndOfFile
47 Antlr.Runtime.Tree.ITreeAdaptor.GetNilNode has been turned into property Nil (implementing classes …