jp.sourceforge.expression_computer.javacc
クラス ASTIntegerLiteral

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

public class ASTIntegerLiteral
extends SimpleNode


フィールドの概要
 
クラス jp.sourceforge.expression_computer.javacc.SimpleNode から継承したフィールド
children, id, parent, parser
 
クラス jp.sourceforge.expression_computer.javacc.BaseNode から継承したフィールド
nodeColumn, nodeLine, nodeValue
 
コンストラクタの概要
ASTIntegerLiteral(int id)
           
ASTIntegerLiteral(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
 

コンストラクタの詳細

ASTIntegerLiteral

public ASTIntegerLiteral(int id)

ASTIntegerLiteral

public ASTIntegerLiteral(JavaCCParser p,
                         int id)


Copyright © 2006 . All Rights Reserved.