ponderToolkit.compiler.codeGen.interfaces.events
Interface SingleTimerEventI

All Superinterfaces:
EventI
All Known Subinterfaces:
SingleLibraryEventI
All Known Implementing Classes:
SingleTimerEvent

public interface SingleTimerEventI
extends EventI

Function: Models a Single-Timer-Event: Timer.methodCall


Fields inherited from interface ponderToolkit.compiler.codeGen.interfaces.events.EventI
COMPOSITE_EVENT, MULTIPLE_EVENT, NO_INTERLEAVE_EVENT, SINGLE_EXPRESSION_EVENT, SINGLE_LIBRARY_EVENT, SINGLE_NAMED_EVENT, SINGLE_TIMER_EVENT, TIME_EVENT
 
Method Summary
 java.lang.String getMethodName()
          Get the name of the method
 ActualParameterListI getParameters()
          Get the parameters to the method call
 
Methods inherited from interface ponderToolkit.compiler.codeGen.interfaces.events.EventI
getAnalysisCode, getString, getType
 

Method Detail

getMethodName

public java.lang.String getMethodName()
Get the name of the method

getParameters

public ActualParameterListI getParameters()
Get the parameters to the method call