|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Symbol
An IR object that implements Symbol interface is identified as a unique
symbol in the program. Every IDExpression object has a link to
its corresponding Symbol object and can access the attributes of the symbol
object.
| Method Summary | |
|---|---|
java.util.List |
getArraySpecifiers()
Returns a list of array specifiers. |
java.lang.String |
getSymbolName()
Returns the name of the symbol. |
java.util.List |
getTypeSpecifiers()
Returns a list of type specifiers. |
| Method Detail |
|---|
java.util.List getTypeSpecifiers()
java.util.List getArraySpecifiers()
java.lang.String getSymbolName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||