|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--anvil.core.Any
|
+--anvil.core.AnyAbstractClass
|
+--anvil.core.net.AnyInetAddress
class AnyInetAddress
| Field Summary | |
static NativeClass |
_class
|
| Fields inherited from class anvil.core.Any |
ARRAY0, DOUBLE_MINUS_ONE, DOUBLE_ONE, DOUBLE_ZERO, EMPTY_STRING, EMPTY_TUPLE, FALSE, INF, IS_ARRAY, IS_BINARY, IS_BOOLEAN, IS_BUFFER, IS_CLASS, IS_DOUBLE, IS_ENUMERATION, IS_INF, IS_INT, IS_LIST, IS_MAP, IS_NEG_INF, IS_NULL, IS_PATTERN, IS_RANGE, IS_STRING, IS_TUPLE, IS_UNDEFINED, MINUS_ONE, NAN, NEG_INF, NULL, ONE, p_compareTo, p_each, p_equals, p_pipe, p_select, THREE, TRUE, TWO, UNDEFINED, ZERO |
| Constructor Summary | |
AnyInetAddress(java.net.InetAddress url)
|
|
| Method Summary | |
ClassType |
classOf()
Returns the type of this Any. |
static Any |
create(java.lang.String host)
Constructs Any containing IS_STRING |
boolean |
equals(java.lang.Object obj)
Tests for equality. |
Any |
m_getAddress()
|
Any |
m_getHost()
|
Any |
m_isMulticast()
|
void |
serialize(Serializer serializer)
|
java.io.Writer |
toAnvil(java.io.Writer writer)
|
Code |
toCode(Code code)
|
java.lang.Object |
toObject()
Gets the contained value as java.lang.Object. |
java.lang.String |
toString()
Converts contained value into String. |
static Any |
unserialize(Unserializer unserializer)
|
| Methods inherited from class anvil.core.AnyAbstractClass |
doSerialize, isMutable, serializeObject, toBoolean, typeOf, unserializeObject |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final NativeClass _class
| Constructor Detail |
public AnyInetAddress(java.net.InetAddress url)
| Method Detail |
public static final Any create(java.lang.String host)
AnyIS_STRING
host - String valuepublic final ClassType classOf()
Any
classOf in class AnyAbstractClasspublic java.lang.Object toObject()
Anyjava.lang.Object.
toObject in class Anypublic java.lang.String toString()
AnyString.
toString in class AnyAbstractClassString.
public java.io.Writer toAnvil(java.io.Writer writer)
throws java.io.IOException
toAnvil in class Anyjava.io.IOExceptionpublic Code toCode(Code code)
toCode in class Anypublic boolean equals(java.lang.Object obj)
Any
equals in class Anytrue if equal, false otherwise.
public void serialize(Serializer serializer)
throws java.io.IOException
serialize in class AnyAbstractClassjava.io.IOException
public static final Any unserialize(Unserializer unserializer)
throws UnserializationException
UnserializationExceptionpublic Any m_getAddress()
public Any m_getHost()
public Any m_isMulticast()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||