Package com.yahoo.tensor.functions
Class ToStringContext.EmptyStringContext<NAMETYPE extends Name>
java.lang.Object
com.yahoo.tensor.functions.ToStringContext.EmptyStringContext<NAMETYPE>
- All Implemented Interfaces:
ToStringContext<NAMETYPE>
- Enclosing interface:
- ToStringContext<NAMETYPE extends Name>
public static class ToStringContext.EmptyStringContext<NAMETYPE extends Name>
extends Object
implements ToStringContext<NAMETYPE>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.yahoo.tensor.functions.ToStringContext
ToStringContext.EmptyStringContext<NAMETYPE extends Name> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBinding(String name) Returns the name an identifier is bound to, or null if not bound in this contextparent()Returns the parent context of this (the context we're in scope of when this is created), or null if this is the root.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.yahoo.tensor.functions.ToStringContext
resolveBinding, typeContext
-
Constructor Details
-
EmptyStringContext
public EmptyStringContext()
-
-
Method Details
-
getBinding
Description copied from interface:ToStringContextReturns the name an identifier is bound to, or null if not bound in this context- Specified by:
getBindingin interfaceToStringContext<NAMETYPE extends Name>
-
parent
Description copied from interface:ToStringContextReturns the parent context of this (the context we're in scope of when this is created), or null if this is the root.- Specified by:
parentin interfaceToStringContext<NAMETYPE extends Name>
-