Building Parsers with Java

sjm.examples.tokens
Class ShowNoComment

java.lang.Object
  |
  +--sjm.examples.tokens.ShowNoComment

public class ShowNoComment
extends java.lang.Object

This class shows how to not ignore Java-style comments.


Constructor Summary
ShowNoComment()
           
 
Method Summary
static void main(java.lang.String[] args)
          Demonstrate how to not ignore comments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowNoComment

public ShowNoComment()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Demonstrate how to not ignore comments

by Steve Metsker