public class TypeAttributeImpl extends AttributeImpl implements TypeAttribute, Cloneable, Serializable
enableBackwards
DEFAULT_TYPE
Constructor and Description |
---|
TypeAttributeImpl() |
TypeAttributeImpl(String type) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the values in this AttributeImpl and resets it to its
default value.
|
void |
copyTo(AttributeImpl target)
Copies the values from this Attribute into the passed-in
target attribute.
|
boolean |
equals(Object other) |
int |
hashCode() |
void |
setType(String type)
Set the lexical type.
|
String |
type()
Returns this Token's lexical type.
|
clone, reflectAsString, reflectWith, toString
public TypeAttributeImpl()
public TypeAttributeImpl(String type)
public String type()
type
in interface TypeAttribute
public void setType(String type)
setType
in interface TypeAttribute
type()
public void clear()
AttributeImpl
clear
in class AttributeImpl
public void copyTo(AttributeImpl target)
AttributeImpl
copyTo
in class AttributeImpl