public static final class BaseTokenStreamTestCase.CheckClearAttributesAttributeImpl extends AttributeImpl implements BaseTokenStreamTestCase.CheckClearAttributesAttribute
enableBackwards
Constructor and Description |
---|
BaseTokenStreamTestCase.CheckClearAttributesAttributeImpl() |
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(java.lang.Object other) |
boolean |
getAndResetClearCalled() |
int |
hashCode() |
clone, reflectAsString, reflectWith, toString
public BaseTokenStreamTestCase.CheckClearAttributesAttributeImpl()
public boolean getAndResetClearCalled()
getAndResetClearCalled
in interface BaseTokenStreamTestCase.CheckClearAttributesAttribute
public void clear()
AttributeImpl
clear
in class AttributeImpl
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void copyTo(AttributeImpl target)
AttributeImpl
copyTo
in class AttributeImpl