org.seasar.doma.internal.expr.node
クラス VariableNode

java.lang.Object
  上位を拡張 org.seasar.doma.internal.expr.node.VariableNode
すべての実装されたインタフェース:
ExpressionNode

public class VariableNode
extends Object
implements ExpressionNode

作成者:
taedium

フィールドの概要
protected  ExpressionLocation location
           
protected  String name
           
 
コンストラクタの概要
VariableNode(ExpressionLocation location, String name)
           
 
メソッドの概要
<R,P> R
accept(ExpressionNodeVisitor<R,P> visitor, P p)
           
 ExpressionLocation getLocation()
           
 String getName()
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

location

protected final ExpressionLocation location

name

protected final String name
コンストラクタの詳細

VariableNode

public VariableNode(ExpressionLocation location,
                    String name)
メソッドの詳細

getName

public String getName()

accept

public <R,P> R accept(ExpressionNodeVisitor<R,P> visitor,
                      P p)
定義:
インタフェース ExpressionNode 内の accept

getLocation

public ExpressionLocation getLocation()
定義:
インタフェース ExpressionNode 内の getLocation

toString

public String toString()
オーバーライド:
クラス Object 内の toString


Copyright © 2009 The Seasar Foundation. All Rights Reserved.