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)
Adds all the tags from h to this host.
|
void |
addTag(Tag t)
add tag
t to this host |
int |
getJavaSourceStartColumnNumber()
Returns the Java source line column if available.
|
int |
getJavaSourceStartLineNumber()
Returns the Java source line number if available.
|
Tag |
getTag(String aName)
get the Tag object named
aName |
List<Tag> |
getTags()
get the list of tags.
|
boolean |
hasTag(String aName)
look if this host has a tag named
aName |
void |
removeAllTags()
Removes all the tags from this host.
|
void |
removeTag(String aName)
remove the tag named
aName |
public void removeTag(String aName)
aNamepublic boolean hasTag(String aName)
aNamepublic void removeAllTags()
removeAllTags in interface Hostpublic void addAllTagsOf(Host h)
addAllTagsOf in interface Hostpublic int getJavaSourceStartLineNumber()
HostgetJavaSourceStartLineNumber in interface Hostpublic int getJavaSourceStartColumnNumber()
HostgetJavaSourceStartColumnNumber in interface HostCopyright © 2020 Soot OSS. All rights reserved.