Interface IExternalSymbolMap
- All Known Implementing Classes:
ExternalSymbolMapBase, ExternalSymbolMapForMap, ExternalSymbolMapSymbolTableWrapper
public interface IExternalSymbolMap
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value for the symbol with the given name.Called via bytecode.Invokes the named external function with the given arguments.voidSets the value of the symbol with the given name.
-
Method Details
-
getValue
-
getValue
-
setValue
-
invoke
Invokes the named external function with the given arguments. The name argument should correspond to the result of calling getName() on the external function symbol.- Parameters:
name- the name of the function symbolargs- the arguments to the method- Returns:
- the result of the function invocation
-