public class TokenSet
extends java.lang.Object
Constructor and Description |
---|
TokenSet() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String token,
Operand operand) |
java.util.List |
getOperands() |
SearchType |
getSearchType() |
java.util.List |
getTokens() |
java.util.List |
getTokens(Operand op) |
boolean |
isEmpty() |
int |
size() |
public void add(java.lang.String token, Operand operand)
public java.util.List getTokens()
public java.util.List getOperands()
public boolean isEmpty()
public int size()
public java.util.List getTokens(Operand op)
public SearchType getSearchType()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.