Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 675c8c8167236dfcf8d66da674f931e8 > files > 748

erlang-doc-R15B-03.3.fc17.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0) on Thu Dec 06 18:50:55 CET 2012 -->
<TITLE>
Term (Package com.ericsson.otp.ic version 4.2.31)
</TITLE>

<META NAME="keywords" CONTENT="com.ericsson.otp.ic.Term class">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    parent.document.title="Term (Package com.ericsson.otp.ic version 4.2.31)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../com/ericsson/otp/ic/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/ericsson/otp/ic/TCKind.html" title="class in com.ericsson.otp.ic"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/ericsson/otp/ic/TermHelper.html" title="class in com.ericsson.otp.ic"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/ericsson/otp/ic/Term.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Term.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<A NAME="main"></A>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.ericsson.otp.ic</FONT>
<BR>
Class Term</H2>
<PRE>
java.lang.Object
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">com.ericsson.otp.ic.Any</A>
      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.ericsson.otp.ic.Term</B>
</PRE>
<HR>
<DL>
<DT><PRE>public final class <B>Term</B><DT>extends <A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></DL>
</PRE>

<P>
The Term class is intended to represent the erlang term generic type. 
It extends the Any class and is basically used the same way as the Any class.
<p>The main difference between Term and Any is the use of guard methods 
instead for TypeCode to determine the data included in the Term.
This actual when cannot determine a Term's value class returned at compile time.
<P>

<P>
<HR>

<P>

<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#Term()">Term</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#equal(com.ericsson.otp.ic.Term)">equal</A></B>(<A HREF="../../../../com/ericsson/otp/ic/Term.html" title="class in com.ericsson.otp.ic">Term</A>&nbsp;_any)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Term comparison method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_atom()">extract_atom</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Atom value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_boolean()">extract_boolean</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Boolean value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;char</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_char()">extract_char</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Char value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_double()">extract_double</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Double value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;float</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_float()">extract_float</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Float value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_long()">extract_long</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Long value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_longlong()">extract_longlong</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Long Long value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;com.ericsson.otp.erlang.OtpErlangObject</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_Object()">extract_Object</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extract Object value from Term</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;byte</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_octet()">extract_octet</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Octet value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/ericsson/otp/ic/Pid.html" title="class in com.ericsson.otp.ic">Pid</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_Pid()">extract_Pid</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pid value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/ericsson/otp/ic/Port.html" title="class in com.ericsson.otp.ic">Port</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_Port()">extract_Port</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Port value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/ericsson/otp/ic/Ref.html" title="class in com.ericsson.otp.ic">Ref</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_Ref()">extract_Ref</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ref value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;short</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_short()">extract_short</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Short value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;com.ericsson.otp.erlang.OtpInputStream</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_Streamable()">extract_Streamable</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Object Stream extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_string()">extract_string</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;String value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_ulong()">extract_ulong</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unsigned Long value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_ulonglong()">extract_ulonglong</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unsigned Long Long value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;short</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_ushort()">extract_ushort</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unsigned Short value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;char</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_wchar()">extract_wchar</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wchar value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#extract_wstring()">extract_wstring</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wstring value extractor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_atom(java.lang.String)">insert_atom</A></B>(java.lang.String&nbsp;s)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Atom value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_boolean(boolean)">insert_boolean</A></B>(boolean&nbsp;b)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Boolean value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_char(char)">insert_char</A></B>(char&nbsp;c)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Char value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_char(long)">insert_char</A></B>(long&nbsp;l)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Char value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_double(double)">insert_double</A></B>(double&nbsp;d)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Double value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_float(double)">insert_float</A></B>(double&nbsp;f)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Float value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_float(float)">insert_float</A></B>(float&nbsp;f)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Float value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_long(int)">insert_long</A></B>(int&nbsp;i)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Long value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_long(long)">insert_long</A></B>(long&nbsp;l)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Long value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_longlong(long)">insert_longlong</A></B>(long&nbsp;l)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Long Long value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_Object(com.ericsson.otp.erlang.OtpErlangObject)">insert_Object</A></B>(com.ericsson.otp.erlang.OtpErlangObject&nbsp;o)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Inserts Objects to Term</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_octet(byte)">insert_octet</A></B>(byte&nbsp;b)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Octet value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_octet(long)">insert_octet</A></B>(long&nbsp;l)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Octet value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_Pid(com.ericsson.otp.ic.Pid)">insert_Pid</A></B>(<A HREF="../../../../com/ericsson/otp/ic/Pid.html" title="class in com.ericsson.otp.ic">Pid</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pid value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_Port(com.ericsson.otp.ic.Port)">insert_Port</A></B>(<A HREF="../../../../com/ericsson/otp/ic/Port.html" title="class in com.ericsson.otp.ic">Port</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Port value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_Ref(com.ericsson.otp.ic.Ref)">insert_Ref</A></B>(<A HREF="../../../../com/ericsson/otp/ic/Ref.html" title="class in com.ericsson.otp.ic">Ref</A>&nbsp;r)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ref value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_short(long)">insert_short</A></B>(long&nbsp;l)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Short value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_short(short)">insert_short</A></B>(short&nbsp;s)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Short value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_string(java.lang.String)">insert_string</A></B>(java.lang.String&nbsp;s)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;String value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_ulong(int)">insert_ulong</A></B>(int&nbsp;i)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unsigned Long value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_ulong(long)">insert_ulong</A></B>(long&nbsp;l)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unsigned Long value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_ulonglong(long)">insert_ulonglong</A></B>(long&nbsp;l)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unsigned Long Long value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_ushort(long)">insert_ushort</A></B>(long&nbsp;l)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unsigned Short value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_ushort(short)">insert_ushort</A></B>(short&nbsp;s)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unsigned Short value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_wchar(char)">insert_wchar</A></B>(char&nbsp;c)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wchar value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_wchar(long)">insert_wchar</A></B>(long&nbsp;l)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wchar value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#insert_wstring(java.lang.String)">insert_wstring</A></B>(java.lang.String&nbsp;s)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wstring value insertion method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#isAtom()">isAtom</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guard method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#isBinary()">isBinary</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guard method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#isConstant()">isConstant</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guard method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#isFloat()">isFloat</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guard method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#isInteger()">isInteger</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guard method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#isList()">isList</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guard method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#isNumber()">isNumber</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guard method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#isPid()">isPid</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guard method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#isPort()">isPort</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guard method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#isReference()">isReference</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guard method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#isString()">isString</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guard method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#isTuple()">isTuple</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Guard method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#tag()">tag</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tag accessor method</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/ericsson/otp/ic/Term.html#write_value(com.ericsson.otp.erlang.OtpOutputStream)">write_value</A></B>(com.ericsson.otp.erlang.OtpOutputStream&nbsp;_os)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes the value of Term to a stream</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_com.ericsson.otp.ic.Any"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class com.ericsson.otp.ic.<A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#equal(com.ericsson.otp.ic.Any)">equal</A>, <A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_Streamable(com.ericsson.otp.erlang.OtpOutputStream)">insert_Streamable</A>, <A HREF="../../../../com/ericsson/otp/ic/Any.html#read_value(com.ericsson.otp.erlang.OtpInputStream, com.ericsson.otp.ic.TypeCode)">read_value</A>, <A HREF="../../../../com/ericsson/otp/ic/Any.html#type()">type</A>, <A HREF="../../../../com/ericsson/otp/ic/Any.html#type(com.ericsson.otp.ic.TypeCode)">type</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="Term()"><!-- --></A><H3>
Term</H3>
<PRE>
public <B>Term</B>()</PRE>
<DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="tag()"><!-- --></A><H3>
tag</H3>
<PRE>
public int <B>tag</B>()</PRE>
<DL>
<DD>Tag accessor method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>int, the tag of the Object that denotes the erlang external format tag</DL>
</DD>
</DL>
<HR>

<A NAME="isAtom()"><!-- --></A><H3>
isAtom</H3>
<PRE>
public boolean <B>isAtom</B>()</PRE>
<DL>
<DD>Guard method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the Term is an OtpErlangAtom, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="isConstant()"><!-- --></A><H3>
isConstant</H3>
<PRE>
public boolean <B>isConstant</B>()</PRE>
<DL>
<DD>Guard method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the Term is not an OtpErlangList nor an OtpErlangTuple, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="isFloat()"><!-- --></A><H3>
isFloat</H3>
<PRE>
public boolean <B>isFloat</B>()</PRE>
<DL>
<DD>Guard method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the Term is an OtpErlangFloat, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="isInteger()"><!-- --></A><H3>
isInteger</H3>
<PRE>
public boolean <B>isInteger</B>()</PRE>
<DL>
<DD>Guard method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the Term is an OtpErlangInt, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="isList()"><!-- --></A><H3>
isList</H3>
<PRE>
public boolean <B>isList</B>()</PRE>
<DL>
<DD>Guard method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the Term is an OtpErlangList, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="isString()"><!-- --></A><H3>
isString</H3>
<PRE>
public boolean <B>isString</B>()</PRE>
<DL>
<DD>Guard method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the Term is an OtpErlangString, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="isNumber()"><!-- --></A><H3>
isNumber</H3>
<PRE>
public boolean <B>isNumber</B>()</PRE>
<DL>
<DD>Guard method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the Term is an OtpErlangInteger or an OtpErlangFloat, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="isPid()"><!-- --></A><H3>
isPid</H3>
<PRE>
public boolean <B>isPid</B>()</PRE>
<DL>
<DD>Guard method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the Term is an OtpErlangPid or Pid, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="isPort()"><!-- --></A><H3>
isPort</H3>
<PRE>
public boolean <B>isPort</B>()</PRE>
<DL>
<DD>Guard method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the Term is an OtpErlangPort or Port, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="isReference()"><!-- --></A><H3>
isReference</H3>
<PRE>
public boolean <B>isReference</B>()</PRE>
<DL>
<DD>Guard method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the Term is an OtpErlangRef, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="isTuple()"><!-- --></A><H3>
isTuple</H3>
<PRE>
public boolean <B>isTuple</B>()</PRE>
<DL>
<DD>Guard method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the Term is an OtpErlangTuple, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="isBinary()"><!-- --></A><H3>
isBinary</H3>
<PRE>
public boolean <B>isBinary</B>()</PRE>
<DL>
<DD>Guard method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the Term is an OtpErlangBinary, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="equal(com.ericsson.otp.ic.Term)"><!-- --></A><H3>
equal</H3>
<PRE>
public boolean <B>equal</B>(<A HREF="../../../../com/ericsson/otp/ic/Term.html" title="class in com.ericsson.otp.ic">Term</A>&nbsp;_any)</PRE>
<DL>
<DD>Term comparison method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>true if the input Term is equal to the object, false otherwize</DL>
</DD>
</DL>
<HR>

<A NAME="write_value(com.ericsson.otp.erlang.OtpOutputStream)"><!-- --></A><H3>
write_value</H3>
<PRE>
public void <B>write_value</B>(com.ericsson.otp.erlang.OtpOutputStream&nbsp;_os)
                 throws java.lang.Exception</PRE>
<DL>
<DD>Writes the value of Term to a stream
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#write_value(com.ericsson.otp.erlang.OtpOutputStream)">write_value</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="extract_short()"><!-- --></A><H3>
extract_short</H3>
<PRE>
public short <B>extract_short</B>()
                    throws java.lang.Exception</PRE>
<DL>
<DD>Short value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_short()">extract_short</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>short, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_short(short)"><!-- --></A><H3>
insert_short</H3>
<PRE>
public void <B>insert_short</B>(short&nbsp;s)</PRE>
<DL>
<DD>Short value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_short(short)">insert_short</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="insert_short(long)"><!-- --></A><H3>
insert_short</H3>
<PRE>
public void <B>insert_short</B>(long&nbsp;l)</PRE>
<DL>
<DD>Short value insertion method
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_long()"><!-- --></A><H3>
extract_long</H3>
<PRE>
public int <B>extract_long</B>()
                 throws java.lang.Exception</PRE>
<DL>
<DD>Long value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_long()">extract_long</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>int, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_long(int)"><!-- --></A><H3>
insert_long</H3>
<PRE>
public void <B>insert_long</B>(int&nbsp;i)</PRE>
<DL>
<DD>Long value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_long(int)">insert_long</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="insert_long(long)"><!-- --></A><H3>
insert_long</H3>
<PRE>
public void <B>insert_long</B>(long&nbsp;l)</PRE>
<DL>
<DD>Long value insertion method
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_longlong()"><!-- --></A><H3>
extract_longlong</H3>
<PRE>
public long <B>extract_longlong</B>()
                      throws java.lang.Exception</PRE>
<DL>
<DD>Long Long value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_longlong()">extract_longlong</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>long, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_longlong(long)"><!-- --></A><H3>
insert_longlong</H3>
<PRE>
public void <B>insert_longlong</B>(long&nbsp;l)</PRE>
<DL>
<DD>Long Long value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_longlong(long)">insert_longlong</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_ushort()"><!-- --></A><H3>
extract_ushort</H3>
<PRE>
public short <B>extract_ushort</B>()
                     throws java.lang.Exception</PRE>
<DL>
<DD>Unsigned Short value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_ushort()">extract_ushort</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>short, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_ushort(short)"><!-- --></A><H3>
insert_ushort</H3>
<PRE>
public void <B>insert_ushort</B>(short&nbsp;s)</PRE>
<DL>
<DD>Unsigned Short value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_ushort(short)">insert_ushort</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="insert_ushort(long)"><!-- --></A><H3>
insert_ushort</H3>
<PRE>
public void <B>insert_ushort</B>(long&nbsp;l)</PRE>
<DL>
<DD>Unsigned Short value insertion method
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_ulong()"><!-- --></A><H3>
extract_ulong</H3>
<PRE>
public int <B>extract_ulong</B>()
                  throws java.lang.Exception</PRE>
<DL>
<DD>Unsigned Long value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_ulong()">extract_ulong</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>int, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_ulong(int)"><!-- --></A><H3>
insert_ulong</H3>
<PRE>
public void <B>insert_ulong</B>(int&nbsp;i)</PRE>
<DL>
<DD>Unsigned Long value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_ulong(int)">insert_ulong</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="insert_ulong(long)"><!-- --></A><H3>
insert_ulong</H3>
<PRE>
public void <B>insert_ulong</B>(long&nbsp;l)</PRE>
<DL>
<DD>Unsigned Long value insertion method
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_ulonglong()"><!-- --></A><H3>
extract_ulonglong</H3>
<PRE>
public long <B>extract_ulonglong</B>()
                       throws java.lang.Exception</PRE>
<DL>
<DD>Unsigned Long Long value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_ulonglong()">extract_ulonglong</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>long, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_ulonglong(long)"><!-- --></A><H3>
insert_ulonglong</H3>
<PRE>
public void <B>insert_ulonglong</B>(long&nbsp;l)</PRE>
<DL>
<DD>Unsigned Long Long value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_ulonglong(long)">insert_ulonglong</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_float()"><!-- --></A><H3>
extract_float</H3>
<PRE>
public float <B>extract_float</B>()
                    throws java.lang.Exception</PRE>
<DL>
<DD>Float value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_float()">extract_float</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>float, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_float(float)"><!-- --></A><H3>
insert_float</H3>
<PRE>
public void <B>insert_float</B>(float&nbsp;f)</PRE>
<DL>
<DD>Float value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_float(float)">insert_float</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="insert_float(double)"><!-- --></A><H3>
insert_float</H3>
<PRE>
public void <B>insert_float</B>(double&nbsp;f)</PRE>
<DL>
<DD>Float value insertion method
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_double()"><!-- --></A><H3>
extract_double</H3>
<PRE>
public double <B>extract_double</B>()
                      throws java.lang.Exception</PRE>
<DL>
<DD>Double value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_double()">extract_double</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>double, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_double(double)"><!-- --></A><H3>
insert_double</H3>
<PRE>
public void <B>insert_double</B>(double&nbsp;d)</PRE>
<DL>
<DD>Double value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_double(double)">insert_double</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_boolean()"><!-- --></A><H3>
extract_boolean</H3>
<PRE>
public boolean <B>extract_boolean</B>()
                        throws java.lang.Exception</PRE>
<DL>
<DD>Boolean value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_boolean()">extract_boolean</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>boolean, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_boolean(boolean)"><!-- --></A><H3>
insert_boolean</H3>
<PRE>
public void <B>insert_boolean</B>(boolean&nbsp;b)</PRE>
<DL>
<DD>Boolean value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_boolean(boolean)">insert_boolean</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_char()"><!-- --></A><H3>
extract_char</H3>
<PRE>
public char <B>extract_char</B>()
                  throws java.lang.Exception</PRE>
<DL>
<DD>Char value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_char()">extract_char</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>char, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_char(char)"><!-- --></A><H3>
insert_char</H3>
<PRE>
public void <B>insert_char</B>(char&nbsp;c)</PRE>
<DL>
<DD>Char value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_char(char)">insert_char</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="insert_char(long)"><!-- --></A><H3>
insert_char</H3>
<PRE>
public void <B>insert_char</B>(long&nbsp;l)</PRE>
<DL>
<DD>Char value insertion method
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_wchar()"><!-- --></A><H3>
extract_wchar</H3>
<PRE>
public char <B>extract_wchar</B>()
                   throws java.lang.Exception</PRE>
<DL>
<DD>Wchar value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_wchar()">extract_wchar</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>char, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_wchar(char)"><!-- --></A><H3>
insert_wchar</H3>
<PRE>
public void <B>insert_wchar</B>(char&nbsp;c)</PRE>
<DL>
<DD>Wchar value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_wchar(char)">insert_wchar</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="insert_wchar(long)"><!-- --></A><H3>
insert_wchar</H3>
<PRE>
public void <B>insert_wchar</B>(long&nbsp;l)</PRE>
<DL>
<DD>Wchar value insertion method
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_octet()"><!-- --></A><H3>
extract_octet</H3>
<PRE>
public byte <B>extract_octet</B>()
                   throws java.lang.Exception</PRE>
<DL>
<DD>Octet value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_octet()">extract_octet</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>byte, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_octet(byte)"><!-- --></A><H3>
insert_octet</H3>
<PRE>
public void <B>insert_octet</B>(byte&nbsp;b)</PRE>
<DL>
<DD>Octet value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_octet(byte)">insert_octet</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="insert_octet(long)"><!-- --></A><H3>
insert_octet</H3>
<PRE>
public void <B>insert_octet</B>(long&nbsp;l)</PRE>
<DL>
<DD>Octet value insertion method
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_string()"><!-- --></A><H3>
extract_string</H3>
<PRE>
public java.lang.String <B>extract_string</B>()
                                throws java.lang.Exception</PRE>
<DL>
<DD>String value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_string()">extract_string</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>String, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_string(java.lang.String)"><!-- --></A><H3>
insert_string</H3>
<PRE>
public void <B>insert_string</B>(java.lang.String&nbsp;s)</PRE>
<DL>
<DD>String value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_string(java.lang.String)">insert_string</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_wstring()"><!-- --></A><H3>
extract_wstring</H3>
<PRE>
public java.lang.String <B>extract_wstring</B>()
                                 throws java.lang.Exception</PRE>
<DL>
<DD>Wstring value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_wstring()">extract_wstring</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>String, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_wstring(java.lang.String)"><!-- --></A><H3>
insert_wstring</H3>
<PRE>
public void <B>insert_wstring</B>(java.lang.String&nbsp;s)</PRE>
<DL>
<DD>Wstring value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_wstring(java.lang.String)">insert_wstring</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_atom()"><!-- --></A><H3>
extract_atom</H3>
<PRE>
public java.lang.String <B>extract_atom</B>()
                              throws java.lang.Exception</PRE>
<DL>
<DD>Atom value extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_atom()">extract_atom</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>atom, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_atom(java.lang.String)"><!-- --></A><H3>
insert_atom</H3>
<PRE>
public void <B>insert_atom</B>(java.lang.String&nbsp;s)</PRE>
<DL>
<DD>Atom value insertion method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#insert_atom(java.lang.String)">insert_atom</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_Pid()"><!-- --></A><H3>
extract_Pid</H3>
<PRE>
public <A HREF="../../../../com/ericsson/otp/ic/Pid.html" title="class in com.ericsson.otp.ic">Pid</A> <B>extract_Pid</B>()
                throws java.lang.Exception</PRE>
<DL>
<DD>Pid value extractor method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>Pid, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_Pid(com.ericsson.otp.ic.Pid)"><!-- --></A><H3>
insert_Pid</H3>
<PRE>
public void <B>insert_Pid</B>(<A HREF="../../../../com/ericsson/otp/ic/Pid.html" title="class in com.ericsson.otp.ic">Pid</A>&nbsp;p)</PRE>
<DL>
<DD>Pid value insertion method
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_Ref()"><!-- --></A><H3>
extract_Ref</H3>
<PRE>
public <A HREF="../../../../com/ericsson/otp/ic/Ref.html" title="class in com.ericsson.otp.ic">Ref</A> <B>extract_Ref</B>()
                throws java.lang.Exception</PRE>
<DL>
<DD>Ref value extractor method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>Ref, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_Ref(com.ericsson.otp.ic.Ref)"><!-- --></A><H3>
insert_Ref</H3>
<PRE>
public void <B>insert_Ref</B>(<A HREF="../../../../com/ericsson/otp/ic/Ref.html" title="class in com.ericsson.otp.ic">Ref</A>&nbsp;r)</PRE>
<DL>
<DD>Ref value insertion method
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_Port()"><!-- --></A><H3>
extract_Port</H3>
<PRE>
public <A HREF="../../../../com/ericsson/otp/ic/Port.html" title="class in com.ericsson.otp.ic">Port</A> <B>extract_Port</B>()
                  throws java.lang.Exception</PRE>
<DL>
<DD>Port value extractor method
<P>
<DD><DL>

<DT><B>Returns:</B><DD>Port, the value of Term
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE></DL>
</DD>
</DL>
<HR>

<A NAME="insert_Port(com.ericsson.otp.ic.Port)"><!-- --></A><H3>
insert_Port</H3>
<PRE>
public void <B>insert_Port</B>(<A HREF="../../../../com/ericsson/otp/ic/Port.html" title="class in com.ericsson.otp.ic">Port</A>&nbsp;p)</PRE>
<DL>
<DD>Port value insertion method
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_Streamable()"><!-- --></A><H3>
extract_Streamable</H3>
<PRE>
public com.ericsson.otp.erlang.OtpInputStream <B>extract_Streamable</B>()</PRE>
<DL>
<DD>Object Stream extractor method
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html#extract_Streamable()">extract_Streamable</A></CODE> in class <CODE><A HREF="../../../../com/ericsson/otp/ic/Any.html" title="class in com.ericsson.otp.ic">Any</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>OtpInputStream, the stream value of Term</DL>
</DD>
</DL>
<HR>

<A NAME="insert_Object(com.ericsson.otp.erlang.OtpErlangObject)"><!-- --></A><H3>
insert_Object</H3>
<PRE>
public void <B>insert_Object</B>(com.ericsson.otp.erlang.OtpErlangObject&nbsp;o)</PRE>
<DL>
<DD>Inserts Objects to Term
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="extract_Object()"><!-- --></A><H3>
extract_Object</H3>
<PRE>
public com.ericsson.otp.erlang.OtpErlangObject <B>extract_Object</B>()</PRE>
<DL>
<DD>Extract Object value from Term
<P>
<DD><DL>

<DT><B>Returns:</B><DD>OtpErlangObject, the Object value of Term</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../com/ericsson/otp/ic/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<CENTER><FONT SIZE=-1>Copyright &copy; 1991-2007 Ericsson AB<BR> </FONT> </CENTER></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/ericsson/otp/ic/TCKind.html" title="class in com.ericsson.otp.ic"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/ericsson/otp/ic/TermHelper.html" title="class in com.ericsson.otp.ic"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/ericsson/otp/ic/Term.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Term.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>