|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jpel.language.AbstractDeclaration
Classe usada como referência para implementação de qualquer declaração.
Constructor Summary | |
AbstractDeclaration(jpel.language.DeclarationType type,
jpel.language.ExpressionId module,
jpel.language.ExpressionId name)
|
Method Summary | |
java.lang.String |
getDescription()
Retorna a descrição associada a declaração. |
jpel.language.ExpressionId |
getModule()
Retorna o módulo ao qual uma declaração está associada. |
jpel.language.ExpressionId |
getName()
Toda declaração tem um nome, este método retorna o identificador da declaração. |
jpel.language.DeclarationType |
getType()
Retorna o tipo da declaração. |
void |
setDescription(java.lang.String description)
Ajusta uma descricao p/a declaração. |
void |
setModule(jpel.language.ExpressionId module)
Ajusta o módulo ao qual pertence a declaração. |
void |
setName(jpel.language.ExpressionId name)
Ajusta o nome da declaração. |
void |
setType(jpel.language.DeclarationType type)
Ajusta o tipo da declaração. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jpel.language.Declaration |
execute, rebuild |
Constructor Detail |
public AbstractDeclaration(jpel.language.DeclarationType type, jpel.language.ExpressionId module, jpel.language.ExpressionId name)
Method Detail |
public void setDescription(java.lang.String description)
Declaration
setDescription
in interface Declaration
description
- A descrição da declaração.public java.lang.String getDescription()
Declaration
getDescription
in interface Declaration
public void setType(jpel.language.DeclarationType type)
Declaration
setType
in interface Declaration
type
- O tipo.public jpel.language.DeclarationType getType()
Declaration
getType
in interface Declaration
public void setModule(jpel.language.ExpressionId module)
Declaration
setModule
in interface Declaration
module
- Id do módulo ao qual a declaração pertence.public jpel.language.ExpressionId getModule()
Declaration
getModule
in interface Declaration
public void setName(jpel.language.ExpressionId name)
Declaration
setName
in interface Declaration
name
- Nome da declaração.public jpel.language.ExpressionId getName()
Declaration
getName
in interface Declaration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |