edu.hawaii.tburns.jsb
Class Parser

java.lang.Object
  |
  +--edu.hawaii.tburns.jsb.Parser

final class Parser
extends java.lang.Object

Parses a line of java into tokens, keeping track of state.

Copyright: Copyright (c) 2002

Version:
$Id: Parser.java,v 1.1 2002/03/06 21:58:35 tburns Exp $
Author:
Dave Burns

Constructor Summary
Parser()
          Constructor for the Translater object initializes state.
 
Method Summary
 java.util.Iterator iterator(java.lang.String javaLine)
          Adds LaTeX markup to a line of java and updates state info.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser()
Constructor for the Translater object initializes state.
Method Detail

iterator

public java.util.Iterator iterator(java.lang.String javaLine)
Adds LaTeX markup to a line of java and updates state info.
Parameters:
javaLine - a line of java source code to be marked up.
Returns:
The marked up line.