Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class VarRef extends org.eclipse.wst.xml.xpath2.processor.internal.ast.PrimaryExprSupport 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.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName | name() Support for QName interface. |
Constructor Detail |
public VarRef(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name)
Constructor for VarRef.
Methods Detail |
public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
Support for Visitor interface.
v
java.lang.Object
- Result of Visitor operation.
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName name()
Support for QName interface.
org.eclipse.wst.xml.xpath2.processor.internal.types.QName
- Result of QName operation.