org.fraid.sampled.parser
Class SamplesParser

java.lang.Object
  extended by org.fraid.sampled.parser.SamplesParser
All Implemented Interfaces:
SamplesParserConstants

public class SamplesParser
extends java.lang.Object
implements SamplesParserConstants


Field Summary
 Token jj_nt
           
 Token token
           
 SamplesParserTokenManager token_source
           
 
Fields inherited from interface org.fraid.sampled.parser.SamplesParserConstants
DEFAULT, DIGITS, EOF, NUMBER, SIMPLE_NUMBER, tokenImage
 
Constructor Summary
SamplesParser(java.io.InputStream stream)
           
SamplesParser(java.io.InputStream stream, java.lang.String encoding)
           
SamplesParser(java.io.Reader stream)
           
SamplesParser(SamplesParserTokenManager tm)
           
 
Method Summary
 void disable_tracing()
           
 void enable_tracing()
           
 ParseException generateParseException()
           
 Token getNextToken()
           
 Token getToken(int index)
           
static void main(java.lang.String[] args)
           
 void ReInit(java.io.InputStream stream)
           
 void ReInit(java.io.InputStream stream, java.lang.String encoding)
           
 void ReInit(java.io.Reader stream)
           
 void ReInit(SamplesParserTokenManager tm)
           
 Complex[] Start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

token_source

public SamplesParserTokenManager token_source

token

public Token token

jj_nt

public Token jj_nt
Constructor Detail

SamplesParser

public SamplesParser(java.io.InputStream stream)

SamplesParser

public SamplesParser(java.io.InputStream stream,
                     java.lang.String encoding)

SamplesParser

public SamplesParser(java.io.Reader stream)

SamplesParser

public SamplesParser(SamplesParserTokenManager tm)
Method Detail

main

public static void main(java.lang.String[] args)
                 throws ParseException
Throws:
ParseException

Start

public final Complex[] Start()
                      throws ParseException
Throws:
ParseException

ReInit

public void ReInit(java.io.InputStream stream)

ReInit

public void ReInit(java.io.InputStream stream,
                   java.lang.String encoding)

ReInit

public void ReInit(java.io.Reader stream)

ReInit

public void ReInit(SamplesParserTokenManager tm)

getNextToken

public final Token getNextToken()

getToken

public final Token getToken(int index)

generateParseException

public ParseException generateParseException()

enable_tracing

public final void enable_tracing()

disable_tracing

public final void disable_tracing()


Fraid (system and language). (C) 2003-2007 Ivaylo Iliev
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.