|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringBuffer | |
---|---|
de.cau.cs.kieler.klots.editor | KLOTS editor classes. |
de.cau.cs.kieler.klots.sj.embedded | KLOTS embedded SJ add-on classes. |
de.cau.cs.kieler.klots.util | KLOTS utility classes. |
de.cau.cs.kieler.synccharts.synchronizer | |
java.io | Input/Output support |
java.lang | Core Java classes |
net.sf.antcontrib.cpptasks.arm | |
net.sf.antcontrib.cpptasks.borland | |
net.sf.antcontrib.cpptasks.compaq | |
net.sf.antcontrib.cpptasks.compiler | |
net.sf.antcontrib.cpptasks.devstudio | |
net.sf.antcontrib.cpptasks.gcc | |
net.sf.antcontrib.cpptasks.gcc.cross | |
net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 | |
net.sf.antcontrib.cpptasks.intel | |
net.sf.antcontrib.cpptasks.os390 | |
net.sf.antcontrib.cpptasks.os400 | |
net.sf.antcontrib.cpptasks.sun | |
net.sf.antcontrib.cpptasks.ti |
Uses of StringBuffer in de.cau.cs.kieler.klots.editor |
---|
Methods in de.cau.cs.kieler.klots.editor with parameters of type StringBuffer | |
---|---|
void |
KlotsEditor.update(StringBuffer data,
boolean historyData)
|
Uses of StringBuffer in de.cau.cs.kieler.klots.sj.embedded |
---|
Methods in de.cau.cs.kieler.klots.sj.embedded that return StringBuffer | |
---|---|
StringBuffer |
EmbeddedPCCommunicator.receiveMessage()
|
Uses of StringBuffer in de.cau.cs.kieler.klots.util |
---|
Methods in de.cau.cs.kieler.klots.util that return StringBuffer | |
---|---|
StringBuffer |
NXTCommunicator.receiveMessage()
|
Constructors in de.cau.cs.kieler.klots.util with parameters of type StringBuffer | |
---|---|
CommandLogListener(StringBuffer messageBuffer)
|
|
LinkProgramProgressMonitor(StringBuffer messageBuffer)
|
Uses of StringBuffer in de.cau.cs.kieler.synccharts.synchronizer |
---|
Constructors in de.cau.cs.kieler.synccharts.synchronizer with parameters of type StringBuffer | |
---|---|
SynchronizeXtextEditorUnitOfWork(org.eclipse.emf.compare.diff.metamodel.DiffModel theDiffModel,
StringBuffer theBuffer)
|
Uses of StringBuffer in java.io |
---|
Methods in java.io that return StringBuffer | |
---|---|
StringBuffer |
StringWriter.getBuffer()
|
Uses of StringBuffer in java.lang |
---|
Methods in java.lang that return StringBuffer | |
---|---|
StringBuffer |
StringBuffer.append(boolean aBoolean)
|
StringBuffer |
StringBuffer.append(char aChar)
|
StringBuffer |
StringBuffer.append(char[] c)
|
StringBuffer |
StringBuffer.append(char[] c,
int off,
int len)
|
StringBuffer |
StringBuffer.append(CharSequence cs)
|
StringBuffer |
StringBuffer.append(CharSequence cs,
int start,
int end)
|
StringBuffer |
StringBuffer.append(double aDouble)
|
StringBuffer |
StringBuffer.append(float aFloat)
|
StringBuffer |
StringBuffer.append(int i)
|
StringBuffer |
StringBuffer.append(long aLong)
|
StringBuffer |
StringBuffer.append(Object aObject)
|
StringBuffer |
StringBuffer.append(String s)
|
StringBuffer |
StringBuffer.delete(int start,
int end)
|
Uses of StringBuffer in net.sf.antcontrib.cpptasks.arm |
---|
Methods in net.sf.antcontrib.cpptasks.arm with parameters of type StringBuffer | |
---|---|
protected void |
ADSCCompiler.getDefineSwitch(StringBuffer buffer,
String define,
String value)
Add command line options for preprocessor macro |
protected void |
ADSCCompiler.getUndefineSwitch(StringBuffer buffer,
String define)
|
Uses of StringBuffer in net.sf.antcontrib.cpptasks.borland |
---|
Methods in net.sf.antcontrib.cpptasks.borland with parameters of type StringBuffer | |
---|---|
protected void |
BorlandCCompiler.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
static void |
BorlandProcessor.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
protected void |
BorlandResourceCompiler.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
protected void |
BorlandCCompiler.getUndefineSwitch(StringBuffer buffer,
String define)
|
static void |
BorlandProcessor.getUndefineSwitch(StringBuffer buffer,
String define)
|
protected void |
BorlandResourceCompiler.getUndefineSwitch(StringBuffer buffer,
String define)
|
Uses of StringBuffer in net.sf.antcontrib.cpptasks.compaq |
---|
Methods in net.sf.antcontrib.cpptasks.compaq with parameters of type StringBuffer | |
---|---|
protected void |
CompaqVisualFortranCompiler.getDefineSwitch(StringBuffer buf,
String define,
String value)
|
protected void |
CompaqVisualFortranCompiler.getUndefineSwitch(StringBuffer buf,
String define)
|
Uses of StringBuffer in net.sf.antcontrib.cpptasks.compiler |
---|
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type StringBuffer | |
---|---|
protected void |
CommandLineCompiler.addIncludes(String baseDirPath,
File[] includeDirs,
Vector args,
Vector relativeArgs,
StringBuffer includePathId)
Adds command-line arguments for include directories. |
protected String |
CommandLineLinker.decorateLinkerOption(StringBuffer buf,
String arg)
Allows drived linker to decorate linker option. |
protected abstract void |
CommandLineCompiler.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
protected abstract void |
CommandLineCompiler.getUndefineSwitch(StringBuffer buffer,
String define)
|
protected String |
CommandLineLinker.prepareFilename(StringBuffer buf,
String outputDir,
String sourceFile)
Processes filename into argument form |
protected String |
CommandLineLinker.quoteFilename(StringBuffer buf,
String filename)
|
Uses of StringBuffer in net.sf.antcontrib.cpptasks.devstudio |
---|
Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type StringBuffer | |
---|---|
protected void |
DevStudioCompatibleCCompiler.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
protected void |
DevStudioMIDLCompiler.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
static void |
DevStudioProcessor.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
protected void |
DevStudioResourceCompiler.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
protected void |
DevStudioCompatibleCCompiler.getUndefineSwitch(StringBuffer buffer,
String define)
|
protected void |
DevStudioMIDLCompiler.getUndefineSwitch(StringBuffer buffer,
String define)
|
static void |
DevStudioProcessor.getUndefineSwitch(StringBuffer buffer,
String define)
|
protected void |
DevStudioResourceCompiler.getUndefineSwitch(StringBuffer buffer,
String define)
|
Uses of StringBuffer in net.sf.antcontrib.cpptasks.gcc |
---|
Methods in net.sf.antcontrib.cpptasks.gcc with parameters of type StringBuffer | |
---|---|
protected int |
AbstractLdLinker.addLibraryPatterns(String[] libnames,
StringBuffer buf,
String prefix,
String extension,
String[] patterns,
int offset)
|
String |
GccLinker.decorateLinkerOption(StringBuffer buf,
String arg)
Allows drived linker to decorate linker option. |
String |
GppLinker.decorateLinkerOption(StringBuffer buf,
String arg)
Allows drived linker to decorate linker option. |
void |
GccCompatibleCCompiler.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
void |
GccCompatibleCCompiler.getUndefineSwitch(StringBuffer buffer,
String define)
|
Uses of StringBuffer in net.sf.antcontrib.cpptasks.gcc.cross |
---|
Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type StringBuffer | |
---|---|
String |
GccLinker.decorateLinkerOption(StringBuffer buf,
String arg)
Allows drived linker to decorate linker option. |
String |
GppLinker.decorateLinkerOption(StringBuffer buf,
String arg)
Allows drived linker to decorate linker option. |
Uses of StringBuffer in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 |
---|
Methods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 with parameters of type StringBuffer | |
---|---|
String |
GccLinker.decorateLinkerOption(StringBuffer buf,
String arg)
Allows drived linker to decorate linker option. |
String |
GppLinker.decorateLinkerOption(StringBuffer buf,
String arg)
Allows drived linker to decorate linker option. |
Uses of StringBuffer in net.sf.antcontrib.cpptasks.intel |
---|
Methods in net.sf.antcontrib.cpptasks.intel with parameters of type StringBuffer | |
---|---|
static void |
IntelProcessor.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
static void |
IntelProcessor.getUndefineSwitch(StringBuffer buffer,
String define)
|
Uses of StringBuffer in net.sf.antcontrib.cpptasks.os390 |
---|
Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type StringBuffer | |
---|---|
protected void |
OS390CCompiler.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
protected void |
OS390CCompiler.getUndefineSwitch(StringBuffer buffer,
String define)
|
Uses of StringBuffer in net.sf.antcontrib.cpptasks.os400 |
---|
Methods in net.sf.antcontrib.cpptasks.os400 with parameters of type StringBuffer | |
---|---|
protected void |
IccCompiler.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
protected void |
IccCompiler.getUndefineSwitch(StringBuffer buffer,
String define)
|
Uses of StringBuffer in net.sf.antcontrib.cpptasks.sun |
---|
Methods in net.sf.antcontrib.cpptasks.sun with parameters of type StringBuffer | |
---|---|
protected void |
C89CCompiler.getDefineSwitch(StringBuffer buf,
String define,
String value)
|
static void |
C89Processor.getDefineSwitch(StringBuffer buf,
String define,
String value)
|
protected void |
C89CCompiler.getUndefineSwitch(StringBuffer buf,
String define)
|
static void |
C89Processor.getUndefineSwitch(StringBuffer buf,
String define)
|
Uses of StringBuffer in net.sf.antcontrib.cpptasks.ti |
---|
Methods in net.sf.antcontrib.cpptasks.ti with parameters of type StringBuffer | |
---|---|
protected void |
ClxxCCompiler.getDefineSwitch(StringBuffer buffer,
String define,
String value)
|
protected void |
ClxxCCompiler.getUndefineSwitch(StringBuffer buffer,
String define)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |