Class ExpressionStmtVariableDeclaration

java.lang.Object
io.codemodder.ast.LocalVariableDeclaration
io.codemodder.ast.ExpressionStmtVariableDeclaration
All Implemented Interfaces:
LocalDeclaration

public final class ExpressionStmtVariableDeclaration extends LocalVariableDeclaration
Holds the nodes in the AST that represents a local variable declaration statement. See Java Language Specification - Section 14.4.2 for more details.