public class UnionBranch extends Object
case 1: short x;
case 0: case 8: case 2: long x;
default: long x;
case 0: case 2: default: char c;
Modifier and Type | Field and Description |
---|---|
boolean |
isDefault
true if this is the default branch.
|
Vector |
labels
A vector of Expression's, one for each label in the order in which
they appear in the IDL file.
|
TypedefEntry |
typedef
The type definition for the branch.
|
Constructor and Description |
---|
UnionBranch() |
public TypedefEntry typedef
public Vector labels
public boolean isDefault
Copyright © 2017 JBoss by Red Hat. All rights reserved.