Package de.neuland.jade4j.model
Class JadeModel
java.lang.Object
de.neuland.jade4j.model.JadeModel
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
LOCALS
- See Also:
-
scopes
-
mixins
-
filter
-
-
Constructor Details
-
JadeModel
-
-
Method Details
-
pushScope
public void pushScope() -
popScope
public void popScope() -
setMixin
-
getMixin
-
clear
public void clear() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
entrySet
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-
getFilter
-
addFilter
-