Class Environment.WithEnv

java.lang.Object
ch.raffael.meldioc.processor.env.Environment.WithEnv
Direct Known Subclasses:
Adaptor, KnownElements
Enclosing class:
Environment

public abstract static class Environment.WithEnv
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected Environment env  
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected WithEnv​(Environment env)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details