Interface JAssignableExpr
- All Superinterfaces:
JCommentable, JExpr, JStatement
- All Known Implementing Classes:
AbstractJAssignableExpr, ArrayLookupJExpr, FieldRefJExpr, NameJExpr, StaticRefJExpr
An expression which is assignable (that is, is a valid "lvalue").
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionCombine this expression with another using the binary+=operator.Combine this expression with another using the binary&=operator.Combine this expression with another using the binary=operator.Combine this expression with another using the binary/=operator.lshrAssign(JExpr e1) Combine this expression with another using the binary>>>=operator.Combine this expression with another using the binary%=operator.Combine this expression with another using the binary*=operator.Combine this expression with another using the binary|=operator.postDec()Apply the postfix--operator to this expression.postInc()Apply the postfix++operator to this expression.preDec()Apply the prefix--operator to this expression.preInc()Apply the prefix++operator to this expression.Combine this expression with another using the binary<<=operator.Combine this expression with another using the binary>>=operator.Combine this expression with another using the binary-=operator.Combine this expression with another using the binary^=operator.Methods inherited from interface JCommentable
blockComment, lineCommentMethods inherited from interface JExpr
_instanceof, _instanceof, _instanceof, _new, _new, _new, _newAnon, _newAnon, _newAnon, $v, and, band, bor, bxor, call, cast, cast, cast, comp, cond, div, eq, field, ge, gt, idx, idx, le, length, lshr, lt, minus, mod, ne, neg, not, or, paren, plus, shl, shr, times
-
Method Details
-
assign
-
addAssign
-
subAssign
-
mulAssign
-
divAssign
-
modAssign
-
andAssign
-
orAssign
-
xorAssign
-
shrAssign
-
lshrAssign
-
shlAssign
-
postInc
-
postDec
-
preInc
-
preDec
-