Tabnine Logo
PlasticMethod.getPlasticClass
Code IndexAdd Tabnine to your IDE (free)

How to use
getPlasticClass
method
in
org.apache.tapestry5.plastic.PlasticMethod

Best Java code snippets using org.apache.tapestry5.plastic.PlasticMethod.getPlasticClass (Showing top 5 results out of 315)

origin: org.apache.tapestry/plastic

assert delegateProvidingMethod.getPlasticClass() == plasticClass;
origin: apache/tapestry-5

assert delegateProvidingMethod.getPlasticClass() == plasticClass;
origin: org.apache.tapestry/plastic

@Override
public InstructionBuilder invokeVirtual(PlasticMethod method)
{
  check();
  assert method != null;
  MethodDescription description = method.getDescription();
  return invokeVirtual(method.getPlasticClass().getClassName(), description.returnType, description.methodName,
      description.argumentTypes);
}
origin: apache/tapestry-5

@Override
public InstructionBuilder invokeVirtual(PlasticMethod method)
{
  check();
  assert method != null;
  MethodDescription description = method.getDescription();
  return invokeVirtual(method.getPlasticClass().getClassName(), description.returnType, description.methodName,
      description.argumentTypes);
}
origin: apache/tapestry-5

: method.getPlasticClass().introduceField(EventHandlerMethodParameterSource.class, description.methodName + "$parameterSource").inject(parameterSource);
org.apache.tapestry5.plasticPlasticMethodgetPlasticClass

Javadoc

Returns the PlasticClass containing this method.

Popular methods of PlasticMethod

  • addAdvice
    Adds advice to the method. Adding advice implicitly rewrites the implementation of the method (this
  • changeImplementation
    Clears the instructions for this method, and creates a new empty InstructionBuilder so that the impl
  • delegateTo
    Much like #delegateTo(PlasticField), but the object to delegate to is dynamically computed by anothe
  • getDescription
    Returns a representation of the method's name, return value, argument types, etc.
  • getAnnotation
  • hasAnnotation
  • getMethodIdentifier
    Returns a short identifier for the method that includes the class name, the method name, and the typ
  • isVoid
    Returns true if this method is type void.
  • getHandle
    Returns a handle that can be used to invoke a method of a transformed class instance.
  • getParameters
    Returns access to the parameters of the method and, in particular, the visible annotations on those
  • isOverride
    Returns true if the method is an override of a method from the parent class.
  • isOverride

Popular in Java

  • Reading from database using SQL prepared statement
  • putExtra (Intent)
  • notifyDataSetChanged (ArrayAdapter)
  • getSharedPreferences (Context)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now