Project

General

Profile

Actions

Task #7397

closed

NodeVariable.new<type-of-variable>(final String name)

Added by Sergey Smolov almost 8 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Andrei Tatarnikov
Category:
Expression
Target version:
Start date:
07/13/2016
Due date:
% Done:

100%

Estimated time:
Detected in build:
svn
Published in build:
0.4.20

Description

Factory methods that create non-initialized variables with predefined (and described in method name) data types.

public static NodeVariable newBoolean(final String name)
public static NodeVariable newInteger(final String name) 
public static NodeVariable newReal(final String name) 
public static NodeVariable newMap(final String name)
... 

Actions

Also available in: Atom PDF