Module Variable
Provides classes and predicates for working with Java variables and their declarations.
Import path
import semmle.code.java.Variable
Imports
Element | Provides a class that represents named elements in Java programs. |
Classes
LocalScopeVariable | A locally scoped variable, that is, either a local variable or a parameter. |
LocalVariableDecl | A local variable declaration |
Parameter | A formal parameter of a callable. |
Variable | A variable is a field, a local variable or a parameter. |