⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 token_stream_recognition_exception.sa

📁 SRI international 发布的OAA框架软件
💻 SA
字号:
(* 

  ANTLR Translator Generator
  Project led by Terence Parr at http://www.jGuru.com
  Software rights: http://www.antlr.org/RIGHTS.html
 
  $Id: token_stream_recognition_exception.sa,v 1.1.1.1 2002/01/02 19:59:09 agno Exp $

*)

-- Wraps a ANTLR_RECOGNITION_EXCEPTION in a
-- ANTLR_TOKEN_STREAM_EXCEPTION so you can pass it along.

abstract class $ANTLR_TOKEN_STREAM_RECOGNITION_EXCEPTION 
      < $ANTLR_TOKEN_STREAM_EXCEPTION is
   str : STR;
   message : STR;
end;

class ANTLR_TOKEN_STREAM_RECOGNITION_EXCEPTION 
      < $ANTLR_TOKEN_STREAM_RECOGNITION_EXCEPTION is
   include ANTLR_TOKEN_STREAM_EXCEPTION;
end;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -