com.sun.mdm.index.matching.converter
Class MatchTupleConverter.TokenInfo

java.lang.Object
  extended bycom.sun.mdm.index.matching.converter.MatchTupleConverter.TokenInfo
Enclosing class:
MatchTupleConverter

class MatchTupleConverter.TokenInfo
extends java.lang.Object

Utility class to return structured info from methods regarding EPath tokens The lack of accessors is by design for performance reasons. The use of these classes is in the spirit of 'structs'


Field Summary
protected  MatchTupleConverter.ChildInfo[] relevantChildrenMatchFields
           
protected  MatchTupleConverter.FieldInfo[] relevantFields
           
 
Constructor Summary
(package private) MatchTupleConverter.TokenInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relevantChildrenMatchFields

protected MatchTupleConverter.ChildInfo[] relevantChildrenMatchFields

relevantFields

protected MatchTupleConverter.FieldInfo[] relevantFields
Constructor Detail

MatchTupleConverter.TokenInfo

MatchTupleConverter.TokenInfo()


Sun Microsystems, Inc.