public abstract class MethodReferenceNode extends TypeInferringNode
Node
representing a method reference.Modifier | Constructor and Description |
---|---|
protected |
MethodReferenceNode(String name)
Constructor.
|
protected MethodReferenceNode(String name)
name
- method nameIllegalArgumentException
- if name
is nullCopyright © 2022. All rights reserved.