Uses of Class
com.fizzed.rocker.model.JavaVariable
Packages that use JavaVariable
-
Uses of JavaVariable in com.fizzed.rocker.model
Fields in com.fizzed.rocker.model declared as JavaVariableModifier and TypeFieldDescriptionprivate final JavaVariableArgument.variableprivate final JavaVariableWithStatement.VariableWithExpression.variableFields in com.fizzed.rocker.model with type parameters of type JavaVariableMethods in com.fizzed.rocker.model that return JavaVariableModifier and TypeMethodDescriptionWithStatement.VariableWithExpression.getVariable()static JavaVariableMethods in com.fizzed.rocker.model that return types with arguments of type JavaVariableConstructors in com.fizzed.rocker.model with parameters of type JavaVariableModifierConstructorDescriptionArgument(SourceRef sourceRef, JavaVariable variable) privateVariableWithExpression(JavaVariable variable, String valueExpression) Constructor parameters in com.fizzed.rocker.model with type arguments of type JavaVariable