Uses of Class
com.fizzed.rocker.model.JavaVariable
-
Packages that use JavaVariable Package Description com.fizzed.rocker.model -
-
Uses of JavaVariable in com.fizzed.rocker.model
Fields in com.fizzed.rocker.model declared as JavaVariable Modifier and Type Field Description private JavaVariableArgument. variableprivate JavaVariableWithStatement.VariableWithExpression. variableFields in com.fizzed.rocker.model with type parameters of type JavaVariable Modifier and Type Field Description private java.util.List<JavaVariable>ForStatement. argumentsMethods in com.fizzed.rocker.model that return JavaVariable Modifier and Type Method Description JavaVariableWithStatement.VariableWithExpression. getVariable()static JavaVariableJavaVariable. parse(java.lang.String s)Methods in com.fizzed.rocker.model that return types with arguments of type JavaVariable Modifier and Type Method Description java.util.List<JavaVariable>ForStatement. getArguments()static java.util.List<JavaVariable>JavaVariable. parseList(java.lang.String s)Constructors in com.fizzed.rocker.model with parameters of type JavaVariable Constructor Description Argument(SourceRef sourceRef, JavaVariable variable)VariableWithExpression(JavaVariable variable, java.lang.String valueExpression)Constructor parameters in com.fizzed.rocker.model with type arguments of type JavaVariable Constructor Description ForStatement(java.util.List<JavaVariable> arguments, java.lang.String valueExpression)
-