Package | Description |
---|---|
com.google.gwt.dev.jjs.impl.gflow | |
com.google.gwt.dev.jjs.impl.gflow.constants | |
com.google.gwt.dev.jjs.impl.gflow.copy | |
com.google.gwt.dev.jjs.impl.gflow.liveness |
Modifier and Type | Method and Description |
---|---|
FlowFunction<N,E,G,A> |
Analysis.getFlowFunction()
Gets analysis flow function.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantsFlowFunction
Flow function for ConstantsAnalysis.
|
Modifier and Type | Class and Description |
---|---|
class |
CopyFlowFunction
Flow function for CopyAnalysis.
|
Modifier and Type | Method and Description |
---|---|
FlowFunction<CfgNode<?>,CfgEdge,Cfg,CopyAssumption> |
CopyAnalysis.getFlowFunction() |
Modifier and Type | Class and Description |
---|---|
class |
LivenessFlowFunction
Flow function for Liveness Analysis.
|
Modifier and Type | Method and Description |
---|---|
FlowFunction<CfgNode<?>,CfgEdge,Cfg,LivenessAssumption> |
LivenessAnalysis.getFlowFunction() |
Copyright © 2018. All rights reserved.