common_hidden_stream_token.sa
Upload User: afrynkmhm
Upload Date: 2007-01-06
Package Size: 1262k
Code Size: 0k
Development Platform:

Others

  1. (* 
  2.   ANTLR Translator Generator
  3.   Project led by Terence Parr at http://www.jGuru.com
  4.   Software rights: http://www.antlr.org/RIGHTS.html
  5.  
  6.   $Id: //depot/code/org.antlr/release/antlr-2.7.0/lib/sather/Antlr/common_hidden_stream_token.sa#1 $
  7. *)
  8. class ANTLR_COMMON_HIDDEN_STREAM_TOKEN < $ANTLR_TOKEN is
  9.    
  10.    include ANTLR_COMMON_TOKEN;
  11.    
  12.    attr hidden_before : SAME;
  13.    attr hidden_after  : SAME;
  14. end;