org.nlogo.command
Class GeneratedReporter

java.lang.Object
  extended by org.nlogo.command.Instruction
      extended by org.nlogo.command.Reporter
          extended by org.nlogo.command.GeneratedReporter
All Implemented Interfaces:
Cloneable, GeneratedInstruction

public abstract class GeneratedReporter
extends Reporter
implements GeneratedInstruction


Field Summary
 
Fields inherited from class org.nlogo.command.Instruction
agentBits, args, blockAgentClassString, chosenEvalMethod, chosenEvalMethodMatchCost, disassembly, userSource, world
 
Constructor Summary
GeneratedReporter(String agentClassString)
           
 
Method Summary
 
Methods inherited from class org.nlogo.command.Reporter
isPureConstant, report
 
Methods inherited from class org.nlogo.command.Instruction
addProcedureToInliningRecords, agentClassCanPerform, agentClassString, agentClassString, argEvalAgent, argEvalAgentSet, argEvalAgentSet, argEvalBoolean, argEvalBooleanValue, argEvalDouble, argEvalDoubleValue, argEvalIntValue, argEvalLink, argEvalList, argEvalLong, argEvalLongValue, argEvalPatch, argEvalString, argEvalTurtle, assemble, checkAgentClass, checkAgentSetClass, clone, copyFieldsFrom, displayName, dump, dump, getInlinedDepth, getInliningRecords, getPositionAndLength, getSourceEndPosition, getSourceSnippet, getSourceStartPosition, getSyntax, init, newValidDouble, newValidDouble, optimize0, optimize1, optimize2, setSourceSnippet, throwAgentClassException, token, token, tokenLimitingType, tokenLimitingType, toString, validDouble, wasInlined, workspace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneratedReporter

public GeneratedReporter(String agentClassString)