public class RePairSymbolRecord extends Object
| Constructor and Description |
|---|
RePairSymbolRecord(RePairSymbol symbol)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
An index getter, calls the payload's method for that.
|
RePairSymbolRecord |
getNext()
Next symbol getter.
|
RePairSymbol |
getPayload()
The payload getter.
|
RePairSymbolRecord |
getPrevious()
Previous symbol getter.
|
void |
setNext(RePairSymbolRecord sr)
The next symbol setter.
|
void |
setPrevious(RePairSymbolRecord sr)
The prev symbol setter.
|
String |
toString() |
public RePairSymbolRecord(RePairSymbol symbol)
symbol - the symbol to wrap -- the payload.public RePairSymbol getPayload()
public void setNext(RePairSymbolRecord sr)
sr - the next symbol pointer.public void setPrevious(RePairSymbolRecord sr)
sr - the prev symbol pointer.public RePairSymbolRecord getNext()
public RePairSymbolRecord getPrevious()
public int getIndex()
Copyright © 2021 JMotif. All rights reserved.