Package eu.bandm.tools.ramus.runtime2
Class State
java.lang.Object
eu.bandm.tools.ramus.runtime2.State
- All Implemented Interfaces:
Environment
Immutable semantic parsing state for AST construction.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic State.ProjectiongetTable()getValue()pop()<A> Aproject(AbstractExpression<?, ?, A> expr) push()pushEntries(Map<Object, ? extends Data> entries) removeAll(Collection<? extends Object> keys) toString()static State.Projectionvalue()withEntries(Map<Object, ? extends Data> entries)
-
Field Details
-
initial
-
-
Constructor Details
-
State
-
-
Method Details
-
withValue
-
map
-
withEntry
-
withEntries
-
push
-
pushEntry
-
pushEntries
-
pop
-
getTable
-
getValue
- Specified by:
getValuein interfaceEnvironment
-
assign
-
add
-
add
-
remove
-
removeAll
-
get
- Specified by:
getin interfaceEnvironment
-
access
-
toString
-
assigned
-
value
-
project
-