|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.prorefactor.treeparser.SemanticRecord
public class SemanticRecord
Represents a record used in semantic processing. It is a base class for more specific semantic records, which can be definitions that appear in the SymbolTable, references to previously defined items or other things of semantic significance.
| Field Summary | |
|---|---|
protected JPNode |
node
|
| Constructor Summary | |
|---|---|
SemanticRecord()
|
|
SemanticRecord(JPNode node)
|
|
| Method Summary | |
|---|---|
int |
getColumn()
|
java.lang.String |
getFilename()
|
int |
getLine()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JPNode node
| Constructor Detail |
|---|
public SemanticRecord()
public SemanticRecord(JPNode node)
| Method Detail |
|---|
public int getColumn()
public java.lang.String getFilename()
public int getLine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||