Class AbstractMethodStmtNode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int[] args  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract Proto getProto()  
      • Methods inherited from class java.lang.Object

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

      • args

        public final int[] args
    • Constructor Detail

      • AbstractMethodStmtNode

        public AbstractMethodStmtNode​(Op op,
                                      int[] args)
    • Method Detail

      • getProto

        public abstract Proto getProto()