Class BaseStatement

java.lang.Object
io.github.mmm.code.base.item.BaseItem
io.github.mmm.code.base.statement.BaseStatement
All Implemented Interfaces:
io.github.mmm.code.api.item.CodeItem, io.github.mmm.code.api.item.CodeItemWithVariables, io.github.mmm.code.api.statement.CodeStatement
Direct Known Subclasses:
BaseAtomicStatement

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

    • BaseStatement

      public BaseStatement()
  • Method Details

    • getVariable

      public io.github.mmm.code.api.expression.CodeVariable getVariable(String name)
      Specified by:
      getVariable in interface io.github.mmm.code.api.item.CodeItemWithVariables