|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectStudent
public class Student
学生を示すクラス,なんか構造体みたいな感じ(笑)
フィールドの概要 | |
---|---|
int |
eng
英語の点 |
int |
math
数学の点 |
String |
name
名前 |
int |
sci
理科の点 |
コンストラクタの概要 | |
---|---|
Student(String name,
int math,
int eng,
int sci)
|
メソッドの概要 | |
---|---|
static void |
main(String[] args)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public String name
public int math
public int eng
public int sci
コンストラクタの詳細 |
---|
public Student(String name, int math, int eng, int sci)
メソッドの詳細 |
---|
public static void main(String[] args)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |