elan.parser
Class IdentifierParser

java.lang.Object
  |
  +--elan.parser.IdentifierParser
All Implemented Interfaces:
Parser

public class IdentifierParser
extends java.lang.Object
implements Parser

Parses Identifier Tokens.


Constructor Summary
IdentifierParser()
           
 
Method Summary
 GrammarElement parse(ElanParser ep)
          Determines from the current token whether the instruction is a procedure call, slogo instruction, or assignment instruction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifierParser

public IdentifierParser()
Method Detail

parse

public GrammarElement parse(ElanParser ep)
Determines from the current token whether the instruction is a procedure call, slogo instruction, or assignment instruction.

Specified by:
parse in interface Parser