Searched refs:getScope (Results 1 - 25 of 46) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSAttributeDeclaration.java37 public short getScope(); method in interface:XSAttributeDeclaration
H A DXSElementDeclaration.java38 public short getScope(); method in interface:XSElementDeclaration
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DElement.java60 ClassInfo<T,C> getScope(); method in interface:Element
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSComplexType.java60 XSElementDecl getScope(); method in interface:XSComplexType
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DCompiledVFrame.java53 return (getScope() == null || getScope().isTop());
55 return getScope().isTop();
84 public ScopeDesc getScope() { method in class:CompiledVFrame
89 if (VM.getVM().isDebugging() && getScope() == null) {
92 return getScope().getMethod();
96 if (getScope() == null)
98 List scvList = getScope().getLocals();
113 if (getScope() == null)
115 List scvList = getScope()
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimeElementInfo.java38 RuntimeClassInfo getScope(); method in interface:RuntimeElementInfo
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLTableCellElement.java137 public String getScope(); method in interface:HTMLTableCellElement
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/handler/
H A DMessageContext.java204 public Scope getScope(String name); method in interface:MessageContext
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DMessageUpdatableContext.java93 public Scope getScope(String name) { method in class:MessageUpdatableContext
94 return ctxt.getScope(name);
/openjdk7/jdk/src/share/classes/sun/reflect/generics/factory/
H A DCoreReflectionFactory.java58 private Scope getScope(){ return scope;} method in class:CoreReflectionFactory
110 return getScope().lookup(name);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBElement.java103 * @see #getScope()
170 public Class getScope() { method in class:JAXBElement
/openjdk7/langtools/test/tools/javac/api/6598108/
H A DT6598108.java53 Scope s = Trees.instance(ct).getScope(tp);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DElementOutlineImpl.java74 if(ei.getScope()!=null)
75 scope = parent.getClazz(ei.getScope()).implRef;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeElementInfoImpl.java128 public RuntimeClassInfo getScope() { method in class:RuntimeElementInfoImpl
129 return (RuntimeClassInfo)super.getScope();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCClassRef.java117 public CClassInfo getScope() { method in class:CClassRef
H A DCElementInfo.java198 public CClassInfo getScope() { method in class:CElementInfo
232 CClassInfo s = getScope();
/openjdk7/langtools/test/tools/javac/api/6852595/
H A DT6852595.java64 Trees.instance(ct).getScope(path);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DElementBeanInfoImpl.java85 scope = rei.getScope()==null ? JAXBElement.GlobalScope.class : rei.getScope().getClazz();
122 Class scope = e.getScope();
/openjdk7/langtools/test/tools/javac/T6956462/
H A DT6956462.java104 trees.getScope(trees.getPath(file, ident));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayERProperty.java104 context.getScope(0).start(acc,lister);
198 state.getContext().getScope(offset).add(acc,lister,o);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSAttributeDecl.java137 public short getScope() { method in class:XSAttributeDecl
/openjdk7/jdk/src/share/classes/java/security/
H A DIdentity.java148 public final IdentityScope getScope() { method in class:Identity
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapURL.java129 public String getScope() { method in class:LdapURL
265 System.out.println(" scope: " + url.getScope());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DEndpointMessageContextImpl.java145 public MessageContext.Scope getScope(String name) { method in class:EndpointMessageContextImpl
147 "All the properties in this context are in APPLICATION scope. Cannot do getScope().");
/openjdk7/langtools/src/share/classes/com/sun/source/util/
H A DTrees.java166 public abstract Scope getScope(TreePath path); method in class:Trees

Completed in 93 milliseconds

12