GrammarScope  4.0.0
Public Member Functions | Public Attributes | List of all members
grammarscope.utils.Triple< T1, T2, T3 > Class Template Reference

Public Member Functions

 Triple (final T1 first, final T2 second, final T3 third)
 

Public Attributes

final T1 first
 
final T2 second
 
final T3 third
 

Detailed Description

Triple

Parameters
<T1>type of first pair element
<T2>type of second pair element
<T3>type of third pair element
Author
Bernard Bou

Constructor & Destructor Documentation

◆ Triple()

grammarscope.utils.Triple< T1, T2, T3 >.Triple ( final T1  first,
final T2  second,
final T3  third 
)

Constructor

Parameters
firstfirst element
secondsecond element
thirdthird element

Member Data Documentation

◆ first

final T1 grammarscope.utils.Triple< T1, T2, T3 >.first

First element

◆ second

final T2 grammarscope.utils.Triple< T1, T2, T3 >.second

Second element

◆ third

final T3 grammarscope.utils.Triple< T1, T2, T3 >.third

Third element


The documentation for this class was generated from the following file: