| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayCreationExpr |
class |
BooleanLiteral
Represents a Java boolean; either "true" or "false".
|
class |
CharacterLiteral
Represents a single character.
|
class |
DoubleLiteral
Java double-precision floating point literal.
|
class |
FloatingPointLiteral
Java floating point literal.
|
class |
IllegalLiteral
Literal produced when the compiler tries to parse
a malformatted NumericLiteral.
|
class |
IntegerLiteral
Default Java integer literal.
|
class |
Literal
The abstract base class for all literals.
|
class |
LongLiteral
Java long integer literal.
|
class |
NullLiteral
Java null literal.
|
class |
NumericLiteral
A NumericLiteral is a raw literal, produced by the parser.
|
class |
ParExpr |
class |
StringLiteral
String literal.
|
| Modifier and Type | Method and Description |
|---|---|
PrimaryExpr |
PrimaryExpr.clone() |
Copyright © 2020 Soot OSS. All rights reserved.