hs-java-0.3.4: Java .class files assembler/disassembler

Safe HaskellNone

Java.Lang

Description

This module exports some definitions from standard Java java.lang package.

Synopsis

Documentation

object :: IsString s => sSource

string :: IsString s => sSource

integer :: IsString s => sSource

system :: IsString s => sSource

objectInit :: NameType (Method Direct)Source

java.lang.Object.init() method

valueOfInteger :: NameType (Method Direct)Source

java.lang.Integer.valueOf() method