|
||||||||||
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.OwExprUnaryExpressionType
public class OwExprUnaryExpressionType
Expression type of all unary expressions.
Applies custom-unary regression rules.
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 | |
---|---|
OwExprUnaryExpressionType(OwExprUnaryOperator operator_p,
OwExprExpressionType generatorType_p,
Collection inferringTypes_p)
|
|
OwExprUnaryExpressionType(OwExprUnaryOperator operator_p,
OwExprExpressionType generatorType_p,
OwExprType type_p)
|
|
OwExprUnaryExpressionType(OwExprUnaryOperator operator_p,
OwExprExpressionType generatorType_p,
OwExprType[] inferringTypes_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 OwExprUnaryExpressionType(OwExprUnaryOperator operator_p, OwExprExpressionType generatorType_p, Collection inferringTypes_p)
public OwExprUnaryExpressionType(OwExprUnaryOperator operator_p, OwExprExpressionType generatorType_p, OwExprType type_p)
public OwExprUnaryExpressionType(OwExprUnaryOperator operator_p, OwExprExpressionType generatorType_p, OwExprType[] inferringTypes_p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |