trait ExtensionManager extends AnyRef
- Alphabetic
- By Inheritance
- ExtensionManager
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
anyExtensionsLoaded: Boolean
Returns true if any extensions have been imported in the current model.
-
abstract
def
finishFullCompilation(): Unit
Instructs any extensions which haven't been re-imported during the current compile to shut down.
Instructs any extensions which haven't been re-imported during the current compile to shut down. Should be called during each full re-compile.
See the top of org.nlogo.workspace.ExtensionManager for full details.
-
abstract
def
importExtension(jarPath: String, errors: ErrorSource): Unit
Loads the extension contained in the jar at jarPath.
Loads the extension contained in the jar at jarPath.
- jarPath
the path to the extension jar. May be relative to the current model directory.
- errors
the ErrorSource to use when a CompilerException needs to be thrown.
- abstract def readExtensionObject(extensionName: String, typeName: String, value: String): ExtensionObject
-
abstract
def
replaceIdentifier(name: String): Primitive
Returns the identifier "name" by its imported implementation, if any, or null if not.
-
abstract
def
startFullCompilation(): Unit
During compilation, we reach the extensions [ ...
During compilation, we reach the extensions [ ... ] block. When that happens, the compiler tells the ExtensionManager that it needs to forget what extensions are in the extensions [ ... ] block, by calling this method.
The compiler will then call the importExtension method for each extension in the block. Among other things, this lets the ExtensionManager know each extension that is "live", or currently in the block, so that its primitives are available for use elsewhere in the model.
See the top of org.nlogo.workspace.ExtensionManager for full details.
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )