public abstract class BooleanExpression extends SMYLDObject
| Modifier and Type | Field and Description |
|---|---|
protected Vector<Expression> |
conditions |
protected String[] |
condsSep |
protected MultiTextPatternTockenizer |
condsTocken |
protected String[] |
singleCondSep |
protected String |
text |
NEW_LINE, OS_NEW_LINE| Constructor and Description |
|---|
BooleanExpression() |
BooleanExpression(String Text) |
| Modifier and Type | Method and Description |
|---|---|
abstract String[] |
getSeparators() |
String |
getText() |
boolean |
isMultiCondition(String condText) |
void |
parseText() |
void |
setText(String newText) |
debug, getLenName, insertInstanceValue, printInstanceValues, toStringprotected Vector<Expression> conditions
protected String text
protected String[] condsSep
protected String[] singleCondSep
protected MultiTextPatternTockenizer condsTocken
public BooleanExpression()
public BooleanExpression(String Text)
Copyright © 2019 SMYLD. All rights reserved.