public class CodeLocation extends Object
Java class for CodeLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeLocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="column" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="line" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="numExecutions" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="time" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected int |
line |
protected int |
numExecutions |
protected double |
time |
| Constructor and Description |
|---|
CodeLocation() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Gets the value of the column property.
|
int |
getLine()
Gets the value of the line property.
|
int |
getNumExecutions()
Gets the value of the numExecutions property.
|
double |
getTime()
Gets the value of the time property.
|
void |
setColumn(int value)
Sets the value of the column property.
|
void |
setLine(int value)
Sets the value of the line property.
|
void |
setNumExecutions(int value)
Sets the value of the numExecutions property.
|
void |
setTime(double value)
Sets the value of the time property.
|
protected int column
protected int line
protected int numExecutions
protected double time
public int getColumn()
public void setColumn(int value)
public int getLine()
public void setLine(int value)
public int getNumExecutions()
public void setNumExecutions(int value)
public double getTime()
public void setTime(double value)
Copyright © 2016. All rights reserved.