Package editor
Class ContextHelpUtil
- java.lang.Object
-
- editor.ContextHelpUtil
-
public class ContextHelpUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ERROR_IN_EXPR
static String
NO_DOCUMENTATION
-
Constructor Summary
Constructors Constructor Description ContextHelpUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getContextHelp(IParseTree deepestParseTree)
static String
getContextHelp(IFeatureInfo featureInfo)
-
-
-
Field Detail
-
ERROR_IN_EXPR
public static final String ERROR_IN_EXPR
- See Also:
- Constant Field Values
-
NO_DOCUMENTATION
public static final String NO_DOCUMENTATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContextHelp
public static String getContextHelp(IParseTree deepestParseTree)
-
getContextHelp
public static String getContextHelp(IFeatureInfo featureInfo)
-
-