public abstract class StaticMathImplementation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StaticMathImplementation.MayBeInteger |
static class |
StaticMathImplementation.MustBeFloat |
static class |
StaticMathImplementation.MustBeInteger |
| Modifier and Type | Field and Description |
|---|---|
static StaticMathImplementation |
MAY_BE_INTEGER |
static StaticMathImplementation |
MUST_BE_FLOAT |
static StaticMathImplementation |
MUST_BE_INTEGER |
| Constructor and Description |
|---|
StaticMathImplementation() |
| Modifier and Type | Method and Description |
|---|---|
abstract NumericOperationType |
opType(Type arg) |
abstract NumericOperationType |
opType(Type left,
Type right) |
public static StaticMathImplementation MAY_BE_INTEGER
public static StaticMathImplementation MUST_BE_FLOAT
public static StaticMathImplementation MUST_BE_INTEGER
public abstract NumericOperationType opType(Type left, Type right)
public abstract NumericOperationType opType(Type arg)
Copyright © 2016–2017. All rights reserved.