org.eclipse.internal.xpand2.codeassist
Class FastAnalyzer
java.lang.Object
org.eclipse.internal.xpand2.codeassist.FastAnalyzer
public class FastAnalyzer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXPAND_PATTERN
public static final Pattern EXPAND_PATTERN
FastAnalyzer
protected FastAnalyzer()
isInExpand
public static boolean isInExpand(String str)
isInComment
public static boolean isInComment(String str)
isInDefine
public static boolean isInDefine(String str)
isInTypeDecl
public static boolean isInTypeDecl(String str)
findImports
public static final List<String> findImports(String template)
findExtensions
public static final List<String> findExtensions(String template)
computeStack
public static final Stack<StackElement> computeStack(String templatePart)
isInExtensionImport
public static boolean isInExtensionImport(String s)
- DO NOT CALL THIS METHOD. PUBLIC FOR TEST ONLY
isInImport
public static boolean isInImport(String s)
- DO NOT CALL THIS METHOD. PUBLIC FOR TEST ONLY
computePartition
public static final Partition computePartition(String str)
computeExecutionContext
public static final XpandExecutionContext computeExecutionContext(String str,
XpandExecutionContext ctx,
XpandDefinition[] definitions)
isInTag
public static boolean isInTag(String str)
Copyright © 2015. All rights reserved.