| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.clone() |
Block |
Block.copy() |
Block |
Block.fullCopy()
Create a deep copy of the AST subtree at this node.
|
Block |
ParMethodDecl.getBlock()
Retrieves the (optional) Block child.
|
Block |
ParConstructorDecl.getBlock()
Retrieves the Block child.
|
Block |
StaticInitializer.getBlock()
Retrieves the Block child.
|
Block |
ConstructorDecl.getBlock()
Retrieves the Block child.
|
Block |
TryStmt.getBlock()
Retrieves the Block child.
|
Block |
TryWithResources.getBlock()
Retrieves the Block child.
|
Block |
CatchClause.getBlock()
Retrieves the Block child.
|
Block |
InstanceInitializer.getBlock()
Retrieves the Block child.
|
Block |
AnnotationMethodDecl.getBlock()
Retrieves the (optional) Block child.
|
Block |
MultiCatch.getBlock()
Retrieves the Block child.
|
Block |
MethodDeclSubstituted.getBlock()
Retrieves the (optional) Block child.
|
Block |
BasicCatch.getBlock()
Retrieves the Block child.
|
Block |
PlaceholderMethodDecl.getBlock()
Retrieves the (optional) Block child.
|
Block |
RawConstructorDecl.getBlock()
Retrieves the Block child.
|
Block |
RawMethodDecl.getBlock()
Retrieves the (optional) Block child.
|
Block |
SynchronizedStmt.getBlock()
Retrieves the Block child.
|
Block |
GenericMethodDecl.getBlock()
Retrieves the (optional) Block child.
|
Block |
MethodDecl.getBlock()
Retrieves the (optional) Block child.
|
Block |
GenericConstructorDecl.getBlock()
Retrieves the Block child.
|
Block |
SwitchStmt.getBlock()
Retrieves the Block child.
|
Block |
BridgeMethodDecl.getBlock()
Retrieves the (optional) Block child.
|
Block |
ConstructorDeclSubstituted.getBlock()
Retrieves the Block child.
|
Block |
ParConstructorDecl.getBlockNoTransform()
Retrieves the Block child.
|
Block |
StaticInitializer.getBlockNoTransform()
Retrieves the Block child.
|
Block |
ConstructorDecl.getBlockNoTransform()
Retrieves the Block child.
|
Block |
TryStmt.getBlockNoTransform()
Retrieves the Block child.
|
Block |
TryWithResources.getBlockNoTransform()
Retrieves the Block child.
|
Block |
CatchClause.getBlockNoTransform()
Retrieves the Block child.
|
Block |
InstanceInitializer.getBlockNoTransform()
Retrieves the Block child.
|
Block |
MultiCatch.getBlockNoTransform()
Retrieves the Block child.
|
Block |
BasicCatch.getBlockNoTransform()
Retrieves the Block child.
|
Block |
RawConstructorDecl.getBlockNoTransform()
Retrieves the Block child.
|
Block |
SynchronizedStmt.getBlockNoTransform()
Retrieves the Block child.
|
Block |
GenericConstructorDecl.getBlockNoTransform()
Retrieves the Block child.
|
Block |
SwitchStmt.getBlockNoTransform()
Retrieves the Block child.
|
Block |
ConstructorDeclSubstituted.getBlockNoTransform()
Retrieves the Block child.
|
Block |
TryStmt.getFinally()
Retrieves the (optional) Finally child.
|
Block |
TryWithResources.getFinally()
Retrieves the (optional) Finally child.
|
| Modifier and Type | Method and Description |
|---|---|
Opt<Block> |
ParMethodDecl.getBlockOpt() |
Opt<Block> |
AnnotationMethodDecl.getBlockOpt() |
Opt<Block> |
MethodDeclSubstituted.getBlockOpt() |
Opt<Block> |
PlaceholderMethodDecl.getBlockOpt() |
Opt<Block> |
RawMethodDecl.getBlockOpt() |
Opt<Block> |
GenericMethodDecl.getBlockOpt() |
Opt<Block> |
MethodDecl.getBlockOpt() |
Opt<Block> |
BridgeMethodDecl.getBlockOpt() |
Opt<Block> |
ParMethodDecl.getBlockOptNoTransform()
Retrieves the optional node for child Block.
|
Opt<Block> |
AnnotationMethodDecl.getBlockOptNoTransform()
Retrieves the optional node for child Block.
|
Opt<Block> |
MethodDeclSubstituted.getBlockOptNoTransform()
Retrieves the optional node for child Block.
|
Opt<Block> |
PlaceholderMethodDecl.getBlockOptNoTransform()
Retrieves the optional node for child Block.
|
Opt<Block> |
RawMethodDecl.getBlockOptNoTransform()
Retrieves the optional node for child Block.
|
Opt<Block> |
GenericMethodDecl.getBlockOptNoTransform()
Retrieves the optional node for child Block.
|
Opt<Block> |
MethodDecl.getBlockOptNoTransform()
Retrieves the optional node for child Block.
|
Opt<Block> |
BridgeMethodDecl.getBlockOptNoTransform()
Retrieves the optional node for child Block.
|
Opt<Block> |
TryStmt.getFinallyOpt() |
Opt<Block> |
TryWithResources.getFinallyOpt() |
Opt<Block> |
TryStmt.getFinallyOptNoTransform()
Retrieves the optional node for child Finally.
|
Opt<Block> |
TryWithResources.getFinallyOptNoTransform()
Retrieves the optional node for child Finally.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParMethodDecl.setBlock(Block node)
Replaces the (optional) Block child.
|
void |
ParConstructorDecl.setBlock(Block node)
Replaces the Block child.
|
void |
StaticInitializer.setBlock(Block node)
Replaces the Block child.
|
void |
ConstructorDecl.setBlock(Block node)
Replaces the Block child.
|
void |
TryStmt.setBlock(Block node)
Replaces the Block child.
|
void |
TryWithResources.setBlock(Block node)
Replaces the Block child.
|
void |
CatchClause.setBlock(Block node)
Replaces the Block child.
|
void |
InstanceInitializer.setBlock(Block node)
Replaces the Block child.
|
void |
AnnotationMethodDecl.setBlock(Block node)
Replaces the (optional) Block child.
|
void |
MultiCatch.setBlock(Block node)
Replaces the Block child.
|
void |
MethodDeclSubstituted.setBlock(Block node)
Replaces the (optional) Block child.
|
void |
BasicCatch.setBlock(Block node)
Replaces the Block child.
|
void |
PlaceholderMethodDecl.setBlock(Block node)
Replaces the (optional) Block child.
|
void |
RawConstructorDecl.setBlock(Block node)
Replaces the Block child.
|
void |
RawMethodDecl.setBlock(Block node)
Replaces the (optional) Block child.
|
void |
SynchronizedStmt.setBlock(Block node)
Replaces the Block child.
|
void |
GenericMethodDecl.setBlock(Block node)
Replaces the (optional) Block child.
|
void |
MethodDecl.setBlock(Block node)
Replaces the (optional) Block child.
|
void |
GenericConstructorDecl.setBlock(Block node)
Replaces the Block child.
|
void |
SwitchStmt.setBlock(Block node)
Replaces the Block child.
|
void |
BridgeMethodDecl.setBlock(Block node)
Replaces the (optional) Block child.
|
void |
ConstructorDeclSubstituted.setBlock(Block node)
Replaces the Block child.
|
void |
TryStmt.setFinally(Block node)
Replaces the (optional) Finally child.
|
void |
TryWithResources.setFinally(Block node)
Replaces the (optional) Finally child.
|
int |
ASTNode.varChildIndex(Block b) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParMethodDecl.setBlockOpt(Opt<Block> opt)
Replaces the optional node for the Block child.
|
void |
AnnotationMethodDecl.setBlockOpt(Opt<Block> opt)
Replaces the optional node for the Block child.
|
void |
MethodDeclSubstituted.setBlockOpt(Opt<Block> opt)
Replaces the optional node for the Block child.
|
void |
PlaceholderMethodDecl.setBlockOpt(Opt<Block> opt)
Replaces the optional node for the Block child.
|
void |
RawMethodDecl.setBlockOpt(Opt<Block> opt)
Replaces the optional node for the Block child.
|
void |
GenericMethodDecl.setBlockOpt(Opt<Block> opt)
Replaces the optional node for the Block child.
|
void |
MethodDecl.setBlockOpt(Opt<Block> opt)
Replaces the optional node for the Block child.
|
void |
BridgeMethodDecl.setBlockOpt(Opt<Block> opt)
Replaces the optional node for the Block child.
|
void |
TryStmt.setFinallyOpt(Opt<Block> opt)
Replaces the optional node for the Finally child.
|
void |
TryWithResources.setFinallyOpt(Opt<Block> opt)
Replaces the optional node for the Finally child.
|
Copyright © 2020 Soot OSS. All rights reserved.