All Packages Class Hierarchy This Package Previous Next Index
Class com.las.ogdi.OGDISyntacticToken
java.lang.Object
|
+----com.las.ogdi.OGDISyntacticToken
- public abstract class OGDISyntacticToken
- extends Object
The SyntacticToken class abstracts the syntactic tokens of an OGDI request.
A sytaxic token is either a dictionary item, a separator (like "@")
or a soft string (an expression).
- Version:
- 1.0
- Author:
- Las Inc.
- See Also:
- OGDISyntaxModel, OGDISeparatorSyntacticToken, OGDIExpressionSyntacticToken, OGDIItemSyntacticToken
-
OGDISyntacticToken()
- Creates a SyntacticToken instance.
-
toString()
- Gets the complete description.
OGDISyntacticToken
protected OGDISyntacticToken()
- Creates a SyntacticToken instance.
- Parameters:
- no - parameter
- Returns:
- no return
- Throws: no
- exception
toString
public String toString()
- Gets the complete description.
- Parameters:
- no - parameter
- Returns:
- the description as string
- Throws: no
- exception
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index