palio.compiler
Class MethodCallerNoOutput

java.lang.Object
  extended by palio.compiler.ParamsContainer
      extended by palio.compiler.MethodCaller
          extended by palio.compiler.MethodCallerNoOutput

public class MethodCallerNoOutput
extends MethodCaller

Wartości zwrócone przez wykonywaną metodę nie będą zwrócone na ekran. Sprawdzanie wykonywane jest oczywiście w klasie PalioCompiler. Wykorzystywane m.in. w metodzie Groovy.asPalioCode


Constructor Summary
MethodCallerNoOutput(java.lang.Object module, java.lang.reflect.Method method, java.lang.Object[] params, int pos)
           
 
Method Summary
 
Methods inherited from class palio.compiler.MethodCaller
disableTryHandling, enableTryHandling, getMethod, getParams, getReturnType, getTarget, invoke, toString
 
Methods inherited from class palio.compiler.ParamsContainer
getColumn, getLine
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodCallerNoOutput

public MethodCallerNoOutput(java.lang.Object module,
                            java.lang.reflect.Method method,
                            java.lang.Object[] params,
                            int pos)