com.ibm.ftt.services.syntaxcheck
Interface ISyntaxCheckProperties


public interface ISyntaxCheckProperties


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 ICompileOptions getCompileOptions()
          Get the ICompileOptions object associated with this object
 IRemoteSyslibObject getSyslib()
          Get the SYSLIB object associated with this instance
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values
Method Detail

getCompileOptions

ICompileOptions getCompileOptions()
Get the ICompileOptions object associated with this object

Returns:
An ICompileOptions object

getSyslib

IRemoteSyslibObject getSyslib()
Get the SYSLIB object associated with this instance

Returns:
An IRemoteSyslibObject object