Package org.eclipse.wst.xml.xpath2.processor
package-private class StaticNameResolver.VariableScope extends java.lang.Object
Field Summary | |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName | name |
public org.eclipse.wst.xml.xpath2.processor.StaticNameResolver.VariableScope | nextScope |
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType | typeDef |
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 |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
public org.eclipse.wst.xml.xpath2.processor.StaticNameResolver.VariableScope nextScope
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType typeDef
Constructor Detail |
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)