org.jclarion.clarion.runtime
Class SimpleStringDecoder
java.lang.Object
org.jclarion.clarion.runtime.SimpleStringDecoder
public class SimpleStringDecoder
- extends java.lang.Object
Used to help decode basic string expressions: specifically pictures
and Queue string order statements
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleStringDecoder
public SimpleStringDecoder(java.lang.String value)
end
public boolean end()
pop
public boolean pop(char c)
popStrict
public boolean popStrict(char c)
popAny
public char popAny()
pop
public boolean pop(char[] c)
popNumeric
public java.lang.Integer popNumeric()
popString
public java.lang.String popString(char delimiter)
peekChar
public char peekChar(int offset)
error
public void error(java.lang.String message)
Copyright © 2010. All Rights Reserved.