jasm.lang
Class Modifier.VarArgs

java.lang.Object
  extended by jasm.lang.Modifier.VarArgs
All Implemented Interfaces:
Modifier
Enclosing interface:
Modifier

public static final class Modifier.VarArgs
extends java.lang.Object
implements Modifier

A varargs modifier is used to indicate that a method has variable-length arity. In the Java ClassFile format, this is written as ACC_TRANSIENT, although it's simpler for us to distinguish these things properly.


Nested Class Summary
 
Nested classes/interfaces inherited from interface jasm.lang.Modifier
Modifier.Abstract, Modifier.AnnotationT, Modifier.Bridge, Modifier.Enum, Modifier.Final, Modifier.Interface, Modifier.Native, Modifier.Private, Modifier.Protected, Modifier.Public, Modifier.Static, Modifier.StrictFP, Modifier.Super, Modifier.Synchronized, Modifier.Synthetic, Modifier.Transient, Modifier.VarArgs, Modifier.Volatile
 
Field Summary
 
Fields inherited from interface jasm.lang.Modifier
ACC_ABSTRACT, ACC_ANNOTATION, ACC_BRIDGE, ACC_ENUM, ACC_FINAL, ACC_INTERFACE, ACC_NATIVE, ACC_PRIVATE, ACC_PROTECTED, ACC_PUBLIC, ACC_STATIC, ACC_STRICT, ACC_SUPER, ACC_SYNCHRONIZED, ACC_SYNTHETIC, ACC_TRANSIENT, ACC_VARARGS, ACC_VOLATILE
 
Constructor Summary
Modifier.VarArgs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Modifier.VarArgs

public Modifier.VarArgs()


Copyright © 2013 David J. Pearce. All Rights Reserved.