Package | Description |
---|---|
net.sourceforge.pmd.lang.java.symboltable |
Modifier and Type | Class | Description |
---|---|---|
class |
ClassScope |
This scope represents one Java class.
|
class |
LocalScope |
A LocalScope can have variable declarations and class declarations within it.
|
class |
MethodScope |
A Method Scope can have variable declarations and class declarations within
it.
|
class |
SourceFileScope |
This scope is the outer most scope of a Java file.
|
Copyright © 2002–2018 PMD. All rights reserved.