Class ConditionVars

java.lang.Object
org.glassfish.rmic.tools.tree.ConditionVars

class ConditionVars extends Object
This class is used to hold two sets of variables, one for the true branch, one for the false branch. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
  • Field Details

    • vsTrue

      Vset vsTrue
    • vsFalse

      Vset vsFalse
  • Constructor Details

    • ConditionVars

      ConditionVars()