org.apache.velocity.runtime.parser.node
クラス ASTComment

java.lang.Object
  拡張org.apache.velocity.runtime.parser.node.SimpleNode
      拡張org.apache.velocity.runtime.parser.node.ASTComment
すべての実装インタフェース:
Node

public class ASTComment
extends SimpleNode


フィールドの概要
 
クラス org.apache.velocity.runtime.parser.node.SimpleNode から継承したフィールド
children, first, id, info, invalid, last, parent, parser, rsvc, state
 
コンストラクタの概要
ASTComment(int id)
           
ASTComment(Parser p, int id)
           
 
メソッドの概要
 java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
クラス org.apache.velocity.runtime.parser.node.SimpleNode から継承したメソッド
childrenAccept, dump, evaluate, execute, getColumn, getFirstToken, getInfo, getLastToken, getLine, getType, init, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, literal, render, setFirstToken, setInfo, setInvalid, toString, value
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ASTComment

public ASTComment(int id)

ASTComment

public ASTComment(Parser p,
                  int id)
メソッドの詳細

jjtAccept

public java.lang.Object jjtAccept(ParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.

定義:
インタフェース Node 内の jjtAccept
オーバーライド:
クラス SimpleNode 内の jjtAccept


Copyright © 2003 Apache Software Foundation. All Rights Reserved.