📄 x2pidlisttail.java
字号:
/* This file was generated by SableCC (http://www.sablecc.org/). */package org.sablecc.sablecc.node;import org.sablecc.sablecc.analysis.*;public final class X2PIdListTail extends XPIdListTail{ private PIdListTail _pIdListTail_; public X2PIdListTail() {} public X2PIdListTail( PIdListTail _pIdListTail_) { setPIdListTail(_pIdListTail_); } public Object clone() { throw new RuntimeException("Unsupported Operation"); } public void apply(Switch sw) { throw new RuntimeException("Switch not supported."); } public PIdListTail getPIdListTail() { return _pIdListTail_; } public void setPIdListTail(PIdListTail node) { if(_pIdListTail_ != null) { _pIdListTail_.parent(null); } if(node != null) { if(node.parent() != null) { node.parent().removeChild(node); } node.parent(this); } _pIdListTail_ = node; } void removeChild(Node child) { if(_pIdListTail_ == child) { _pIdListTail_ = null; } } void replaceChild(Node oldChild, Node newChild) {} public String toString() { return "" + toString(_pIdListTail_); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -