public final class Tokens extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCharacter(Object o,
Character c) |
static boolean |
isComma(Object o) |
static boolean |
isFunction(Object o) |
static boolean |
isLeftParen(Object o) |
static boolean |
isNumber(Object o) |
static boolean |
isOperator(Object o) |
static boolean |
isParen(Object o) |
static boolean |
isRightParen(Object o) |
static boolean |
isVariable(Object o) |
static boolean |
isVerb(Object o) |
public static boolean isNumber(Object o)
public static boolean isFunction(Object o)
public static boolean isVariable(Object o)
public static boolean isOperator(Object o)
public static boolean isVerb(Object o)
public static boolean isComma(Object o)
public static boolean isParen(Object o)
public static boolean isLeftParen(Object o)
public static boolean isRightParen(Object o)
Copyright © 2015 SciJava. All rights reserved.