ClassScope() - Constructor for class net.sourceforge.pmd.lang.plsql.symboltable.ClassScope
This is only for anonymous inner classes
FIXME - should have name like Foo$1, not Anonymous$1 to get this working
right, the parent scope needs to be passed in when instantiating a
ClassScope
A PL/SQL WHILE statement includes the LOOP statement and all Expressions
within it: it does not have a single test expression, so the Java control
processing (on the Expression) fires for each Expression in the LOOP.
2011-05-15 - SRT - Added to cope with wrapped objects
A wrapped function looks like this (always terminated by one or more equals signs "="):-
" CREATE OR REPLACE FUNCTION "TESTUSER"."GET_DATE_STRING"
/ ** Return SYSDATE formatted using the provided template.