gnu.kawa.xml
Class NodeSetType

java.lang.Object
  extended by gnu.bytecode.Type
      extended by gnu.bytecode.ObjectType
          extended by gnu.kawa.reflect.OccurrenceType
              extended by gnu.kawa.xml.NodeSetType
All Implemented Interfaces:
TypeValue, java.io.Externalizable, java.io.Serializable

public class NodeSetType
extends OccurrenceType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gnu.kawa.reflect.OccurrenceType
emptySequenceType, typeOccurrenceType
 
Fields inherited from class gnu.bytecode.ObjectType
flags
 
Fields inherited from class gnu.bytecode.Type
boolean_ctype, boolean_type, booleanValue_method, byte_type, char_type, clone_method, double_type, doubleValue_method, float_type, floatValue_method, int_type, intValue_method, java_lang_Class_type, long_type, longValue_method, neverReturnsType, nullType, number_type, pointer_type, reflectClass, short_type, string_type, throwable_type, toString_method, tostring_type, typeArray0, void_type
 
Constructor Summary
NodeSetType(Type itemType)
           
 
Method Summary
static Type getInstance(Type base)
           
 java.lang.String toString()
           
 
Methods inherited from class gnu.kawa.reflect.OccurrenceType
coerceFromObject, compare, emitIsInstance, emitTestIf, getBase, getConstructor, getImplementationType, getInstance, isInstance, itemCountCode, itemCountIsOne, itemCountIsZeroOrOne, itemCountRange, itemPrimeType, maxOccurs, minOccurs, readExternal, writeExternal
 
Methods inherited from class gnu.bytecode.ObjectType
emitCoerceFromObject, getInternalName, getMethods, getReflectClass, isExisting, promote, setExisting
 
Methods inherited from class gnu.bytecode.Type
coerceToObject, emitCoerceToObject, emitIsInstance, getName, getSignature, getSize, getSizeInWords, getType, hashCode, isMoreSpecific, isSubtype, isValidJavaTypeName, isVoid, lookupType, lowestCommonSuperType, make, registerTypeForClass, setName, setReflectClass, setSignature, signatureLength, signatureLength, signatureToName, signatureToPrimitive, signatureToType, signatureToType, swappedCompareResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeSetType

public NodeSetType(Type itemType)
Method Detail

getInstance

public static Type getInstance(Type base)

toString

public java.lang.String toString()
Overrides:
toString in class OccurrenceType