Class StatementFunctionCall


  • public final class StatementFunctionCall
    extends Statement
    • Nested Class Summary

      • Nested classes/interfaces inherited from class ru.ispras.microtesk.translator.nml.ir.primitive.Statement

        Statement.Kind
    • Constructor Summary

      Constructors 
      Constructor Description
      StatementFunctionCall​(java.lang.String name, java.lang.Object... args)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getArgument​(int index)  
      int getArgumentCount()  
      java.lang.String getName()  
      • Methods inherited from class ru.ispras.microtesk.translator.nml.ir.primitive.Statement

        getKind
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StatementFunctionCall

        public StatementFunctionCall​(java.lang.String name,
                                     java.lang.Object... args)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getArgumentCount

        public int getArgumentCount()
      • getArgument

        public java.lang.Object getArgument​(int index)