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 Stringprotected Expressionprotected Stringprotected StringFields inherited from class AbstractLineNumberTypeExpression
typeFields inherited from class AbstractLineNumberExpression
lineNumberFields inherited from interface 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 TypeMethodDescriptionvoidaccept(ExpressionVisitor visitor) getName()voidsetExpression(Expression expression) Methods inherited from class AbstractLineNumberTypeExpression
getType, setTypeMethods inherited from class AbstractLineNumberExpression
getLineNumber, getPriorityMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-