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 |
isGroup(Object o) |
static boolean |
isMatchingGroup(Object o,
Group g) |
static boolean |
isNumber(Object o) |
static boolean |
isOperator(Object o) |
static boolean |
isVariable(Object o) |
Copyright © 2015–2022 SciJava. All rights reserved.