| 程序包 | 说明 |
|---|---|
| com.googlecode.aviator.lexer.token | |
| com.googlecode.aviator.runtime.function.seq | |
| com.googlecode.aviator.runtime.function.system |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
OperatorToken.getOperatorType() |
OperatorType |
OperatorToken.getValue(Map<String,Object> env) |
static OperatorType |
OperatorType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static OperatorType[] |
OperatorType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
OperatorToken(int startIndex,
OperatorType operatorType) |
| 构造器和说明 |
|---|
SeqMakePredicateFunFunction(String name,
OperatorType opType) |
SeqMakePredicateFunFunction(String name,
OperatorType opType,
AviatorObject value) |
SeqPredicateFunction(String name,
OperatorType opType,
AviatorObject value) |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorType |
BinaryFunction.getOpType() |
| 构造器和说明 |
|---|
BinaryFunction(OperatorType opType) |
Copyright © 2017. All Rights Reserved.