org.nlogo.nvm

Argument

class Argument extends Argument

Source
Argument.java
Linear Supertypes
Argument, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Argument
  2. Argument
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Argument (context: Context, arg: Reporter)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  9. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def get (): AnyRef

    Returns the argument as an Object without type checking.

    Returns the argument as an Object without type checking.

    Definition Classes
    ArgumentArgument
  12. def getAgent (): Agent

    Returns the argument as an Agent.

    Returns the argument as an Agent.

    Definition Classes
    ArgumentArgument
  13. def getAgentSet (): AgentSet

    Returns the argument as an org.nlogo.api.AgentSet.

    Returns the argument as an org.nlogo.api.AgentSet.

    Definition Classes
    ArgumentArgument
  14. def getBoolean (): Boolean

    Returns the argument as a boxed java.lang.Boolean

    Returns the argument as a boxed java.lang.Boolean

    Definition Classes
    ArgumentArgument
  15. def getBooleanValue (): Boolean

    Returns the value of the argument as an unboxed boolean.

    Returns the value of the argument as an unboxed boolean.

    Definition Classes
    ArgumentArgument
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def getCommandTask (): CommandTask

    Returns the argument as a org.nlogo.api.CommandTask.

    Returns the argument as a org.nlogo.api.CommandTask.

    Definition Classes
    ArgumentArgument
  18. def getDoubleValue (): Double

    Returns the value of the argument as an unboxed double.

    Returns the value of the argument as an unboxed double.

    Definition Classes
    ArgumentArgument
  19. def getIntValue (): Int

    Returns the value of the argument as an unboxed int.

    Returns the value of the argument as an unboxed int. Any fractional part is discarded.

    Definition Classes
    ArgumentArgument
  20. def getLink (): Link

    Returns the argument as a org.nlogo.api.Link.

    Returns the argument as a org.nlogo.api.Link.

    Definition Classes
    ArgumentArgument
  21. def getList (): LogoList

    Returns the argument as a org.nlogo.api.LogoList

    Returns the argument as a org.nlogo.api.LogoList

    Definition Classes
    ArgumentArgument
  22. def getPatch (): Patch

    Returns the argument as an org.nlogo.api.Patch

    Returns the argument as an org.nlogo.api.Patch

    Definition Classes
    ArgumentArgument
  23. def getReporter (): Reporter

  24. def getReporterTask (): ReporterTask

    Returns the argument as a org.nlogo.api.ReporterTask.

    Returns the argument as a org.nlogo.api.ReporterTask.

    Definition Classes
    ArgumentArgument
  25. def getString (): String

    Returns the argument as a String

    Returns the argument as a String

    Definition Classes
    ArgumentArgument
  26. def getTurtle (): Turtle

    Returns the argument as a org.nlogo.api.Turtle.

    Returns the argument as a org.nlogo.api.Turtle.

    Definition Classes
    ArgumentArgument
  27. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  28. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  29. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  30. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  31. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  32. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  33. def toString (): String

    Definition Classes
    AnyRef → Any
  34. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Argument

Inherited from AnyRef

Inherited from Any