?? tplus.java
字號:
/* This file was generated by SableCC (http://www.sablecc.org/). */package org.sablecc.sablecc.node;import org.sablecc.sablecc.analysis.*;public final class TPlus extends Token{ public TPlus() { super.setText("+"); } public TPlus(int line, int pos) { super.setText("+"); setLine(line); setPos(pos); } public Object clone() { return new TPlus(getLine(), getPos()); } public void apply(Switch sw) { ((Analysis) sw).caseTPlus(this); } public void setText(String text) { throw new RuntimeException("Cannot change TPlus text."); }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -