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

📄 x1paltstail.java

📁 有关编译器的编译器.
💻 JAVA
字号:
/* This file was generated by SableCC (http://www.sablecc.org/). */package org.sablecc.sablecc.node;import org.sablecc.sablecc.analysis.*;public final class X1PAltsTail extends XPAltsTail{  private XPAltsTail _xPAltsTail_;  private PAltsTail _pAltsTail_;  public X1PAltsTail()  {}  public X1PAltsTail(    XPAltsTail _xPAltsTail_,    PAltsTail _pAltsTail_)  {    setXPAltsTail(_xPAltsTail_);    setPAltsTail(_pAltsTail_);  }  public Object clone()  {    throw new RuntimeException("Unsupported Operation");  }  public void apply(Switch sw)  {    throw new RuntimeException("Switch not supported.");  }  public XPAltsTail getXPAltsTail()  {    return _xPAltsTail_;  }  public void setXPAltsTail(XPAltsTail node)  {    if(_xPAltsTail_ != null)    {      _xPAltsTail_.parent(null);    }    if(node != null)    {      if(node.parent() != null)      {        node.parent().removeChild(node);      }      node.parent(this);    }    _xPAltsTail_ = node;  }  public PAltsTail getPAltsTail()  {    return _pAltsTail_;  }  public void setPAltsTail(PAltsTail node)  {    if(_pAltsTail_ != null)    {      _pAltsTail_.parent(null);    }    if(node != null)    {      if(node.parent() != null)      {        node.parent().removeChild(node);      }      node.parent(this);    }    _pAltsTail_ = node;  }  void removeChild(Node child)  {    if(_xPAltsTail_ == child)    {      _xPAltsTail_ = null;    }    if(_pAltsTail_ == child)    {      _pAltsTail_ = null;    }  }  void replaceChild(Node oldChild, Node newChild)  {}  public String toString()  {    return "" +           toString(_xPAltsTail_) +           toString(_pAltsTail_);  }}

⌨️ 快捷键说明

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