Class StatementAttributeCall


  • public final class StatementAttributeCall
    extends Statement
    • Method Detail

      • newArgumentCall

        public static StatementAttributeCall newArgumentCall​(java.lang.String calleeName,
                                                             java.lang.String attributeName)
      • getCalleeName

        public java.lang.String getCalleeName()
      • getAttributeName

        public java.lang.String getAttributeName()
      • getCalleeInstance

        public Instance getCalleeInstance()
      • isThisCall

        public boolean isThisCall()
      • isInstanceCall

        public boolean isInstanceCall()
      • createCallNode

        public static ru.ispras.fortress.expression.Node createCallNode​(StatementAttributeCall call)