|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
SourceInf interface Source program information such as file name, line number, column number are gathered in this interface. The source program information may be attached to IR nodes or symbols to show the source program position corresponding to the IR node, or to show the source program position where the symbol is defined. The file name, line number, column number are got by corresponding methods.
メソッドの概要 | |
int |
getDefinedColumn()
getDefinedColumn |
java.lang.String |
getDefinedFile()
getDefinedFile |
int |
getDefinedLine()
getDefinedLine |
void |
setDefinedFile(java.lang.String pDefinedFile)
setDefinedFile Set the name of the source program file. |
void |
setDefinedLine(int pDefinedLine)
setDefinedLine Set the line number. |
java.lang.String |
toString()
|
メソッドの詳細 |
public java.lang.String getDefinedFile()
public void setDefinedFile(java.lang.String pDefinedFile)
pDefinedFile
- name of the file.public int getDefinedLine()
public void setDefinedLine(int pDefinedLine)
pDefinedLine
- the line number to be set.public int getDefinedColumn()
public java.lang.String toString()
java.lang.Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |