Java org.eclipse.jdt.core.dom NullLiteral fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

NullLiteral(AST ast)
Creates a new unparented null literal node owned by the given AST.

Method

ASTNodegetParent()
Returns this node's parent node, or null if this is the root node.
ITypeBindingresolveTypeBinding()
Resolves and returns the binding for the type of this expression.
voidsetSourceRange(int startPosition, int length)
Sets the source range of the original source file where the source fragment corresponding to this node was found.
StringtoString()
Returns a string representation of this node suitable for debugging purposes only.