protected class AbstractLexicalAnalyzer.Buffer extends java.lang.Object implements Cloneable
Constructor and Description |
---|
Buffer() |
Modifier and Type | Method and Description |
---|---|
void |
add(char ch) |
void |
clear() |
AbstractLexicalAnalyzer.Buffer |
clone()
Creates a copy of the object.
|
int |
length() |
java.lang.String |
toString() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
cloneQuietly, cloneQuietly
public AbstractLexicalAnalyzer.Buffer clone() throws java.lang.CloneNotSupportedException
Cloneable
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- if the instance of the object cannot
be cloned. As this is extending Cloneable
so its sure
it implements it, so this exception may be used for problems on specific
object instances.Object#clone()}.
public void clear()
public void add(char ch)
public int length()
public java.lang.String toString()
toString
in class java.lang.Object