Package deltix.util.jcg
Interface JVariable
-
- All Superinterfaces:
JAnnotationContainer
- All Known Subinterfaces:
JInitMemberVariable
,JInitVariable
,JLocalVariable
,JMemberVariable
,JMethodArgument
- All Known Implementing Classes:
CSPropertyImpl
,ThisVariableImpl
public interface JVariable extends JAnnotationContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
modifiers()
java.lang.String
name()
java.lang.String
type()
-
Methods inherited from interface deltix.util.jcg.JAnnotationContainer
addAnnotation
-
-