source: branches/0.24.x/abcl/nbproject/genfiles.properties

Last change on this file was 13078, checked in by Mark Evenson, 13 years ago

The classfile writer now handles the creation of interfaces.

JVM::MAKE-CLASS-INTERFACE-FILE will create a classfile structure
suitable for defining a Java interface. Simply add abstract methods
to complete the definition.

JVM::ADD-SUPERINTERFACE adds an interface definition to a classfile.
For a classfile denoting a Java object, these interfaces correspond
to the contents of a Java language "implements" clause. For a classfile
denoting a Java interface, these interfaces are all added to the
contract defined by this interfaces corresponding to the Java language
"extends" clause.

[Includes accidental update of NetBeans? project files.]

File size: 627 bytes
Line 
1build.xml.data.CRC32=71623fcd
2build.xml.script.CRC32=33676845
3build.xml.stylesheet.CRC32=be360661
4# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
5# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6nbproject/build-impl.xml.data.CRC32=742204ce
7nbproject/build-impl.xml.script.CRC32=330b50b7
8nbproject/build-impl.xml.stylesheet.CRC32=229523de@1.38.3.45
9nbproject/profiler-build-impl.xml.data.CRC32=71623fcd
10nbproject/profiler-build-impl.xml.script.CRC32=abda56ed
11nbproject/profiler-build-impl.xml.stylesheet.CRC32=42cb6bcf
Note: See TracBrowser for help on using the repository browser.