@Deprecated
public class StringReader
extends java.lang.Object
StringParser.| Constructor and Description |
|---|
StringReader(java.lang.String string)
Deprecated.
|
StringReader(java.lang.String string,
int cursor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead()
Deprecated.
|
boolean |
canRead(int amount)
Deprecated.
|
boolean |
canReadByte(boolean requireSuffix)
Deprecated.
|
boolean |
canReadDouble(boolean requireSuffix)
Deprecated.
|
boolean |
canReadFloat(boolean requireSuffix)
Deprecated.
|
boolean |
canReadInt(boolean requireSuffix)
Deprecated.
|
boolean |
canReadLong(boolean requireSuffix)
Deprecated.
|
boolean |
canReadShort(boolean requireSuffix)
Deprecated.
|
void |
ensureNext(char c,
boolean allowEnd)
Deprecated.
|
int |
getCursor()
Deprecated.
|
char |
peek()
Deprecated.
|
char |
peek(int offset)
Deprecated.
|
java.lang.String |
peekString()
Deprecated.
|
java.lang.String |
peekString(int length)
Deprecated.
|
char |
read()
Deprecated.
|
java.lang.String |
readAll()
Deprecated.
|
boolean |
readBoolean()
Deprecated.
|
byte |
readByte()
Deprecated.
|
org.objectweb.asm.ConstantDynamic |
readConstantDynamic()
Deprecated.
|
java.lang.Object |
readConstantPoolEntry()
Deprecated.
|
double |
readDouble()
Deprecated.
|
float |
readFloat()
Deprecated.
|
org.objectweb.asm.Handle |
readHandle()
Deprecated.
|
int |
readInt()
Deprecated.
|
long |
readLong()
Deprecated.
|
int |
readOpcode()
Deprecated.
|
java.lang.String |
readQuotedString()
Deprecated.
|
short |
readShort()
Deprecated.
|
java.lang.String |
readString()
Deprecated.
|
org.objectweb.asm.Type |
readType()
Deprecated.
|
java.lang.String |
readUnquotedString()
Deprecated.
|
java.lang.String |
readUntil(char c)
Deprecated.
|
void |
setCursor(int cursor)
Deprecated.
|
void |
skip()
Deprecated.
|
void |
skip(int amount)
Deprecated.
|
public StringReader(java.lang.String string)
public StringReader(java.lang.String string,
int cursor)
public int getCursor()
public void setCursor(int cursor)
public boolean canRead()
public boolean canRead(int amount)
public char peek()
public char peek(int offset)
public java.lang.String peekString(int length)
public java.lang.String peekString()
public void skip()
public void skip(int amount)
public void ensureNext(char c,
boolean allowEnd)
public char read()
public java.lang.String readAll()
public java.lang.String readUntil(char c)
public java.lang.String readString()
public java.lang.String readUnquotedString()
public java.lang.String readQuotedString()
public boolean readBoolean()
public byte readByte()
public boolean canReadByte(boolean requireSuffix)
public short readShort()
public boolean canReadShort(boolean requireSuffix)
public int readInt()
public boolean canReadInt(boolean requireSuffix)
public long readLong()
public boolean canReadLong(boolean requireSuffix)
public float readFloat()
public boolean canReadFloat(boolean requireSuffix)
public double readDouble()
public boolean canReadDouble(boolean requireSuffix)
public int readOpcode()
public org.objectweb.asm.Type readType()
public org.objectweb.asm.Handle readHandle()
public org.objectweb.asm.ConstantDynamic readConstantDynamic()
public java.lang.Object readConstantPoolEntry()