|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acsinet_solutions.util.expr.AbstractExpression
public abstract class AbstractExpression
Abstract expression implementation
| Constructor Summary | |
|---|---|
AbstractExpression(java.lang.String type)
Public constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
getExpression(int pos)
Get the subexpression at the given position |
java.lang.String |
getType()
Return the Condition type. |
int |
size()
Return the expression list size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.acsinet_solutions.util.expr.Expression |
|---|
getExpressions |
| Constructor Detail |
|---|
public AbstractExpression(java.lang.String type)
type - A not-null not-empty String instance, typically from
com.acsinet_solutions.cetia4.expr.ExpressionTypes| Method Detail |
|---|
public final java.lang.String getType()
Expression
getType in interface Expressionpublic final int size()
Expression
size in interface Expressionpublic final java.lang.Object getExpression(int pos)
Expression
getExpression in interface Expressionpos - A nonnegative int value < size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||