Namespace: Wnlib

Class Pointer

System.Object
  |
  +-- Wnlib.Pointer

public class Pointer
extends System.Object

Static
False
Persistent
False
Sealed
False
Abstract
False

Field Summary
  public  int dst
 
  public  int off
 
  public  PartOfSpeech pos
 
  public  PointerType ptp
 
  public  int sce
 
  public  SynSet target
 
 

Constructor Summary
Pointer(string s)
 
 

Field Detail

dst

public int dst
Readonly
False
Volatile
False
Type
int
Nullable
False
Const
False
New
False
Static
False

off

public int off
Readonly
False
Volatile
False
Type
int
Nullable
False
Const
False
New
False
Static
False

pos

public PartOfSpeech pos
Readonly
False
Volatile
False
Type
PartOfSpeech
Nullable
False
Const
False
New
False
Static
False

ptp

public PointerType ptp
Readonly
False
Volatile
False
Type
PointerType
Nullable
False
Const
False
New
False
Static
False

sce

public int sce
Readonly
False
Volatile
False
Type
int
Nullable
False
Const
False
New
False
Static
False

target

public SynSet target
Readonly
False
Volatile
False
Type
SynSet
Nullable
False
Const
False
New
False
Static
False

Constructor Detail

Pointer

internal void Pointer(string s)
Static
False
Extern
False

Association Link

to Class PointerType

Supplier
PointerType
Client
ptp
Directed
False
Type
association

to Class PartOfSpeech

Supplier
PartOfSpeech
Client
pos
Directed
False
Type
association

to Class SynSet

Supplier
SynSet
Client
target
Directed
False
Type
association