@Immutable public class DefaultTypeName extends DefaultLocalName implements TypeName
DefaultTypeName
can be instantiated by any of the following methods:
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–2013 The Apache Software Foundation. All rights reserved.