public class Util extends Object
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Class and Description |
---|---|
static class |
Util.Exit
Exit is used to replace the use of System.exit in the original javah.
|
Modifier and Type | Field and Description |
---|---|
DiagnosticListener<? super JavaFileObject> |
dl |
PrintWriter |
log |
boolean |
verbose |
public boolean verbose
public PrintWriter log
public DiagnosticListener<? super JavaFileObject> dl
public void log(String s)
Copyright © 2017 earcam. All rights reserved.