All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.dmod.FieldParser

java.lang.Object
   |
   +----berkeley.cs.dmc.dmod.FieldParser

public class FieldParser
extends Object
implements FieldParserConstants

Variable Index

 o jj_nt
 o token
 o token_source

Constructor Index

 o FieldParser(CharStream)
 o FieldParser(FieldParserTokenManager)
 o FieldParser(String)

Method Index

 o _number()
 o _variable()
 o disable_tracing()
 o enable_tracing()
 o field()
 o filespec()
 o generateParseException()
 o getNextToken()
 o getToken(int)
 o identifier()
 o parseField(String)
 o parseFileSpec(String)
 o parseIdentifier(String)
 o parseVariableList(String)
 o ReInit(CharStream)
 o ReInit(FieldParserTokenManager)
 o variableList()

Variables

 o token_source
 public FieldParserTokenManager token_source
 o token
 public Token token
 o jj_nt
 public Token jj_nt

Constructors

 o FieldParser
 public FieldParser(String str)
 o FieldParser
 public FieldParser(CharStream stream)
 o FieldParser
 public FieldParser(FieldParserTokenManager tm)

Methods

 o parseFileSpec
 public static String parseFileSpec(String str) throws ParseException
 o parseVariableList
 public static Vector parseVariableList(String str) throws ParseException
 o parseField
 public static Object parseField(String str) throws ParseException
 o parseIdentifier
 public static String parseIdentifier(String str) throws ParseException
 o _number
 public final Number _number() throws ParseException
 o _variable
 public final FieldParser. Variable _variable() throws ParseException
 o filespec
 public final String filespec() throws ParseException
 o variableList
 public final Vector variableList() throws ParseException
 o field
 public final Object field() throws ParseException
 o identifier
 public final String identifier() throws ParseException
 o ReInit
 public void ReInit(CharStream stream)
 o ReInit
 public void ReInit(FieldParserTokenManager tm)
 o getNextToken
 public final Token getNextToken()
 o getToken
 public final Token getToken(int index)
 o generateParseException
 public final ParseException generateParseException()
 o enable_tracing
 public final void enable_tracing()
 o disable_tracing
 public final void disable_tracing()

All Packages  Class Hierarchy  This Package  Previous  Next  Index