Class AbstractLeftValueAnalyzer

java.lang.Object
com.scriptbasic.syntax.leftvalue.AbstractLeftValueAnalyzer
All Implemented Interfaces:
Analyzer<LeftValue>, LeftValueAnalyzer
Direct Known Subclasses:
BasicLeftValueAnalyzer

public abstract class AbstractLeftValueAnalyzer
extends java.lang.Object
implements LeftValueAnalyzer
Left value is defined as
 LEFTVALUE ::= identifier modifier*
 modifier  ::= '[' expression_list '] | '.' id
 
Author:
Peter Verhas date June 12, 2012
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected Context ctx  
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected AbstractLeftValueAnalyzer​(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