Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
close()
Completes construction of the method, which results in a check for
duplicate methods.
|
void |
insertMethodName(java.lang.StringBuffer aBuffer)
Inserts the real method name into the specified StringBuffer at the
current location when the
close() method is invoked. |
java.lang.StringBuffer |
put(java.lang.String aText)
Adds text to the method being constructed
|
declareExternalEntry, declareExternalParameter, setParameterDeclaration
static final java.lang.String VERSION
static final java.lang.String COPYRIGHT
java.lang.StringBuffer put(java.lang.String aText)
aText
- text to addvoid insertMethodName(java.lang.StringBuffer aBuffer)
close()
method is invoked.aBuffer
- buffer into which method name should be inserted.java.lang.String close()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.