org.eclipse.internal.xtend.check.codeassist
Class CheckFastAnalyzer

java.lang.Object
  extended by org.eclipse.internal.xtend.check.codeassist.CheckFastAnalyzer

public class CheckFastAnalyzer
extends java.lang.Object


Method Summary
static ExecutionContext computeExecutionContext(java.lang.String str, ExecutionContext ctx)
           
static Partition computePartition(java.lang.String str)
           
static java.util.Stack<java.util.Set<LazyVar>> computeStack(java.lang.String toAnalyze)
           
protected static boolean isTypeDeclaration(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isTypeDeclaration

protected static boolean isTypeDeclaration(java.lang.String s)

computeStack

public static final java.util.Stack<java.util.Set<LazyVar>> computeStack(java.lang.String toAnalyze)

computePartition

public static final Partition computePartition(java.lang.String str)

computeExecutionContext

public static final ExecutionContext computeExecutionContext(java.lang.String str,
                                                             ExecutionContext ctx)