Searched refs:isImmutable (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DPolicyNodeImpl.java69 private boolean isImmutable = false; field in class:PolicyNodeImpl
184 boolean isImmutable() { method in class:PolicyNodeImpl
185 return isImmutable;
193 if (isImmutable)
198 isImmutable = true;
208 if (isImmutable) {
223 if (isImmutable) {
239 if (isImmutable)
263 if (isImmutable) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJaxBeanInfo.java84 protected JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName[] typeNames, boolean isElement,boolean isImmutable, boolean hasLifecycleEvents) { argument
85 this(grammar,rti,jaxbType,(Object)typeNames,isElement,isImmutable,hasLifecycleEvents);
91 protected JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, QName typeName, boolean isElement,boolean isImmutable, boolean hasLifecycleEvents) { argument
92 this(grammar,rti,jaxbType,(Object)typeName,isElement,isImmutable,hasLifecycleEvents);
98 protected JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, boolean isElement,boolean isImmutable, boolean hasLifecycleEvents) { argument
99 this(grammar,rti,jaxbType,(Object)null,isElement,isImmutable,hasLifecycleEvents);
102 private JaxBeanInfo(JAXBContextImpl grammar, RuntimeTypeInfo rti, Class<BeanT> jaxbType, Object typeName, boolean isElement,boolean isImmutable, boolean hasLifecycleEvents) { argument
108 |(isImmutable?FLAG_IS_IMMUTABLE:0)
187 public final boolean isImmutable() { method in class:JaxBeanInfo
298 * This operation is only supported when {@link #isImmutable} i
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DFreezableList.java82 public boolean isImmutable() method in class:FreezableList
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DStructureLoader.java158 assert !beanInfo.isImmutable();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java325 boolean numeric, boolean isImmutable, short builtInKind) {
326 fIsImmutable = isImmutable;
354 protected XSSimpleTypeDecl(XSSimpleTypeDecl base, String name, String uri, short finalSet, boolean isImmutable, argument
356 this(base, name, uri, finalSet, isImmutable, annotations);
362 protected XSSimpleTypeDecl(XSSimpleTypeDecl base, String name, String uri, short finalSet, boolean isImmutable, argument
420 fIsImmutable = isImmutable;
427 protected XSSimpleTypeDecl(String name, String uri, short finalSet, XSSimpleTypeDecl itemType, boolean isImmutable, argument
444 fIsImmutable = isImmutable;
323 XSSimpleTypeDecl(XSSimpleTypeDecl base, String name, short validateDV, short ordered, boolean bounded, boolean finite, boolean numeric, boolean isImmutable, short builtInKind) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDLoader.java507 if (activeGrammar != null && !activeGrammar.isImmutable()) {
H A DXMLDTDProcessor.java679 if( !fGrammarBucket.getActiveGrammar().isImmutable()) {
H A DDTDGrammar.java2075 boolean isImmutable() { method in class:DTDGrammar
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java1680 public void setImmutable(boolean isImmutable) { argument
1681 fIsImmutable = isImmutable;
1684 public boolean isImmutable() { method in class:SchemaGrammar
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java856 if (sg2.isImmutable()) {
1145 else if (sg.isImmutable()) {
2603 else if (sg.isImmutable()) {
2671 if (tmpGrammar.isImmutable()) {
3341 else if (sg.isImmutable()){

Completed in 259 milliseconds