| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Field and Description |
|---|---|
protected Expr |
Access.prevExpr_value |
| Modifier and Type | Field and Description |
|---|---|
protected List<Expr> |
EnumInstanceExpr.getArgList_value |
| Modifier and Type | Method and Description |
|---|---|
Expr |
Expr.clone() |
Expr |
Program.Define_Expr_nestedScope(ASTNode caller,
ASTNode child) |
Expr |
ASTNode.Define_Expr_nestedScope(ASTNode caller,
ASTNode child) |
Expr |
AbstractDot.Define_Expr_nestedScope(ASTNode caller,
ASTNode child) |
Expr |
CONSTANT_Double_Info.expr() |
Expr |
CONSTANT_Long_Info.expr() |
Expr |
CONSTANT_Float_Info.expr() |
Expr |
CONSTANT_String_Info.expr() |
Expr |
CONSTANT_Integer_Info.expr() |
Expr |
CONSTANT_Utf8_Info.expr() |
Expr |
CONSTANT_Info.expr() |
Expr |
CONSTANT_Integer_Info.exprAsBoolean() |
Expr |
CONSTANT_Info.exprAsBoolean() |
Expr |
ConstructorAccess.getArg(int i)
Retrieves the element at index
i in the Arg list.. |
Expr |
BoundMethodAccess.getArg(int i)
Retrieves the element at index
i in the Arg list.. |
Expr |
MethodAccess.getArg(int i)
Retrieves the element at index
i in the Arg list.. |
Expr |
ParClassInstanceExpr.getArg(int i)
Retrieves the element at index
i in the Arg list.. |
Expr |
ClassInstanceExpr.getArg(int i)
Retrieves the element at index
i in the Arg list.. |
Expr |
SuperConstructorAccess.getArg(int i)
Retrieves the element at index
i in the Arg list.. |
Expr |
EnumConstant.getArg(int i)
Retrieves the element at index
i in the Arg list.. |
Expr |
ParSuperConstructorAccess.getArg(int i)
Retrieves the element at index
i in the Arg list.. |
Expr |
ParMethodAccess.getArg(int i)
Retrieves the element at index
i in the Arg list.. |
Expr |
ParConstructorAccess.getArg(int i)
Retrieves the element at index
i in the Arg list.. |
Expr |
EnumInstanceExpr.getArg(int i)
Retrieves the element at index
i in the Arg list.. |
Expr |
ForStmt.getCondition()
Retrieves the (optional) Condition child.
|
Expr |
DoStmt.getCondition()
Retrieves the Condition child.
|
Expr |
WhileStmt.getCondition()
Retrieves the Condition child.
|
Expr |
IfStmt.getCondition()
Retrieves the Condition child.
|
Expr |
ConditionalExpr.getCondition()
Retrieves the Condition child.
|
Expr |
DoStmt.getConditionNoTransform()
Retrieves the Condition child.
|
Expr |
WhileStmt.getConditionNoTransform()
Retrieves the Condition child.
|
Expr |
IfStmt.getConditionNoTransform()
Retrieves the Condition child.
|
Expr |
ConditionalExpr.getConditionNoTransform()
Retrieves the Condition child.
|
Expr |
AssignDivExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignLShiftExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignMultiplicativeExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignMinusExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignSimpleExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignAdditiveExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignModExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignBitwiseExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignXorExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignPlusExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignURShiftExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignOrExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignRShiftExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignShiftExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignAndExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignMulExpr.getDest()
Retrieves the Dest child.
|
Expr |
AssignDivExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignLShiftExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignMultiplicativeExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignMinusExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignSimpleExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignAdditiveExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignModExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignBitwiseExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignXorExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignPlusExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignURShiftExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignOrExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignRShiftExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignShiftExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignAndExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
AssignMulExpr.getDestNoTransform()
Retrieves the Dest child.
|
Expr |
ParExpr.getExpr()
Retrieves the Expr child.
|
Expr |
ExprStmt.getExpr()
Retrieves the Expr child.
|
Expr |
ThrowStmt.getExpr()
Retrieves the Expr child.
|
Expr |
ArrayTypeWithSizeAccess.getExpr()
Retrieves the Expr child.
|
Expr |
InstanceOfExpr.getExpr()
Retrieves the Expr child.
|
Expr |
CastExpr.getExpr()
Retrieves the Expr child.
|
Expr |
AssertStmt.getExpr()
Retrieves the (optional) Expr child.
|
Expr |
Dims.getExpr()
Retrieves the (optional) Expr child.
|
Expr |
ArrayAccess.getExpr()
Retrieves the Expr child.
|
Expr |
ElementConstantValue.getExpr()
Retrieves the Expr child.
|
Expr |
SynchronizedStmt.getExpr()
Retrieves the Expr child.
|
Expr |
SwitchStmt.getExpr()
Retrieves the Expr child.
|
Expr |
EnhancedForStmt.getExpr()
Retrieves the Expr child.
|
Expr |
ParExpr.getExprNoTransform()
Retrieves the Expr child.
|
Expr |
ExprStmt.getExprNoTransform()
Retrieves the Expr child.
|
Expr |
ThrowStmt.getExprNoTransform()
Retrieves the Expr child.
|
Expr |
ArrayTypeWithSizeAccess.getExprNoTransform()
Retrieves the Expr child.
|
Expr |
InstanceOfExpr.getExprNoTransform()
Retrieves the Expr child.
|
Expr |
CastExpr.getExprNoTransform()
Retrieves the Expr child.
|
Expr |
ArrayAccess.getExprNoTransform()
Retrieves the Expr child.
|
Expr |
ElementConstantValue.getExprNoTransform()
Retrieves the Expr child.
|
Expr |
SynchronizedStmt.getExprNoTransform()
Retrieves the Expr child.
|
Expr |
SwitchStmt.getExprNoTransform()
Retrieves the Expr child.
|
Expr |
EnhancedForStmt.getExprNoTransform()
Retrieves the Expr child.
|
Expr |
ConditionalExpr.getFalseExpr()
Retrieves the FalseExpr child.
|
Expr |
ConditionalExpr.getFalseExprNoTransform()
Retrieves the FalseExpr child.
|
Expr |
AssertStmt.getfirst()
Retrieves the first child.
|
Expr |
AssertStmt.getfirstNoTransform()
Retrieves the first child.
|
Expr |
VariableDeclaration.getInit()
Retrieves the (optional) Init child.
|
Expr |
VariableDecl.getInit()
Retrieves the (optional) Init child.
|
Expr |
ResourceDeclaration.getInit()
Retrieves the (optional) Init child.
|
Expr |
EnumConstant.getInit()
Retrieves the (optional) Init child.
|
Expr |
FieldDeclaration.getInit()
Retrieves the (optional) Init child.
|
Expr |
FieldDeclarationSubstituted.getInit()
Retrieves the (optional) Init child.
|
Expr |
Variable.getInit() |
Expr |
CatchParameterDeclaration.getInit() |
Expr |
ParameterDeclaration.getInit() |
Expr |
ArrayInit.getInit(int i)
Retrieves the element at index
i in the Init list.. |
Expr |
Dot.getLeft()
Retrieves the Left child.
|
Expr |
AbstractDot.getLeft()
Retrieves the Left child.
|
Expr |
Dot.getLeftNoTransform()
Retrieves the Left child.
|
Expr |
AbstractDot.getLeftNoTransform()
Retrieves the Left child.
|
Expr |
LTExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
MultiplicativeExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
GEExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
AndBitwiseExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
GTExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
EqualityExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
RelationalExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
EQExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
Binary.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
SubExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
AddExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
ShiftExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
DivExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
OrLogicalExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
RShiftExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
ModExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
MulExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
LEExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
AdditiveExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
URShiftExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
XorBitwiseExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
LShiftExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
LogicalExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
NEExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
OrBitwiseExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
ArithmeticExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
AndLogicalExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
BitwiseExpr.getLeftOperand()
Retrieves the LeftOperand child.
|
Expr |
LTExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
MultiplicativeExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
GEExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
AndBitwiseExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
GTExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
EqualityExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
RelationalExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
EQExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
Binary.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
SubExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
AddExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
ShiftExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
DivExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
OrLogicalExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
RShiftExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
ModExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
MulExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
LEExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
AdditiveExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
URShiftExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
XorBitwiseExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
LShiftExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
LogicalExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
NEExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
OrBitwiseExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
ArithmeticExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
AndLogicalExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
BitwiseExpr.getLeftOperandNoTransform()
Retrieves the LeftOperand child.
|
Expr |
PostDecExpr.getOperand()
Retrieves the Operand child.
|
Expr |
PostfixExpr.getOperand()
Retrieves the Operand child.
|
Expr |
PlusExpr.getOperand()
Retrieves the Operand child.
|
Expr |
LogNotExpr.getOperand()
Retrieves the Operand child.
|
Expr |
PreDecExpr.getOperand()
Retrieves the Operand child.
|
Expr |
MinusExpr.getOperand()
Retrieves the Operand child.
|
Expr |
BitNotExpr.getOperand()
Retrieves the Operand child.
|
Expr |
PostIncExpr.getOperand()
Retrieves the Operand child.
|
Expr |
PreIncExpr.getOperand()
Retrieves the Operand child.
|
Expr |
Unary.getOperand()
Retrieves the Operand child.
|
Expr |
PostDecExpr.getOperandNoTransform()
Retrieves the Operand child.
|
Expr |
PostfixExpr.getOperandNoTransform()
Retrieves the Operand child.
|
Expr |
PlusExpr.getOperandNoTransform()
Retrieves the Operand child.
|
Expr |
LogNotExpr.getOperandNoTransform()
Retrieves the Operand child.
|
Expr |
PreDecExpr.getOperandNoTransform()
Retrieves the Operand child.
|
Expr |
MinusExpr.getOperandNoTransform()
Retrieves the Operand child.
|
Expr |
BitNotExpr.getOperandNoTransform()
Retrieves the Operand child.
|
Expr |
PostIncExpr.getOperandNoTransform()
Retrieves the Operand child.
|
Expr |
PreIncExpr.getOperandNoTransform()
Retrieves the Operand child.
|
Expr |
Unary.getOperandNoTransform()
Retrieves the Operand child.
|
Expr |
ReturnStmt.getResult()
Retrieves the (optional) Result child.
|
Expr |
LTExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
MultiplicativeExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
GEExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
AndBitwiseExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
GTExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
EqualityExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
RelationalExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
EQExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
Binary.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
SubExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
AddExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
ShiftExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
DivExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
OrLogicalExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
RShiftExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
ModExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
MulExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
LEExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
AdditiveExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
URShiftExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
XorBitwiseExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
LShiftExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
LogicalExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
NEExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
OrBitwiseExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
ArithmeticExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
AndLogicalExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
BitwiseExpr.getRightOperand()
Retrieves the RightOperand child.
|
Expr |
LTExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
MultiplicativeExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
GEExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
AndBitwiseExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
GTExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
EqualityExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
RelationalExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
EQExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
Binary.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
SubExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
AddExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
ShiftExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
DivExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
OrLogicalExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
RShiftExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
ModExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
MulExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
LEExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
AdditiveExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
URShiftExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
XorBitwiseExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
LShiftExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
LogicalExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
NEExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
OrBitwiseExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
ArithmeticExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
AndLogicalExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
BitwiseExpr.getRightOperandNoTransform()
Retrieves the RightOperand child.
|
Expr |
AssignDivExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignLShiftExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignMultiplicativeExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignMinusExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignSimpleExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignAdditiveExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignModExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignBitwiseExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignXorExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignPlusExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignURShiftExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignOrExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignRShiftExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignShiftExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignAndExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignMulExpr.getSource()
Retrieves the Source child.
|
Expr |
AssignDivExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignLShiftExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignMultiplicativeExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignMinusExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignSimpleExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignAdditiveExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignModExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignBitwiseExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignXorExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignPlusExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignURShiftExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignOrExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignRShiftExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignShiftExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignAndExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
AssignMulExpr.getSourceNoTransform()
Retrieves the Source child.
|
Expr |
ConditionalExpr.getTrueExpr()
Retrieves the TrueExpr child.
|
Expr |
ConditionalExpr.getTrueExprNoTransform()
Retrieves the TrueExpr child.
|
Expr |
ConstCase.getValue()
Retrieves the Value child.
|
Expr |
ConstCase.getValueNoTransform()
Retrieves the Value child.
|
Expr |
Binary.left() |
Expr |
AbstractDot.leftSide() |
Expr |
Access.nestedScope() |
Expr |
AbstractDot.prevExpr() |
Expr |
Access.prevExpr() |
Expr |
Access.qualifier() |
Expr |
Binary.right() |
Expr |
ParTypeAccess.unqualifiedScope() |
Expr |
Access.unqualifiedScope() |
| Modifier and Type | Method and Description |
|---|---|
List<Expr> |
ConstructorAccess.getArgList()
Retrieves the Arg list.
|
List<Expr> |
BoundMethodAccess.getArgList()
Retrieves the Arg list.
|
List<Expr> |
MethodAccess.getArgList()
Retrieves the Arg list.
|
List<Expr> |
ParClassInstanceExpr.getArgList()
Retrieves the Arg list.
|
List<Expr> |
ClassInstanceExpr.getArgList()
Retrieves the Arg list.
|
List<Expr> |
SuperConstructorAccess.getArgList()
Retrieves the Arg list.
|
List<Expr> |
EnumConstant.getArgList()
Retrieves the Arg list.
|
List<Expr> |
ParSuperConstructorAccess.getArgList()
Retrieves the Arg list.
|
List<Expr> |
ParMethodAccess.getArgList()
Retrieves the Arg list.
|
List<Expr> |
ParConstructorAccess.getArgList()
Retrieves the Arg list.
|
List<Expr> |
EnumInstanceExpr.getArgList() |
List<Expr> |
ConstructorAccess.getArgListNoTransform()
Retrieves the Arg list.
|
List<Expr> |
BoundMethodAccess.getArgListNoTransform()
Retrieves the Arg list.
|
List<Expr> |
MethodAccess.getArgListNoTransform()
Retrieves the Arg list.
|
List<Expr> |
ParClassInstanceExpr.getArgListNoTransform()
Retrieves the Arg list.
|
List<Expr> |
ClassInstanceExpr.getArgListNoTransform()
Retrieves the Arg list.
|
List<Expr> |
SuperConstructorAccess.getArgListNoTransform()
Retrieves the Arg list.
|
List<Expr> |
EnumConstant.getArgListNoTransform()
Retrieves the Arg list.
|
List<Expr> |
ParSuperConstructorAccess.getArgListNoTransform()
Retrieves the Arg list.
|
List<Expr> |
ParMethodAccess.getArgListNoTransform()
Retrieves the Arg list.
|
List<Expr> |
ParConstructorAccess.getArgListNoTransform()
Retrieves the Arg list.
|
List<Expr> |
EnumInstanceExpr.getArgListNoTransform()
Retrieves the Arg list.
|
List<Expr> |
ConstructorAccess.getArgs()
Retrieves the Arg list.
|
List<Expr> |
BoundMethodAccess.getArgs()
Retrieves the Arg list.
|
List<Expr> |
MethodAccess.getArgs()
Retrieves the Arg list.
|
List<Expr> |
ParClassInstanceExpr.getArgs()
Retrieves the Arg list.
|
List<Expr> |
ClassInstanceExpr.getArgs()
Retrieves the Arg list.
|
List<Expr> |
SuperConstructorAccess.getArgs()
Retrieves the Arg list.
|
List<Expr> |
EnumConstant.getArgs()
Retrieves the Arg list.
|
List<Expr> |
ParSuperConstructorAccess.getArgs()
Retrieves the Arg list.
|
List<Expr> |
ParMethodAccess.getArgs()
Retrieves the Arg list.
|
List<Expr> |
ParConstructorAccess.getArgs()
Retrieves the Arg list.
|
List<Expr> |
EnumInstanceExpr.getArgs()
Retrieves the Arg list.
|
List<Expr> |
ConstructorAccess.getArgsNoTransform()
Retrieves the Arg list.
|
List<Expr> |
BoundMethodAccess.getArgsNoTransform()
Retrieves the Arg list.
|
List<Expr> |
MethodAccess.getArgsNoTransform()
Retrieves the Arg list.
|
List<Expr> |
ParClassInstanceExpr.getArgsNoTransform()
Retrieves the Arg list.
|
List<Expr> |
ClassInstanceExpr.getArgsNoTransform()
Retrieves the Arg list.
|
List<Expr> |
SuperConstructorAccess.getArgsNoTransform()
Retrieves the Arg list.
|
List<Expr> |
EnumConstant.getArgsNoTransform()
Retrieves the Arg list.
|
List<Expr> |
ParSuperConstructorAccess.getArgsNoTransform()
Retrieves the Arg list.
|
List<Expr> |
ParMethodAccess.getArgsNoTransform()
Retrieves the Arg list.
|
List<Expr> |
ParConstructorAccess.getArgsNoTransform()
Retrieves the Arg list.
|
List<Expr> |
EnumInstanceExpr.getArgsNoTransform()
Retrieves the Arg list.
|
Opt<Expr> |
ForStmt.getConditionOpt() |
Opt<Expr> |
ForStmt.getConditionOptNoTransform()
Retrieves the optional node for child Condition.
|
Opt<Expr> |
AssertStmt.getExprOpt() |
Opt<Expr> |
Dims.getExprOpt() |
Opt<Expr> |
AssertStmt.getExprOptNoTransform()
Retrieves the optional node for child Expr.
|
Opt<Expr> |
Dims.getExprOptNoTransform()
Retrieves the optional node for child Expr.
|
List<Expr> |
ArrayInit.getInitList()
Retrieves the Init list.
|
List<Expr> |
ArrayInit.getInitListNoTransform()
Retrieves the Init list.
|
Opt<Expr> |
VariableDeclaration.getInitOpt() |
Opt<Expr> |
VariableDecl.getInitOpt() |
Opt<Expr> |
ResourceDeclaration.getInitOpt() |
Opt<Expr> |
EnumConstant.getInitOpt() |
Opt<Expr> |
FieldDeclaration.getInitOpt() |
Opt<Expr> |
FieldDeclarationSubstituted.getInitOpt() |
Opt<Expr> |
VariableDeclaration.getInitOptNoTransform()
Retrieves the optional node for child Init.
|
Opt<Expr> |
VariableDecl.getInitOptNoTransform()
Retrieves the optional node for child Init.
|
Opt<Expr> |
ResourceDeclaration.getInitOptNoTransform()
Retrieves the optional node for child Init.
|
Opt<Expr> |
EnumConstant.getInitOptNoTransform()
Retrieves the optional node for child Init.
|
Opt<Expr> |
FieldDeclaration.getInitOptNoTransform()
Retrieves the optional node for child Init.
|
Opt<Expr> |
FieldDeclarationSubstituted.getInitOptNoTransform()
Retrieves the optional node for child Init.
|
List<Expr> |
ArrayInit.getInits()
Retrieves the Init list.
|
List<Expr> |
ArrayInit.getInitsNoTransform()
Retrieves the Init list.
|
Opt<Expr> |
ReturnStmt.getResultOpt() |
Opt<Expr> |
ReturnStmt.getResultOptNoTransform()
Retrieves the optional node for child Result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConstructorAccess.addArg(Expr node)
Append an element to the Arg list.
|
void |
BoundMethodAccess.addArg(Expr node)
Append an element to the Arg list.
|
void |
MethodAccess.addArg(Expr node)
Append an element to the Arg list.
|
void |
ParClassInstanceExpr.addArg(Expr node)
Append an element to the Arg list.
|
void |
ClassInstanceExpr.addArg(Expr node)
Append an element to the Arg list.
|
void |
SuperConstructorAccess.addArg(Expr node)
Append an element to the Arg list.
|
void |
EnumConstant.addArg(Expr node)
Append an element to the Arg list.
|
void |
ParSuperConstructorAccess.addArg(Expr node)
Append an element to the Arg list.
|
void |
ParMethodAccess.addArg(Expr node)
Append an element to the Arg list.
|
void |
ParConstructorAccess.addArg(Expr node)
Append an element to the Arg list.
|
void |
EnumInstanceExpr.addArg(Expr node)
Append an element to the Arg list.
|
void |
ConstructorAccess.addArgNoTransform(Expr node) |
void |
BoundMethodAccess.addArgNoTransform(Expr node) |
void |
MethodAccess.addArgNoTransform(Expr node) |
void |
ParClassInstanceExpr.addArgNoTransform(Expr node) |
void |
ClassInstanceExpr.addArgNoTransform(Expr node) |
void |
SuperConstructorAccess.addArgNoTransform(Expr node) |
void |
EnumConstant.addArgNoTransform(Expr node) |
void |
ParSuperConstructorAccess.addArgNoTransform(Expr node) |
void |
ParMethodAccess.addArgNoTransform(Expr node) |
void |
ParConstructorAccess.addArgNoTransform(Expr node) |
void |
EnumInstanceExpr.addArgNoTransform(Expr node) |
void |
ArrayInit.addInit(Expr node)
Append an element to the Init list.
|
void |
ArrayInit.addInitNoTransform(Expr node) |
boolean |
TypeDecl.assignConversionTo(TypeDecl type,
Expr expr) |
static Stmt |
AssignExpr.asStmt(Expr left,
Expr right) |
Value |
TypeDecl.emitCastTo(Body b,
Expr expr,
TypeDecl type) |
boolean |
ClassDecl.eqIsTrue(Expr left,
Expr right) |
boolean |
DoubleType.eqIsTrue(Expr left,
Expr right) |
boolean |
IntegralType.eqIsTrue(Expr left,
Expr right) |
boolean |
FloatType.eqIsTrue(Expr left,
Expr right) |
boolean |
LongType.eqIsTrue(Expr left,
Expr right) |
boolean |
BooleanType.eqIsTrue(Expr left,
Expr right) |
boolean |
TypeDecl.eqIsTrue(Expr left,
Expr right) |
boolean |
DoubleType.leIsTrue(Expr left,
Expr right) |
boolean |
IntegralType.leIsTrue(Expr left,
Expr right) |
boolean |
FloatType.leIsTrue(Expr left,
Expr right) |
boolean |
LongType.leIsTrue(Expr left,
Expr right) |
boolean |
TypeDecl.leIsTrue(Expr left,
Expr right) |
boolean |
DoubleType.ltIsTrue(Expr left,
Expr right) |
boolean |
IntegralType.ltIsTrue(Expr left,
Expr right) |
boolean |
FloatType.ltIsTrue(Expr left,
Expr right) |
boolean |
LongType.ltIsTrue(Expr left,
Expr right) |
boolean |
TypeDecl.ltIsTrue(Expr left,
Expr right) |
boolean |
TypeDecl.mayAccess(Expr expr,
FieldDeclaration field) |
void |
ConstructorAccess.setArg(Expr node,
int i)
Replaces the Arg list element at index
i with the new node node. |
void |
BoundMethodAccess.setArg(Expr node,
int i)
Replaces the Arg list element at index
i with the new node node. |
void |
MethodAccess.setArg(Expr node,
int i)
Replaces the Arg list element at index
i with the new node node. |
void |
ParClassInstanceExpr.setArg(Expr node,
int i)
Replaces the Arg list element at index
i with the new node node. |
void |
ClassInstanceExpr.setArg(Expr node,
int i)
Replaces the Arg list element at index
i with the new node node. |
void |
SuperConstructorAccess.setArg(Expr node,
int i)
Replaces the Arg list element at index
i with the new node node. |
void |
EnumConstant.setArg(Expr node,
int i)
Replaces the Arg list element at index
i with the new node node. |
void |
ParSuperConstructorAccess.setArg(Expr node,
int i)
Replaces the Arg list element at index
i with the new node node. |
void |
ParMethodAccess.setArg(Expr node,
int i)
Replaces the Arg list element at index
i with the new node node. |
void |
ParConstructorAccess.setArg(Expr node,
int i)
Replaces the Arg list element at index
i with the new node node. |
void |
EnumInstanceExpr.setArg(Expr node,
int i)
Replaces the Arg list element at index
i with the new node node. |
void |
ForStmt.setCondition(Expr node)
Replaces the (optional) Condition child.
|
void |
DoStmt.setCondition(Expr node)
Replaces the Condition child.
|
void |
WhileStmt.setCondition(Expr node)
Replaces the Condition child.
|
void |
IfStmt.setCondition(Expr node)
Replaces the Condition child.
|
void |
ConditionalExpr.setCondition(Expr node)
Replaces the Condition child.
|
void |
AssignDivExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignLShiftExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignMultiplicativeExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignMinusExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignSimpleExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignAdditiveExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignModExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignBitwiseExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignXorExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignPlusExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignURShiftExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignOrExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignRShiftExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignShiftExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignAndExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
AssignMulExpr.setDest(Expr node)
Replaces the Dest child.
|
void |
ParExpr.setExpr(Expr node)
Replaces the Expr child.
|
void |
ExprStmt.setExpr(Expr node)
Replaces the Expr child.
|
void |
ThrowStmt.setExpr(Expr node)
Replaces the Expr child.
|
void |
ArrayTypeWithSizeAccess.setExpr(Expr node)
Replaces the Expr child.
|
void |
InstanceOfExpr.setExpr(Expr node)
Replaces the Expr child.
|
void |
CastExpr.setExpr(Expr node)
Replaces the Expr child.
|
void |
AssertStmt.setExpr(Expr node)
Replaces the (optional) Expr child.
|
void |
Dims.setExpr(Expr node)
Replaces the (optional) Expr child.
|
void |
ArrayAccess.setExpr(Expr node)
Replaces the Expr child.
|
void |
ElementConstantValue.setExpr(Expr node)
Replaces the Expr child.
|
void |
SynchronizedStmt.setExpr(Expr node)
Replaces the Expr child.
|
void |
SwitchStmt.setExpr(Expr node)
Replaces the Expr child.
|
void |
EnhancedForStmt.setExpr(Expr node)
Replaces the Expr child.
|
void |
ConditionalExpr.setFalseExpr(Expr node)
Replaces the FalseExpr child.
|
void |
AssertStmt.setfirst(Expr node)
Replaces the first child.
|
void |
VariableDeclaration.setInit(Expr node)
Replaces the (optional) Init child.
|
void |
VariableDecl.setInit(Expr node)
Replaces the (optional) Init child.
|
void |
ResourceDeclaration.setInit(Expr node)
Replaces the (optional) Init child.
|
void |
EnumConstant.setInit(Expr node)
Replaces the (optional) Init child.
|
void |
FieldDeclaration.setInit(Expr node)
Replaces the (optional) Init child.
|
void |
FieldDeclarationSubstituted.setInit(Expr node)
Replaces the (optional) Init child.
|
void |
ArrayInit.setInit(Expr node,
int i)
Replaces the Init list element at index
i with the new node node. |
void |
Dot.setLeft(Expr node)
Replaces the Left child.
|
void |
AbstractDot.setLeft(Expr node)
Replaces the Left child.
|
void |
LTExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
MultiplicativeExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
GEExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
AndBitwiseExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
GTExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
EqualityExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
RelationalExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
EQExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
Binary.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
SubExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
AddExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
ShiftExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
DivExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
OrLogicalExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
RShiftExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
ModExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
MulExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
LEExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
AdditiveExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
URShiftExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
XorBitwiseExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
LShiftExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
LogicalExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
NEExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
OrBitwiseExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
ArithmeticExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
AndLogicalExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
BitwiseExpr.setLeftOperand(Expr node)
Replaces the LeftOperand child.
|
void |
PostDecExpr.setOperand(Expr node)
Replaces the Operand child.
|
void |
PostfixExpr.setOperand(Expr node)
Replaces the Operand child.
|
void |
PlusExpr.setOperand(Expr node)
Replaces the Operand child.
|
void |
LogNotExpr.setOperand(Expr node)
Replaces the Operand child.
|
void |
PreDecExpr.setOperand(Expr node)
Replaces the Operand child.
|
void |
MinusExpr.setOperand(Expr node)
Replaces the Operand child.
|
void |
BitNotExpr.setOperand(Expr node)
Replaces the Operand child.
|
void |
PostIncExpr.setOperand(Expr node)
Replaces the Operand child.
|
void |
PreIncExpr.setOperand(Expr node)
Replaces the Operand child.
|
void |
Unary.setOperand(Expr node)
Replaces the Operand child.
|
void |
ReturnStmt.setResult(Expr node)
Replaces the (optional) Result child.
|
void |
LTExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
MultiplicativeExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
GEExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
AndBitwiseExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
GTExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
EqualityExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
RelationalExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
EQExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
Binary.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
SubExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
AddExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
ShiftExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
DivExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
OrLogicalExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
RShiftExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
ModExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
MulExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
LEExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
AdditiveExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
URShiftExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
XorBitwiseExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
LShiftExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
LogicalExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
NEExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
OrBitwiseExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
ArithmeticExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
AndLogicalExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
BitwiseExpr.setRightOperand(Expr node)
Replaces the RightOperand child.
|
void |
AssignDivExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignLShiftExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignMultiplicativeExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignMinusExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignSimpleExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignAdditiveExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignModExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignBitwiseExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignXorExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignPlusExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignURShiftExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignOrExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignRShiftExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignShiftExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignAndExpr.setSource(Expr node)
Replaces the Source child.
|
void |
AssignMulExpr.setSource(Expr node)
Replaces the Source child.
|
void |
ConditionalExpr.setTrueExpr(Expr node)
Replaces the TrueExpr child.
|
void |
ConstCase.setValue(Expr node)
Replaces the Value child.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConstructorAccess.setArgList(List<Expr> list)
Replaces the Arg list.
|
void |
BoundMethodAccess.setArgList(List<Expr> list)
Replaces the Arg list.
|
void |
MethodAccess.setArgList(List<Expr> list)
Replaces the Arg list.
|
void |
ParClassInstanceExpr.setArgList(List<Expr> list)
Replaces the Arg list.
|
void |
ClassInstanceExpr.setArgList(List<Expr> list)
Replaces the Arg list.
|
void |
SuperConstructorAccess.setArgList(List<Expr> list)
Replaces the Arg list.
|
void |
EnumConstant.setArgList(List<Expr> list)
Replaces the Arg list.
|
void |
ParSuperConstructorAccess.setArgList(List<Expr> list)
Replaces the Arg list.
|
void |
ParMethodAccess.setArgList(List<Expr> list)
Replaces the Arg list.
|
void |
ParConstructorAccess.setArgList(List<Expr> list)
Replaces the Arg list.
|
void |
EnumInstanceExpr.setArgList(List<Expr> list)
Replaces the Arg list.
|
void |
ForStmt.setConditionOpt(Opt<Expr> opt)
Replaces the optional node for the Condition child.
|
void |
AssertStmt.setExprOpt(Opt<Expr> opt)
Replaces the optional node for the Expr child.
|
void |
Dims.setExprOpt(Opt<Expr> opt)
Replaces the optional node for the Expr child.
|
void |
ArrayInit.setInitList(List<Expr> list)
Replaces the Init list.
|
void |
VariableDeclaration.setInitOpt(Opt<Expr> opt)
Replaces the optional node for the Init child.
|
void |
VariableDecl.setInitOpt(Opt<Expr> opt)
Replaces the optional node for the Init child.
|
void |
ResourceDeclaration.setInitOpt(Opt<Expr> opt)
Replaces the optional node for the Init child.
|
void |
EnumConstant.setInitOpt(Opt<Expr> opt)
Replaces the optional node for the Init child.
|
void |
FieldDeclaration.setInitOpt(Opt<Expr> opt)
Replaces the optional node for the Init child.
|
void |
FieldDeclarationSubstituted.setInitOpt(Opt<Expr> opt)
Replaces the optional node for the Init child.
|
void |
ReturnStmt.setResultOpt(Opt<Expr> opt)
Replaces the optional node for the Result child.
|
Copyright © 2020 Soot OSS. All rights reserved.