net.percederberg.mib.type
Class NamedType
java.lang.Object
|
+--net.percederberg.mib.type.Type
|
+--net.percederberg.mib.type.NamedType
- public class NamedType
- extends Type
A class for handling type information for named types.
- Version:
- 1.1
- Author:
- Per Cederberg, per@percederberg.net
Method Summary |
boolean |
equals(java.lang.Object obj)
Checks if this types equals any other object. |
java.lang.String |
toString()
Returns a string description of this type. |
void |
transferType(TypeConverter converter)
Transfers the type information from this type to a type
converter object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NamedType
public NamedType(TypeSymbol sym)
- Creates a new named type based on the given type symbol.
- Parameters:
sym
- a type symbol
NamedType
public NamedType(TypeSymbol sym,
Constraint constraint)
- Creates a new named type based on the given type symbol.
- Parameters:
sym
- a type symbolconstraint
- the named type constraint
equals
public boolean equals(java.lang.Object obj)
- Checks if this types equals any other object.
- Overrides:
equals
in class Type
- Parameters:
obj
- an object- Returns:
- true if the objects are equal, or
false otherwise
toString
public java.lang.String toString()
- Returns a string description of this type.
- Overrides:
toString
in class Type
- Returns:
- a string description of the type
transferType
public void transferType(TypeConverter converter)
- Transfers the type information from this type to a type
converter object. The calling conventions declared in the
TypeConverter class are followed.
- Overrides:
transferType
in class Type
- Parameters:
converter
- a type converter