-
Notifications
You must be signed in to change notification settings - Fork 36
Provided classes
FileReader class is provided APIs for reading pre-compiled Java class file.
TBD
TBD
InlineReader class is provided APIs for reading pre-compiled Java class in inline.
TBD
TBD
JavaClass class is provided APIs for reading Java class which implemented PHPJava\Core\Stream\Reader\ReaderInterface.
TBD
TBD
JavaArchive class is provided APIs for executing .jar file.
TBD
TBD
GlobalOptions is provided APIs for changing behavior settings to execute PHPJava.
TBD
TBD
_Boolean is provided APIs for emulating Java's boolean on PHPJava.
TBD
TBD
_Byte is provided APIs for emulating Java's byte on PHPJava.
TBD
TBD
_Char is provided APIs for emulating Java's char on PHPJava.
TBD
TBD
_Double is provided APIs for emulating Java's double on PHPJava.
TBD
TBD
_Float is provided APIs for emulating Java's float on PHPJava.
TBD
TBD
_Int is provided APIs for emulating Java's int on PHPJava.
TBD
TBD
_Long is provided APIs for emulating Java's long on PHPJava.
TBD
TBD
_Short is provided APIs for emulating Java's short on PHPJava.
TBD
TBD
Generator is provided APIs for generating an array with specified Java's type by PHPJava.
TBD
TBD
TypeResolver is provided APIs for resolving Java's signature, converting types to PHP to Java and vice versa.
TBD
TBD
Formatter is provided APIs for formatting method names, parameter names and so on.
TBD
TBD
- The Contribution Guide
- CHANGELOG
- How to run JavaClass
- How to run JavaArchive
- How to run Kotlin
-
Provided classes
- Core
- Types
- Utilities
- Provided options
- Operation Injector