inox
.
parsing
.
Elaborators
Store
Related Docs:
object Store
|
package Elaborators
class
Store
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Store
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
name:
String
,
sort:
ast.Trees.ADTSort
)
:
Store
def
+
(
name:
String
,
sort:
ast.Trees.ADTSort
,
cons:
ast.Trees.ADTConstructor
,
vd:
ast.Trees.ValDef
)
:
Store
def
+
(
name:
String
,
sort:
ast.Trees.ADTSort
,
cons:
ast.Trees.ADTConstructor
)
:
Store
def
+
(
name:
String
,
fd:
ast.Trees.FunDef
)
:
Store
def
+
(
name:
String
,
tp:
ast.Trees.TypeParameter
)
:
Store
def
+
(
name:
String
,
id:
Identifier
,
simple:
ast.Trees.Type
,
tpe:
Eventual
[
ast.Trees.Type
]
)
:
Store
def
+
(
p: (
String
,
Identifier
,
ast.Trees.Type
,
Eventual
[
ast.Trees.Type
])
)
:
Store
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getConstructor
(
name:
String
)
: (
ast.Trees.ADTSort
,
ast.Trees.ADTConstructor
)
def
getFields
(
name:
String
)
:
Seq
[(
ast.Trees.ADTSort
,
ast.Trees.ADTConstructor
,
ast.Trees.ValDef
)]
def
getFunction
(
name:
String
)
:
ast.Trees.FunDef
def
getSort
(
name:
String
)
:
ast.Trees.ADTSort
def
getTypeParameter
(
name:
String
)
:
ast.Trees.TypeParameter
def
getVariable
(
name:
String
)
: (
Identifier
,
ast.Trees.Type
,
Eventual
[
ast.Trees.Type
])
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isConstructor
(
name:
String
)
:
Boolean
def
isField
(
name:
String
)
:
Boolean
def
isFunction
(
name:
String
)
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isSort
(
name:
String
)
:
Boolean
def
isTypeParameter
(
name:
String
)
:
Boolean
def
isVariable
(
name:
String
)
:
Boolean
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped