Uses of Interface
org.eclipse.epsilon.hutn.model.hutnAntlrAst.NullNode
-
Packages that use NullNode Package Description org.eclipse.epsilon.hutn.model.hutnAntlrAst org.eclipse.epsilon.hutn.model.hutnAntlrAst.impl org.eclipse.epsilon.hutn.model.hutnAntlrAst.util -
-
Uses of NullNode in org.eclipse.epsilon.hutn.model.hutnAntlrAst
Methods in org.eclipse.epsilon.hutn.model.hutnAntlrAst that return NullNode Modifier and Type Method Description NullNode
HutnAntlrAstFactory. 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 NullNode Modifier and Type Class Description class
NullNodeImpl
An implementation of the model object 'Null Node'.Methods in org.eclipse.epsilon.hutn.model.hutnAntlrAst.impl that return NullNode Modifier and Type Method Description NullNode
HutnAntlrAstFactoryImpl. createNullNode()
-
Uses of NullNode in org.eclipse.epsilon.hutn.model.hutnAntlrAst.util
Methods in org.eclipse.epsilon.hutn.model.hutnAntlrAst.util with parameters of type NullNode Modifier and Type Method Description T
HutnAntlrAstSwitch. caseNullNode(NullNode object)
Returns the result of interpreting the object as an instance of 'Null Node'.
-