Method | Description | |
---|---|---|
Array ( this block, IEmitType elementType, IEnumerable |
||
CastRawPointer ( this block, IEmitVal val ) : IEmitVal | ||
Enum32 ( this block, |
||
Enum32 ( this block, string type, string name, |
||
Enum32 ( this block, string type, string name, |
||
GetBuiltinType ( this target, string template ) : IEmitType | ||
LiteralBool ( this block, bool val ) : IEmitVal | ||
LiteralF32 ( this block, float val ) : IEmitVal | ||
LiteralS32 ( this block, |
||
LiteralU32 ( this block, |
||
Null ( this type ) : IEmitVal | ||
Pointer ( this type ) : IEmitType |
public static Array ( this block, IEmitType elementType, IEnumerable |
||
block | this | |
elementType | IEmitType | |
elements | IEnumerable |
|
return | IEmitVal |
public static CastRawPointer ( this block, IEmitVal val ) : IEmitVal | ||
block | this | |
val | IEmitVal | |
return | IEmitVal |
public static Enum32 ( this block, |
||
block | this | |
val | ||
return | IEmitVal |
public static Enum32 ( this block, string type, string name, |
||
block | this | |
type | string | |
name | string | |
val | ||
return | IEmitVal |
public static Enum32 ( this block, string type, string name, |
||
block | this | |
type | string | |
name | string | |
val | ||
return | IEmitVal |
public static GetBuiltinType ( this target, string template ) : IEmitType | ||
target | this | |
template | string | |
return | IEmitType |
public static LiteralBool ( this block, bool val ) : IEmitVal | ||
block | this | |
val | bool | |
return | IEmitVal |
public static LiteralF32 ( this block, float val ) : IEmitVal | ||
block | this | |
val | float | |
return | IEmitVal |
public static LiteralS32 ( this block, |
||
block | this | |
val | ||
return | IEmitVal |
public static LiteralU32 ( this block, |
||
block | this | |
val | ||
return | IEmitVal |
public static Pointer ( this type ) : IEmitType | ||
type | this | |
return | IEmitType |