aa
com.cliffc.aa.GVNGCM.Mode Enum Reference
Collaboration diagram for com.cliffc.aa.GVNGCM.Mode:
[legend]

Public Member Functions

 Mode (boolean CG)
 

Public Attributes

final boolean _CG
 
 Opto =(true )
 
 Parse =(false)
 
 PesiCG =(true )
 
 PesiNoCG =(false)
 

Detailed Description

Definition at line 14 of file GVNGCM.java.

Constructor & Destructor Documentation

◆ Mode()

com.cliffc.aa.GVNGCM.Mode.Mode ( boolean  CG)

Definition at line 20 of file GVNGCM.java.

20 { _CG=CG; }

Member Data Documentation

◆ _CG

final boolean com.cliffc.aa.GVNGCM.Mode._CG

◆ Opto

◆ Parse

◆ PesiCG

◆ PesiNoCG


The documentation for this enum was generated from the following file:
com.cliffc.aa.GVNGCM.Mode._CG
final boolean _CG
Definition: GVNGCM.java:19