fabil.ast
Class StoreGetter_c

java.lang.Object
  extended by Expr_c
      extended by fabil.ast.StoreGetter_c
All Implemented Interfaces:
StoreGetter

public class StoreGetter_c
extends Expr_c
implements StoreGetter


Constructor Summary
StoreGetter_c(Position pos)
           
 
Method Summary
 java.util.List acceptCFG(CFGBuilder v, java.util.List succs)
           
 Term firstChild()
           
 Node typeCheck(TypeChecker tc)
          Type check the expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreGetter_c

public StoreGetter_c(Position pos)
Method Detail

acceptCFG

public java.util.List acceptCFG(CFGBuilder v,
                                java.util.List succs)

firstChild

public Term firstChild()

typeCheck

public Node typeCheck(TypeChecker tc)
Type check the expression.