Modifier | Constructor and Description |
---|---|
protected |
LocAnnImpl()
The default constructor.
|
protected |
LocAnnImpl(BaseFactory factory) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(Visitor<R> v)
Accepts a visitor.
|
static boolean |
countingFinaliser()
public attribute determining whether to log to the
standard output information about who is creating
this instance of LocAnnImpl (e.g., ic >= sl)
|
LocAnnImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this LocAnnImpl
for equality.
|
Object[] |
getChildren() |
BigInteger |
getCol()
Returns the Col element.
|
BigInteger |
getEnd() |
BigInteger |
getLength()
Returns the Length element.
|
BigInteger |
getLine()
Returns the Line element.
|
String |
getLoc()
Returns the Loc element.
|
BigInteger |
getStart()
Returns the Start element.
|
int |
hashCode()
Returns the hash code value for this LocAnnImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setCol(BigInteger col)
Sets the Col element.
|
void |
setLength(BigInteger length)
Sets the Length element.
|
void |
setLine(BigInteger line)
Sets the Line element.
|
void |
setLoc(String loc)
Sets the Loc element.
|
void |
setStart(BigInteger start)
Sets the Start element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toString
protected LocAnnImpl()
object factory
.protected LocAnnImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
public int hashCode()
public <R> R accept(Visitor<R> v)
public LocAnnImpl create(Object[] args)
public Object[] getChildren()
getChildren
in interface Term
public static long instanceCount()
public void setLoc(String loc)
LocAnn
setLoc
in interface LocAnn
loc
- the Loc element.LocAnn.getLoc()
public BigInteger getLine()
LocAnn
public void setLine(BigInteger line)
LocAnn
setLine
in interface LocAnn
line
- the Line element.LocAnn.getLine()
public BigInteger getCol()
LocAnn
public void setCol(BigInteger col)
LocAnn
setCol
in interface LocAnn
col
- the Col element.LocAnn.getCol()
public BigInteger getStart()
LocAnn
public void setStart(BigInteger start)
LocAnn
setStart
in interface LocAnn
start
- the Start element.LocAnn.getStart()
public BigInteger getLength()
LocAnn
public void setLength(BigInteger length)
LocAnn
setLength
in interface LocAnn
length
- the Length element.LocAnn.getLength()
public BigInteger getEnd()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.