Class ImportContext
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.ContextImpl
tripleo.elijah_durable_congenial.contexts.ImportContext
- All Implemented Interfaces:
Context
Created 8/15/20 7:09 PM
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class tripleo.elijah_durable_congenial.lang.impl.ContextImpl
ContextImpl.ExpectationNested classes/interfaces inherited from interface tripleo.elijah_durable_congenial.lang.i.Context
Context.SearchList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Compilationlookup(String name, int level, @NotNull LookupResultList Result, @NotNull Context.SearchList alreadySearched, boolean one) @NotNull OS_Modulemodule()Methods inherited from class tripleo.elijah_durable_congenial.lang.impl.ContextImpl
addName, expect, getExpectations, lookupMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.Context
addName, expect, getExpectations, lookup
-
Constructor Details
-
ImportContext
-
-
Method Details
-
getParent
-
compilation
- Specified by:
compilationin interfaceContext- Overrides:
compilationin classContextImpl
-
module
- Specified by:
modulein interfaceContext- Overrides:
modulein classContextImpl
-
lookup
public LookupResultList lookup(String name, int level, @NotNull @NotNull LookupResultList Result, @NotNull @NotNull Context.SearchList alreadySearched, boolean one)
-