C# Class lib, bigloo-llvm

Show file Open project: mbrock/bigloo-llvm Class Usage Examples

Public Methods

Method Description
bytesToString ( byte b ) : String
init ( ) : Boolean
invoke ( byte s ) : Object
lib ( bigloo p ) : System
showString ( String s ) : byte[]

Method Details

bytesToString() public static method

public static bytesToString ( byte b ) : String
b byte
return String

init() public static method

public static init ( ) : Boolean
return Boolean

invoke() public method

public invoke ( byte s ) : Object
s byte
return Object

lib() public method

public lib ( bigloo p ) : System
p bigloo
return System

showString() public static method

public static showString ( String s ) : byte[]
s String
return byte[]