Package | Description |
---|---|
com.pega.pegarules.pub.generator |
Java generation public interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
void |
FirstUseAssembler.addCode(ExpressionMap aKeys)
Deprecated.
this method may be used only if the rule in question has a single
aspect defined. It it has more than one, then an error will occur. Use
FirstUseAssembler.addCode(ExpressionMap, String) instead. |
void |
FirstUseAssembler.addCode(ExpressionMap aKeys,
java.lang.String aAspect)
Adds execution of the specified Rule- reference for the specified aspect
to the primary code buffer.
|
void |
FirstUseAssembler.addCode(ExpressionMap aKeys,
java.lang.String aAspect,
PageDescriptor aPageDesc)
Adds execution of the specified Rule- reference for the specified aspect
to the primary code buffer.
|
void |
FirstUseAssembler.addToSupport(ExpressionMap aKeys)
Deprecated.
this method may be used only if the rule in question has a single
aspect defined. It it has more than one, then an error will occur. Use
FirstUseAssembler.addToSupport(ExpressionMap, String) instead. |
void |
FirstUseAssembler.addToSupport(ExpressionMap aKeys,
java.lang.String aAspect)
Adds execution of the specified Rule- reference for the specified aspect
to the support code buffer.
|
byte |
JavaGenerator.methodAccess(ExpressionMap aKeys)
Establishes the structure for accessing the implementation of this
instance within the implementation of another Rule- reference.
|
void |
JavaGenerator.methodCall(java.lang.String aMethodName,
ExpressionMap aKeys)
Generates the Java to invoke an implementation of the associated Rule-
class.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.