Uses of Class
net.didion.jwnl.data.Pointer
Packages that use Pointer
Package
Description
Classes for extracting and containing data from the dictionary.
-
Uses of Pointer in net.didion.jwnl.data
Fields in net.didion.jwnl.data declared as PointerMethods in net.didion.jwnl.data that return PointerModifier and TypeMethodDescriptionabstract Pointer[]
PointerTarget.getPointers()
Return a list of Target's pointersPointer[]
PointerTarget.getPointers
(PointerType type) Get all pointers of typetype
.Pointer[]
Synset.getPointers()
Pointer[]
SynsetProxy.getPointers()
Pointer[]
SynsetProxy.getPointers
(PointerType type) Pointer[]
Word.getPointers()
returns all the pointers of the synset that contains this word whose source is this wordMethods in net.didion.jwnl.data with parameters of type PointerModifier and TypeMethodDescriptionprivate PointerTarget[]
PointerTarget.collectTargets
(Pointer[] pointers) Get an array of all the targets ofpointers
.Constructors in net.didion.jwnl.data with parameters of type Pointer