Top > Research > Tools > JavaVariableScopeExtractor
Japanese

JavaVariableScopeExtractor

Summary

JavaVariableScopeExtractor checks variables in a Java source file, and print their names, types and scope information in tab-separated format.

Download

Usage

  java   -jar   JavaVariableScopeExtractor.jar   [option]   Java source file  
  java   -jar   JavaVariableScopeExtractor.jar   [option]   -l   file list  

Output format

Each printed line corresponds to a record of a variable consists of the following items:
(C) Copyright 2015-2020 Hirohisa AMAN