public class DefaultTypeName extends DefaultLocalName implements TypeName
DefaultTypeName
can be instantiated by any of the following methods:
NameSpace
and CharSequence
arguments given to the constructor are also immutable. Subclasses shall make sure that any overridden methods
remain safe to call from multiple threads and do not change any public TypeName
state.Defined in the sis-utility
module
Modifier | Constructor and Description |
---|---|
protected |
DefaultTypeName(NameSpace scope,
CharSequence name)
Constructs a type name from the given character sequence.
|
castOrCopy, compareTo, depth, equals, getParsedNames, head, scope, tip, toInternationalString, toString
castOrCopy, hashCode, push, toFullyQualifiedName
push, scope, toFullyQualifiedName, toInternationalString
compareTo
protected DefaultTypeName(NameSpace scope, CharSequence name)
scope
- The scope of this name, or null
for a global scope.name
- The local name (never null
).Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.