corelib.tools.languages.parsers.java
Class JavaStreamTokenizer

java.lang.Object
  extended by corelib.tools.languages.parsers.java.JavaStreamTokenizer
All Implemented Interfaces:
LangageStreamTokenizer

public class JavaStreamTokenizer
extends java.lang.Object
implements LangageStreamTokenizer


Constructor Summary
JavaStreamTokenizer(java.io.File theFile)
           
 
Method Summary
protected  void finalize()
           
 Token nextToken()
           
 void setIgnoreWhiteSpaces(boolean ignore)
           
 void unreadToken(Token token)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaStreamTokenizer

public JavaStreamTokenizer(java.io.File theFile)
                    throws java.io.IOException
Throws:
java.io.IOException
Method Detail

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable

setIgnoreWhiteSpaces

public void setIgnoreWhiteSpaces(boolean ignore)
Specified by:
setIgnoreWhiteSpaces in interface LangageStreamTokenizer

unreadToken

public void unreadToken(Token token)
Specified by:
unreadToken in interface LangageStreamTokenizer

nextToken

public Token nextToken()
Specified by:
nextToken in interface LangageStreamTokenizer


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.