public class AliasFEELType extends Object implements SimpleType
Constructor and Description |
---|
AliasFEELType(String name,
BuiltInType wrapped) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
isAssignableValue(Object value)
Check if the value passed as parameter can be assigned to this type.
|
boolean |
isInstanceOf(Object o)
Definition of `instance of` accordingly to FEEL specifications Table 49.
|
public AliasFEELType(String name, BuiltInType wrapped)
public boolean isInstanceOf(Object o)
Type
isInstanceOf
in interface Type
public boolean isAssignableValue(Object value)
Type
isAssignableValue
in interface Type
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.