
public class JArrayLength extends JExpression
| Constructor and Description |
|---|
JArrayLength(SourceInfo info,
JExpression instance) |
| Modifier and Type | Method and Description |
|---|---|
JExpression |
getInstance() |
JType |
getType()
Returns the type of this expression.
|
boolean |
hasSideEffects() |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
makeReturnStatement, makeStatementgetSourceInfo, setSourceInfo, toSource, toStringpublic JArrayLength(SourceInfo info, JExpression instance)
public JExpression getInstance()
public JType getType()
HasTypepublic boolean hasSideEffects()
hasSideEffects in class JExpressionCopyright © 2018. All rights reserved.