| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterDeclarationSubstituted |
class |
VariableArityParameterDeclaration |
class |
VariableArityParameterDeclarationSubstituted |
| Modifier and Type | Field and Description |
|---|---|
protected ParameterDeclaration |
ParameterDeclarationSubstituted.tokenParameterDeclaration_Original |
| Modifier and Type | Method and Description |
|---|---|
ParameterDeclaration |
ParameterDeclaration.clone() |
ParameterDeclaration |
ParameterDeclaration.copy() |
ParameterDeclaration |
ParameterDeclaration.fullCopy()
Create a deep copy of the AST subtree at this node.
|
ParameterDeclaration |
ParameterDeclarationSubstituted.getOriginal()
Retrieves the value for the lexeme Original.
|
ParameterDeclaration |
BasicCatch.getParameter()
Retrieves the Parameter child.
|
ParameterDeclaration |
ParMethodDecl.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
ParConstructorDecl.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
ConstructorDecl.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
AnnotationMethodDecl.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
MethodDeclSubstituted.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
PlaceholderMethodDecl.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
RawConstructorDecl.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
RawMethodDecl.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
GenericMethodDecl.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
MethodDecl.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
GenericConstructorDecl.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
BridgeMethodDecl.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
ConstructorDeclSubstituted.getParameter(int i)
Retrieves the element at index
i in the Parameter list.. |
ParameterDeclaration |
BasicCatch.getParameterNoTransform()
Retrieves the Parameter child.
|
ParameterDeclaration |
ConstructorDecl.lastParameter() |
ParameterDeclaration |
MethodDecl.lastParameter() |
ParameterDeclaration |
ParameterDeclaration.substituted(Collection<TypeVariable> original,
List<TypeVariable> substitution)
Builds a copy of this ParameterDeclaration node where all occurrences
of type variables in the original type parameter list have been replaced
by the substitution type parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDeclaration> |
ParMethodDecl.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ParConstructorDecl.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ConstructorDecl.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
AnnotationMethodDecl.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
MethodDeclSubstituted.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
PlaceholderMethodDecl.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
RawConstructorDecl.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
RawMethodDecl.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
GenericMethodDecl.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
MethodDecl.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
GenericConstructorDecl.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
BridgeMethodDecl.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ConstructorDeclSubstituted.getParameterList()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ParMethodDecl.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ParConstructorDecl.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ConstructorDecl.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
AnnotationMethodDecl.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
MethodDeclSubstituted.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
PlaceholderMethodDecl.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
RawConstructorDecl.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
RawMethodDecl.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
GenericMethodDecl.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
MethodDecl.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
GenericConstructorDecl.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
BridgeMethodDecl.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ConstructorDeclSubstituted.getParameterListNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ParMethodDecl.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ParConstructorDecl.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ConstructorDecl.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
AnnotationMethodDecl.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
MethodDeclSubstituted.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
PlaceholderMethodDecl.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
RawConstructorDecl.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
RawMethodDecl.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
GenericMethodDecl.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
MethodDecl.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
GenericConstructorDecl.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
BridgeMethodDecl.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ConstructorDeclSubstituted.getParameters()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ParMethodDecl.getParametersNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ParConstructorDecl.getParametersNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ConstructorDecl.getParametersNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
AnnotationMethodDecl.getParametersNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
MethodDeclSubstituted.getParametersNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
PlaceholderMethodDecl.getParametersNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
RawConstructorDecl.getParametersNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
RawMethodDecl.getParametersNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
GenericMethodDecl.getParametersNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
MethodDecl.getParametersNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
GenericConstructorDecl.getParametersNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
BridgeMethodDecl.getParametersNoTransform()
Retrieves the Parameter list.
|
List<ParameterDeclaration> |
ConstructorDeclSubstituted.getParametersNoTransform()
Retrieves the Parameter list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParMethodDecl.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
ParConstructorDecl.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
ConstructorDecl.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
AnnotationMethodDecl.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
MethodDeclSubstituted.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
PlaceholderMethodDecl.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
RawConstructorDecl.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
RawMethodDecl.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
GenericMethodDecl.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
MethodDecl.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
GenericConstructorDecl.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
BridgeMethodDecl.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
ConstructorDeclSubstituted.addParameter(ParameterDeclaration node)
Append an element to the Parameter list.
|
void |
ParMethodDecl.addParameterNoTransform(ParameterDeclaration node) |
void |
ParConstructorDecl.addParameterNoTransform(ParameterDeclaration node) |
void |
ConstructorDecl.addParameterNoTransform(ParameterDeclaration node) |
void |
AnnotationMethodDecl.addParameterNoTransform(ParameterDeclaration node) |
void |
MethodDeclSubstituted.addParameterNoTransform(ParameterDeclaration node) |
void |
PlaceholderMethodDecl.addParameterNoTransform(ParameterDeclaration node) |
void |
RawConstructorDecl.addParameterNoTransform(ParameterDeclaration node) |
void |
RawMethodDecl.addParameterNoTransform(ParameterDeclaration node) |
void |
GenericMethodDecl.addParameterNoTransform(ParameterDeclaration node) |
void |
MethodDecl.addParameterNoTransform(ParameterDeclaration node) |
void |
GenericConstructorDecl.addParameterNoTransform(ParameterDeclaration node) |
void |
BridgeMethodDecl.addParameterNoTransform(ParameterDeclaration node) |
void |
ConstructorDeclSubstituted.addParameterNoTransform(ParameterDeclaration node) |
void |
ParameterDeclarationSubstituted.setOriginal(ParameterDeclaration value)
Replaces the lexeme Original.
|
void |
BasicCatch.setParameter(ParameterDeclaration node)
Replaces the Parameter child.
|
void |
ParMethodDecl.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node node. |
void |
ParConstructorDecl.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node node. |
void |
ConstructorDecl.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node
node. |
void |
AnnotationMethodDecl.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node node. |
void |
MethodDeclSubstituted.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node node. |
void |
PlaceholderMethodDecl.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node node. |
void |
RawConstructorDecl.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node node. |
void |
RawMethodDecl.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node node. |
void |
GenericMethodDecl.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node node. |
void |
MethodDecl.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node
node. |
void |
GenericConstructorDecl.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node node. |
void |
BridgeMethodDecl.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node node. |
void |
ConstructorDeclSubstituted.setParameter(ParameterDeclaration node,
int i)
Replaces the Parameter list element at index
i with the new node node. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParMethodDecl.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
void |
ParConstructorDecl.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
void |
ConstructorDecl.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
void |
AnnotationMethodDecl.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
void |
MethodDeclSubstituted.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
void |
PlaceholderMethodDecl.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
void |
RawConstructorDecl.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
void |
RawMethodDecl.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
void |
GenericMethodDecl.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
void |
MethodDecl.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
void |
GenericConstructorDecl.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
void |
BridgeMethodDecl.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
void |
ConstructorDeclSubstituted.setParameterList(List<ParameterDeclaration> list)
Replaces the Parameter list.
|
| Constructor and Description |
|---|
BasicCatch(ParameterDeclaration p0,
Block p1) |
ParameterDeclarationSubstituted(Modifiers p0,
Access p1,
String p2,
ParameterDeclaration p3) |
ParameterDeclarationSubstituted(Modifiers p0,
Access p1,
Symbol p2,
ParameterDeclaration p3) |
Copyright © 2020 Soot OSS. All rights reserved.