From 7696279d0e1cbf5021ad38fb7328f223b94c1031 Mon Sep 17 00:00:00 2001 From: chiba Date: Fri, 4 Nov 2005 09:29:35 +0000 Subject: changed the behavior of CtClass#getMethods(), getFields(), and getConstructors(). git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@217 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- tutorial/tutorial.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tutorial') diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html index 271e88de..9644016a 100644 --- a/tutorial/tutorial.html +++ b/tutorial/tutorial.html @@ -177,6 +177,13 @@ cc.setSuperclass(...); // OK since the class is not frozen.

To disallow pruning for all the CtClasses, set ClassPool.doPruning to false. +

+

Class search path

The default ClassPool returned -- cgit v1.2.3