Uses of Enum
de.xima.fc.interfaces.workflow.analysis.EVirtualFlowGraphNodePurpose
Packages that use EVirtualFlowGraphNodePurpose
-
Uses of EVirtualFlowGraphNodePurpose in de.xima.fc.interfaces.workflow.analysis
Subclasses with type arguments of type EVirtualFlowGraphNodePurpose in de.xima.fc.interfaces.workflow.analysisModifier and TypeClassDescriptionenumEnumeration with well-known purposes for having avirtual flow graph nodein a control flow graph.Methods in de.xima.fc.interfaces.workflow.analysis that return EVirtualFlowGraphNodePurposeModifier and TypeMethodDescriptionIVirtualFlowGraphNode.getPurpose()Gets the reason with the purpose why this virtual flow graph node was introduced.static EVirtualFlowGraphNodePurposeReturns the enum constant of this type with the specified name.static EVirtualFlowGraphNodePurpose[]EVirtualFlowGraphNodePurpose.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EVirtualFlowGraphNodePurpose in de.xima.fc.interfaces.workflow.params
Methods in de.xima.fc.interfaces.workflow.params with parameters of type EVirtualFlowGraphNodePurposeModifier and TypeMethodDescriptionICreateFlowGraphParams.newVirtualNode(EVirtualFlowGraphNodePurpose purpose) Creates aIVirtualFlowGraphNodeand adds its to the flow graph.