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