|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.expression.language.OwExprExpressionType
com.wewebu.expression.language.OwExprConditionalExpressionType
public class OwExprConditionalExpressionType
Expression type of all short-conditional expressions.
Regresses the two possible resulting branches.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Field Summary |
|---|
| Fields inherited from class com.wewebu.expression.language.OwExprExpressionType |
|---|
m_inferringTypes, NOTYPE |
| Constructor Summary | |
|---|---|
OwExprConditionalExpressionType(OwExprExpressionType testType_p,
OwExprExpressionType trueType_p,
OwExprExpressionType falseType_p)
|
|
| Method Summary |
|---|
| Methods inherited from class com.wewebu.expression.language.OwExprExpressionType |
|---|
canInfer, equals, getInferringTypes, hashCode, printTypes, regressTo, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OwExprConditionalExpressionType(OwExprExpressionType testType_p,
OwExprExpressionType trueType_p,
OwExprExpressionType falseType_p)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||