Uses of Interface
com.artenum.rosetta.interfaces.core.GenericInterpreter
-
Packages that use GenericInterpreter Package Description com.artenum.rosetta.implementation com.artenum.rosetta.interfaces.core com.artenum.rosetta.test -
-
Uses of GenericInterpreter in com.artenum.rosetta.implementation
Methods in com.artenum.rosetta.implementation with parameters of type GenericInterpreter Modifier and Type Method Description void
FakeDictionnaryCompletionManager. setInterpretor(GenericInterpreter interpretor)
-
Uses of GenericInterpreter in com.artenum.rosetta.interfaces.core
Methods in com.artenum.rosetta.interfaces.core that return GenericInterpreter Modifier and Type Method Description GenericInterpreter
ConsoleConfiguration. getGenericInterpreter()
Returns the current Generic InterpreterMethods in com.artenum.rosetta.interfaces.core with parameters of type GenericInterpreter Modifier and Type Method Description void
CompletionManager. setInterpretor(GenericInterpreter interpretor)
Defines the interpretor -
Uses of GenericInterpreter in com.artenum.rosetta.test
Classes in com.artenum.rosetta.test that implement GenericInterpreter Modifier and Type Class Description class
FakeGenericInterpreter
-