インタフェース
jp.sourceforge.expression_computer.javacc.Node の使用

Node を使用しているパッケージ
jp.sourceforge.expression_computer.javacc JavaCCが生成したクラスを格納しています。 
 

jp.sourceforge.expression_computer.javacc での Node の使用
 

Node を実装している jp.sourceforge.expression_computer.javacc のクラス
 class ASTAdditiveExpression
           
 class ASTAdditiveExpressionOperator
           
 class ASTAndExpression
           
 class ASTAssignmentExpression
           
 class ASTAssignmentExpressionOperator
           
 class ASTConditionalAndExpression
           
 class ASTConditionalExpression
           
 class ASTConditionalOrExpression
           
 class ASTEqualityExpression
           
 class ASTEqualityExpressionOperator
           
 class ASTExclusiveOrExpression
           
 class ASTExpression
           
 class ASTFloatingPointLiteral
           
 class ASTFunctionExpression
           
 class ASTFunctionName
           
 class ASTInclusiveOrExpression
           
 class ASTIntegerLiteral
           
 class ASTMultiplicativeExpression
           
 class ASTMultiplicativeExpressionOperator
           
 class ASTParenthesesExpression
           
 class ASTPostDecrementExpression
           
 class ASTPostIncrementExpression
           
 class ASTPreDecrementExpression
           
 class ASTPreIncrementExpression
           
 class ASTRelationalExpression
           
 class ASTRelationalExpressionOperator
           
 class ASTShiftExpression
           
 class ASTShiftExpressionOperator
           
 class ASTUnaryExpression
           
 class ASTUnaryExpressionNotPlusMinus
           
 class ASTUnaryExpressionNotPlusMinusOperator
           
 class ASTUnaryExpressionOperator
           
 class ASTVariable
           
 class SimpleNode
           
 

Node として宣言されている jp.sourceforge.expression_computer.javacc のフィールド
protected  Node SimpleNode.parent
           
protected  Node[] SimpleNode.children
           
 

Node を返す jp.sourceforge.expression_computer.javacc のメソッド
 Node JavaCCParser.parse()
           
 Node Node.jjtGetParent()
           
 Node Node.jjtGetChild(int i)
          This method returns a child node.
 Node SimpleNode.jjtGetParent()
           
 Node SimpleNode.jjtGetChild(int i)
           
 

Node 型のパラメータを持つ jp.sourceforge.expression_computer.javacc のメソッド
 void Node.jjtSetParent(Node n)
          This pair of methods are used to inform the node of its parent.
 void Node.jjtAddChild(Node n, int i)
          This method tells the node to add its argument to the node's list of children.
 void SimpleNode.jjtSetParent(Node n)
           
 void SimpleNode.jjtAddChild(Node n, int i)
           
 



Copyright © 2006 . All Rights Reserved.