public class Ascii2DoubleTerminator extends Ascii2Value
| Modifier and Type | Field and Description |
|---|---|
protected int |
pointIncrement |
protected int |
pointPos |
AnyCharMatchFilter |
terminatorNotifier |
applyFilter, doubleValue, fieldCharCount, filter, filterMateched, ignoreNotifier, intermediateVal, intValue, length, longValue, notifier, processCharForParse, searchFilter, sign| Constructor and Description |
|---|
Ascii2DoubleTerminator() |
Ascii2DoubleTerminator(Object notifier,
String searchFilter) |
Ascii2DoubleTerminator(Object notifier,
String terminator,
String searchFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterMatchedEvent() |
boolean |
on_0(CharEvent e) |
boolean |
on_1(CharEvent e) |
boolean |
on_2(CharEvent e) |
boolean |
on_3(CharEvent e) |
boolean |
on_4(CharEvent e) |
boolean |
on_5(CharEvent e) |
boolean |
on_6(CharEvent e) |
boolean |
on_7(CharEvent e) |
boolean |
on_8(CharEvent e) |
boolean |
on_9(CharEvent e) |
boolean |
onDecimalPoint(CharEvent event) |
boolean |
onEvent() |
void |
onTerminator(AnyCharMatchFilter terminatorNotifier) |
afterEvent, applyFilter, doubleValue, filterMatched, init, intValue, longValue, onSign, resetParseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbyteValue, charValue, floatValue, shortValueprotected int pointPos
protected int pointIncrement
public AnyCharMatchFilter terminatorNotifier
public Ascii2DoubleTerminator(Object notifier, String terminator, String searchFilter)
public Ascii2DoubleTerminator()
public boolean onDecimalPoint(CharEvent event)
public void onTerminator(AnyCharMatchFilter terminatorNotifier)
public boolean onEvent()
public void afterMatchedEvent()
public boolean on_0(CharEvent e)
public boolean on_1(CharEvent e)
public boolean on_2(CharEvent e)
public boolean on_3(CharEvent e)
public boolean on_4(CharEvent e)
public boolean on_5(CharEvent e)
public boolean on_6(CharEvent e)
public boolean on_7(CharEvent e)
public boolean on_8(CharEvent e)
public boolean on_9(CharEvent e)
Copyright © 2019. All rights reserved.