Class Parameter
java.lang.Object
edu.university.ecs.lab.common.models.ir.Node
edu.university.ecs.lab.common.models.ir.Parameter
- All Implemented Interfaces:
JsonSerializable
Represents a method call parameter
-
Field Summary
Modifier and TypeFieldDescriptionprivate Set<Annotation>
private String
Java class type of the class variable e.g.Fields inherited from class edu.university.ecs.lab.common.models.ir.Node
name, packageAndClassName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
-
Field Details
-
type
Java class type of the class variable e.g. String -
annotations
-
-
Constructor Details
-
Parameter
-
Parameter
-
-
Method Details
-
toJsonObject
public com.google.gson.JsonObject toJsonObject()- Specified by:
toJsonObject
in interfaceJsonSerializable
- Returns:
- a JsonObject representing this
-