Package org.webappos.webcaller
Class IWebCaller.WebCallDeclaration
- java.lang.Object
-
- org.webappos.webcaller.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 Summary
Fields Modifier and Type Field Description IWebCaller.CallingConventions
callingConventions
boolean
isClient
boolean
isInline
boolean
isPublic
boolean
isSingle
boolean
isStatic
java.lang.String
pwd
java.lang.String
resolvedInstructionSet
java.lang.String
resolvedLocation
-
Constructor Summary
Constructors Constructor Description WebCallDeclaration(java.lang.String location, java.lang.String _pwd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
pwd
public java.lang.String pwd
-
isPublic
public boolean isPublic
-
isStatic
public boolean isStatic
-
isInline
public boolean isInline
-
isSingle
public boolean isSingle
-
callingConventions
public IWebCaller.CallingConventions callingConventions
-
resolvedInstructionSet
public java.lang.String resolvedInstructionSet
-
isClient
public boolean isClient
-
resolvedLocation
public java.lang.String resolvedLocation
-
-