Java org.eclipse.jdt.internal.core.dom.rewrite NodeInfoStore fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.core.dom.rewrite NodeInfoStore fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.core.dom.rewrite NodeInfoStore.

The text is from its open source code.

Method

voidmarkAsStringPlaceholder(ASTNode placeholder, String code)
Marks a node as a placehoder for a plain string content.
ASTNodenewPlaceholderNode(int nodeType)
Creates a placeholder node of the given type.