| 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, toStringprotected 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 Termpublic static long instanceCount()
public void setLoc(String loc)
LocAnnsetLoc in interface LocAnnloc - the Loc element.LocAnn.getLoc()public BigInteger getLine()
LocAnnpublic void setLine(BigInteger line)
LocAnnsetLine in interface LocAnnline - the Line element.LocAnn.getLine()public BigInteger getCol()
LocAnnpublic void setCol(BigInteger col)
LocAnnsetCol in interface LocAnncol - the Col element.LocAnn.getCol()public BigInteger getStart()
LocAnnpublic void setStart(BigInteger start)
LocAnnsetStart in interface LocAnnstart - the Start element.LocAnn.getStart()public BigInteger getLength()
LocAnnpublic void setLength(BigInteger length)
LocAnnsetLength in interface LocAnnlength - the Length element.LocAnn.getLength()public BigInteger getEnd()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.