|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodeGeneratorException | |
|---|---|
| org.openbp.cockpit.template.standard | |
| Uses of CodeGeneratorException in org.openbp.cockpit.template.standard |
|---|
| Methods in org.openbp.cockpit.template.standard that throw CodeGeneratorException | |
|---|---|
protected boolean |
ProcessSrcJavaTemplate.containsPathNode(Node nodeToSearch,
NodeSocket socket)
|
protected java.lang.String |
ProcessSrcJavaTemplate.expandParametrizedExpression(java.lang.String expression,
NodeSocket socket)
Expands parameters in an expression, substituting parameter names for their actual values. |
protected java.lang.String |
ProcessSrcJavaTemplate.expandParametrizedExpression(java.lang.String expression,
NodeSocket entrySocket,
NodeSocket exitSocket)
Expands parameters in an expression, substituting parameter names for their actual values. |
protected Node |
ProcessSrcJavaTemplate.findJoiningNode(DecisionNode decisionNode,
NodeSocket yesSocket,
NodeSocket noSocket)
Finds the node that joins the 'then' and the 'else' part of a decison node. |
protected NodeSocket |
ProcessSrcJavaTemplate.getNamedSocket(Node node,
java.lang.String name)
Gets a socket by its name. |
protected java.lang.String |
ProcessSrcJavaTemplate.getParamValue(NodeSocket socket,
java.lang.String paramName)
Obtains the value for a named parameter. |
protected java.lang.String |
ProcessSrcJavaTemplate.obtainExpression(java.lang.String expression,
java.lang.String desiredLanguage,
PrintNameProvider owner)
Obtains an expression for this source language from the given string. |
protected Node |
ProcessSrcJavaTemplate.skipDecisionNodeBranches(DecisionNode decisionNode)
Skips decision node branches. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||