public final class CoreOperatorSpec extends Object implements OperatorSpec
Modifier and Type | Class and Description |
---|---|
static class |
CoreOperatorSpec.CoreOperatorKind
Represents a kind of core operator.
|
OperatorSpec.OperatorKind
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CoreOperatorSpec.CoreOperatorKind |
getCategory()
Returns the core operator kind.
|
OperatorSpec.OperatorKind |
getOperatorKind()
Returns the kind of this operator.
|
int |
hashCode() |
static CoreOperatorSpec |
of(CoreOperatorSpec.CoreOperatorKind category)
Returns an instance.
|
String |
toString() |
public static CoreOperatorSpec of(CoreOperatorSpec.CoreOperatorKind category)
category
- the categorypublic OperatorSpec.OperatorKind getOperatorKind()
OperatorSpec
getOperatorKind
in interface OperatorSpec
public CoreOperatorSpec.CoreOperatorKind getCategory()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.