|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.prorefactor.refactor.PUB.SymbolRef
public class PUB.SymbolRef
A record of symbol type and name, for import/export tables.
| Field Summary | |
|---|---|
java.lang.String |
classSymbolRefName
If is a CLASS object ref, then the class name, null otherwise. |
int |
dataType
For Primative symbols (fields and variables) the data type, like CHARACTER or CLASS. |
int |
progressType
The TokenType, ex: TokenTypes.VARIABLE |
java.lang.String |
symbolName
The symbol name (Symbol.fullName), with caseAsDefined. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int progressType
public int dataType
public java.lang.String symbolName
public java.lang.String classSymbolRefName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||