Class IWebCaller.WebCallDeclaration

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    IWebCaller

    public static class IWebCaller.WebCallDeclaration
    extends java.lang.Object
    implements java.io.Serializable
    A class for storing one parsed web call declaration from some .webcalls file.
    Author:
    Sergejs Kozlovics
    See Also:
    Serialized Form
    • Field Detail

      • pwd

        public java.lang.String pwd
      • isPublic

        public boolean isPublic
      • isStatic

        public boolean isStatic
      • isInline

        public boolean isInline
      • isSingle

        public boolean isSingle
      • resolvedInstructionSet

        public java.lang.String resolvedInstructionSet
      • isClient

        public boolean isClient
      • resolvedLocation

        public java.lang.String resolvedLocation
    • Constructor Detail

      • WebCallDeclaration

        public WebCallDeclaration​(java.lang.String location,
                                  java.lang.String _pwd)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object