JaCIL Framework API

Ordinal Constructor

Creates an ordinal based on the given major and minor.

Overload List

Creates an ordinal with only the major value

public Ordinal(int);

Creates an ordinal based on the given major and minor.

public Ordinal(int,int,int);

See Also

Ordinal Class | JaCIL.Compiler.Instruction Namespace