Package com.schibsted.spt.data.jslt.impl
Class ParameterInfo
- java.lang.Object
-
- com.schibsted.spt.data.jslt.impl.VariableInfo
-
- com.schibsted.spt.data.jslt.impl.ParameterInfo
-
public class ParameterInfo extends VariableInfo
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
-
Constructor Summary
Constructors Constructor Description ParameterInfo(java.lang.String name, Location location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
-
Methods inherited from class com.schibsted.spt.data.jslt.impl.VariableInfo
getDeclaration, getLocation, getSlot, getUsageCount, incrementUsageCount, isLet, setSlot
-
-
-
-
Constructor Detail
-
ParameterInfo
public ParameterInfo(java.lang.String name, Location location)
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in classVariableInfo
-
-