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


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



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

Field Summary

public org.eclipse.wst.xml.xpath2.processor.internal.types.QNamename
    
public org.eclipse.wst.xml.xpath2.processor.StaticNameResolver.VariableScopenextScope
    
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemTypetypeDef
    

Constructor Summary

StaticNameResolver.VariableScope(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name , org.eclipse.wst.xml.xpath2.api.typesystem.ItemType typeDef , org.eclipse.wst.xml.xpath2.processor.StaticNameResolver.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.StaticNameResolver.VariableScope nextScope


typeDef

public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType typeDef


Constructor Detail

StaticNameResolver.VariableScope

public StaticNameResolver.VariableScope(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name , org.eclipse.wst.xml.xpath2.api.typesystem.ItemType typeDef , org.eclipse.wst.xml.xpath2.processor.StaticNameResolver.VariableScope nextScope)