public class ConcreteLitType<T> extends ConcreteType
name, supertype| Modifier | Constructor and Description |
|---|---|
protected |
ConcreteLitType(AbstractType supertype,
String name) |
| Modifier and Type | Method and Description |
|---|---|
LiteralType<T> |
newLiteralType(T value) |
isSubtypeOf, join, meet, restrict, supertype, toStringcompareTo, isConsistentSubtypeOf, isConsistentWith, unionWithprotected ConcreteLitType(AbstractType supertype, String name)
public LiteralType<T> newLiteralType(T value)
Copyright © 2016–2017. All rights reserved.