public class MethodReferenceExpr extends Expression
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE
Constructor and Description |
---|
MethodReferenceExpr() |
MethodReferenceExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Expression scope,
List<TypeParameter> typeParameters,
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() |
List<TypeParameter> |
getTypeParameters() |
void |
setIdentifier(String identifier) |
void |
setScope(Expression scope) |
void |
setTypeParameters(List<TypeParameter> typeParameters) |
addOrphanComment, contains, equals, getAllContainedComments, getBeginColumn, getBeginLine, getChildrenNodes, getComment, getData, getEndColumn, getEndLine, getOrphanComments, getParentNode, hasComment, hashCode, isPositionedAfter, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBeginColumn, setBeginLine, setComment, setData, setEndColumn, setEndLine, setParentNode, toString, toStringWithoutComments
public MethodReferenceExpr()
public MethodReferenceExpr(int beginLine, int beginColumn, int endLine, int endColumn, Expression scope, List<TypeParameter> typeParameters, 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 List<TypeParameter> getTypeParameters()
public void setTypeParameters(List<TypeParameter> typeParameters)
public String getIdentifier()
public void setIdentifier(String identifier)
Copyright © 2007-2015. All Rights Reserved.