Package org.eclipse.wst.xml.xpath2.processor.internal.ast


org.eclipse.wst.xml.xpath2.processor.internal.ast
Class VarRef



public class VarRef
extends org.eclipse.wst.xml.xpath2.processor.internal.ast.PrimaryExpr
Support for Variable Reference. A QName preceded by a $-sign is a variable reference.

Constructor Summary

VarRef(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name)

Method Summary

public java.lang.Objectaccept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
     Support for Visitor interface.
public org.eclipse.wst.xml.xpath2.processor.internal.types.QNamename()
     Support for QName interface.

Constructor Detail

VarRef

public VarRef(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name)

Constructor for VarRef.


Methods Detail

accept

public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)

Support for Visitor interface.

Parameters

v

Returns

java.lang.Object - Result of Visitor operation.


name

public org.eclipse.wst.xml.xpath2.processor.internal.types.QName name()

Support for QName interface.

Returns

org.eclipse.wst.xml.xpath2.processor.internal.types.QName - Result of QName operation.