AppendingSequence

Inheritance: java.lang.Object

public class AppendingSequence

Constructors

Constructor Description
AppendingSequence(Sequence sequence)

Methods

Method Description
appendNotBinary(Token token)
equals(Object arg0)
getClass()
getCurLen()
hashCode()
latchTo(int toState) Latch to new state.
notify()
notifyAll()
shiftTo(int toState) Shift to new state.
toSequence()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AppendingSequence(Sequence sequence)

public AppendingSequence(Sequence sequence)

Parameters:

Parameter Type Description
sequence Sequence

appendNotBinary(Token token)

public void appendNotBinary(Token token)

Parameters:

Parameter Type Description
token Token

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCurLen()

public int getCurLen()

Returns: int

hashCode()

public native int hashCode()

Returns: int

latchTo(int toState)

public void latchTo(int toState)

Latch to new state.

Parameters:

Parameter Type Description
toState int The new state.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

shiftTo(int toState)

public void shiftTo(int toState)

Shift to new state.

Parameters:

Parameter Type Description
toState int The new state.

toSequence()

public Sequence toSequence()

Returns: Sequence

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int