public interface InvokeKind
| Modifier and Type | Field and Description |
|---|---|
static Integer |
INVOKE_FUNC
The member is called using a normal function invocation syntax
|
static Integer |
INVOKE_PROPERTYGET
The function is invoked using a normal property-access syntax.
|
static Integer |
INVOKE_PROPERTYPUT
The function is invoked using a property value assignment syntax.
|
static Integer |
INVOKE_PROPERTYPUTREF
The function is invoked using a property reference assignment syntax.
|
static final Integer INVOKE_FUNC
static final Integer INVOKE_PROPERTYGET
static final Integer INVOKE_PROPERTYPUT
static final Integer INVOKE_PROPERTYPUTREF
Copyright © 2017 LSST. All rights reserved.