📄 sentencetemplate.ctxt
字号:
#BlueJ class context
comment0.params=type\ temp
comment0.target=SentenceTemplate(String,\ String)
comment0.text=\nCreate\ a\ sentence\ template\ of\ the\ specified\ type,\ with\ the\ specified\ \ntemplate\ representation\n\n@param\ type\ The\ type\ of\ this\ template\ e.g.\ QUESTION\n\n@param\ temp\ The\ string\ representation\ of\ this\ template\n\n
comment1.target=String\ getSentenceType()
comment1.text=\nGets\ the\ type\ of\ this\ sentence\ template\n@return\ the\ type\n\n
comment2.target=String\ getTemplate()
comment2.text=\nGet\ the\ string\ representation\ of\ the\ template\n@return\ the\ template\n\n
comment3.params=string
comment3.target=void\ setSentenceType(String)
comment3.text=\nSet\ the\ type\ of\ this\ sentence\ template\n@param\ string\ the\ type\n\n
comment4.params=string
comment4.target=void\ setTemplate(String)
comment4.text=\nSet\ the\ string\ representation\ of\ this\ template\n@param\ string\ the\ template\n\n
numComments=5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -