de.grogra.xl.expr
Interface Completable

All Known Subinterfaces:
LocalAccess, LocalValue
All Known Implementing Classes:
ArrayGenerator, AssignArrayGenerator, AssignLocal, Catch, EnterFrame, FilterGuard, Finally, FinishIteratorGenerator, GetLocal, GetProperty, GetPropertyInstance, GetQuery, GetVMXFrame, Invoke, InvokeSpecial, InvokeStatic, InvokeVirtual, IterableGenerator, LeaveFrame, ModelExpression, PopIntArray, Production, PropertyAssignment, PushInts, Range, Root, Synchronized

public interface Completable


Method Summary
 void complete(de.grogra.xl.compiler.scope.MethodScope scope)
           
 

Method Detail

complete

void complete(de.grogra.xl.compiler.scope.MethodScope scope)