-
- All Known Implementing Classes:
NativeFunctionMapperContext
- Enclosing interface:
- FunctionMapper
public static interface FunctionMapper.Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Collection<Annotation>getAnnotations()LibrarygetLibrary()Deprecated.booleanisSymbolPresent(String name)
-
-
-
Method Detail
-
getLibrary
@Deprecated Library getLibrary()
Deprecated.
-
isSymbolPresent
boolean isSymbolPresent(String name)
-
getAnnotations
Collection<Annotation> getAnnotations()
-
-