|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CExprType | |
|---|---|
| org.jclarion.clarion.runtime | |
| org.jclarion.clarion.runtime.expr | |
| Uses of CExprType in org.jclarion.clarion.runtime |
|---|
| Methods in org.jclarion.clarion.runtime that return CExprType | |
|---|---|
CExprType |
SQLBindProcedure.getReturnType()
|
| Constructors in org.jclarion.clarion.runtime with parameters of type CExprType | |
|---|---|
SQLBindProcedure(java.lang.String name,
CExprType returnType,
CExprType... paramTypes)
|
|
SQLBindProcedure(java.lang.String name,
CExprType returnType,
CExprType... paramTypes)
|
|
| Uses of CExprType in org.jclarion.clarion.runtime.expr |
|---|
| Methods in org.jclarion.clarion.runtime.expr that return CExprType | |
|---|---|
CExprType |
LabelExpr.getType()
|
CExprType |
ProdExpr.getType()
|
CExprType |
PowExpr.getType()
|
CExprType |
NotExpr.getType()
|
abstract CExprType |
CExpr.getType()
Work out expression type |
CExprType |
BoolExpr.getType()
|
CExprType |
NegExpr.getType()
|
CExprType |
ConcatExpr.getType()
|
CExprType |
CmpExpr.getType()
|
CExprType |
ConstExpr.getType()
|
CExprType |
SumExpr.getType()
|
protected CExprType |
CExpr.resolveCasts(java.lang.Iterable<CExpr> in)
|
static CExprType |
CExprType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CExprType[] |
CExprType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jclarion.clarion.runtime.expr with parameters of type CExprType | |
|---|---|
void |
LabelExpr.cast(CExprType type)
|
void |
ProdExpr.cast(CExprType type)
|
void |
PowExpr.cast(CExprType type)
|
void |
NotExpr.cast(CExprType type)
|
abstract void |
CExpr.cast(CExprType type)
Force expr type to a new cast |
void |
BoolExpr.cast(CExprType type)
|
void |
NegExpr.cast(CExprType type)
|
void |
ConcatExpr.cast(CExprType type)
|
void |
CmpExpr.cast(CExprType type)
|
void |
ConstExpr.cast(CExprType type)
|
void |
SumExpr.cast(CExprType type)
|
protected void |
CExpr.cast(java.lang.Iterable<CExpr> in,
CExprType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||