📄 student.ctxt
字号:
#BlueJ class contextcomment0.target=class\ Studentcomment0.text=\nThe\ Student\ class\ represents\ a\ student\ in\ a\ student\ administration\ system.\nIt\ holds\ the\ student\ details\ relevant\ in\ our\ context.\n\n@author\ Michael\ Kolling\ and\ David\ Barnes\n@version\ 2001.05.24\n\ncomment1.params=comment1.target=void\ print()comment1.text=\nPrint\ the\ student's\ name\ and\ ID\ number\ to\ the\ output\ terminal.\n\ncomment10.params=fullName\ studentIDcomment10.target=Student(String,String)comment10.text=\nCreate\ a\ new\ student\ with\ a\ given\ name\ and\ ID\ number.\n\ncomment11.params=comment11.target=int\ getCredits()comment11.text=\nReturn\ the\ number\ of\ credit\ points\ this\ student\ has\ accumulated.\n\ncomment2.params=comment2.target=String\ getName()comment2.text=\nReturn\ the\ full\ name\ of\ this\ student.\n\ncomment3.target=namecomment4.target=idcomment5.params=additionalPointscomment5.target=void\ addCredits(int)comment5.text=\nAdd\ some\ credit\ points\ to\ the\ student's\ accumulated\ credits.\n\ncomment6.params=comment6.target=String\ getStudentID()comment6.text=\nReturn\ the\ student\ ID\ of\ this\ student.\n\ncomment7.params=replacementNamecomment7.target=void\ changeName(String)comment7.text=\nSet\ a\ new\ name\ for\ this\ student.\n\ncomment8.target=creditscomment9.params=comment9.target=String\ getLoginName()comment9.text=\nReturn\ the\ login\ name\ of\ this\ student.\ The\ login\ name\ is\ a\ combination\nof\ the\ first\ four\ characters\ of\ the\ student's\ name\ and\ the\ first\ three\ncharacters\ of\ the\ student's\ ID\ number.\n\nnumComments=12
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -