| Package | Description |
|---|---|
| soot.jimple.toolkits.annotation.tags |
Tags and aggregators to store and combine information about array bounds and null pointer checks.
|
| soot.jimple.toolkits.pointer | |
| soot.tagkit |
Classes supporting classfile annotation in Soot.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OneByteCodeTag
A tag which is guaranteed to contain no more than 1 byte of information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayCheckTag
Implementation of the Tag interface for array bounds checks.
|
class |
ArrayNullCheckTag
ArrayNullCheckTag combines ArrayCheckTag and NullCheckTag
into one tag.
|
class |
NullCheckTag
NullCheckTag contains the null pointer check information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CastCheckTag
Implements a tag that can be used to tell a VM whether a cast check can
be eliminated or not.
|
class |
DependenceGraph |
class |
DependenceTag |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Attribute
Tags that are attached to the class file, field, method, or method body
should implement this interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationDefaultTag
Represents the annotation default attribute attatched method
- could have at most one annotation default each
for Java 1.5.
|
class |
AnnotationTag
Represents the annotation attribute attatched to a class, method, field,
method param - they could have many annotations each
for Java 1.5.
|
class |
BytecodeOffsetTag
This class represents a tag for byte-code offset of
instructions that correspond to Jimple statements.
|
class |
ColorTag |
class |
ConstantValueTag |
class |
DebugTypeTag
Represents the signature attribute used by fields, methods and classes
for dealing with generics in Java 1.5.
|
class |
DeprecatedTag
Represents the deprecated attribute used by fields, methods and classes
|
class |
DoubleConstantValueTag |
class |
EnclosingMethodTag
Represents the enclosing method attribute attatched to anon and
inner classes to indicate the class and method it is declared in
for Java 1.5.
|
class |
EnclosingTag
Represents the synthetic attribute.
|
class |
FloatConstantValueTag |
class |
GenericAttribute
Represents a general attribute which can be attached to
implementations of Host.
|
class |
InnerClassAttribute
Represents an inner class attribute which can be attatched to
implementations of Host.
|
class |
InnerClassTag |
class |
IntegerConstantValueTag |
class |
JasminAttribute
This class must be extended by Attributes that can
be emitted in Jasmin.
|
class |
JimpleLineNumberTag |
class |
KeyTag |
class |
LineNumberTag |
class |
LinkTag
Represents a tag that just has a string to be printed with the code.
|
class |
LongConstantValueTag |
class |
LoopInvariantTag
Represents a tag that just has a string to be printed with the code.
|
class |
OuterClassTag |
class |
ParamNamesTag
Represents a tag that just has a string to be printed with the code.
|
class |
PositionTag |
class |
QualifyingTag
Represents the synthetic attribute.
|
class |
SignatureTag
Represents the signature attribute used by fields, methods and classes
for dealing with generics in Java 1.5.
|
class |
SourceFileTag |
class |
SourceLineNumberTag |
class |
SourceLnNamePosTag |
class |
SourceLnPosTag |
class |
SourcePositionTag |
class |
StringConstantValueTag |
class |
StringTag
Represents a tag that just has a string to be printed with the code.
|
class |
SyntheticParamTag
Represents the synthetic attribute.
|
class |
SyntheticTag
Represents the synthetic attribute.
|
class |
ThrowCreatedByCompilerTag
Represents a tag that just has a string to be printed with the code.
|
class |
VisibilityAnnotationTag
Represents the visibility of an annotation attribute attatched
to a class, field, method or method param (only one of these each)
has one or more annotations
for Java 1.5.
|
class |
VisibilityParameterAnnotationTag
Represents the visibility of an annotation attribute attatched
to a class, field, method or method param (only one of these each)
has one or more annotations
for Java 1.5.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
Host.getTag(java.lang.String aName)
Returns the tag with the given name.
|
Tag |
AbstractHost.getTag(java.lang.String aName)
get the Tag object named
aName |
Tag |
TagManager.getTagFor(java.lang.String tagName)
Returns the Tag class with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Tag> |
InnerClassAttribute.getSpecs() |
java.util.List<Tag> |
Host.getTags()
Gets a list of tags associated with the current object.
|
java.util.List<Tag> |
AbstractHost.getTags()
get the list of tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Host.addTag(Tag t)
Adds a tag.
|
void |
AbstractHost.addTag(Tag t)
add tag
t to this host |
java.lang.String |
TagPrinter.print(java.lang.String aClassName,
java.lang.String aFieldOrMtdSignature,
Tag aTag) |
java.lang.String |
TagManager.print(java.lang.String aClassName,
java.lang.String aFieldOrMtdSignature,
Tag aTag)
Prints the given Tag, assuming that it belongs to the given class and field or method.
|
java.lang.String |
StdTagPrinter.print(java.lang.String aClassName,
java.lang.String aFieldOrMtdSignature,
Tag aTag)
Prints out the given tag.
|
| Constructor and Description |
|---|
InnerClassAttribute(java.util.ArrayList<Tag> list) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.