|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleStringBuffer | |
|---|---|
| at.dms.kjc | |
| at.dms.util | |
| Uses of SimpleStringBuffer in at.dms.kjc |
|---|
| Methods in at.dms.kjc with parameters of type SimpleStringBuffer | |
|---|---|
protected void |
CVectorTypeLow.appendSignature(SimpleStringBuffer buffer)
|
protected void |
CVectorType.appendSignature(SimpleStringBuffer buffer)
|
protected abstract void |
CType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
protected void |
CShortType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
protected abstract void |
CNumericType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
protected void |
CLongType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
protected void |
CIntType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
protected void |
CFloatType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
protected void |
CEmittedTextType.appendSignature(SimpleStringBuffer buffer)
|
protected void |
CDoubleType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
protected void |
CClassType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
protected void |
CCharType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
protected void |
CByteType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
protected void |
CBooleanType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
protected void |
CBitType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
void |
CArrayType.appendSignature(SimpleStringBuffer buffer)
Appends the VM signature of this type to the specified buffer. |
| Uses of SimpleStringBuffer in at.dms.util |
|---|
| Methods in at.dms.util that return SimpleStringBuffer | |
|---|---|
static SimpleStringBuffer |
SimpleStringBuffer.request()
Returns a new simple string buffer from the buffer pool. |
| Methods in at.dms.util with parameters of type SimpleStringBuffer | |
|---|---|
static void |
SimpleStringBuffer.release(SimpleStringBuffer buffer)
Returns an unused simple string buffer to the pool. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||