Package org.jdesktop.el
Class Expression.Result
java.lang.Object
org.jdesktop.el.Expression.Result
- Enclosing class:
- Expression
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionResult
(Expression.Result.Type type, Object result, List<Expression.ResolvedProperty> resolvedProperties) -
Method Summary
-
Constructor Details
-
Result
public Result(Expression.Result.Type type, Object result, List<Expression.ResolvedProperty> resolvedProperties)
-
-
Method Details
-
getType
-
getResult
-
getResolvedProperties
-