Class BaseContextChild
- All Implemented Interfaces:
io.github.mmm.code.api.CodeContext, io.github.mmm.code.api.CodeLoader, io.github.mmm.code.api.CodeProvider, io.github.mmm.code.api.CodeWithContext, io.github.mmm.code.api.node.CodeNode, BaseContext, BaseProvider, BaseLoader, AutoCloseable
Implementation of
AbstractBaseContext for child context.- Since:
- 1.0.0
-
Constructor Summary
ConstructorsModifierConstructorDescriptionBaseContextChild(AbstractBaseContext parent) The constructor.protectedBaseContextChild(AbstractBaseContext parent, BaseSourceImpl source) The constructor. -
Method Summary
Methods inherited from class AbstractBaseContext
close, createChildContext, getBooleanType, getContext, getFactory, getLanguage, getNonPrimitiveType, getQualifiedNameForStandardType, getRootEnumerationType, getRootExceptionType, getRootType, getSource, getSource, getTypeFromCache, getUnboundedWildcard, getVoidTypeMethods inherited from class AbstractBaseProvider
getRequiredType, getTypeMethods inherited from class BaseNodeItemContainerAccess
addContainerItemMethods inherited from class BasePathElementAccess
addPathElementInternal, getPackageMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseContext
getOrCreateType, getRootContextMethods inherited from interface BaseLoader
getTypeMethods inherited from interface BaseProvider
getRequiredTypeMethods inherited from interface io.github.mmm.code.api.CodeContext
getQualifiedName, getQualifiedNameMethods inherited from interface io.github.mmm.code.api.CodeProvider
parseName
-
Constructor Details
-
Method Details
-
getParent
- Specified by:
getParentin interfaceBaseContext- Specified by:
getParentin interfaceio.github.mmm.code.api.CodeContext- Specified by:
getParentin interfaceio.github.mmm.code.api.node.CodeNode- Specified by:
getParentin classAbstractBaseContext
-
getType
public BaseGenericType getType(Type type, io.github.mmm.code.api.element.CodeElementWithDeclaringType declaringElement) -
getType
-
getType
-