- declaresField(ClassInfo, int) - Method in class org.pantsbuild.jmake.ClassInfo
-
Returns true if this class declares a field with the same name and type as
the field number fieldNo in class classInfo.
- declaresField(String, String, boolean) - Method in class org.pantsbuild.jmake.ClassInfo
-
Returns true if this class declares a field with the given name, signature and access
- declaresMethod(ClassInfo, int) - Method in class org.pantsbuild.jmake.ClassInfo
-
Returns true if this class declares a method with the same name and signature as
the method number methodNo in class classInfo.
- declaresSameNameMethod(String) - Method in class org.pantsbuild.jmake.ClassInfo
-
Returns a nonnegative number (position in the method array) if this class declares a method with the
name methodName, and -1 otherwise.
- decode(char[]) - Static method in class org.pantsbuild.jmake.Base64
-
- DEFAULT_MAJOR_VERSION - Static variable in class org.pantsbuild.jmake.ClassFileReader
-
- DEFAULT_MINOR_VERSION - Static variable in class org.pantsbuild.jmake.ClassFileReader
-
- delay(int) - Static method in class org.pantsbuild.jmake.Utils
-
Used when invoking a third-party executable compiler app
- DEPJAR_ERROR - Static variable in class org.pantsbuild.jmake.Main
-
Produce an error message (throw an exception) upon a dependent JAR
detection.
- DEPJAR_NOWARNORERROR - Static variable in class org.pantsbuild.jmake.Main
-
Produce no warning or error message upon a dependent JAR
detection.
- DEPJAR_WARNING - Static variable in class org.pantsbuild.jmake.Main
-
Produce a warning upon a dependent JAR
detection.