List of usage examples for org.eclipse.jdt.core.dom ASTNode properties
public final Map properties()
null values. From source file:com.google.devtools.j2objc.util.ASTUtil.java
License:Apache License
@SuppressWarnings("unchecked") public static Map<String, Object> getProperties(ASTNode node) { return node.properties(); }