com.wewebu.expression.language
Class OwExprConditionalExpressionType

java.lang.Object
  extended by com.wewebu.expression.language.OwExprExpressionType
      extended by com.wewebu.expression.language.OwExprConditionalExpressionType

public class OwExprConditionalExpressionType
extends OwExprExpressionType

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

OwExprConditionalExpressionType

public OwExprConditionalExpressionType(OwExprExpressionType testType_p,
                                       OwExprExpressionType trueType_p,
                                       OwExprExpressionType falseType_p)


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.