diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2008-06-03 09:01:50 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2008-06-03 09:01:50 +0000 |
commit | 3ac58ef038c3741864c28b1d8fa339e7b2c23eed (patch) | |
tree | bd4b6a8a6cfe91b8310d02a5519e4c1055bd9cf2 /tutorial | |
parent | 6efe0397d30c3e568c53b401e3d65813d520d8c6 (diff) | |
download | javassist-3ac58ef038c3741864c28b1d8fa339e7b2c23eed.tar.gz javassist-3ac58ef038c3741864c28b1d8fa339e7b2c23eed.zip |
$type support by CtBehavior#insertBefore: JIRA JASSIST-62
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@443 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/tutorial2.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tutorial/tutorial2.html b/tutorial/tutorial2.html index 833d1227..ef978ca0 100644 --- a/tutorial/tutorial2.html +++ b/tutorial/tutorial2.html @@ -511,8 +511,7 @@ parameter types in declaration order. <p>The value of <code>$type</code> is an <code>java.lang.Class</code> object representing the formal type of the result value. This -variable is available only in <code>insertAfter()</code> in -<code>CtMethod</code> and <code>CtConstructor</code>. +variable refers to <code>Void.class</code> if this is a constructor. <h4>$class</h4> |