coins.snapshot
クラス ExpTag

java.lang.Object
  |
  +--coins.snapshot.ExpTag

class ExpTag
extends java.lang.Object

This class represents the tag `exp'.


コンストラクタの概要
(パッケージプライベート) ExpTag(java.lang.String e, int n)
          Constructor
 
メソッドの概要
 java.lang.String toString()
          Generate the XML representation with no white spaces before.
 java.lang.String toString(int space)
          Generate the XML representation in string.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ExpTag

ExpTag(java.lang.String e,
       int n)
Constructor

パラメータ:
e - The element of the tag
n - The line number of the current exp in the source program
メソッドの詳細

toString

public java.lang.String toString(int space)
Generate the XML representation in string.

パラメータ:
space - The number of the white spaces
戻り値:
The XML representation

toString

public java.lang.String toString()
Generate the XML representation with no white spaces before.

オーバーライド:
クラス java.lang.Object 内の toString
戻り値:
The XML representation