Class BaseAtomicStatement

All Implemented Interfaces:
io.github.mmm.code.api.item.CodeItem, io.github.mmm.code.api.item.CodeItemWithVariables, io.github.mmm.code.api.statement.CodeAtomicStatement, io.github.mmm.code.api.statement.CodeStatement
Direct Known Subclasses:
BaseLocalVariable, BaseTextStatement

public abstract class BaseAtomicStatement extends BaseStatement implements io.github.mmm.code.api.statement.CodeAtomicStatement
Base implementation of CodeAtomicStatement.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
  • Constructor Details

    • BaseAtomicStatement

      public BaseAtomicStatement()