Uses of Interface
org.norecess.citkit.visitors.LValueTIRVisitor

Packages that use LValueTIRVisitor
org.norecess.citkit.tir This package provides the classes necessary to implement a Tree Intermediate Representation (TIR) of a program. 
org.norecess.citkit.tir.lvalues   
 

Uses of LValueTIRVisitor in org.norecess.citkit.tir
 

Methods in org.norecess.citkit.tir with parameters of type LValueTIRVisitor
<T> T
LValueTIR.accept(LValueTIRVisitor<T> visitor)
          Implements the visitor pattern with LValueTIRVisitor.
 

Uses of LValueTIRVisitor in org.norecess.citkit.tir.lvalues
 

Methods in org.norecess.citkit.tir.lvalues with parameters of type LValueTIRVisitor
<T> T
FieldLValueTIR.accept(LValueTIRVisitor<T> visitor)
           
<T> T
SubscriptLValueTIR.accept(LValueTIRVisitor<T> visitor)
           
<T> T
SimpleLValueTIR.accept(LValueTIRVisitor<T> visitor)