public interface IPackageVisibilityInfo
Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Answer back the exports/opens flags.
|
int |
getIndex()
Answer back the exports/opens index.
|
char[] |
getPackageName()
Answer back the exports/opens package.
|
int[] |
getTargetModuleIndices()
Answer back the array of target module indices.
|
char[][] |
getTargetModuleNames()
Answer back the array of target module names.
|
int |
getTargetsCount()
Answer back the number of targets, zero if none.
|
int getIndex()
char[] getPackageName()
int getFlags()
int getTargetsCount()
int[] getTargetModuleIndices()
char[][] getTargetModuleNames()
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.