
public final class JsInvocation extends JsExpression implements HasArguments
| Constructor and Description |
|---|
JsInvocation(SourceInfo sourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<JsExpression> |
getArguments() |
NodeKind |
getKind() |
JsExpression |
getQualifier() |
boolean |
hasSideEffects()
Determines whether the expression can cause side effects.
|
boolean |
isDefinitelyNotNull()
True if the target expression is definitely not null.
|
boolean |
isDefinitelyNull()
True if the target expression is definitely null.
|
void |
setQualifier(JsExpression qualifier) |
void |
traverse(JsVisitor v,
JsContext ctx)
Causes this object to have the visitor visit itself and its children.
|
isLeaf, makeStmtgetSourceInfo, setSourceInfo, toSource, toSource, toStringpublic JsInvocation(SourceInfo sourceInfo)
public List<JsExpression> getArguments()
getArguments in interface HasArgumentspublic JsExpression getQualifier()
public boolean hasSideEffects()
JsExpressionhasSideEffects in class JsExpressionpublic boolean isDefinitelyNotNull()
JsExpressionisDefinitelyNotNull in class JsExpressionpublic boolean isDefinitelyNull()
JsExpressionisDefinitelyNull in class JsExpressionpublic void setQualifier(JsExpression qualifier)
public void traverse(JsVisitor v, JsContext ctx)
JsVisitabletraverse in interface JsVisitablev - the visitor that should traverse this nodectx - the context of an existing traversalCopyright © 2018. All rights reserved.