jp.sourceforge.expression_computer.javacc
クラス ASTParenthesesExpression

java.lang.Object
  拡張jp.sourceforge.expression_computer.javacc.BaseNode
      拡張jp.sourceforge.expression_computer.javacc.SimpleNode
          拡張jp.sourceforge.expression_computer.javacc.ASTParenthesesExpression
すべての実装インタフェース:
Node

public class ASTParenthesesExpression
extends SimpleNode


フィールドの概要
 
クラス jp.sourceforge.expression_computer.javacc.SimpleNode から継承したフィールド
children, id, parent, parser
 
クラス jp.sourceforge.expression_computer.javacc.BaseNode から継承したフィールド
nodeColumn, nodeLine, nodeValue
 
コンストラクタの概要
ASTParenthesesExpression(int id)
           
ASTParenthesesExpression(JavaCCParser p, int id)
           
 
クラス jp.sourceforge.expression_computer.javacc.SimpleNode から継承したメソッド
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
クラス jp.sourceforge.expression_computer.javacc.BaseNode から継承したメソッド
getNodeColumn, getNodeLine, getNodeValue
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ASTParenthesesExpression

public ASTParenthesesExpression(int id)

ASTParenthesesExpression

public ASTParenthesesExpression(JavaCCParser p,
                                int id)


Copyright © 2006 . All Rights Reserved.