Namespace: OpenEdge.Core.Util
Type: Class Token
Parent Classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object


Copyright (c) 2019 by Progress Software Corporation. All rights reserved.
File:Token
Purpose:Represents a token - group, arg and value. Only the value is
mutable
Author(s):pjudge
Created:2019-01-31



Method Summary
  Options Name Purpose
  OpenEdge.Core.Util.Token Parse (character) /* Parses a token string (group.arg.sub-arg) into a Token object @param character A complete string token @return Token A token instance */
  CHARACTER ToString ()

Constructor Summary
  Options Name Purpose
  Token (character, character) /* Constructor. @param character (mandatory) The Token group (not null or empty) @param character (mandatory) The Token argument (not null) */

Property Summary
  Options Name Purpose
  CHARACTER Arg
  CHARACTER Group
  CHARACTER Value


Method Detail
Top

OpenEdge.Core.Util.Token Parse (character)

/* Parses a token string (group.arg.sub-arg) into a Token object
Parameters:
pToken CHARACTER
 
Returns OpenEdge.Core.Util.Token
  Token A token instance
Top

CHARACTER ToString ()

Returns CHARACTER
 


Constructor Detail
Top

Token (character, character)

/* Constructor.
Parameters:
pGroup CHARACTER
 
pArg CHARACTER
 


Property Detail
Top

CHARACTER Arg

Returns CHARACTER
 
Top

CHARACTER Group

Returns CHARACTER
 
Top

CHARACTER Value

Returns CHARACTER