| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Field and Description |
|---|---|
protected List<PlaceholderMethodDecl> |
GenericClassDecl.getPlaceholderMethodList_value |
| Modifier and Type | Method and Description |
|---|---|
PlaceholderMethodDecl |
PlaceholderMethodDecl.clone() |
PlaceholderMethodDecl |
PlaceholderMethodDecl.copy() |
PlaceholderMethodDecl |
PlaceholderMethodDecl.fullCopy()
Create a deep copy of the AST subtree at this node.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlaceholderMethodDecl> |
GenericClassDecl.getPlaceholderMethodList()
The placeholder method list for the constructors of this generic
class.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<MethodDecl> |
DiamondAccess.potentiallyApplicable(List<PlaceholderMethodDecl> candidates)
Select potentially applicable method declarations
from a set of candidates.
|
Copyright © 2020 Soot OSS. All rights reserved.