borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.util 

WordArgType class

java.lang.Object
   +----borland.jbcl.util.GenericArgType
           +----borland.jbcl.util.WordArgType

About the WordArgType class

Variables  Constructors  Properties  Methods  
This class is used internally by other classes in the JBCL. You should never use this class directly.

WordArgType variables

Variables implemented in this class

Variables implemented in borland.jbcl.util.GenericArgType

WordArgType constructors

WordArgType properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

WordArgType methods

Methods implemented in this class

Methods implemented in borland.jbcl.util.GenericArgType

Methods implemented in java.lang.Object


WordArgType variables

value

  public boolean value
This variable is used internally by other classes in the JBCL. You should never use this variable directly.

WordArgType constructors

WordArgType(java.lang.String, boolean)

  public WordArgType(java.lang.String argID, boolean defValue)
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

WordArgType methods

set(java.lang.String[], int)

  public int set(java.lang.String[] args, int thisIndex)
This method is used internally by other classes in the JBCL. You should never use this method directly.

Overrides: borland.jbcl.util.GenericArgType.set(String[], int)