char_stream_exception.sa

来自「SRI international 发布的OAA框架软件」· SA 代码 · 共 20 行

SA
20
字号
(* 

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

*)

-- Anything that goes wrong while generating a stream of characters
abstract class $ANTLR_CHAR_STREAM_EXCEPTION < $ANTLR_EXCEPTION is
   str : STR;
   message : STR;
end;

class ANTLR_CHAR_STREAM_EXCEPTION < $ANTLR_CHAR_STREAM_EXCEPTION is
   include ANTLR_EXCEPTION;
end;

⌨️ 快捷键说明

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