Sha256: 5632753a33e3e93e04ad88f5ee0e9e9a365fefa93eed8e611a10688bc55fdf59
Contents?: true
Size: 324 Bytes
Versions: 12
Compression:
Stored size: 324 Bytes
Contents
package org.cx4a.rsense.typing.annotation; public interface TypeExpression { public enum Type { RELATIVE_IDENTITY, SCOPED_IDENTITY, ABSOLUTE_IDENTITY, UNION, VARIABLE, ANY, OPTIONAL, TUPLE, SPLAT, APPLICATION, SUBTYPE_CONS, NOBODY_PRAGMA, } public Type getType(); }
Version data entries
12 entries across 12 versions & 1 rubygems