public class BuiltInTypeSymbol extends BaseSymbol implements Type
| Constructor and Description |
|---|
BuiltInTypeSymbol(String id,
Type type) |
BuiltInTypeSymbol(String id,
Type type,
Scope scope) |
| 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 boolean isInstanceOf(Object o)
TypeisInstanceOf in interface Typepublic boolean isAssignableValue(Object value)
TypeisAssignableValue in interface TypeCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.