org.nlogo.command
Class GeneratedDoubleReporter

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

public abstract class GeneratedDoubleReporter
extends DoubleReporter
implements GeneratedInstruction


Field Summary
 
Fields inherited from class org.nlogo.command.Instruction
agentBits, args, blockAgentClassString, chosenEvalMethod, chosenEvalMethodMatchCost, disassembly, userSource, world
 
Constructor Summary
GeneratedDoubleReporter(String agentClassString)
           
 
Method Summary
 
Methods inherited from class org.nlogo.command.DoubleReporter
report, reportDouble, reportDoubleValue, reportIntValue
 
Methods inherited from class org.nlogo.command.Reporter
isPureConstant
 
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

GeneratedDoubleReporter

public GeneratedDoubleReporter(String agentClassString)