Namespace: Wnlib

Class PointerType

System.Object
  |
  +-- Wnlib.PointerType

public class PointerType
extends System.Object

Static
False
Persistent
False
Sealed
False
Abstract
False

Property Summary
  public  int Count
 
  public  int ident
 
  public  string label
 
  public  string mnemonic
 
  public  string symbol
 
 

Method Summary
  public PointerType of(string s)
 
  public PointerType of(int id)
 
  public PointerType operator +(PointerType a, int b)
 
  public bool operator <=(PointerType a, string s)
 
  public bool operator >=(PointerType a, string s)
 
 

Property Detail

Count

public static int Count
Has getter
True
Static
True
Virtual
False
Type
int
Extern
False
New
False
Has setter
False
Override
False
Sealed
False
Abstract
False

ident

public int ident
Has getter
True
Static
False
Virtual
False
Type
int
Extern
False
New
False
Has setter
False
Override
False
Sealed
False
Abstract
False

label

public string label
Has getter
True
Static
False
Virtual
False
Type
string
Extern
False
New
False
Has setter
False
Override
False
Sealed
False
Abstract
False

mnemonic

public string mnemonic
Has getter
True
Static
False
Virtual
False
Type
string
Extern
False
New
False
Has setter
False
Override
False
Sealed
False
Abstract
False

symbol

public string symbol
Has getter
True
Static
False
Virtual
False
Type
string
Extern
False
New
False
Has setter
False
Override
False
Sealed
False
Abstract
False

Method Detail

of

public PointerType of(string s)
Returns
PointerType
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
True

of

public PointerType of(int id)
Returns
PointerType
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
True

operator +

public PointerType operator +(PointerType a, int b)
Static
True
Returns
PointerType
Extern
False

operator <=

public bool operator <=(PointerType a, string s)
Static
True
Returns
bool
Extern
False

operator >=

public bool operator >=(PointerType a, string s)
Static
True
Returns
bool
Extern
False