gnu.kawa.xml

Class NodeSetType

Implemented Interfaces:
Externalizable, TypeValue

public class NodeSetType
extends OccurrenceType

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

booleanValue_method, boolean_ctype, boolean_type, byte_type, char_type, clone_method, doubleValue_method, double_type, floatValue_method, float_type, intValue_method, int_type, java_lang_Class_type, longValue_method, long_type, 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)
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, toString, writeExternal

Methods inherited from class gnu.bytecode.ObjectType

coerceFromObject, compare, emitCoerceFromObject, getContextClass, getImplementationType, getInternalName, getMethods, getReflectClass, isExisting, isInstance, promote, setExisting

Methods inherited from class gnu.bytecode.Type

coerceFromObject, coerceToObject, compare, emitCoerceFromObject, emitCoerceToObject, emitIsInstance, getImplementationType, getName, getReflectClass, getSignature, getSize, getSizeInWords, getType, hashCode, isInstance, isMoreSpecific, isSubtype, isValidJavaTypeName, isVoid, lookupType, lowestCommonSuperType, make, promote, registerTypeForClass, setName, setReflectClass, setSignature, signatureLength, signatureLength, signatureToName, signatureToPrimitive, signatureToType, signatureToType, swappedCompareResult, toString

Constructor Details

NodeSetType

public NodeSetType(Type itemType)

Method Details

getInstance

public static Type getInstance(Type base)

toString

public String toString()
Overrides:
toString in interface OccurrenceType