|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jext.dawn.CodeSnippet
org.jext.dawn.stack.RotFunction
public class RotFunction
Rolls three elements of the stack.
Usage:
rot
Constructor Summary | |
---|---|
RotFunction()
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Returns the function code. |
java.lang.String |
getName()
Returns the function name. |
Methods inherited from class org.jext.dawn.CodeSnippet |
---|
getHelp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RotFunction()
Method Detail |
---|
public java.lang.String getName()
CodeSnippet
getName
in class CodeSnippet
String
, containing the namepublic java.lang.String getCode()
CodeSnippet
getCode
in class CodeSnippet
String
, containing the code
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |