public class AbstractHost extends Object implements Host
| Modifier and Type | Field and Description |
|---|---|
protected int |
col |
protected int |
line |
protected List<Tag> |
mTagList |
| Constructor and Description |
|---|
AbstractHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllTagsOf(Host h)
|
void |
addTag(Tag t)
|
int |
getJavaSourceStartColumnNumber()
Returns the Java source line column if available.
|
int |
getJavaSourceStartLineNumber()
Returns the Java source line number if available.
|
Tag |
getTag(String aName)
|
List<Tag> |
getTags()
|
boolean |
hasTag(String aName)
|
void |
removeAllTags()
Removes all the tags from
this Host. |
void |
removeTag(String aName)
|
public void removeTag(String aName)
public boolean hasTag(String aName)
public void removeAllTags()
this Host.removeAllTags in interface Hostpublic void addAllTagsOf(Host h)
addAllTagsOf in interface Hosth - public int getJavaSourceStartLineNumber()
HostgetJavaSourceStartLineNumber in interface Hostpublic int getJavaSourceStartColumnNumber()
HostgetJavaSourceStartColumnNumber in interface HostCopyright © 2024 Soot OSS. All rights reserved.