Package | Description |
---|---|
com.pega.pegarules.pub.generator |
Java generation public interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
ICodeBuffer |
FirstUseAssembler.decreaseIndent()
Decreases the indentation level by one.
|
ICodeBuffer |
ICodeBuffer.decreaseIndent()
Decreases the indentation level by one.
|
ICodeBuffer |
FirstUseAssembler.decreaseIndent(int aLevels)
Decreases the indentation level.
|
ICodeBuffer |
ICodeBuffer.decreaseIndent(int aLevels)
Decreases the indentation level.
|
ICodeBuffer |
FirstUseAssembler.decreaseIndentAS()
Decreases the indentation level by one for "appendString" content.
|
ICodeBuffer |
ICodeBuffer.decreaseIndentAS()
Decreases the indentation level by one for "appendString" content.
|
ICodeBuffer |
FirstUseAssembler.decreaseIndentAS(int aLevels)
Decreases the indentation level for "appendString" content.
|
ICodeBuffer |
ICodeBuffer.decreaseIndentAS(int aLevels)
Decreases the indentation level for "appendString" content.
|
ICodeBuffer |
FirstUseAssembler.emit(java.lang.String aContent)
Adds specified content fragment to primary buffer.
|
ICodeBuffer |
ICodeBuffer.emit(java.lang.String aContent)
Adds specified content fragment to primary buffer.
|
ICodeBuffer |
FirstUseAssembler.emitAS(java.lang.String aContent)
Accumulates the specified content which will be added to the primary
buffer at the end of sequence of "emitAS*" method calls as the parameter
to the "tools.appendString()" method.
|
ICodeBuffer |
ICodeBuffer.emitAS(java.lang.String aContent)
Accumulates the specified content which will be added to the primary
buffer at the end of sequence of "emitAS*" method calls as the parameter
to the "tools.appendString()" method.
|
ICodeBuffer |
FirstUseAssembler.emitASconst(java.lang.String aContent)
Accumulates the specified content which will be added to the primary
buffer at the end of sequence of "emitAS*" method calls as the parameter
to the "tools.appendString()" method.
|
ICodeBuffer |
ICodeBuffer.emitASconst(java.lang.String aContent)
Accumulates the specified content which will be added to the primary
buffer at the end of sequence of "emitAS*" method calls as the parameter
to the "tools.appendString()" method.
|
ICodeBuffer |
FirstUseAssembler.emitASconstln(java.lang.String aContent)
Accumulates the specified content which will be added to the primary
buffer at the end of sequence of "emitAS*" method calls as the parameter
to the "tools.appendString()" method.
|
ICodeBuffer |
ICodeBuffer.emitASconstln(java.lang.String aContent)
Accumulates the specified content which will be added to the primary
buffer at the end of sequence of "emitAS*" method calls as the parameter
to the "tools.appendString()" method.
|
ICodeBuffer |
FirstUseAssembler.emitAScsf(java.lang.String aContent)
Accumulates the specified content which will be added to the primary
buffer at the end of sequence of "emitAS*" method calls as the parameter
to the "tools.appendString()" method.
|
ICodeBuffer |
ICodeBuffer.emitAScsf(java.lang.String aContent)
Accumulates the specified content which will be added to the primary
buffer at the end of sequence of "emitAS*" method calls as the parameter
to the "tools.appendString()" method.
|
ICodeBuffer |
FirstUseAssembler.emitASln(java.lang.String aContent)
Accumulates the specified content which will be added to the primary
buffer at the end of sequence of "emitAS*" method calls as the parameter
to the "tools.appendString()" method.
|
ICodeBuffer |
ICodeBuffer.emitASln(java.lang.String aContent)
Accumulates the specified content which will be added to the primary
buffer at the end of sequence of "emitAS*" method calls as the parameter
to the "tools.appendString()" method.
|
ICodeBuffer |
FirstUseAssembler.emitASraw(java.lang.String aContent)
Accumulates the specified content which will be added to the primary
buffer at the end of sequence of "emitAS*" method calls as the parameter
to the "tools.appendString()" method.
|
ICodeBuffer |
ICodeBuffer.emitASraw(java.lang.String aContent)
Accumulates the specified content which will be added to the primary
buffer at the end of sequence of "emitAS*" method calls as the parameter
to the "tools.appendString()" method.
|
ICodeBuffer |
FirstUseAssembler.emitCSF(java.lang.String aContent)
Adds specified content fragment to primary buffer after processing it
through StringUtils.crossScriptingFilter.
|
ICodeBuffer |
ICodeBuffer.emitCSF(java.lang.String aContent)
Adds specified content fragment to primary buffer after processing it
through StringUtils.crossScriptingFilter.
|
ICodeBuffer |
FirstUseAssembler.emitCSFln(java.lang.String aContent)
Adds specified content fragment to primary buffer after processing it
through StringUtils.crossScriptingFilter and then appends a newline character.
|
ICodeBuffer |
ICodeBuffer.emitCSFln(java.lang.String aContent)
Adds specified content fragment to primary buffer after processing it
through StringUtils.crossScriptingFilter and then appends a newline character.
|
ICodeBuffer |
FirstUseAssembler.emitEscaped(java.lang.String aContent)
Adds specified content fragment to primary buffer after processing it
through StringUtils.escapeIntoJavaString.
|
ICodeBuffer |
ICodeBuffer.emitEscaped(java.lang.String aContent)
Adds specified content fragment to primary buffer after processing it
through StringUtils.escapeIntoJavaString.
|
ICodeBuffer |
FirstUseAssembler.emitEscapedln(java.lang.String aContent)
Adds specified content fragment to primary buffer after processing it
through StringUtils.escapeIntoJavaString and then appends a newline character.
|
ICodeBuffer |
ICodeBuffer.emitEscapedln(java.lang.String aContent)
Adds specified content fragment to primary buffer after processing it
through StringUtils.escapeIntoJavaString and then appends a newline character.
|
ICodeBuffer |
FirstUseAssembler.emitln(java.lang.String aContent)
Adds specified content fragment to primary buffer followed by a
newline character.
|
ICodeBuffer |
ICodeBuffer.emitln(java.lang.String aContent)
Adds specified content fragment to primary buffer followed by a
newline character.
|
ICodeBuffer |
FirstUseAssembler.increaseIndent()
Increases the indentation level by one.
|
ICodeBuffer |
ICodeBuffer.increaseIndent()
Increases the indentation level by one.
|
ICodeBuffer |
FirstUseAssembler.increaseIndent(int aLevels)
Increases the indentation level.
|
ICodeBuffer |
ICodeBuffer.increaseIndent(int aLevels)
Increases the indentation level.
|
ICodeBuffer |
FirstUseAssembler.increaseIndentAS()
Increases the indentation level by one for "appendString" content.
|
ICodeBuffer |
ICodeBuffer.increaseIndentAS()
Increases the indentation level by one for "appendString" content.
|
ICodeBuffer |
FirstUseAssembler.increaseIndentAS(int aLevels)
Increases the indentation level for "appendString" content.
|
ICodeBuffer |
ICodeBuffer.increaseIndentAS(int aLevels)
Increases the indentation level for "appendString" content.
|
ICodeBuffer |
FirstUseAssembler.setIndentContent(java.lang.String aIndentContent)
Sets the desired String to use for each indentation level.
|
ICodeBuffer |
ICodeBuffer.setIndentContent(java.lang.String aIndentContent)
Sets the desired String to use for each indentation level.
|
ICodeBuffer |
FirstUseAssembler.setIndentContentAS(java.lang.String aIndentContent)
Sets the desired String to use for each indentation level for "appendString"
content.
|
ICodeBuffer |
ICodeBuffer.setIndentContentAS(java.lang.String aIndentContent)
Sets the desired String to use for each indentation level for "appendString"
content.
|
ICodeBuffer |
FirstUseAssembler.setIndentLevel(int aLevel)
Sets the desired indentation level (e.g.
|
ICodeBuffer |
ICodeBuffer.setIndentLevel(int aLevel)
Sets the desired indentation level (e.g.
|
ICodeBuffer |
FirstUseAssembler.setIndentLevelAS(int aLevel)
Sets the desired indentation level (e.g.
|
ICodeBuffer |
ICodeBuffer.setIndentLevelAS(int aLevel)
Sets the desired indentation level (e.g.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.