|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelma.framework.core.Skin.Macro
public class Skin.Macro
Field Summary | |
---|---|
int |
end
|
int |
start
|
Method Summary | |
---|---|
int |
getHandlerType()
Return the numeric type of the macro handler |
java.lang.String |
getName()
Return the full name of the macro in handler.name notation |
java.util.Map |
getNamedParams()
Return the list of named parameters |
java.util.List |
getPositionalParams()
Return the list of positional parameters |
boolean |
hasNestedMacros()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final int start
public final int end
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
public int getHandlerType()
public java.util.Map getNamedParams()
public java.util.List getPositionalParams()
public boolean hasNestedMacros()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |