⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 node.ctxt

📁 一个简单的文法分析算法
💻 CTXT
字号:
#BlueJ class context
comment0.target=Node()
comment1.params=str
comment1.target=Node(NewString)
comment10.target=int\ getHead()
comment11.params=Left
comment11.target=void\ setLeft(Node)
comment12.params=Right
comment12.target=void\ setRight(Node)
comment13.params=Mid
comment13.target=void\ setMid(Node)
comment14.target=Node\ getLeft()
comment15.target=Node\ getRight()
comment16.target=Node\ getMid()
comment17.params=Left\ Mid\ Right
comment17.target=void\ setChild(Node,\ Node,\ Node)
comment18.target=Node[]\ getChild()
comment19.params=Visit
comment19.target=void\ setVisit(int)
comment2.params=str
comment2.target=void\ setString(NewString)
comment20.target=int\ getVisit()
comment21.params=Ending
comment21.target=void\ setEnding(char)
comment22.target=char\ getEnding()
comment3.params=Adj
comment3.target=void\ setAdj(Node[])
comment4.params=Adj\ index
comment4.target=void\ setIndexAdj(Node,\ int)
comment5.params=Head
comment5.target=void\ setHead(int)
comment6.target=NewString\ getNString()
comment7.target=String\ getString()
comment8.target=Node[]\ findAdj()
comment9.params=index
comment9.target=Node\ getIndexAdj(int)
numComments=23

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -