From 3b946e08d56d6f0327ef5d501f9f2c5363e0f544 Mon Sep 17 00:00:00 2001 From: chiba Date: Mon, 2 Aug 2004 18:50:41 +0000 Subject: javassist.expr.NewArray has been implemented. git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@120 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- tutorial/tutorial2.html | 117 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 104 insertions(+), 13 deletions(-) (limited to 'tutorial') diff --git a/tutorial/tutorial2.html b/tutorial/tutorial2.html index 937c4427..50d24712 100644 --- a/tutorial/tutorial2.html +++ b/tutorial/tutorial2.html @@ -516,6 +516,7 @@ variable is available only in insertAfter() in

The value of $class is an java.lang.Class object representing the class in which the edited method is declared. +This represents the type of $0.

addCatch()

@@ -613,10 +614,13 @@ the formal result type. $class -A java.lang.Class object representing -the class currently edited. +A java.lang.Class object representing +the class that declares the method
+currently edited (the type of $0). +  + @@ -795,8 +799,9 @@ The method replace() in source text representing the substitued statement or block for the field access. +

In the source text, the identifiers starting with $ -have also special meaning: +have special meaning: