Package jadex.javaparser
Interface IMapAccess
public interface IMapAccess
Simple map like access for java objects in the parser.
Allows for using abbreviated expressions like $object.a
which is translated to $object.get(a)
-
Method Summary
-
Method Details
-
get
Get an object from the map.- Parameters:
key
- The key- Returns:
- The value.
-