Package deltix.util.jcg
Interface JInitVariable
-
- All Superinterfaces:
JAnnotationContainer
,JVariable
- All Known Subinterfaces:
JInitMemberVariable
,JLocalVariable
- All Known Implementing Classes:
ThisVariableImpl
public interface JInitVariable extends JVariable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setInitValue(JExpr value)
-
Methods inherited from interface deltix.util.jcg.JAnnotationContainer
addAnnotation
-
-
-
-
Method Detail
-
setInitValue
void setInitValue(JExpr value)
-
-