|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.Transformer
soot.SceneTransformer
ptolemy.copernicus.java.InlinePortTransformer
public class InlinePortTransformer
A Transformer that is responsible for inlining the communication between ports. The connections between the ports are taken from the model specified in the constructor of this transformer. FIXME: currently we try to speed things up if the buffersize is only one by removing the index update overhead. Note that there are other optimizations that can be made here (for instance, if we can statically determine all the channel references (which is trivially true if there is only one channel), then there is no need to have the index or portbuffer arrays.
Red (cxh) |
Red (cxh) |
Method Summary | |
---|---|
static java.lang.String |
getBufferFieldName(TypedIORelation relation,
int channel,
Type type)
Return the name of the field that is created to represent the given channel of the given type of the given relation. |
java.lang.String |
getDeclaredOptions()
|
java.lang.String |
getDefaultOptions()
|
java.lang.String |
getPhaseName()
|
static PortInliner |
getPortInliner(CompositeActor model)
Return the port inliner for the given model. |
static TypedIOPort |
getPortValue(soot.SootMethod method,
soot.Local local,
soot.Unit location,
soot.toolkits.scalar.LocalDefs localDefs,
soot.toolkits.scalar.LocalUses localUses)
Attempt to determine the constant value of the given local, which is assumed to have a variable type. |
protected void |
internalTransform(java.lang.String phaseName,
java.util.Map options)
|
static void |
setPortInliner(CompositeActor model,
PortInliner inliner)
Set the port inliner for the given model. |
static InlinePortTransformer |
v(CompositeActor model)
Return an instance of this transformer that will operate on the given model. |
Methods inherited from class soot.SceneTransformer |
---|
transform, transform, transform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static InlinePortTransformer v(CompositeActor model)
public static java.lang.String getBufferFieldName(TypedIORelation relation, int channel, Type type)
public static PortInliner getPortInliner(CompositeActor model)
public static void setPortInliner(CompositeActor model, PortInliner inliner)
public java.lang.String getPhaseName()
getPhaseName
in interface soot.HasPhaseOptions
public java.lang.String getDefaultOptions()
getDefaultOptions
in interface soot.HasPhaseOptions
public java.lang.String getDeclaredOptions()
getDeclaredOptions
in interface soot.HasPhaseOptions
protected void internalTransform(java.lang.String phaseName, java.util.Map options)
internalTransform
in class soot.SceneTransformer
public static TypedIOPort getPortValue(soot.SootMethod method, soot.Local local, soot.Unit location, soot.toolkits.scalar.LocalDefs localDefs, soot.toolkits.scalar.LocalUses localUses)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |