| java.lang.Object org.netbeans.modules.gsfret.editor.semantic.Utilities
Utilities | public class Utilities (Code) | | This file is originally from Retouche, the Java Support
infrastructure in NetBeans. I have modified the file as little
as possible to make merging Retouche fixes back as simple as
possible.
author: Jan Lahoda |
Method Summary | |
public static Highlight | createHighlight(Language language, Document doc, int startOffset, int endOffset, Collection<ColoringAttributes> c, Color es) | public static Highlight | createHighlight(Language language, ParserResult pr, PositionManager positions, Document doc, int startOffset, int endOffset, Collection<ColoringAttributes> c, Color es) |
|
|