| <!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_04) on Wed Nov 22 11:19:12 GMT 2006 --> |
| <TITLE> |
| Constant Field Values (AspectJ(tm) runtime API) |
| </TITLE> |
| |
| |
| <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> |
| |
| <SCRIPT type="text/javascript"> |
| function windowTitle() |
| { |
| parent.document.title="Constant Field Values (AspectJ(tm) runtime API)"; |
| } |
| </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="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
| </TR> |
| </TABLE> |
| </TD> |
| <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
| </EM> |
| </TD> |
| </TR> |
| |
| <TR> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| PREV |
| NEXT</FONT></TD> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A> |
| <A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A> |
| <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> |
| </TABLE> |
| <A NAME="skip-navbar_top"></A> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| |
| <HR> |
| <CENTER> |
| <H1> |
| Constant Field Values</H1> |
| </CENTER> |
| <HR SIZE="4" NOSHADE> |
| <B>Contents</B><UL> |
| <LI><A HREF="#org.aspectj">org.aspectj.*</A> |
| </UL> |
| |
| <A NAME="org.aspectj"><!-- --></A> |
| <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> |
| <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> |
| <TH ALIGN="left"><FONT SIZE="+2"> |
| org.aspectj.*</FONT></TH> |
| </TR> |
| </TABLE> |
| |
| <P> |
| |
| <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> |
| <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> |
| <TH ALIGN="left" COLSPAN="3">org.aspectj.lang.<A HREF="org/aspectj/lang/JoinPoint.html" title="interface in org.aspectj.lang">JoinPoint</A></TH> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.ADVICE_EXECUTION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#ADVICE_EXECUTION">ADVICE_EXECUTION</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"adviceexecution"</CODE></TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.CONSTRUCTOR_CALL"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#CONSTRUCTOR_CALL">CONSTRUCTOR_CALL</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"constructor-call"</CODE></TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.CONSTRUCTOR_EXECUTION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#CONSTRUCTOR_EXECUTION">CONSTRUCTOR_EXECUTION</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"constructor-execution"</CODE></TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.EXCEPTION_HANDLER"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#EXCEPTION_HANDLER">EXCEPTION_HANDLER</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"exception-handler"</CODE></TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.FIELD_GET"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#FIELD_GET">FIELD_GET</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"field-get"</CODE></TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.FIELD_SET"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#FIELD_SET">FIELD_SET</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"field-set"</CODE></TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.INITIALIZATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#INITIALIZATION">INITIALIZATION</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"initialization"</CODE></TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.METHOD_CALL"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#METHOD_CALL">METHOD_CALL</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"method-call"</CODE></TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.METHOD_EXECUTION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#METHOD_EXECUTION">METHOD_EXECUTION</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"method-execution"</CODE></TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.PREINITIALIZATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#PREINITIALIZATION">PREINITIALIZATION</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"preinitialization"</CODE></TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.STATICINITIALIZATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#STATICINITIALIZATION">STATICINITIALIZATION</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"staticinitialization"</CODE></TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.SYNCHRONIZATION_LOCK"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#SYNCHRONIZATION_LOCK">SYNCHRONIZATION_LOCK</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"lock"</CODE></TD> |
| </TR> |
| <TR BGCOLOR="white" CLASS="TableRowColor"> |
| <A NAME="org.aspectj.lang.JoinPoint.SYNCHRONIZATION_UNLOCK"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1"> |
| <CODE>public static final java.lang.String</CODE></FONT></TD> |
| <TD ALIGN="left"><CODE><A HREF="org/aspectj/lang/JoinPoint.html#SYNCHRONIZATION_UNLOCK">SYNCHRONIZATION_UNLOCK</A></CODE></TD> |
| <TD ALIGN="right"><CODE>"unlock"</CODE></TD> |
| </TR> |
| </FONT></TD> |
| </TR> |
| </TABLE> |
| |
| <P> |
| |
| <P> |
| <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="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> |
| <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> |
| </TR> |
| </TABLE> |
| </TD> |
| <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> |
| </EM> |
| </TD> |
| </TR> |
| |
| <TR> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| PREV |
| NEXT</FONT></TD> |
| <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> |
| <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A> |
| <A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A> |
| <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> |
| </TABLE> |
| <A NAME="skip-navbar_bottom"></A> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| |
| <HR> |
| |
| </BODY> |
| </HTML> |