BabelSignature

gapt.formats.babel.BabelSignature
See theBabelSignature companion object

A signature for the Babel parser. This class decides whether a free identifier is a variable or a constant.

Attributes

Companion
object
Source
BabelSignature.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Attributes

Source
BabelSignature.scala

Decides whether the symbol with the given identifier should be a variable or constant, and what its type should be.

Decides whether the symbol with the given identifier should be a variable or constant, and what its type should be.

Value parameters

s

The name of the symbol.

Attributes

Returns

Either IsVar(type) or IsConst(type).

Source
BabelSignature.scala