abstract 
        class
      
      
        Command extends Instruction
      
      
      
      
    
      
      
        
        
              Instance Constructors
              - 
      
      
      
        
        new
      
      
        Command()
      
      
 
        
        
              Abstract Value Members
              - 
      
      
      
        abstract 
        def
      
      
        perform(context: Context): Unit
      
      
- 
      
      
      
        abstract 
        def
      
      
        syntax(): Syntax
      
      
 
        
              Concrete Value Members
              - 
      
      
      
        final 
        def
      
      
        !=(arg0: AnyRef): Boolean
      
      
- 
      
      
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
- 
      
      
      
        final 
        def
      
      
        ##(): Int
      
      
- 
      
      
      
        final 
        def
      
      
        ==(arg0: AnyRef): Boolean
      
      
- 
      
      
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
- 
      
      
      
        
        def
      
      
        argEvalAgent(context: Context, argIndex: Int): Agent
      
      
- 
      
      
      
        
        def
      
      
        argEvalAgentSet(context: Context, argIndex: Int, type: java.lang.Class[_ <: org.nlogo.agent.Agent]): AgentSet
      
      
- 
      
      
      
        
        def
      
      
        argEvalAgentSet(context: Context, argIndex: Int): AgentSet
      
      
- 
      
      
      
        
        def
      
      
        argEvalBoolean(context: Context, argIndex: Int): Boolean
      
      
- 
      
      
      
        
        def
      
      
        argEvalBooleanValue(context: Context, argIndex: Int): Boolean
      
      
- 
      
      
      
        
        def
      
      
        argEvalCommandTask(context: Context, argIndex: Int): CommandTask
      
      
- 
      
      
      
        
        def
      
      
        argEvalDouble(context: Context, argIndex: Int): Double
      
      
- 
      
      
      
        
        def
      
      
        argEvalDoubleValue(context: Context, argIndex: Int): Double
      
      
- 
      
      
      
        
        def
      
      
        argEvalIntValue(context: Context, argIndex: Int): Int
      
      
- 
      
      
      
        
        def
      
      
        argEvalLink(context: Context, argIndex: Int): Link
      
      
- 
      
      
      
        
        def
      
      
        argEvalList(context: Context, argIndex: Int): LogoList
      
      
- 
      
      
      
        
        def
      
      
        argEvalPatch(context: Context, argIndex: Int): Patch
      
      
- 
      
      
      
        
        def
      
      
        argEvalReporterTask(context: Context, argIndex: Int): ReporterTask
      
      
- 
      
      
      
        
        def
      
      
        argEvalString(context: Context, argIndex: Int): String
      
      
- 
      
      
      
        
        def
      
      
        argEvalTurtle(context: Context, argIndex: Int): Turtle
      
      
- 
      
      
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
- 
      
      
      
        
        def
      
      
        callsOtherCode(): Boolean
      
      
- 
      
      
      
        
        def
      
      
        checkForBreedCompatibility(breed: AgentSet, context: Context): Unit
      
      
- 
      
      
      
        
        def
      
      
        clone(): AnyRef
      
      
- 
      
      
      
        
        def
      
      
        copyFieldsFrom(sourceInstr: Instruction): Unit
      
      
- 
      
      
      
        
        def
      
      
        displayName(): String
      
      
- 
      
      
      
        
        def
      
      
        dump(indentLevel: Int): String
      
      
- 
      
      
      
        
        def
      
      
        dump(): String
      
      
- 
      
      
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
- 
      
      
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
- 
      
      
      
    
- 
      
      
      
        
        def
      
      
        finalize(): Unit
      
      
- 
      
      
      
        final 
        def
      
      
        getClass(): java.lang.Class[_]
      
      
- 
      
      
      
        
        def
      
      
        getPositionAndLength(): Array[Int]
      
      
- 
      
      
      
        
        def
      
      
        getSourceEndPosition(): Int
      
      
- 
      
      
      
        
        def
      
      
        getSourceSnippet(): String
      
      
- 
      
      
      
        
        def
      
      
        getSourceStartPosition(): Int
      
      
- 
      
      
      
        
        def
      
      
        hashCode(): Int
      
      
- 
      
      
      
        
        def
      
      
        init(workspace: Workspace): Unit
      
      
- 
      
      
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
- 
      
      
      
        
        def
      
      
        mustNotBeDirected(breed: AgentSet, context: Context): Unit
      
      
- 
      
      
      
        
        def
      
      
        mustNotBeUndirected(breed: AgentSet, context: Context): Unit
      
      
- 
      
      
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
- 
      
      
      
        
        def
      
      
        newValidDouble(d: Double): Double
      
      
- 
      
      
      
        final 
        def
      
      
        notify(): Unit
      
      
- 
      
      
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
- 
      
      
      
        
        def
      
      
        setSourceSnippet(s: String): Unit
      
      
- 
      
      
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
- 
      
      
      
        
        def
      
      
        throwAgentClassException(context: Context, agentClass: java.lang.Class[_ <: org.nlogo.agent.Agent]): Unit
      
      
- 
      
      
      
        
        def
      
      
        toString(): String
      
      
- 
      
      
      
        
        def
      
      
        token(token: Token): Unit
      
      
- 
      
      
      
        
        def
      
      
        token(): Token
      
      
- 
      
      
      
        
        def
      
      
        tokenLimitingType(token: Token): Unit
      
      
- 
      
      
      
        
        def
      
      
        tokenLimitingType(): Token
      
      
- 
      
      
      
        
        def
      
      
        validDouble(d: Double): Double
      
      
- 
      
      
      
        
        def
      
      
        validLong(d: Double): Long
      
      
- 
      
      
      
        final 
        def
      
      
        wait(): Unit
      
      
- 
      
      
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
- 
      
      
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
 
        
         
        
        
              
Inherited from AnyRef
            
              
Inherited from Any