public class MethodReferenceExpr extends Expression
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE
Constructor and Description |
---|
MethodReferenceExpr() |
MethodReferenceExpr(Range range,
Expression scope,
TypeArguments typeArguments,
String identifier) |
Modifier and Type | Method and Description |
---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
String |
getIdentifier() |
Expression |
getScope() |
TypeArguments |
getTypeArguments() |
void |
setIdentifier(String identifier) |
void |
setScope(Expression scope) |
void |
setTypeArguments(TypeArguments typeArguments) |
addOrphanComment, clone, contains, equals, getAllContainedComments, getBegin, getChildrenNodes, getComment, getData, getEnd, getNodesByType, getOrphanComments, getParentNode, getParentNodeOfType, getRange, hasComment, hashCode, isPositionedAfter, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBegin, setBlockComment, setComment, setData, setEnd, setLineComment, setParentNode, setRange, toString, toStringWithoutComments, tryAddImportToParentCompilationUnit
public MethodReferenceExpr()
public MethodReferenceExpr(Range range, Expression scope, TypeArguments typeArguments, String identifier)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node
public Expression getScope()
public void setScope(Expression scope)
public TypeArguments getTypeArguments()
public void setTypeArguments(TypeArguments typeArguments)
public String getIdentifier()
public void setIdentifier(String identifier)
Copyright © 2007–2016. All rights reserved.