Uses of Interface
gw.lang.javadoc.IVarNode
-
Packages that use IVarNode Package Description gw.internal.gosu.javadoc gw.internal.gosu.parser gw.lang.javadoc -
-
Uses of IVarNode in gw.internal.gosu.javadoc
Classes in gw.internal.gosu.javadoc that implement IVarNode Modifier and Type Class Description (package private) classVarNodeFields in gw.internal.gosu.javadoc with type parameters of type IVarNode Modifier and Type Field Description private java.util.List<IVarNode>ClassDocNode. _varsMethods in gw.internal.gosu.javadoc that return IVarNode Modifier and Type Method Description IVarNodeClassDocNode. getVar(java.lang.String name)Methods in gw.internal.gosu.javadoc that return types with arguments of type IVarNode Modifier and Type Method Description java.util.List<IVarNode>ClassDocNode. getVars()Methods in gw.internal.gosu.javadoc with parameters of type IVarNode Modifier and Type Method Description voidClassDocNode. addVar(IVarNode var) -
Uses of IVarNode in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser with type parameters of type IVarNode Modifier and Type Field Description private IDocRef<IVarNode>JavaFieldPropertyInfo. _docsMethods in gw.internal.gosu.parser that return types with arguments of type IVarNode Modifier and Type Method Description private IDocRef<IVarNode>JavaFieldPropertyInfo. getVarDocs() -
Uses of IVarNode in gw.lang.javadoc
Methods in gw.lang.javadoc that return IVarNode Modifier and Type Method Description IVarNodeIClassDocNode. getVar(java.lang.String name)Methods in gw.lang.javadoc that return types with arguments of type IVarNode Modifier and Type Method Description java.util.List<IVarNode>IClassDocNode. getVars()Methods in gw.lang.javadoc with parameters of type IVarNode Modifier and Type Method Description voidIClassDocNode. addVar(IVarNode var)
-