|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jpel.language.DeclarationType
Classe usada para fornecer a linguagem a noção de tipos. Por enquanto, a validação de tipo apenas está presente na avaliação de expressões.
Field Summary | |
static jpel.language.DeclarationType |
FUNCTION
Representa o tipo função. |
static jpel.language.DeclarationType |
MODULE
Representa o tipo módulo. |
static jpel.language.DeclarationType |
NATIVE
Representa o tipo nativo. |
static jpel.language.DeclarationType |
UNKNOWN
representa um tipo ainda não conhecido. |
Method Summary | |
boolean |
equivalent(java.lang.Object obj)
|
int |
getType()
|
boolean |
isFunction()
|
boolean |
isModule()
|
boolean |
isNative()
|
boolean |
isUnknown()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final jpel.language.DeclarationType UNKNOWN
public static final jpel.language.DeclarationType FUNCTION
public static final jpel.language.DeclarationType NATIVE
public static final jpel.language.DeclarationType MODULE
Method Detail |
public int getType()
public boolean isUnknown()
public boolean isFunction()
public boolean isNative()
public boolean isModule()
public boolean equivalent(java.lang.Object obj)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |