|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LValueExp | |
|---|---|
| edu.ksu.cis.projects.bogor.ast | Provides for Bogor input language AST. |
| edu.ksu.cis.projects.bogor.parser | Provides parser for Bogor input language. |
| Uses of LValueExp in edu.ksu.cis.projects.bogor.ast |
|---|
| Subclasses of LValueExp in edu.ksu.cis.projects.bogor.ast | |
|---|---|
class |
ArrayAccessExp
Array access exp AST. |
class |
FieldAccessExp
Field access exp AST. |
class |
IdExp
Id exp AST. |
| Methods in edu.ksu.cis.projects.bogor.ast that return LValueExp | |
|---|---|
abstract LValueExp |
LValueExp.clone()
Clones this object (deep clone); including location info. |
LValueExp |
AssignAction.getLHS()
Gets the lhs. |
| Methods in edu.ksu.cis.projects.bogor.ast with parameters of type LValueExp | |
|---|---|
void |
AssignAction.setLHS(LValueExp newLHS)
Sets the lhs. |
| Constructors in edu.ksu.cis.projects.bogor.ast with parameters of type LValueExp | |
|---|---|
AssignAction(LValueExp lhs,
Exp exp)
Default constructor. |
|
| Uses of LValueExp in edu.ksu.cis.projects.bogor.parser |
|---|
| Methods in edu.ksu.cis.projects.bogor.parser that return LValueExp | |
|---|---|
LValueExp |
BogorParser.LHS()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||