Package jadex.javaparser
Interface IMapAccess
-
public interface IMapAccessSimple 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectget(java.lang.Object key)Get an object from the map.
-