|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.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.GapifyStm
public class GapifyStm
Assignment of XML.gapify(String, String)
and variants.
Constructor Summary | |
---|---|
GapifyStm(Variable dest,
Variable base,
String xpath,
String gapname,
String type,
SchemaType schema,
Origin origin)
Constructs a new GapifyStm object. |
Method Summary | |
---|---|
String |
getGapName()
Returns the gap name. |
String |
getOpName()
Returns the name of the operation. |
SchemaType |
getSchema()
Returns the schema. |
String |
getType()
Returns the gap type. |
String |
getXPath()
Returns the XPath expression, or null if none is available. |
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 |
---|
compareTo, getOrigin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GapifyStm(Variable dest, Variable base, String xpath, String gapname, String type, SchemaType schema, Origin origin)
GapifyStm
object.
type
and schema
can be null.
Method Detail |
---|
public String getGapName()
public String getOpName()
Statement
getOpName
in class Statement
public SchemaType getSchema()
public String getType()
public String getXPath()
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 |