|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.ocpware.compiler.type.Table
public class Table
This class represents a table of character values as two byte numbers.
| Constructor Summary | |
|---|---|
Table(java.lang.String name,
int[] contents)
Creates a new object. |
|
| Method Summary | |
|---|---|
int[] |
getContents()
Getter for contents. |
java.lang.String |
getName()
Getter for name. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Table(java.lang.String name,
int[] contents)
name - the name of the tablecontents - the items| Method Detail |
|---|
public int[] getContents()
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||