|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dk.brics.xact.analysis.flowgraph.Entity dk.brics.xact.analysis.flowgraph.Statement dk.brics.xact.analysis.flowgraph.statements.Assignment dk.brics.xact.analysis.flowgraph.statements.InstanceAssignment dk.brics.xact.analysis.flowgraph.statements.AnalyzeStm
public class AnalyzeStm
Assignment of XML.analyze(String)
or assignment to a type-annotated variable, parameter or return value.
Nested Class Summary | |
---|---|
static class |
AnalyzeStm.Kind
|
Constructor Summary | |
---|---|
AnalyzeStm(AnalyzeStm.Kind kind,
Variable dest,
Variable base,
SchemaType schema,
Origin origin)
Constructs a new AnalyzeStm object. |
Method Summary | |
---|---|
AnalyzeStm.Kind |
getKind()
|
String |
getOpName()
Returns the name of the operation. |
SchemaType |
getSchema()
Returns the schema. |
void |
setKind(AnalyzeStm.Kind kind)
|
String |
toString()
Returns a textual description of the statement. |
void |
visitBy(StatementVisitor v)
Visits this statement by the given visitor. |
Methods inherited from class dk.brics.xact.analysis.flowgraph.statements.InstanceAssignment |
---|
getBase, setBase |
Methods inherited from class dk.brics.xact.analysis.flowgraph.statements.Assignment |
---|
getDest, setDest |
Methods inherited from class dk.brics.xact.analysis.flowgraph.Entity |
---|
getOrigin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnalyzeStm(AnalyzeStm.Kind kind, Variable dest, Variable base, SchemaType schema, Origin origin)
AnalyzeStm
object.
Method Detail |
---|
public AnalyzeStm.Kind getKind()
public String getOpName()
Statement
getOpName
in class Statement
public SchemaType getSchema()
public void setKind(AnalyzeStm.Kind kind)
public String toString()
Statement
toString
in class Assignment
public void visitBy(StatementVisitor v)
Statement
visitBy
in class Statement
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |