Uses of Class
org.ow2.opensuit.cel.ICompilationContext.UnresolvedVariableError

Packages that use ICompilationContext.UnresolvedVariableError
org.ow2.opensuit.cel   
org.ow2.opensuit.cel.util   
 

Uses of ICompilationContext.UnresolvedVariableError in org.ow2.opensuit.cel
 

Methods in org.ow2.opensuit.cel that throw ICompilationContext.UnresolvedVariableError
 java.lang.reflect.Type ICompilationContext.getVariableGenericType(java.lang.String iName)
          Allow to recover generic located into this context by providing a name of object.
 java.lang.Class<?> ICompilationContext.getVariableType(java.lang.String iName)
          Allow to recover located into this context by providing a name of object.
 

Uses of ICompilationContext.UnresolvedVariableError in org.ow2.opensuit.cel.util
 

Methods in org.ow2.opensuit.cel.util that throw ICompilationContext.UnresolvedVariableError
 java.lang.reflect.Type SimpleCompilationContext.getVariableGenericType(java.lang.String name)
           
 java.lang.Class<?> SimpleCompilationContext.getVariableType(java.lang.String name)
           
 



Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.