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


org.eclipse.wst.xml.xpath2.processor
Class DefaultEvaluator.VariableScope



package-private class DefaultEvaluator.VariableScope
extends java.lang.Object

Field Summary

public org.eclipse.wst.xml.xpath2.processor.internal.types.QNamename
    
public org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScopenextScope
    
public org.eclipse.wst.xml.xpath2.api.ResultSequencevalue
    

Constructor Summary

DefaultEvaluator.VariableScope(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name , org.eclipse.wst.xml.xpath2.api.ResultSequence value , org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope nextScope)

Method Summary


Field Detail

name

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


nextScope

public org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope nextScope


value

public org.eclipse.wst.xml.xpath2.api.ResultSequence value


Constructor Detail

DefaultEvaluator.VariableScope

public DefaultEvaluator.VariableScope(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name , org.eclipse.wst.xml.xpath2.api.ResultSequence value , org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope nextScope)