◆ Features()
ppt4j.feature.Features.Features |
( |
@NonNull SourceType | sourceType, |
|
|
@NonNull String | className, |
|
|
int | lineNo ) |
|
protected |
◆ equals()
boolean ppt4j.feature.Features.equals |
( |
Object | rhs | ) |
|
Checks if this Features object is equal to another object.
- Parameters
-
rhs | the object to compare this Features object to |
- Returns
- true if the objects are equal, false otherwise
◆ isEmpty()
boolean ppt4j.feature.Features.isEmpty |
( |
| ) |
|
Checks if all the collections (Constants, MethodInvocations, FieldAccesses, ObjCreations, Instructions, and Misc) are empty.
- Returns
- true if all collections are empty, false otherwise
◆ size()
int ppt4j.feature.Features.size |
( |
| ) |
|
This method calculates the total size of various components including Constants, MethodInvocations, FieldAccesses, ObjCreations, Instructions, and Misc. It then returns the sum of all of these sizes.
◆ toString()
String ppt4j.feature.Features.toString |
( |
| ) |
|
◆ className
String ppt4j.feature.Features.className |
|
protected |
◆ Constants
final Set<Object> ppt4j.feature.Features.Constants = new HashSet<>() |
|
protected |
◆ FieldAccesses
final Set<String> ppt4j.feature.Features.FieldAccesses = new HashSet<>() |
|
protected |
◆ Instructions
final Set<InstType> ppt4j.feature.Features.Instructions = new HashSet<>() |
|
protected |
◆ lineNo
int ppt4j.feature.Features.lineNo |
|
protected |
◆ MethodInvocations
final Set<String> ppt4j.feature.Features.MethodInvocations = new HashSet<>() |
|
protected |
◆ Misc
final Set<String> ppt4j.feature.Features.Misc = new HashSet<>() |
|
protected |
◆ ObjCreations
final Set<String> ppt4j.feature.Features.ObjCreations = new HashSet<>() |
|
protected |
◆ sourceType
final SourceType ppt4j.feature.Features.sourceType |
|
protected |
The documentation for this class was generated from the following file: