Class LocalRecordDeclarationStmt

java.lang.Object
com.github.javaparser.ast.Node
com.github.javaparser.ast.stmt.Statement
com.github.javaparser.ast.stmt.LocalRecordDeclarationStmt
All Implemented Interfaces:
NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class LocalRecordDeclarationStmt extends Statement

A record declaration inside a method.

Author:
Roger Howell
See Also:
RecordDeclaration