Class DefFunctionContext
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.ContextImpl
tripleo.elijah_durable_congenial.contexts.DefFunctionContext
- All Implemented Interfaces:
Context
-
Nested Class Summary
Nested 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@Nullable Contextlookup(String name, int level, LookupResultList Result, @NotNull Context.SearchList alreadySearched, boolean one) By definition should have nothing to lookupMethods inherited from class tripleo.elijah_durable_congenial.lang.impl.ContextImpl
addName, compilation, expect, getExpectations, lookup, module
-
Constructor Details
-
DefFunctionContext
-
-
Method Details
-
getParent
-
lookup
public LookupResultList lookup(String name, int level, LookupResultList Result, @NotNull @NotNull Context.SearchList alreadySearched, boolean one) By definition should have nothing to lookup- Parameters:
name-level-alreadySearched-- Returns:
-