Class Java.LocalVariableDeclarationStatement

    • Field Detail

      • modifiers

        public final Java.Modifier[] modifiers
        The local variable modifiers (annotations and/or flags like FINAL).
      • type

        public final Java.Type type
        The declared type of the local variable.
      • variableDeclarators

        public final Java.VariableDeclarator[] variableDeclarators
        The (one or more) "variable declarators" that follow the type.