Uses of Interface
org.eclipse.epsilon.hutn.model.hutnAntlrAst.NullNode
Packages that use NullNode
Package
Description
-
Uses of NullNode in org.eclipse.epsilon.hutn.model.hutnAntlrAst
Methods in org.eclipse.epsilon.hutn.model.hutnAntlrAst that return NullNodeModifier and TypeMethodDescriptionHutnAntlrAstFactory.createNullNode()
Returns a new object of class 'Null Node'. -
Uses of NullNode in org.eclipse.epsilon.hutn.model.hutnAntlrAst.impl
Classes in org.eclipse.epsilon.hutn.model.hutnAntlrAst.impl that implement NullNodeModifier and TypeClassDescriptionclass
An implementation of the model object 'Null Node'.Methods in org.eclipse.epsilon.hutn.model.hutnAntlrAst.impl that return NullNode -
Uses of NullNode in org.eclipse.epsilon.hutn.model.hutnAntlrAst.util
Methods in org.eclipse.epsilon.hutn.model.hutnAntlrAst.util with parameters of type NullNodeModifier and TypeMethodDescriptionHutnAntlrAstSwitch.caseNullNode
(NullNode object) Returns the result of interpreting the object as an instance of 'Null Node'.