| Package | Description |
|---|---|
| ru.histone.v2.parser.node |
| Modifier and Type | Method and Description |
|---|---|
static CallType |
CallType.fromId(int id) |
CallType |
CallExpAstNode.getCallType() |
static CallType |
CallType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallType[] |
CallType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallExpAstNode.setCallType(CallType callType) |
| Constructor and Description |
|---|
CallExpAstNode(CallType callType) |
CallExpAstNode(CallType callType,
AstNode... res) |
Copyright © 2017. All rights reserved.