LPEX
4.4.0

com.ibm.lpex.pli
Class PliParser.Keyword

java.lang.Object
  extended by com.ibm.lpex.pli.PliParser.Keyword
All Implemented Interfaces:
Comparable<PliParser.Keyword>
Enclosing class:
PliParser

public static final class PliParser.Keyword
extends Object
implements Comparable<PliParser.Keyword>

PL/I keyword information.


Method Summary
 int compareTo(PliParser.Keyword kwd)
          Compares Keywords, taking into account their attribute.
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(PliParser.Keyword kwd)
Compares Keywords, taking into account their attribute. Used in sorting keywords[] after they're loaded in.

Specified by:
compareTo in interface Comparable<PliParser.Keyword>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

LPEX
4.4.0

Copyright � 2016 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.