public interface SpecificationContainer
Modifier and Type | Method and Description |
---|---|
String |
field(FieldDeclaration fd,
SpecificationEntity.Type type)
Return the security level of the field, represented as a String.
|
String |
field(String inPackage,
String inClass,
String name,
SpecificationEntity.Type type)
Return the security level of the field, represented as a String.
|
Set<String> |
flows(String domain)
Return the domains from which the given domain flows
|
String |
parameter(MethodDeclaration md,
int index,
SpecificationEntity.Type type)
Return the security level of the method parameter, represented as a
String.
|
String |
parameter(String inPackage,
String inClass,
String methodName,
String[] paramTypes,
int index,
SpecificationEntity.Type type)
Return the security level of the method parameter, represented as a String.
|
String |
returnValue(MethodDeclaration md,
SpecificationEntity.Type type)
Return the security level of the method return, represented as a String.
|
String |
returnValue(String inPackage,
String inClass,
String methodName,
String[] paramTypes,
SpecificationEntity.Type type)
Return the security level of the method return, represented as a String.
|
String field(FieldDeclaration fd, SpecificationEntity.Type type)
String field(String inPackage, String inClass, String name, SpecificationEntity.Type type)
String parameter(MethodDeclaration md, int index, SpecificationEntity.Type type)
String parameter(String inPackage, String inClass, String methodName, String[] paramTypes, int index, SpecificationEntity.Type type)
String returnValue(MethodDeclaration md, SpecificationEntity.Type type)
String returnValue(String inPackage, String inClass, String methodName, String[] paramTypes, SpecificationEntity.Type type)