|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplp.orientadaObjetos1.expressao.leftExpression.AcessoAtributo
public abstract class AcessoAtributo
Classe que representa um acesso de atributo.
Field Summary | |
---|---|
private Id |
id
Identificador. |
Constructor Summary | |
---|---|
AcessoAtributo(Id id)
Construtor |
Method Summary | |
---|---|
abstract Expressao |
getExpressaoObjeto()
Obtém uma expressao |
Id |
getId()
Obtém o identificador. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface plp.orientadaObjetos1.expressao.Expressao |
---|
avaliar, checaTipo, getTipo |
Field Detail |
---|
private Id id
Constructor Detail |
---|
public AcessoAtributo(Id id)
id
- IdentificadorMethod Detail |
---|
public Id getId()
getId
in interface LeftExpression
public abstract Expressao getExpressaoObjeto()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |