public class CSSImpliedValue extends CSSValue
Constructor and Description |
---|
CSSImpliedValue(CSSValue wrapped) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
CSSValue |
getWrapped() |
int |
hashCode() |
void |
serialize(java.io.PrintWriter out) |
toCSSString, toString
public CSSImpliedValue(CSSValue wrapped)
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public CSSValue getWrapped()
public int hashCode()
hashCode
in class java.lang.Object