Class BasicSimpleLeftValueAnalyzer

java.lang.Object
com.scriptbasic.syntax.leftvalue.BasicSimpleLeftValueAnalyzer
All Implemented Interfaces:
Analyzer<LeftValue>, LeftValueAnalyzer, SimpleLeftValueAnalyzer

public class BasicSimpleLeftValueAnalyzer
extends java.lang.Object
implements LeftValueAnalyzer, SimpleLeftValueAnalyzer
Simple Left value is defined as
 SIMPLE LEFTVALUE ::= identifier
 
Author:
Peter Verhas date July 15, 2012
  • Constructor Summary

    Constructors 
    Constructor Description
    BasicSimpleLeftValueAnalyzer​(Context ctx)  
  • Method Summary

    Modifier and Type Method Description
    LeftValue analyze()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait