|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
FieldLValueTIR.accept(LValueTIRVisitor<T> visitor)
|
|
|
SubscriptLValueTIR.accept(LValueTIRVisitor<T> visitor)
|
|
|
SimpleLValueTIR.accept(LValueTIRVisitor<T> visitor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |