Class MethodReferenceExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
org.jd.core.v1.model.javasyntax.expression.MethodReferenceExpression
- All Implemented Interfaces:
Iterable<Expression>
,BaseExpression
,Expression
,Base<Expression>
- Direct Known Subclasses:
MethodInvocationExpression
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected Expression
protected String
protected String
Fields inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
type
Fields inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
lineNumber
Fields inherited from interface org.jd.core.v1.model.javasyntax.expression.Expression
UNKNOWN_LINE_NUMBER
-
Constructor Summary
ConstructorsConstructorDescriptionMethodReferenceExpression
(int lineNumber, Type type, Expression expression, String internalTypeName, String name, String descriptor) MethodReferenceExpression
(Type type, Expression expression, String internalTypeName, String name, String descriptor) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor visitor) getName()
void
setExpression
(Expression expression) Methods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberTypeExpression
getType, setType
Methods inherited from class org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
getLineNumber, getPriority
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jd.core.v1.util.Base
getFirst, getLast, getList, isList, iterator, size
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
expression
-
internalTypeName
-
name
-
descriptor
-
-
Constructor Details
-
MethodReferenceExpression
public MethodReferenceExpression(Type type, Expression expression, String internalTypeName, String name, String descriptor) -
MethodReferenceExpression
public MethodReferenceExpression(int lineNumber, Type type, Expression expression, String internalTypeName, String name, String descriptor)
-
-
Method Details
-
getExpression
-
setExpression
-
getInternalTypeName
-
getName
-
getDescriptor
-
accept
-