public static class CodingConvention.Bind
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Node |
parameters |
(package private) Node |
target |
(package private) Node |
thisValue |
Constructor and Description |
---|
Bind(Node target,
Node thisValue,
Node parameters) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getBoundParameterCount()
The number of parameters bound (not including the 'this' value).
|