sddl.structure
Class PrimitiveMethodInfo

java.lang.Object
  extended by sddl.structure.MethodInfo
      extended by sddl.structure.PrimitiveMethodInfo

public class PrimitiveMethodInfo
extends MethodInfo


Method Summary
 java.lang.Class getCallingClass()
           
 java.lang.String getFunctionName()
           
 java.lang.String getName()
           
 java.lang.Boolean isStatic()
           
 
Methods inherited from class sddl.structure.MethodInfo
execute, getDefinition, getParamCount, getParamName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class MethodInfo

isStatic

public java.lang.Boolean isStatic()

getCallingClass

public java.lang.Class getCallingClass()

getFunctionName

public java.lang.String getFunctionName()