coins.ir
クラス SourceInfImpl

java.lang.Object
  |
  +--coins.ir.SourceInfImpl
すべての実装インタフェース:
SourceInf

public class SourceInfImpl
extends java.lang.Object
implements SourceInf

SourceInfImpl class


コンストラクタの概要
SourceInfImpl()
           
 
メソッドの概要
 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()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SourceInfImpl

public SourceInfImpl()
メソッドの詳細

getDefinedFile

public java.lang.String getDefinedFile()
インタフェース SourceInf の記述:
getDefinedFile

定義:
インタフェース SourceInf 内の getDefinedFile
戻り値:
the name of the source program file. If it is not given, then return null.

setDefinedFile

public void setDefinedFile(java.lang.String pDefinedFile)
インタフェース SourceInf の記述:
setDefinedFile Set the name of the source program file.

定義:
インタフェース SourceInf 内の setDefinedFile
パラメータ:
pDefinedFile - name of the file.

getDefinedLine

public int getDefinedLine()
インタフェース SourceInf の記述:
getDefinedLine

定義:
インタフェース SourceInf 内の getDefinedLine
戻り値:
the line number. If it is not given, then return 0.

setDefinedLine

public void setDefinedLine(int pDefinedLine)
インタフェース SourceInf の記述:
setDefinedLine Set the line number.

定義:
インタフェース SourceInf 内の setDefinedLine
パラメータ:
pDefinedLine - the line number to be set.

getDefinedColumn

public int getDefinedColumn()
インタフェース SourceInf の記述:
getDefinedColumn

定義:
インタフェース SourceInf 内の getDefinedColumn
戻り値:
the column number. If it is not given, then return 0.

toString

public java.lang.String toString()
定義:
インタフェース SourceInf 内の toString
オーバーライド:
クラス java.lang.Object 内の toString